/* Fonts */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto"), url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-300.woff2") format("woff2"),
    url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-300.woff") format("woff"),
    url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-300.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-400.woff2") format("woff2"),
    url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-400.woff") format("woff"),
    url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-400.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto"), url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-500.woff2") format("woff2"),
    url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-500.woff") format("woff"),
    url("/wp-content/themes/custom/fonts/roboto-v29-latin_cyrillic-500.ttf") format("truetype");
}

/* Colors */

:root {
    --basic-black: #000000;
    --basic-white: #ffffff;

    --main-color: #b79069;
    --main-gradient: linear-gradient(147.6deg, #382d22 0%, #b79069 100%);

    --scrol-track: #ececec;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.page-body {
    font-family: "Roboto", "Arial", sans-serif;
}

.autotrade-robot__section {
    background-color: black;
    background-image: url("/wp-content/themes/custom/img/robot/background.png");
    background-repeat: no-repeat;
    padding-top: 48px;
    padding-bottom: 86px;
    font-family: "Montserrat", sans-serif;
    background-position: top right 53px;
}

.title {
    margin-bottom: 80px;
}

.autotrade-robot__section h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    text-align: left;
    margin-bottom: 18px;
    font-family: "Montserrat", sans-serif;
}
.subheading {
    font-family: "Montserrat", sans-serif;
    color: rgba(183, 144, 105, 1);
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
.wrapper {
    display: flex;
    gap: 38px;
}

.tabs-items {
    max-width: 260px;
}
.header .nav {
    display: block;
}
.tabs-items .nav-tabs .nav-item a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    height: 47px;
    display: flex;
    align-items: center;
    width: 100%;
    color: rgba(255, 249, 244, 1);
    background: transparent;
    border: none;
}
.tabs-items .nav-tabs .nav-item .nav-link.active.show,
.tabs-items .nav-tabs .nav-item .nav-link.active {
    color: rgba(183, 144, 105, 1);
    border: 1px solid rgba(183, 144, 105, 1);
}
.form-btn {
    font-family: "Montserrat", sans-serif;
    background: rgba(183, 144, 105, 1);
    color: rgba(255, 255, 255, 1);
    padding: 14px 48px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    width: 263px;
    border: 1px solid rgba(183, 144, 105, 1);
    border-radius: 4px;
    text-align: center;
}

.form-btn:hover {
    outline: none;
    color: var(--main-color);
    background-color: transparent;
}

.tab-content {
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
}
.tabs-items .nav {
    border: none;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}
.info-text {
    height: 50px;
    background: rgba(183, 144, 105, 1);
    text-align: center;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    color: white;
    border: none;
}
.info-text span a{
    color: var(--basic-white);
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}
.illustration {
    height: 127px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
}

.month-income .illustration {
    background-image: url("/wp-content/themes/custom/img/robot/tab1.jpg");
}

.algorithm-users .illustration {
    background-image: url("/wp-content/themes/custom/img/robot/tab2.jpg");
}

.algorithm-users .info-text {
    display: flex;
    justify-content: space-around;
}

.algorithm-users .info-text span:after {
    background-image: url("/wp-content/themes/custom/img/robot/user.svg");
    content: "";
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 7px;
}

.success-transaction .illustration {
    background-image: url("/wp-content/themes/custom/img/robot/tab3.jpg");
}

.profit .illustration {
    background-image: url("/wp-content/themes/custom/img/robot/tab4.jpg");
}

.trade-signals .illustration {
    background-image: url("/wp-content/themes/custom/img/robot/tab5.jpg");
}

.desktop--visible {
    display: block;
}

.mobile--visible {
    display: none;
}

