.tools {
/*    font-family: 'Roboto', sans-serif;*/
    color: #FFFF;
    margin-top: 69px;
    position: relative;
}

.tools:before {
    content: "";
    position: absolute;
    left: -253px;
    top: 215px;
    width: 900px;
    height: 200px;
    background: rgba(70, 80, 242, 0.88);
    filter: blur(175px);
    z-index: 1;
}

.tools__container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.tools__box {
    display: flex;
    column-gap: 113px;
}

.tools__left {
    margin-top: 52px;
}

.tools__right {
    position: relative;
    z-index: 5;
}

.tools__left-title {
    /*font-family: 'RealHeadWebW04-Black', sans-serif;*/
    font-weight: 900;
    font-size: 56px;
    line-height: 96.19%;
    max-width: 406px;
    margin-bottom: 43px;
    margin-left: 4px;
    position: relative;
    z-index: 5;
}

.tools__left-img {
    margin-left: -486px;
    position: relative;
    z-index: 5;
}

.tools__left-img,
.tools__left-img img {
    width: 923px;
    height: 293px;
}

.tools__table-names {
    display: flex;
    margin-bottom: 17px;
    padding-left: 23px;
    padding-right: 44px;
}

.tools__table-name,
.tools__table-ticket,
.tools__table-price,
.tools__table-dynamic,
.tools__table-market {
    font-weight: 600;
    font-size: 18px;
    line-height: 172.69%;
    color: #56CCF2;
}

.tools__table-items {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.tools__item {
    display: flex;
    align-items: center;
    padding: 16px 44px 12px 23px;
    background: rgba(123, 73, 233, 0.13);
    border-radius: 9px;
    max-width: 740px;
}

.tools__item-logo {
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.tools__item-name {
    display: flex;
    align-items: center;
    width: 215px;
    font-weight: 600;
    font-size: 16px;
    line-height: 172.69%;
}

.tools__item-name span {
    margin-top: 2px;
}

.tools__item-ticket,
.tools__item-price {
    font-weight: 300;
    font-size: 16px;
    line-height: 172.69%;
}

.tools__item-dynamic.tools__item-dynamic-minus .tools__item-percent {
    color: #EB5757;
}

.tools__item-dynamic.tools__item-dynamic-plus .tools__item-percent {
    color: #00fd19;
}

.tools__item-percent {
    width: fit-content;
    padding: 3px 10px;
   
    border-radius: 5px;
}

.tools__table-name {
    width: 215px;
}

.tools__item-ticket,
.tools__table-ticket {
    width: 103px;
}

.tools__item-price,
.tools__table-price {
    width: 128px;
}

.tools__item-dynamic,
.tools__table-dynamic {
    width: 137px;
}

.tools__table-name {
    padding-left: 41px;
}

.tools__table-market {
    padding-left: 17px;
}

.tools__right-link {
    display: inline-flex;
      padding: 13px 20px 10px 30px;
    margin-top: 32px;
    font-weight: 600;
    font-size: 15px;
    line-height: 96.19%;
    position: relative;
}

.tools__right-link:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 3px;
    background:linear-gradient(45deg,rgba(186, 91, 200, 1),rgba(70, 80, 242, 1));
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.tools__right-link-arrow {
    margin-left: 10px;
}

.tools__item-wrapper {
    display: flex;
}

@media (max-width: 1900px) {
    .tools:before {
        left: -385px;
        filter: blur(130px);
    }
}

@media (max-width: 1350px) {
    .tools__box {
        column-gap: normal;
        justify-content: space-between;
    }

    .tools__left-title {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .tools__box {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .tools:before {
        position: static;
    }

    .tools__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 0;
    }

    .tools__left-img {
        margin: 0 auto;
    }

    .tools__right-link {
        left: 50%;
        transform: translateX(-50%);
    }

    .tools__left-title {
        margin-bottom: 32px;
    }
}

@media (max-width: 900px) {
    .tools__left-img {
        display: none;
    }

    .tools:before {
        position: static;
    }
}

@media (max-width: 760px) {
    .tools__table-names {
        display: none;
    }

    .tools__item {
        flex-direction: column;
        padding: 19px 25px 19px 22px;
    }

    .tools__table-items {
        align-items: center;
    }

    .tools__item-name {
        width: fit-content;
    }

    .tools__item-market {
        margin-top: 15px;
    }

    .tools__item-market svg {
        width: 228px;
        height: auto;
    }

    .tools__item-name span {
        display: none;
    }

    .tools__item-ticket {
        width: 100px;
    }

    .tools__item-price {
        width: 100px;
    }

    .tools__item-dynamic {
        display: flex;
        justify-content: flex-end;
        width: 100px;
    }
}

@media (max-width: 500px) {
    .tools {
        margin-top: 32px;
    }

    .tools__box {
        row-gap: 32px;
    }

    .tools__left-title {
        font-size: 33px;
        line-height: 96.19%;
        max-width: 210px;
        margin-bottom: 0;
    }

    .tools__item-ticket {
        font-weight: 600;
        font-size: 20px;
        line-height: 172.69%;
        margin-right: 18px;
    }

    .tools__item {
        width: 320px;
    }

    .tools__item-price {
        margin-right: 48px;
    }

    .tools__item-ticket,
    .tools__item-price,
    .tools__item-dynamic {
        width: fit-content;
    }

    .tools__item-market {
        margin-top: 14px;
        margin-left: 30px;
    }

    .tools__item-market svg {
        width: 216px;
    }

    .tools__item-wrapper {
        align-items: center;
    }
}
