/*   
Theme Name: cyberthreat
Theme URI: https://cyberthreat.tech/
Version: 3.0
Description: cyberthreat theme
Author: delaem-dvigaem
Author URI: https://delaem-dvigaem.ru/
*/

@import url('https://fonts.googleapis.com/css2?family=Geologica:slnt,wght,CRSV,SHRP@-12..0,100..900,0..1,0..100&display=swap');

:root {
    --Key-Colors-Secondary: #071A31;
    --Paper-Paper-1: #FFF;
    --colors-base-white: #fff;
    --Key-Colors-Primary: #D02058;
    --White: #fff;
    --Paper-Paper-2: #F2F2F6;
    --Neutral-Variant-Neutral-Variant-900: #0E131C;
    --Key-Colors-Tertiary: #A2216E;
    --Neutral-Variant-Neutral-Variant-400: #626C7D;
    --Neutral-Neutral-900: #303642;
    --Paper-Paper-3: #EEEFF6;
    --Key-Colors-Neutral_Variant: #626C7D;
    --Secondary-Secondary-900: #071A31;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: "Geologica", sans-serif;
    overflow-x: hidden;
}

.container {
    width:1200px;
    position: relative;
    margin:0 auto;
    box-sizing: border-box;
}

header {
    height:72px;
    background: var(--Paper-Paper-1, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    position: fixed;
    top:0;
    width:100%;
    z-index: 2;
}

header .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding:0;
    margin:0;
}

.main-menu li {
    display: block;
    position: relative;
}

.menu-item-has-children:hover .dropdown-menu-wrap {
    display: block;

}

.dropdown-menu-wrap {
    top:20px;
    position: absolute;
    padding-top: 10px;
    display: none;
    z-index: 2;
}