@media (max-width: 767px) {
    .desktop--visible {
        display: none;
    }

    .mobile--visible {
        display: block;
    }

    .autotrade-robot__section {
        padding-top: 18px;
        padding-bottom: 36px;
        background-image: url("/wp-content/themes/custom/img/robot/background-mob.png");
        background-position: top right;
    }
    .autotrade-robot__section h1 {
        margin-bottom: 6px;
        font-size: 24px;
        line-height: 30px;
    }
    .subheading {
        font-size: 16px;
        line-height: 20px;
    }
    .wrapper {
        flex-direction: column;
        gap: 14px;
    }
    .form-btn {
        width: 100%;
    }
    .tabs-items {
        max-width: 100%;
    }
    .tabs-items .nav-tabs .nav-item .nav-link.active.show,
    .tabs-items .nav-tabs .nav-item .nav-link.active {
        border: none;
        border-bottom: 1px solid rgba(183, 144, 105, 1);
        width: fit-content;
    }

    .tabs-items .nav {
        flex-direction: column;
    }

    .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .tabs-indicators {
        display: flex;
        justify-content: center;
        gap: 4px;
    }
    .tab-indicator {
        background: rgba(95, 95, 95, 1);
        height: 5px;
        width: 20px;
        border-radius: 1px;
        display: block;
    }

    .algorithm-users.active .custom-card {
        width: 100%;
    }

    .algorithm-users.active {
        flex-direction: column;
        gap: 10px;
    }
    .algorithm-users .info-text {
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
    }

    .month-income .illustration {
        background-image: url("/wp-content/themes/custom/img/robot/tab1-mob.jpg");
    }

    .algorithm-users .illustration {
        background-image: url("/wp-content/themes/custom/img/robot/tab2-mob.jpg");
    }

    .success-transaction .illustration {
        background-image: url("/wp-content/themes/custom/img/robot/tab3-mob.jpg");
    }

    .profit .illustration {
        background-image: url("/wp-content/themes/custom/img/robot/tab4-mob.jpg");
    }

    .trade-signals .illustration {
        background-image: url("/wp-content/themes/custom/img/robot/tab5-mob.jpg");
    }
    .active.tab-indicator {
        background: rgba(183, 144, 105, 1);
    }
}

/*Berclay-info*/

.br-info {
    padding: 80px 140px;
}

@media (max-width: 767px) {
    .br-info {
        padding: 0;
    }

    .advantages__img {
        width: 100%;
        object-fit: cover;
    }
}

.advantages {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 26px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .advantages {
        column-gap: unset;
        row-gap: 20px;
        padding: 16px;
        margin-bottom: 0;
        padding-bottom: 25px;
        background-color: var(--basic-black);
    }
}

.advantages__item {
    display: flex;
    flex-direction: column;
    max-width: 567px;
}

.advantages__more {
    padding: 18px 16px;
    color: var(--basic-white);
    background-color: var(--main-color);
}

@media (max-width: 767px) {
    .advantages__more {
        padding: 18px 10px;
    }
}

.advantages__heading {
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    font-family: "Roboto", "Arial", sans-serif;
}

.advantages__about {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    font-family: "Roboto", "Arial", sans-serif;
}

@media (max-width: 767px) {
    .advantages__about {
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
    }
}

/*Instruction*/

.instruction {
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .instruction {
        padding: 20px 16px;
        margin: 0;
        background-color: var(--basic-black);
    }
}

.instruction__heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: var(--main-color);
    font-family: "Roboto", "Arial", sans-serif;
}

@media (max-width: 767px) {
    .instruction__heading {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }
}

.instruction__todo {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-weight: 300;
    font-size: 28px;
    line-height: 33px;
    font-family: "Roboto", "Arial", sans-serif;
}

@media (max-width: 767px) {
    .instruction__todo {
        font-size: 16px;
        line-height: 19px;
        color: var(--basic-white);
    }
}

.instruction__todo:last-child {
    margin-bottom: 18px;
}

.instruction__todo--check::before {
    content: url("/wp-content/themes/custom/img/robot/icons/check.svg");
    margin-right: 10px;
}

.instruction__todo--headset::before {
    content: url("/wp-content/themes/custom/img/robot/icons/headset.svg");
    margin-right: 10px;
}

.instruction__buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.button {
    padding: 18px 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: var(--basic-white);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .button {
        width: 100%;
    }
}

.button:hover {
    color: var(--main-color);
    background-color: var(--basic-white);
}

.button--color-revers {
    padding: 21.5px 15.5px;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
    color: var(--main-color);
    background-color: var(--basic-white);
}

.button--color-revers:hover {
    color: var(--basic-white);
    background-color: var(--main-color);
}

