.manufacturer {
    position: relative;
    z-index: 11;
    background: #F3F3F7;
    overflow: hidden;
}

.manufacturer .section-heading {
    color: #000;
}

.manufacturer .block-content {
    position: relative;
    display: grid;
    grid-template-columns: 656fr 444fr;
    align-items: center;
}

.block-content-left {
    padding: 150px 0;
}

.block-content-right {
    margin-right: -250px;
}

.manufacturer .block-content img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-height: 625px;
}

.manufacturer .title {
    display: grid;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #222;
}

.manufacturer .title span {
    font-weight: 600;
    font-size: 120px;
    line-height: 1.125;
    text-transform: uppercase;
    color: #85878C;
}

.manufacturer .btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    position: relative;
    z-index: 10;
}

.manufacturer .btns div {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.bordered-btn,
.bordered-btn-wrapper a,
.red-btn,
.red-btn-wrapper a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: 0.3s;
}

.bordered-btn,
.bordered-btn-wrapper a {
    background: #f3f3f7;
    width: 240px;
    padding-left: 20px;
    line-height: 68px;
    color: #252D3D;
    border: 1px solid #252D3D;
}

.red-btn,
.red-btn-wrapper a {
    background: linear-gradient(to right, #ff5c64 50%, #ff151f 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    width: 244px;
    padding-left: 40px;
    line-height: 70px;
    color: #fff;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s ease;
}

.red-btn:hover,
.red-btn-wrapper a:hover {
    background-position: left bottom;
    color: #fff;
}

.red-btn:after,
.red-btn-wrapper a:after {
    content: '';
    position: absolute;
    right: 31px;
    top: 30px;
    width: 7px;
    height: 10px;
    background: url("../images/btn-arrow.svg") no-repeat;
}

.manufacturer .btns .bordered-btn-wrapper a {
    width: 333px;
    padding-left: 35px;
}

.manufacturer .btns .ozon-btn {
    display: block;
    margin-top: 15px;
}

.manufacturer .btns .ozon-btn a {
    max-width: 304px;
}

.fixed-ozon-btn {
    position: fixed;
    right: 20px;
    bottom: 90px;
    padding: 15px 40px 15px 25px;
    background: #fff;
    border: 1px solid #252D3D;
    color: #252D3D;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.02em;
    z-index: 1;
    line-height: 1;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.2), -webkit-transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fixed-ozon-btn:after{
    position: absolute;
    content: '';
    width: 7px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/local/templates/planter/images/bordered-arrow.svg) 0px 0px no-repeat;
}

.fixed-ozon-btn:hover:after {
    background: url(/local/templates/planter/images/bordered-arrow-red.svg) 0px 0px no-repeat;
}

.bordered-btn-wrapper a:hover,
.fixed-ozon-btn:hover {
    border-color: #E30713;
    color: #E30713;
}

@media (max-width: 1600px) {
    .block-content-right {
        margin-right: -100px;
    }
}

@media (max-width: 1280px) {

    .manufacturer .block-content {
        grid-template-columns: 1fr 1fr;
    }

    .block-content-left {
        padding: 100px 0;
    }

    .block-content-right {
        margin: 0 0 0 -100px;
    }

    .manufacturer .title {
        font-size: 20px;
    }

    .manufacturer .title span {
        font-size: 90px;
    }

    .manufacturer .btns {
        display: grid;
        gap: 20px;
    }
}

@media (max-width: 860px) {
    .manufacturer .block-content {
        grid-template-columns: 1fr;
    }

    .manufacturer .block-content img {
        width: auto;
        height: 100%;
        max-height: 100%;
        margin-left: auto;
    }

    .block-content-left {
        padding: 100px 0;
        z-index: 2;
    }

    .block-content-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 70%;
        height: 100%;
        z-index: 1;
        margin: 0;
    }

    .manufacturer .btns .bordered-btn-wrapper a {
        width: fit-content;
        padding: 0 15px;
    }
}

@media (max-width: 580px) {

    .block-content-left {
        padding: 50px 0;
    }

    .manufacturer .title {
        font-size: 18px;
    }

    .manufacturer .title span {
        font-size: 60px;
    }
}