.dropdown-menu {
    display: flex;


    border-radius: 16px;
    background: var(--colors-base-white, #FFF);
    flex-direction: column;
    align-items: flex-start;
    /* Shadow/Light/1 */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    padding:0;
    margin:0;
    width:157px;
}

.main-menu .dropdown-menu li a {
    color: #232A2F;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 143%;
    letter-spacing: 0.17px;
    padding: 0 16px;
    height: 36px;
    width: 157px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.top-menu li a {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
    text-decoration: none;
}

.main-menu .current-menu-item a {
    font-weight: 600;
}

.top1 {
    background-image: url("/img/top1.png");
}

.top_tf {
    background-image: url("/img/top_tf.png");
}

.top_rh {
    background-image: url("/img/top_rh.png");
}

.top-section.top_d {
    background-image: url(/img/top_d.png);
    background-position: center calc(100% + 175px);
    min-height: 930px;
}

.top-section.top_nc {
    background-image: url("/img/top_nc.png");
    background-position: center calc(100% - -14px);
}

.top-section.top_w {
    background-image: url("/img/top_w.png");
    background-position: center calc(100% + 25px);
}

.top-section {
    min-height: 870px;
    margin-top: 72px;
    background-position: center calc(100% - 72px);
    background-repeat: no-repeat;
    overflow: hidden;
}

.top_d_subtitle {
    color: var(--colors-base-white, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%; /* 23px */
    letter-spacing: 0.15px;
    margin-bottom: 24px;
}

.top_d_title {
    color: var(--colors-base-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 55.2px */
    margin-bottom: 16px;
}

.top_d_content {
    margin-bottom: 32px;
}

.top_d_content p {
    color: var(--colors-base-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
}

.top1_image {
    position: absolute;
    right: -150px;
    top: 100px;
}

.tf_image {
    position: absolute;
    right: -100px;
    top: 50px;
}

.topSectionSliderWrap {
    padding-top: 80px;
    width:576px;
}

.headerSwiper {
    width: 576px;
    height:auto;
    padding-bottom: 92px;
}


.partnersSwiper {
    width: 100%;
    height:auto;
    padding-bottom: 20px;
}



.topSectionSliderWrapTitle {
    color: var(--colors-base-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 55.2px */
    margin-top: 24px;
    margin-bottom: 16px;
}

.topSectionSliderWrapContent {
    color: var(--colors-base-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
    margin-bottom: 32px;
}

.topSectionSliderWrapButton {
    display: flex;
    width: 160px;
    height: 36px;
    padding: 6px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--Key-Colors-Primary, #D02058);
    overflow: hidden;
    color: var(--White, var(--colors-base-white, #FFF));
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 17.25px */
    letter-spacing: 0.5px;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.swiper-pagination {
    display: flex;
    gap:10px;
}

.swiper-pagination-bullet {
    width:35px;
    height:4px;
    background: var(--colors-base-white, #FFF);
    border-radius: 10px;
    margin:0 !important;
    opacity:1;
}

.swiper-pagination-bullet-active {
    background: var(--Key-Colors-Primary, #D02058);
}

footer {
    display: flex;
    width: 100%;
    padding: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
    border-radius: 64px 64px 0px 0px;
    background: var(--Key-Colors-Primary, #D02058);
    box-shadow: 0px -2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
    box-sizing: border-box;
}

footer .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-menu li a {
    color: var(--White, var(--colors-base-white, #FFF));
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
    text-decoration: none;
}

.bottom-menu {
    gap: 96px;
}

.bottom-menu img {
    filter: invert(100%);
}

.footerLine {
    width:100%;
    height:1px;
    background: #EEEFF6;
}

.footerCopy {
    color: var(--Paper-Paper-2, #F2F2F6);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
}

.footerContacts {
    color: var(--White, var(--colors-base-white, #FFF));
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
}

.footerContacts a {
    color: var(--White, var(--colors-base-white, #FFF));
    font-weight: 300;
    text-decoration: none;
}

.openSourceSection {
    padding: 80px 0 80px 0;
}

.openSourceSection .container {
    display: flex;
    justify-content: space-between;
    gap: 175px;
    align-items: center;
}

.openSourceRight h2 {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
    margin-bottom: 16px;
    padding-top: 0;
    margin-top: 0;
}

.openSourceRight strong {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
    display: block;
}

.openSourceRight p {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.15px;
}

.enrichmentSection .container {
    display: flex;
    width: 1440px;
    height: 634px;
    padding: 80px 120px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 190px;
}

.enrichmentLeft h2 {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
    margin-bottom: 16px;
    margin-top: 0;
    padding-top: 0;
}

.enrichmentLeft li {
    display: block;
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%;
    letter-spacing: 0.15px;
    margin-bottom: 5px;
}

.enrichmentLeft small {
    display:block;
    margin-top: 3px;
}

.enrichmentLeft p {
    padding-top: 0;
    margin-top: 0;
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%; /* 16.1px */
}


 ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0px 0 0 35px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}

 ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4;
}

.enrichmentSection ol li:before {
    top: 5px;
}

 ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -35px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    text-align: center;
    border-radius: 360px;
    background: var(--Key-Colors-Tertiary, #A2216E);
    color: var(--colors-base-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 23px */
    letter-spacing: 0.15px;
}

.enrichmentSection span {
    display: block;
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.15px;
}

.enrichmentSection small {
    color: var(--Neutral-Variant-Neutral-Variant-400, #626C7D);
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%;
    letter-spacing: 0.15px;
}

.calcSection .container {
    display: flex;
    padding: 80px 0px;
    flex-direction: unset;
    justify-content: space-between;
    align-items: center;
    gap: 150px;
}

.calcRight h2 {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
    margin-bottom: 16px;
    max-width:400px;
    margin-top: 0;
    padding-top: 0;
}

.calcRight p {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%; /* 16.1px */
    margin-top: 0;
    max-width:472px;
    padding-top: 0;
}

.falseSection .container {
    display: flex;
    padding: 80px 0px;
    flex-direction: unset;
    justify-content: space-between;
    align-items: center;
    gap: 150px;
}

.falseLeft h2 {
    max-width:400px;
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
    margin-bottom: 16px;
    margin-top: 0;
    padding-top: 0;
}

.falseSection p {
    max-width:472px;
    color: var(--Neutral-Neutral-900, #303642);
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%; /* 16.1px */
    margin-top: 0;
    padding-top: 0;
}

.exampleSection {
    padding:80px 0;
}

.exampleWrap {
    margin:0 auto;
}

.exampleWrap {
    width: 1000px;
    border-radius: 64px;
    background: var(--colors-base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    gap: 32px;
    align-items: center;
}

.exampleCode {
    display: flex;
    width: 416px;
    box-sizing: border-box;
    padding: 24px 10px 24px 40px;
    justify-content: flex-start;
    border-radius: 32px;
    background: rgba(232, 233, 236, 0.25);
    font-size: 14px;
}

code[class*=language-], pre[class*=language-] {
    background: none;

    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    max-height: 589px;
    overflow: auto;
    background: #fbf8f8;
    font-family: "Be Vietnam Pro", serif;
    margin-bottom: 0;
    padding: 0;
}

.token.punctuation {
    color: #1e1f4b !important;
}

.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted {
    color: #f92672;
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable {
    color: #f8f8f2;
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
    color: #a6e22e;
}

.exampleContent {
    max-width:472px;
}

.exampleContent img {
    margin-bottom: 16px;
}

.exampleContent p {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%; /* 16.1px */
}

.exampleContentButtons {
    margin-top: 48px;
    display: flex;
    gap:24px;
}

.exampleContentButtons a:nth-child(1) {
    display: flex;
    width: 160px;
    height: 36px;
    padding: 6px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--Key-Colors-Primary, #D02058);
    box-sizing: border-box;
    overflow: hidden;
    color: var(--White, var(--colors-base-white, #FFF));
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 17.25px */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.exampleContentButtons a:nth-child(2) {
    display: flex;
    width: 160px;
    height: 36px;
    padding: 6px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 2px solid var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    overflow: hidden;
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 17.25px */
    letter-spacing: 0.5px;
    text-decoration: none;
    box-sizing: border-box;
}

.whoisLeft img {
    margin-bottom: 16px;
}

.whoisLeft p {
    padding-top: 0;
    margin-top: 0;
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%; /* 16.1px */
    max-width:472px;
}

.whoisSection {
    padding:80px 0;
}

.whoisSection .container {
    width:1000px;
    display: flex;
    justify-content: space-between;
}

.whoisCode {
    display: flex;
    width: 460px;
    height: 290px;
    padding: 24px 24px 24px 40px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    border-radius: 32px;
    background: var(--colors-base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    font-size:14px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.15px;
}

.partnerSectionTitle {
    color: var(--Key-Colors-Secondary, #071A31);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
    margin-bottom: 64px;
}

.partnersSection {
    padding: 80px 0;
}

/*.partnersSection .container {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 24px;*/
/*}*/

.partnersSection .swiper-pagination-bullet {
    background: #000;
}

.partnersSection  .swiper-pagination-bullet-active {
    background: #D02058;
}

.partnersSection .swiper-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.partner {
    display: flex;
    width: 221px;
    height: 128px;
    padding: 40px 35px 41px 36px;
    justify-content: center;
    align-items: center;
}

.integrationsSection {
    background: var(--Key-Colors-Secondary, #071A31);
    padding: 100px 0 180px 0;
    margin-bottom: -60px;
}

.integrationsSectionTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.integrationsSectionTitle span {
    display: block;
    max-width:300px;
    color: var(--colors-base-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
}

.integrationsSectionTitleInfo {
    color: var(--colors-base-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    letter-spacing: 0.15px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--colors-base-white, #FFF);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width:608px;
}

.integrationsSectionTitleInfo strong {
    font-weight: 700;
}

.integrationsWrap {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}

.integration {
    margin-top: 32px;
    display: flex;
    height: 118.114px;
    width: 214px;
    min-width: 214px;
    max-width: 214px;
    padding: 20px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--colors-base-white, #FFF);
    box-sizing: border-box;
    cursor:pointer;
    position: relative;
}

.integration .ib {
    width: 130px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    color: var(--colors-base-white, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.integrationInfo {
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: var(--Paper-Paper-3, #EEEFF6);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 312px;
    right: -300px;
    z-index: 2;
    display: none;
}

.integrationInfoRight {
    left:-300px;
    right:unset;
}

.integration:nth-child(4) .integrationInfo {
    left:-300px;
    right:unset;
}

.integration:nth-child(6) .integrationInfo {
    left:-300px;
    right:unset;
}

.integration:nth-child(10) .integrationInfo {
    left:-300px;
    right:unset;
}

.integration:nth-child(11) .integrationInfo {
    left:-300px;
    right:unset;
}

.integration:nth-child(15) .integrationInfo {
    left:-300px;
    right:unset;
}

.integration:nth-child(16) .integrationInfo {
    left:-300px;
    right:unset;
}


.integrationInfo.active {
    display: flex;
}

.integrationInfoTitle {
    color: var(--Neutral-Neutral-900, var(--colors-base-white, #303642));
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.integrationInfoContent {
    color: var(--Neutral-Neutral-900, var(--colors-base-white, #303642));
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Geologica;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    letter-spacing: 0.15px;
}

.integrationInfo a {
    margin-top: 12px;
    display: flex;
    height: 36px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--Key-Colors-Primary, #D02058);
    box-sizing: border-box;
    overflow: hidden;
    color: var(--White, var(--colors-base-white, #FFF));
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 17.25px */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.iClose {
    position: absolute;
    right:18px;
    top:18px;
    cursor: pointer;
}

.buttons {
    display: flex;
    align-items: center;
    gap:16px;
}

.blackButton {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--Key-Colors-Secondary, #071A31);
    overflow: hidden;
    color: var(--White, var(--colors-base-white, #FFF));
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 17.25px */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.pinkButton {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #D02058;
    overflow: hidden;
    color: var(--White, var(--colors-base-white, #FFF));
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 17.25px */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.transparentButton {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    outline-offset: -2px;
    outline:2px solid #fff;
    overflow: hidden;
    color: var(--Paper-Paper-1, var(--colors-base-white, #FFF));
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 17.25px */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.mainFeaturesSection {
    padding:80px 0;
}

.sectionTitle {
    color: var(--Key-Colors-Secondary, #071A31);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
    margin-bottom: 48px;
}

.mainFeatures {
    display: flex;
    gap: 37px;
    justify-content: center;
    margin-bottom: 48px;
}

.feature {
    max-width: 284px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featureIcon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.featureIconPurple {
    background: rgba(162, 33, 110, 1);
}

.feature span {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.95px */
    letter-spacing: 0.15px;
}

.numbers {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.numbers .number {
    min-width:160px;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:4px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--Key-Colors-Primary, #D02058);
}

.number strong {
    display: block;
    color: var(--Paper-Paper-1, var(--colors-base-white, #FFF));
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 27.6px */
    letter-spacing: 0.15px;
}

.number span {
    color: var(--Paper-Paper-1, var(--colors-base-white, #FFF));
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%; /* 13.8px */
    letter-spacing: 0.15px;
}

.tfTableSection {
    padding:0 80px;
}

.tfTable {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px;
    box-shadow: 0px 12px 12px 0px rgba(4, 16, 34, 0.06), 0px 2px 60px 0px rgba(7, 26, 49, 0.12);
    overflow: hidden;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.15px;
    width:1000px;
    margin:0 auto 64px auto;
}

.tfRow {
    display: flex;
    align-items: flex-start;
}

.tfRow:last-child .tfCell {
    border:unset;
}

.tfRow:nth-child(1) {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
}

.tfCell {
    width:400px;
}

.tfCell:nth-child(1) {
    width:200px;
    border-bottom: 2px solid var(--colors-base-white, #FFF);
    background: #D02058;
    color: var(--colors-base-white, #FFF);


}

.tfCellContent {
    max-width:310px;
    padding-left: 24px;
}

.tfCell {
    display: flex;
    height: 64px;
    padding: 20px 0px 21px 0px;
    align-items: center;
    border-bottom: 2px solid var(--Key-Colors-Primary, #D02058);
    background: var(--colors-base-white, #FFF);
}

.underTfTable {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.15px;
    width:1000px;
    margin:0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.underTfTable strong {
    font-weight: 700;
}

.differencesSection {
    padding:100px 0;
}

.differencesTitle {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
    margin-bottom: 48px;
}

.differences {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.differencesRight {
    display: flex;
    flex-direction: column;
    gap:20px;
}

.differenceCard li {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 155%; /* 21.7px */
    letter-spacing: 0.15px;
}

.differenceCard h3 {
    margin-bottom: 16px;
    color: var(--Key-Colors-Secondary, #071A31);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 18.4px */
    letter-spacing: 0.15px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 16px;
    padding-top: 0;
}

.rowCardContent p {
    margin:0;
}

.differenceCard {
    width:562px;
    box-sizing: border-box;
    border-radius: 24px;
    background: var(--colors-base-white, #FFF);
    padding: 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.tfBannerSection {
    padding:80px 0;
}

.tfBanner {
    border-radius: 32px;
    border: 4px solid rgba(255, 255, 255, 0.16);
    background: var(--Key-Colors-Secondary, #071A31);
    width:1000px;
    margin:0 auto;
    box-shadow: 0px 12px 12px 0px rgba(4, 16, 34, 0.06), 0px 2px 60px 0px rgba(7, 26, 49, 0.12);
    padding:25px 56px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.tfBannerTitle {
    color: var(--Paper-Paper-1, var(--colors-base-white, #FFF));
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 55.2px */
    margin-bottom: 16px;
}

.tfBannerSubtitle {
    color: var(--Paper-Paper-1, var(--colors-base-white, #FFF));
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
}

.tfBannerLeft {
    width:472px;
}

.tfBannerRight {
    color: var(--Paper-Paper-1, var(--colors-base-white, #FFF));
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 20.3px */
    letter-spacing: 0.15px;
    display: flex;
    flex-direction: column;
    gap:8px;
}

.codeSection {
    padding:80px 0;
}

.codeSectionTitle {
    color: var(--Key-Colors-Secondary, #071A31);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 36.8px */
    margin-bottom: 24px;
}

.codeTabNavs {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.codeTabNav {
    color: var(--Key-Colors-Neutral_Variant, #626C7D);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
    padding:11px 16px;
    cursor: pointer;
    border-bottom:1px solid #626C7D;
}

.codeTabNav.active {
    color: var(--Key-Colors-Primary, #D02058);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
    border-bottom:2px solid #D02058;
}

.codeTab {
    display: none;
}

.codeTab.active {
    display: block;
}

.codeTab {
    width:1000px;
    margin:0 auto;
    border-radius: 48px;
    background: var(--colors-base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    padding:24px;
    box-sizing: border-box;
}

.codeTabInner {
    width:100%;
    border-radius: 32px;
    background: rgba(232, 233, 236, 0.25);
    box-shadow: 0px 12px 12px 0px rgba(4, 16, 34, 0.06), 0px 2px 60px 0px rgba(7, 26, 49, 0.12);
    overflow-y: hidden;
}

.codeTabInner pre {
    max-height:444px;
}

.rowCards {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
}

.rowCard {
    display: flex;
    box-sizing: border-box;
    width: 220px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 32px;
    background: var(--colors-base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%; /* 13.8px */
    letter-spacing: 0.15px;
}

.rowCard strong {
    font-weight: 700;
}

.rowCardIcon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #CF205B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.rowCardsSection {
    padding:80px 0;
}

.rowCardsBlack .rowCardIcon {
    background: var(--Secondary-Secondary-900, #071A31);
}

.rowCardsSection .pinkButton {
    max-width:260px;
    margin:48px auto 0 auto;
}

.keySubtitle {
    margin-top: -16px;
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.15px;
    max-width:996px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.rowCardsVertical .rowCard {
    width:332px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rowCards.rowCardsVertical {
    justify-content: center;
    gap: 24px;
}

.mainFeaturesBlack .featureIcon {
    background: rgba(7, 26, 49, 1);
}

.rowCards.rowCardsCenter {
    display: flex;
    justify-content: center;

    gap: 24px;
}

.current-menu-item a {
    font-weight: bold !important;
}

.rowCards.rowCardsCenter .rowCard {
    align-items: center;
    text-align: center;
}

.rowCards.rowCardsCenter .rowCard:nth-child(3) {
    width:496px;
}

.rowCardsCenter .pinkButton {
    max-width:120px;
    margin-top: 24px;
}

.downloaderContacts {
    display: flex;
    gap: 128px;
    justify-content: center;
    margin-top: 48px;
}

.downloaderContact span {
    display: block;
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
}

.downloaderContact a {
    display: block;
    text-decoration: none;
    color: var(--Key-Colors-Primary, #D02058);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.15px;
}

.cttd {
    padding:64px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cttdLeft {
    max-width:576px;
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.15px;
}

.cttdLeft strong {
    font-weight: 700;
}

.contactsSection {
    margin-top: 152px;
    margin-bottom: 80px;
}

.contactsSection .container {
    display: flex;
    justify-content: space-between;
}

.contactsTitle {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 55.2px */
    margin-bottom: 16px;
}

.contactsContent {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.15px;
}

.contactsContent a {
    color: var(--Key-Colors-Primary, #D02058);
    text-decoration: none;
}

.contactsLeft {
    max-width:576px;
}

.contactsRight {
    width: 392px;
    border-radius: 48px;
    background: #fff;
    border:24px solid #D02058;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    padding:43px 24px;
}

.contactsIcon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(207, 32, 91, 1);
}

.contactsRightTitle {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 23px */
    letter-spacing: 0.15px;
}

.contactsRightTop {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.contactsRight {
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.15px;
}

.contactsRight p {
    display: block;
    margin:0;
    padding:0;
}

.contactsRight strong {
    font-weight: 700;
    display: block;
}

.contactsRight a {
    color: var(--Key-Colors-Primary, #D02058);
    text-decoration: none;
    display: block;
}

.linesBg {
    position: absolute;
    left: -880px;
    top: -1214px;
    z-index: -1;
}

.greyEyeBg {
    position: absolute;
    left: -465px;
    top: -140px;
    z-index: -1;
}

.lines2Bg {
    position: absolute;
    left: -1348px;
    top: -565px;
    z-index: -1;
}

.eyeBg {
    position: absolute;
    left: -610px;
    top: -91px;
    z-index: -1;
}

.lines3bg {
    position: absolute;
    left: -435px;
    top: -780px;
    z-index: -1;
}

.eyeBg2 {
    position: absolute;
    left: -610px;
    top: -371px;
    z-index: -1;
}

.lines4bg {
    position: absolute;
    left: -755px;
    top: -650px;
    z-index: -1;
}

.lines5bg {
    position: absolute;
    left: -1355px;
    top: -650px;
    z-index: -1;
}

.onlyPc {
    display:block;
}

.onlyMobile {
    display:none;
}

.hljs-attr {
    color: #D02058 !important;
}

.hljs-punctuation {
    color: #1e1f4b !important;
}

.hljs-string {
    color:#20CF40 !important;
}

.hljs-built_in, .hljs-builtin-name, .hljs-link, .hljs-literal, .hljs-meta, .hljs-number, .hljs-params, .hljs-type {
    color:#ae81ff !important;
}


.top-menu li a {
    transition: all 0.3s;
}

.top-menu li a:hover {
    color:#D02058;
}

.topSectionSliderWrapButton {
    transition: all 0.3s;
}

.topSectionSliderWrapButton:hover {
    background: #fff;
    color:#D02058
}

.exampleContentButtons a:nth-child(1) {
    transition: all 0.3s;
}

.exampleContentButtons a:nth-child(1):hover {
    background: #fff;
    color:#D02058;
    border:1px solid #D02058;
}

.exampleContentButtons a {
    transition: all 0.3s;
}

.exampleContentButtons a:nth-child(2):hover {
    background: #0E131C;
    color:#fff;
}

footer .bottom-menu li a:hover {
    text-decoration: underline;
}

.blackButton {
    transition: all 0.3s;
}

.blackButton:hover {
    background: #fff;
    color:#D02058;
}

.transparentButton {
    transition: all 0.3s;
}

.transparentButton:hover {
    background: #fff;
    color:#D02058;
}

.tfBannerRight img {
    transition: all 0.3s;
    border-radius: 20px;
}

.tfBannerRight:hover img {
    outline:1px solid #fff;
    outline-offset: -1px;
    border-radius: 20px;
}

.codeTabNav {
    transition: all 0.3s;
}

.pinkButton {
    transition: all 0.3s;
    border:1px solid transparent;
}

.pinkButton:hover {
    background: #fff;
    color:#D02058;
    border:1px solid #D02058;
}

.codeTabNav:hover {
    color:#D02058;
}

.contactsRight a:hover {
    text-decoration: underline;
}

.contactsContent a:hover {
    text-decoration: underline;
}

.integrationInfo a {
    transition: all 0.3s;
}

.integrationInfo a:hover {
    background: #fff;
    color:#D02058;
    border:1px solid #D02058;
}

.swag-wrap {
    border-radius: 32px;
    background: rgba(232, 233, 236, 0.25);
    padding:56px 40px;
    /* Alt 2 */
    box-shadow: 0px 12px 12px 0px rgba(4, 16, 34, 0.06), 0px 2px 60px 0px rgba(7, 26, 49, 0.12);
}

#swagger-ui .title {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 115%; /* 55.2px */
    margin-bottom: 32px;
}

#swagger-ui  .swagger-ui .info .title small {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #CF205B;
    display: flex;
    align-items: center;
    justify-content: center;
}

#swagger-ui .swagger-ui .info .title small pre {
    background-color: unset !important;
    border: unset !important;
}

#swagger-ui .swagger-ui .info .base-url {
    color: #3b4151;
    font-family: monospace;
    font-size: 12px;
    font-weight: 300 !important;
    font-weight: 600;
    margin: 0;
    display: flex;
    width: 100%;
    height: 64px;
    padding: 0px 24px 0px 24px;
    align-items: center;
    border-radius: 16px;
    background: var(--Paper-Paper-4, #E8E9EC);
    margin-bottom: 12px;
}


#swagger-ui .swagger-ui .scheme-container .schemes>label span {
    position: absolute;
    top: -17px;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Geologica;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    letter-spacing: 0.15px;
    opacity: 0.4;
}

#swagger-ui .swagger-ui .info {
    margin-top: 0;
}

#swagger-ui  .swagger-ui .info hgroup.main a {
    font-size: 12px;
    color: var(--Key-Colors-Primary, #D02058);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    letter-spacing: 0.15px;
    margin-left: 20px;
    margin-top: 12px;
    display: block;
}

#swagger-ui  .swagger-ui .scheme-container {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    margin: 0 0 20px;
    padding: 30px 0;
    display: block;
    padding: 28px 24px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid var(--Key-Colors-Neutral_Variant, #626C7D);
    background: var(--colors-base-white, #FFF);
    position: relative;
}

#swagger-ui .swagger-ui .auth-wrapper .authorize {
    margin-right: 10px;
    padding-right: 20px;
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: var(--Code-Green, #20CF40);
    overflow: hidden;
    color: var(--White, var(--colors-base-white, #FFF));
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: 0.5px;
    margin-right: 0;
}

#swagger-ui .swagger-ui .btn.authorize svg {
    fill: #FFF;
}

#swagger-ui .swagger-ui .btn.authorize span {
    padding-right: 0;
}

#swagger-ui .swagger-ui .model-box-control:focus, #swagger-ui  .swagger-ui .models-control:focus, #swagger-ui  .swagger-ui .opblock-summary-control:focus {
    outline: none;
}

#swagger-ui  .swagger-ui a.nostyle, #swagger-ui  .swagger-ui a.nostyle:visited {
    color: inherit;
    cursor: pointer;
    color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: 0.15px;
}

#swagger-ui .swagger-ui .opblock .opblock-summary .view-line-link {
    display: none!important;
}

#swagger-ui .swagger-ui .opblock .opblock-summary:hover .view-line-link {
    display: none !important;
}

#swagger-ui .swagger-ui .opblock.opblock-get .opblock-summary {
    border-color: #D02058;
}

#swagger-ui .swagger-ui .opblock.opblock-get {
    border-radius: 16px;
    border: 1px solid var(--Key-Colors-Primary, #D02058);
    background: var(--Primary-primary-50, #FBE4EB);
}

#swagger-ui .swagger-ui .opblock {
    border-radius: 16px;
}

#swagger-ui .swagger-ui .opblock .opblock-summary {
    padding:8px;
}

#swagger-ui .swagger-ui .opblock.opblock-get .opblock-summary-method {
    background: var(--Key-Colors-Primary, #D02058);
}

#swagger-ui .swagger-ui .opblock .opblock-summary-method {
    border-radius: 24px;
}





#swagger-ui .swagger-ui .opblock.opblock-post {
    border-radius: 16px;
    border: 1px solid var(--Code-Green, #20CF40);
    background: #DFFFE5;
}

#swagger-ui .swagger-ui .opblock.opblock-post .opblock-summary {
    border-color: #20CF40;
}

#swagger-ui .swagger-ui .opblock.opblock-post .opblock-summary-method {
    border-radius: 24px;
    background: var(--Code-Green, #20CF40);
}



#swagger-ui .swagger-ui .opblock.opblock-put {
    border-radius: 16px;
    border: 1px solid var(--Orange, #F2994A);
    background: #FFD9B7;
}

#swagger-ui .swagger-ui .opblock.opblock-put .opblock-summary {
    border-color: #F2994A;
}

#swagger-ui .swagger-ui .opblock.opblock-put .opblock-summary-method {
    border-radius: 24px;
    background: var(--Orange, #F2994A);
}




#swagger-ui .swagger-ui .opblock.opblock-head {
    border-radius: 16px;
    border: 1px solid var(--Key-Colors-Tertiary_Variant, #602866);
    background: var(--Tertiary-Variant-Tertiary_Variant-50, #F0E5EE);
}

#swagger-ui .swagger-ui .opblock.opblock-head .opblock-summary {
    border-color: #602866;
}

#swagger-ui .swagger-ui .opblock.opblock-head .opblock-summary-method {
    border-radius: 24px;
    background: var(--Key-Colors-Tertiary_Variant, #602866);
}


.swag_title {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;

    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 55.2px */
    margin-bottom: 64px;
}

.swag_top {
    padding-bottom: 50px;
    border-bottom: 1px solid #626C7D;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.swag_left {
    color: var(--Key-Colors-Secondary, #071A31);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.15px;
}

.swag_left strong {
    font-weight: 600;
}

.swag_left p {
    padding:0;
    margin:0;
}

.swag_left ul {
    margin:0;
    padding:0;
    padding-left: 20px;
}

.swag_left_content {
    max-width:576px;
}

.partner {
    min-height:50px;
}

.integration img {
    max-width:90%;
}

.partner img {
    max-width:100%;
}

@media (max-width: 1200px) and  (min-width: 1000px) {

    .container {
        width:100%;
        padding: 0 16px !important;
    }
    .partnersSection .container {
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*gap: 0;*/
        /*flex-direction: column;*/
    }
    .integrationsWrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width:100%;
    }
    .openSourceSection .container {
        gap:20px;
    }
    .enrichmentSection .container {
        width: 100%;
        gap: 20px;
    }
    .calcSection .container {
        gap:20px;
    }
    .calcSection {
        margin-bottom: 80px;
    }
    .falseSection .container {
        gap:20px;
    }
    .exampleWrap {
        width:100%;
    }
    .bottom-menu {
        gap: 20px;
    }
    footer .container {
        gap:40px;
    }
    .numbers {
        flex-wrap: wrap;
    }
    .tfTableSection {
        padding: 0 16px;
    }
    .tfCellContent {
        max-width: 245px;

    }
    .tfBanner {
        width:100%;
    }

        .tfTable {
        width:100%;
    }
    .differences {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }
    .rowCards {
        display: flex;
        justify-content: space-between;
        /* align-items: flex-start; */
        gap: 20px;
        overflow-x: scroll;
        padding-bottom: 40px;
    }
    .rowCardsVertical .rowCard {
        width:300px;
    }
    .codeTab {
        width:100%;
    }
    .contactsSection .container {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
}
@media (max-width: 1000px) {
    .partner {
        width:100%;
        padding:0;
        margin-bottom: 20px;
    }
    .integration img {
        max-width:50%;
    }
    .partner img {
        max-width:80%;
        min-height:unset;
    }
    .exampleContent img {
        margin-bottom: 16px;
        max-width: 90%;
    }
    .onlyPc {
        display:none;
    }

    .onlyMobile {
        display:block;
    }
    .top1_image {
        display: none;
    }
    .container {
        width:100%;
        padding-left:16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .topSectionSliderWrap {
        width:100%;
        padding-top: 56px;
        overflow: hidden;
    }
    .topSectionSliderWrap img {
        margin-left: 1px;
    }
    .topSectionSliderWrapTitle {
        max-width:400px;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 36.8px */
    }
    .headerSwiper {
        width:100%;
    }
    .top1 {
        background-image: url(/img/mobile1.png);
        background-size: cover;
        background-position: center bottom;
    }
    .topSectionSliderWrapButton {
        margin-left: 1px;
    }
    .headerSwiper {
        padding-bottom: 45px;
    }
    .top-section {
        min-height: 670px;
    }
    .openSourceLeft {
        display: none;
    }
    .openSourceSection {
        padding:32px 0;
    }
    .openSourceRight h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
    }

    .openSourceRight strong {

    }
    .enrichmentRight {
        display: none;
    }
    .enrichmentSection {
        padding: 32px 0;
    }
    .enrichmentSection .container {
        display: flex;
        width: 100%;
        height: 634px;
        padding: 0 16px;
        justify-content: space-between;
        align-items: flex-start;
        gap: 190px;
        box-sizing: border-box;
        height:auto;
    }
    .enrichmentLeft h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
    }
    .calcLeft {
        display: none;
    }
    .calcSection .container {
        padding: 0 16px;
    }
    .calcSection {
        padding:32px 0;
    }
    .calcRight h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
    }
    .falseRight {
        display: none;
    }
    .falseSection .container {
        padding: 0 16px;
    }
    .falseSection {
        padding: 32px 0;
    }
    .falseLeft h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
    }
    .exampleSection {
        display: none;
    }
    .whoisSection {
        padding: 32px 0;
    }
    .whoisSection .container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 40px;
    }
    .whoisLeft img {
        height:44px;
    }
    .whoisCode {
        width:100%;
    }

    .fl-html {
        width:100%;
    }
    .exampleContentButtons {
        margin-top: 40px;
    }
    .partnersSection {
        padding:32px 0;
    }
    .partnerSectionTitle {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
    }
    /*.partnersSection .container {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    gap: 10px;*/
    /*    flex-direction: column;*/
    /*}*/
    .partner {
        padding:0;
    }
    .integrationsSection {
        background: white;
        padding:32px 0;
    }
    .integrationsSectionTitle {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;


    }

    .integrationsSectionTitle span {
        color: var(--Key-Colors-Secondary, #071A31);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
        margin-bottom: 16px;
        display: block;
    }
    .integrationsSectionTitleInfo {
        color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
        font-size: 14px;
        font-style: normal;
        font-weight: 100;
        line-height: 115%;
        padding:0;
    }
    .integrationsWrap {
        display: block;
        width: 100%;
    }
    .integration.active > img, .integration.active .ib {
        display:none;
    }
    .integration.active {
        padding:0;
        height:auto;
    }
    .integrationInfo.active {
        position: inherit;
        left: 0 !important;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .integration {
        margin-top: 32px;
        display: flex;
        height: 118.114px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 20px 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        border-radius: 16px;
        box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
        background: var(--colors-base-white, #FFF);
    }
    .main-menu {
        display: none;
        position: absolute;
        top: 71px;
        width: 100%;
        background: #fff;
        right: 0;
        padding: 16px;

        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);

    }
    .main-menu > .menu-item-has-children a {
        display:none;
    }
    .dropdown-menu-wrap {
        top: 0;
        position: inherit;
        padding-top: 0px;
        padding-left: 16px;
        display: block;
        z-index: 2;
    }
    .menu-item img {
        display:none;
    }

    .main-menu  li a {
        color: #232A2F;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 143%;
        letter-spacing: 0.17px;
        padding: 0 16px;
        height: 36px;
        width: 157px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding:0 !important;
    }
    .dropdown-menu {
        display: flex;
        border-radius: 16px;
        background: var(--colors-base-white, #FFF);
        flex-direction: column;
        align-items: flex-start;
        box-shadow: unset;
        padding: 0;
        margin: 0;
        width: 157px;
    }
    .dropdown-menu-wrap {
        padding:0 !important
    }
    header {
        z-index: 9;
    }
    .dropdown-menu a {
        padding:0 !important;
    }
    .lines2Bg {
        display: none;
    }
    .linesBg {
        display: none;
    }
    .greyEyeBg {
        display: none;
    }
    .lines3bg {
        display:none;
    }
    .eyeBg2 {
        display: none;
    }
    .lines4bg {
        display: none;
    }
    .lines5bg {
        display: none;
    }
    .eyeBg {
        display: none;
    }
    .footerLogo img {
        max-width:100%;
    }
    .integrationsSection {
        margin-bottom: 0;
    }
    .footerMiddle {
        width:100%;
    }
    footer {
        padding: 64px 0;
        gap:32px;
    }
    footer .container {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 24px;
    }
    .openSourceMobile img {
        max-width:100%;
    }
    .openSourceSection .container {
        display: flex;
        justify-content: space-between;
        gap: 32px;
        align-items: center;
        flex-direction: column;
    }
    .calcMobile img {
        max-width:100%;
    }
    .calcSection .container {
        flex-direction: column;
        gap: 24px;
    }

    .loadMoreIntegrations {
        display: flex;
        width: 160px;
        height: 36px;
        padding: 6px 0px;
        justify-content: center;
        align-items: center;
        border-radius: 24px;
        border: 2px solid var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
        overflow: hidden;
        color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top:30px;
        margin-left: auto;
        margin-right: auto;

        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%; /* 17.25px */
        letter-spacing: 0.5px;
    }

    .integrationsWrap .integration {
        display:none;
    }

    .integrationsWrap .integration:nth-child(1) {
        display:flex;
    }
    .integrationsWrap .integration:nth-child(2) {
        display:flex;
    }
    .integrationsWrap .integration:nth-child(3) {
        display:flex;
    }
    .integrationsWrap .integration:nth-child(4) {
        display:flex;
    }
    .integrationsWrap.active .integration {
        display:flex !important;
    }
    .enrichmentSection .container {
        gap: 24px;
        flex-direction: column;
    }
    .enrichmentBlue {
        background-image: url("/img/enrichmentBlue.svg");
        background-size: cover;
        width:269px;
        height:79px;
        color: var(--colors-base-white, #FFF);
        display: flex;
        align-items: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 115%; /* 16.1px */
        letter-spacing: 0.15px;
        margin-left: -16px;
    }
    .enrichmentBlueContent {
        width:202px;
        padding-left: 32px;
    }
    .enrichmentImages {
        display: flex;
        gap:16px;
        width:100%;
        overflow:scroll;
        padding-left: 16px;
        box-sizing: border-box;
        padding-right: 16px;
        margin-top: 24px;
        padding-bottom: 16px;
    }
    .onlyMobileScrollable {
        display: block;
        max-width: calc(100% + 32px);
        margin-left: -16px;
    }
    .falseSection .container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .falseDop {
        margin-bottom: 12px;
        color: var(--Secondary-Secondary-900, #071A31);
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 115%; /* 18.4px */
        letter-spacing: 0.15px;
        padding-left: 24px;
    }
    footer .main-menu {
        display:none !important;
    }
    pre {
        border-radius: 20px;
        margin-top: 0;
    }
    .exampleCode {
        padding: 20px;
        background: var(--colors-base-white, #FFF);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
        font-size: 14px;
        box-sizing: border-box;
        margin-top: 80px;
        width:100%;
        margin-bottom: 40px;

    }
    .whoisCode {
        padding:20px;
    }

    .top_tf {
        background-image: url(/img/mobile2.png);
        background-size: cover;
        background-position: center bottom;
        min-height: 750px;
    }
    .top_tf .buttons {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        flex-direction: column;
    }

    .tf_image {
        display: none;
    }
    .sectionTitle {
        color: var(--Key-Colors-Secondary, #071A31);
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
    }
    .mainFeatures {
        display: flex;
        gap: 37px;
        justify-content: center;
        margin-bottom: 48px;
        flex-direction: column;
        align-items: center;
    }
    .tfNumbers.numbers {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;

    }
    .tfNumbers.numbers .number {
        box-sizing: border-box;
    }
    .tfTableSection {
        padding:32px 0;
    }
    .tfTableSection .sectionTitle {
        order:1;
        margin-bottom: 0;
        text-align: left;
    }
    .tfTableSection .container {
        display: flex;
        flex-direction: column;
        gap:16px;
    }
    .underTfTable {
        order:2;
        width:100%;
        text-align: left;
        margin-bottom: 0;
    }
    .tfTable {
        margin-bottom: 0;
        order:3;
        color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
        font-size: 14px;
        font-style: normal;
        font-weight: 100;
        line-height: 115%; /* 16.1px */
    }
    .mainFeaturesSection {
        padding:32px 0;
    }
    .tfRow:nth-child(1) .tfCell {
        height:40px;
        box-sizing: border-box;
    }
    .tfRow:nth-child(1) {
        font-size:14px;
    }
    .tfTable {
        font-size:11px;
    }
    .tfCell:nth-child(1) {
        width:96px;
        min-width:96px;
    }
    .tfRow .tfCell:nth-child(1) .tfCellContent {
        max-width:52px;
    }
    .tfCell {
        width:200px;
    }
    .tfCellContent {
        max-width:158px;
    }
    .tfTable {
        width:auto;
        max-width: 100%;
        overflow: scroll;
    }
    .differencesSection {
        padding:32px 0;
    }
    .differences {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
    .differenceCard {
        width:100%;
    }
    .differencesLeft img {
        width:100%;
    }
    .differenceCard li {
        font-size:12px;
    }
    .tfBannerSection {
        padding: 32px 0;
    }
    .tfBanner {
        margin-left: -16px;
        border-radius: 0;
        width: calc(100% + 32px);
        flex-direction: column;
        gap:24px;
    }
    .tfBannerTitle {
        color: var(--Paper-Paper-1, var(--colors-base-white, #FFF));
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 36.8px */
        margin-bottom: 12px;
    }
    .tfBannerLeft {
        width:100%;
    }
    .tfBannerSubtitle {
        color: var(--Paper-Paper-1, var(--colors-base-white, #FFF));
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 145%; /* 23.2px */
        letter-spacing: 0.15px;
    }
    .tfBannerRight {
        align-items: center;
    }
    .tfBannerRight img {
        width:128px;
    }
    .codeTab {
        padding:0;
        width:100%;
    }
    .codeTab {
        font-size:14px;
        padding: 0;
        width: 100%;
        border: unset;
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
    }
    .codeTabInner {
        background: #fff;
    }
    .codeSection {
        padding:32px 0;
    }
    .codeSectionTitle {
        color: var(--Key-Colors-Secondary, #071A31);
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
    }
    .numbers {
        display: flex;
        gap: 24px;
        justify-content: center;
        flex-direction: column;
    }
    .rowCardsSection {
        padding:32px 0;
    }
    .sectionTitle {
        margin-bottom: 16px;
    }
    .rowCards {
        display: flex;
        justify-content: space-between;
        /*align-items: flex-start;*/
        gap: 24px;
        overflow-x: scroll;
        padding: 3px 3px 15px 3px;
    }
    .top-section.top_nc {
        background-image: url(/img/mobile3.png);
        background-size: cover;
        background-position: center bottom;
        min-height: 811px;
    }
    .keySubtitle {
        text-align: left;
        color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
        font-size: 14px;
        font-style: normal;
        font-weight: 100;
        line-height: 115%;
        margin-top: 16px;
    }
    .keyTitle {
        text-align: left;
    }
    .rowCardsVertical .rowCard {
        width: 252px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .rowCardsVertical .rowCardContent {
        text-align: center;
    }
    .rowCards.rowCardsVertical {
        justify-content: flex-start;
        gap: 16px;
    }
    .top-section.top_w {
        background-image: url(/img/mobile3.png);
        background-size: cover;
        background-position: center bottom;
        min-height: 775px;
    }
    .top_w .buttons {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        flex-direction: column;
    }
    .top-section.top_d {
        background-image: url(/img/mobile5.png);
        background-size: cover;
        background-position: center bottom;
        min-height: 924px;
    }
    .top_d_subtitle {
        color: var(--colors-base-white, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 145%; /* 23.2px */
        letter-spacing: 0.15px;
        margin-bottom: 16px;
    }
    .top_d_title {
        color: var(--colors-base-white, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;

        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 36.8px */
    }
    .rowCards.rowCardsCenter {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
    }
    .downloaderContacts {
        display: flex;
        gap: 24px;
        justify-content: center;
        margin-top: 48px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cttd {
        padding: 64px 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 32px;
    }
    .contactsSection .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap:56px;
    }
    .contactsRight {
        width: 100%;
        border-radius: 48px;
        background: #fff;
        border-radius: 32px;
        background: var(--colors-base-white, #FFF);

        /* Alt 2 */
        box-shadow: 0px 12px 12px 0px rgba(4, 16, 34, 0.06), 0px 2px 60px 0px rgba(7, 26, 49, 0.12);
        box-sizing: border-box;
      border:unset;
        padding: 43px 24px;
    }
    .page-id-36 .rowCards.rowCardsCenter {
        flex-direction: column;
    }
    .page-id-36 .rowCard {
        width:100% !important;
    }
    .exampleCode {
        position: relative;
    }
    .exampleCode .primer {
        color: var(--colors-base-white, #FFF);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.15px;
        border-radius: 16px 16px 0px 0px;
        background: var(--Key-Colors-Secondary, #071A31);
        position: absolute;
        top: -33px;
        width: 250px;
        left: 50%;
        margin-left: -125px;
        display: block;
        padding: 5px;
        box-sizing: border-box;
    }
    .swag_title {
        color: var(--Key-Colors-Secondary, #071A31);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
        margin-bottom: 24px;
        max-width:200px;
    }
    .swag_top {

        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 32px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: unset;
    }
    .swag-wrap {
        border-radius: 32px;
        background: unset;
        padding: 0;
        box-shadow: unset;
    }
    .swag_info {
        border-radius: 32px;
        background: rgba(232, 233, 236, 0.25);

        /* Alt 2 */
        box-shadow: 0px 12px 12px 0px rgba(4, 16, 34, 0.06), 0px 2px 60px 0px rgba(7, 26, 49, 0.12);

        padding: 16px 15px 16px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .swag_line {
        margin-top:24px;
        margin-bottom: 24px;
        background: #626C7D;
        width:100%;
        height:1px;
    }
    #swagger-ui .title {
        color: var(--Key-Colors-Secondary, #071A31);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 27.6px */
        letter-spacing: 0.15px;
    }
    #swagger-ui .swagger-ui .info .title small {
        height: 32px;
        flex-shrink: 0;
        border-radius: 8px;
        background: #CF205B;
        color: var(--colors-base-white, #FFF);
        text-align: center;

        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 145%; /* 17.4px */
        letter-spacing: 0.15px;
        margin-top: 8px;
    }
    #swagger-ui .swagger-ui a.nostyle, #swagger-ui .swagger-ui a.nostyle:visited {
        color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
        font-feature-settings: 'clig' off, 'liga' off;


        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 145%; /* 23.2px */
        letter-spacing: 0.15px;
    }
    #swagger-ui .swagger-ui .opblock-summary a.nostyle, #swagger-ui .swagger-ui .opblock-summary a.nostyle:visited {
        color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);

        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%; /* 11.5px */
        letter-spacing: 0.15px;
    }
    #swagger-ui .swagger-ui .opblock .opblock-summary-method {
        min-width:64px;
    }
    #swagger-ui .swagger-ui .opblock .opblock-summary-description {
        color: var(--Neutral-Variant-Neutral-Variant-900, #0E131C);
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 115%; /* 11.5px */
        letter-spacing: 0.15px;
    }
    #swagger-ui .swagger-ui .opblock .arrow {
        display:none;
    }
    #swagger-ui .swagger-ui .dialog-ux .modal-ux {
        max-width:95% !important;
    }
}