/*Big-data*/

.big-data {
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 80px;
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
    .big-data {
        padding: 20px 16px;
        margin-bottom: 0;
    }
}

.big-data__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 767px) {
    .big-data__cards {
        overflow-x: scroll;
        flex-wrap: nowrap;
        gap: 20px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 0;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--main-color);
        border-radius: 10px;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: var(--scrol-track);
    }
}

.big-data__card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 30%;
    padding: 30px 20px;
    background: var(--main-gradient);
    border: 3px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .big-data__card {
        min-width: 305px;
        margin-bottom: 15px;
    }
}

.big-data__heading {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

@media (max-width: 767px) {
    .big-data__heading {
        font-size: 20px;
        line-height: 24px;
    }
}

.big-data__img {
    margin-bottom: 13px;
}

.big-data__about {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: var(--basic-white);
}

/*br-investors__section*/

.br-investors__section {
    font-family: "Montserrat", sans-serif;
    padding-top: 100px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .br-investors__section {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

.br-investors__section h2 {
    font-size: 39px;
    line-height: 49px;
    margin-bottom: 14px;
    font-weight: 600;
    color: rgba(183, 144, 105, 1);
}

@media (max-width: 767px) {
    .br-investors__section h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 8px;
    }
}

.br-investors__section .subheading {
    font-size: 28px;
    line-height: 34px;
    max-width: 810px;
    margin-bottom: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    display: block;
}

@media (max-width: 767px) {
    .br-investors__section .subheading {
        font-size: 16px;
        line-height: 19px;
    }
}

.br-investors__section .wrapper {
    gap: 14px;
}

.br-investors__section .item {
    width: 20%;
}

@media (max-width: 767px) {
    .br-investors__section .item {
        width: 100%;
    }
}

.br-investors__section .item img {
    display: block;
    margin: 0 auto;
    max-width: 110px;
}

.br-investors__section .item p {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .br-investors__section .item p {
        font-size: 14px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    .br-investors__section .item p {
        font-size: 16px;
        line-height: 19px;
    }
}

/*autotrade-algorithm__section*/
.autotrade-algorithm__section {
    background-image: url("/wp-content/themes/custom/img/robot/algorithm-background.jpg");
    background-repeat: no-repeat;
    background-color: black;
    padding: 80px 0;
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 1440px) {
    .autotrade-algorithm__section {
        background-position-x: 60%;
    }
}

@media (max-width: 1200px) {
    .autotrade-algorithm__section {
        background-position-x: 80%;
    }
}

@media (max-width: 1024px) {
    .autotrade-algorithm__section {
        background-image: url("/wp-content/themes/custom/img/robot/algorithm-background-mob.png");
        background-position-x: 0;
        padding: 20px 0;
        background-size: auto 100%;
    }
}

@media (max-width: 767px) {
    .autotrade-algorithm__section {
        background-image: none;
        position: relative;
    }

    .autotrade-algorithm__section .background--second {
        background-image: url("/wp-content/themes/custom/img/robot/algorithm-background.png");
        background-position-x: 50%;
    }
}

@media (max-width: 500px) {
    .autotrade-algorithm__section .background--second {
        background-image: url("/wp-content/themes/custom/img/robot/algorithm-background.png");
        background-position-x: calc(100% + 214px);
    }
}

.autotrade-algorithm__section h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 12px;
    max-width: 544px;
}

@media (max-width: 767px) {
    .autotrade-algorithm__section h2 {
        font-size: 24px;
        line-height: 29px;
        max-width: 195px;
        position: relative;
        z-index: 2;
    }
}

.autotrade-algorithm__section .subheading {
    margin-left: auto;
    margin-right: 0;
    display: block;
    max-width: 544px;
}

@media (max-width: 767px) {
    .autotrade-algorithm__section .subheading {
        font-size: 16px;
        line-height: 19px;
        max-width: 195px;
        position: relative;
        z-index: 2;
    }
}

.autotrade-algorithm__section .background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.autotrade-algorithm__section .background--first {
    background-image: url("/wp-content/themes/custom/img/robot/algorithm-background2.png");
}
