.container.trading-page {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: unset;
}

.header {
    max-width: 1170px;
    margin: -25px auto 0;
}

.header .marketplace-left-header {
    margin-top: 65px;
}

.header h1 {
    font-size: 36px;
    max-width: 469px;
}

.marketplace-right-header img {
    max-width: 647px;
    margin-left: 60px;
}

.header .marketplace-left-header .description-box {
    margin-bottom: 20px;
}

.trading-page .agora-articles {
    margin: 40px auto 0;
    max-width: 1170px;
}

.trading-page .articles-carousel {
    margin-bottom: 0;
}

.trading-page .smi {
    margin: 40px auto 80px;
    max-width: 1170px;
}

.benefit-tips {
    margin: 60px auto 0;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
}

.tip-block {
    max-width: 242px;
}

.tip-block div {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
}

.tip-block div:before {
    content: " ";
    position: absolute;
    height: 3px;
    width: 100%;
    background: linear-gradient(38.78deg, #FF4D4D 9.28%, #FF7F48 85.91%);
    bottom: 0;
    border-radius: 170px;
}


.tip-block div p:first-child {
    color: #323232;
    font-family: Montserrat, system-ui;
    font-size: 30px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
    margin: 0 10px 0 0;
}

.tip-block div p:last-child {
    color: #323232;
    font-family: Montserrat, system-ui;
    font-size: 50px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
    margin: 0;
}

.tip-block span {
    color: #323232;
    font-family: Montserrat, system-ui;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
    display: block;
}

.optimization-tools,
.ineffective-sales {
    margin: 60px auto 0;
    max-width: 1170px;
}

.optimization-tools h2 {
    font-size: 25px;
}

.tools-block {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.tools-block .each-item {
    padding: 21px 12px 15px 23px;
    border-radius: 20px;
    box-shadow: 4px 4px 20px 0 rgba(206, 206, 221, 0.50);
    min-height: 162px;
}

.tools-block .reasons-design-shadow {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 4px solid rgba(191, 199, 214, 23%);
    margin-right: 12px;
}

.tools-block .reasons-design-shadow .reasons-design {
    width: 56px;
    height: 56px;
    border-radius: 24px;
    background: #BFC7D6;
    box-shadow: 0 16px 24px rgba(113, 139, 171, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools-block .item-flex {
    display: flex;
    align-items: center;
}

.tools-block .item-flex span {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
}


.tools-block .each-item p {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 12px 0 0 0;
}

.trading-page .b2b-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 111px;
}

.trading-page .b2b-block img {
    max-width: 350px;
    margin-bottom: 25px;
}

.trading-page .b2b-block p {
    max-width: 305px;
}

.trading-page .b2b-block a {
    padding: 7px 56px;
}

.trading-page .b2b-block {
    padding: 49px 20px 49px;
}

.trading-page .b2b-media div {
    height: 169px;
}

.trading-page .b2b-block:last-child .b2b-media {
    margin: 0 107px 0 0;
}

.trading-page .b2b-block:last-child ul li {
    max-width: 413px;
}

.trading-page .b2b-block .b2b-list {
   margin-right: 77px;
}

.ineffective-sales h2 {
    font-size: 25px;
    max-width: 770px;
}

.ineffective-sales-blocks {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.ineffective-sales-blocks div {
    max-width: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ineffective-sales-blocks p {
    color: #323232;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 10px 0 0;
}

.mvp-block {
    margin: 60px auto 0;
    max-width: 1085px;
    border-radius: 20px;
    background: #24335B;
    position: relative;
    padding: 32px 40px 32px 45px;
    display: flex;
    align-items: center;
}

.mvp-block .background {
    position: absolute;
    top: 0;
    right: 0;
}

.mvp-block .mvp-image {
    margin-right: 40px;
}

.mvp-block .link-btn-block {
    display: flex;
    align-items: center;
}

.mvp-block p {
    color: #FFF;
    font-family: Montserrat, system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}

.mvp-block span {
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    max-width: 665px;
}

.mvp-block a {
    border-radius: 24px;
    background: var(--MAIN-GRADIENT, linear-gradient(39deg, #FF4D4D 9.28%, #FF7F48 85.91%));
    color: var(--ffffff, #FFF);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    padding: 5px 22px;
}

.trading-page .sales-types {
    margin: 40px auto 0;
}

.trading-page .sales-type-item {
    padding: 70px 30px 20px 30px;
    height: 224px;
}

.trading-page .sales-types h2 {
    text-align: start;
    max-width: 1170px;
    margin: 0 auto 42px;
}

.trading-page .sales-types__prev,
.trading-page .sales-types .slick-prev,
.trading-page .sales-types__next,
.trading-page .sales-types .slick-next{
    display: none;
}

.trading-page .contact-form {
        margin-top: 60px;
    }

.trading-page .srm-video .products-list ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #323232;
    font-family: Roboto, sans-serif;
    padding-bottom: 10px;
    position: relative;
}

.trading-page .srm-video .products-list ul {
    list-style: none;
    padding-left: 34px;
}

.trading-page .srm-video .products-list ul li:before{
    content: " ";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('../../automatisation/img/check-table.svg');
    margin-left: -35px;
}

@media screen and (max-width: 1230px) {
    .header {
        max-width: 740px;
        margin: 53px auto 0;
    }
    .header .marketplace-left-header .description-box {
        width: 100%;
    }
    .marketplace-right-header img {
        margin-left: 0;
    }
    .header h1 {
        font-size: 28px;
        max-width: 99%;
    }
    .header .marketplace-left-header {
        margin-top: 53px;
    }
    .benefit-tips {
        max-width: 590px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 103px;
        grid-row-gap: 54px;
    }
    .optimization-tools, .ineffective-sales {
        max-width: 740px;
    }
    .optimization-tools h2 {
        font-size: 22px;
    }
    .tools-block {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .tools-block .each-item {
        max-height: unset;
    }
    .trading-page .optimization-solution {
        margin: 60px auto 0;
    }
    .trading-page .b2b-block {
        flex-direction: row;
        padding: 29px 18px 29px 40px;
    }
    .trading-page .b2b-block:last-child {
        flex-direction: row;
    }
    .trading-page .b2b-block:last-child .b2b-list {
        margin: 0 15px 0 0;
    }
    .trading-page .b2b-media {
        margin-left: 0;
    }
    .trading-page .b2b-block:last-child .b2b-media {
        margin: 0;
    }
    .trading-page .b2b-block:last-child a {
        margin: 25px 0 0;
    }
    .trading-page .b2b-block img {
        margin-bottom: 0;
    }
    .trading-page .b2b-block .b2b-list {
        margin: 0 38px 0 0;
    }
    .trading-page .b2b-block ul li {
        margin-bottom: 11px;
    }
    .trading-page .b2b-block ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .trading-page .b2b-block ul {
        margin: 0;
    }
    .ineffective-sales h2 {
        font-size: 22px;
        max-width: 100%;
    }
    .ineffective-sales-blocks {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .ineffective-sales-blocks div {
        flex-direction: row;
        max-width: 340px;
    }
    .ineffective-sales-blocks p {
        text-align: start;
        margin: 0 0 0 10px;
    }
    .trading-page .construction-cases h2 {
        max-width: 565px;
    }
    .trading-page .sales-types h2 {
        max-width: 740px;
    }
    .trading-page .sales-types .slick-prev {
        left: unset;
        right: 82px;
    }
    .trading-page .sales-types .slick-next {
        right: 41px;
    }
    .mvp-block {
        padding: 23px 41px;
        max-width: 658px;
    }
    .mvp-block .link-btn-block {
        flex-direction: column;
        align-items: flex-start;
    }
    .mvp-block a {
        margin: 19px 0 0 0;
    }
    .trading-page .agora-articles,
    .trading-page .smi {
        max-width: 740px;
    }
    .srm-video.price-page ul {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .trading-page .price-breadcrumbs-list {
        flex-wrap: wrap;
    }
    .trading-page .price-breadcrumbs-list li:last-child {
        margin-top: 12px;
    }
    .header {
        max-width: 325px;
        margin: 31px auto 0;
    }
    .marketplace-right-header img {
        max-width: 290px;
    }
    .header .marketplace-left-header {
        margin-top: 32px;
    }
    .tip-block div p:first-child {
        font-size: 20px;
    }
    .tip-block div p:last-child {
        font-size: 35px;
    }
    .tip-block:nth-child(3) div p:last-child {
        font-size: 27px;
    }
    .tip-block:nth-child(3) div {
        padding: 5px 0 15px;
    }
    .benefit-tips {
        max-width: 590px;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 19px;
        grid-row-gap: 29px;
    }
    .tip-block span {
        font-size: 11px;
    }
    .tip-block {
        max-width: 165px;
    }
    .tip-block span br {
        display: none;
    }
    .benefit-tips,
    .optimization-tools,
    .ineffective-sales {
        max-width: 325px;
    }
    .tools-block {
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .tools-block .each-item {
        padding: 21px 12px 20px 23px;
        min-height: unset;
    }
    .trading-page .optimization-solution h2 {
        font-size: 22px;
    }
    .trading-page .b2b-block {
        flex-direction: column;
        padding: 18px 12px 88px 19px;
        position: relative;
    }
    .trading-page .b2b-block:last-child {
        flex-direction: column-reverse;
    }
    .trading-page .b2b-block img {
        max-width: 323px;
    }
    .trading-page .b2b-block .b2b-list {
        margin: 0;
    }
    .trading-page .b2b-block a {
        margin-top: 0;
        position: absolute;
        bottom: 23px;
    }
    .trading-page .b2b-block:last-child .b2b-list {
        margin: 30px 0 0 0;
    }
    .trading-page .b2b-block p {
        font-size: 18px;
    }
    .ineffective-sales-blocks {
        grid-template-columns: 1fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .trading-page .construction-cases h2 {
        font-family: Montserrat, system-ui;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%
    }
    .trading-page .sales-types {
        margin: 120px auto 0;
    }
    .trading-page .sales-types h2 {
        max-width: 325px;
        margin-bottom: 25px;
    }
    .trading-page .auto-block .slick-next,
    .trading-page .auto-block .slick-prev {
        top: 339px !important;
    }
    .mvp-block {
        margin: 120px auto 0;
        padding: 37px 37px 24px;
        max-width: 251px;
        flex-direction: column;
        align-items: center;
    }
    .mvp-block .mvp-image {
        margin: 0 0 20px 0;
    }
    .srm-video.price-page ul {
        display: block;
    }
    .trading-page .agora-articles,
    .trading-page .smi {
        max-width: 325px;
    }
    .trading-page .b2b-media div {
        height: 169px;
        width: 300px;
    }
}