.protect-grid-link__border-orange {
    outline: 2px solid #EF7D00 !important;
}

.protect-grid-link__border-green {
    outline: 2px solid #70840A !important;
}

.protect-grid-link__border-pink {
    outline: 2px solid #78CAE0 !important;
}

.protect-grid-link__border-brown {
    outline: 2px solid #70840A !important;
}

.protect-grid-link__border-gray {
    outline: 2px solid #B6B3B0 !important;
}

.protect-grid-link__border-blue {
    outline: 2px solid #009EBE !important;
}

/*TEXT START*/
.soybeans-title {
    color: black;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    line-height: 1;
}

.soybeans-subtitle {
    color: #143968;
    font-size: 30px;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 39px;
    margin-bottom: 40px;
}

.soybeans-subtitle-small {
    color: #143968;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 39px;
    margin-bottom: 20px;
    font-size: 20px;
}

.soybeans-text-wrap {
    padding-left: 20px;
}

.soybeans-text {
    color: black;
    font-size: 15px;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 20px;
}

p.soybeans-text:last-of-type,
p.soybeans-text:first-of-type {
    margin-bottom: 20px !important;
}


/*TEXT END*/
/*BG'S START*/


.soybeans-dark-bg {
    background: #d2e3ec;
}

/*BG'S END*/
/*PADDING'S START*/
.soybeans-padding-top {
    padding-top: 100px;
}

.soybeans-padding-bottom {
    padding-bottom: 32px;
}

.soybeans-solution-padding-left-70 {
    padding-left: 70px;
}

@media screen and (max-width: 991px) {
    .soybeans-padding-top {
        padding-top: 50px;
    }

    .soybeans-padding-bottom {
        padding-bottom: 50px;
    }
}

/*PADDING'S END*/



/*1 START*/
.soybeans-banner {
    background-image: url('https://www.syngenta.ru/sites/g/files/kgtney371/files/media/image/2023/03/29/soybeans-banner2.png');
    background-repeat: no-repeat;
    background-color: #d2e3ec;
    background-size: contain;
    background-position-y: center;
    background-position-x: right;
    /* height: 650px; */
}

.soybeans-banner-inner {
    background-image: url('https://www.syngenta.ru/sites/g/files/kgtney371/files/media/image/2023/03/29/soyprotect3.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-y: 50%;
    min-height: 470px;
}

.soybeans-banner-inner {
    display: flex;
    justify-content: flex-end;
}

.soybeans-banner-image-wrap {
    width: 100%;
}

.soybeans-banner-image {
    max-width: 100%;

    display: none;
}

.soybeans-banner-title {
    width: auto;
    padding-top: 145px;
}

@media screen and (max-width: 991px) {
    .soybeans-banner-inner {
        background-size: 90%;
        min-height: 500px;
    }

    .soybeans-banner-image-wrap {
        width: 75%;
    }

    .soybeans-banner-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .soybeans-banner-inner {
        background-size: 70%;
    }
}

@media screen and (max-width: 540px) {
    .soybeans-banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .soybeans-banner-inner {
        flex-direction: column;
        background-color: #e5f1f6;
        padding-left: 30px;
        padding-right: 30px;
        background-size: 160%;
        background-position-x: 0%;
        background-position-y: 5%;
        min-height: 650px;
    }

    .soybeans-title {

        padding-left: 0px;
        padding-right: 0px;
        overflow-wrap: normal;
    }
}

@media screen and (max-width: 460px) {
    .soybeans-banner-inner {
        min-height: 540px;
    }
}

@media screen and (max-width: 420px) {
    .soybeans-banner-inner {
        min-height: 490px;
    }

    .soybeans-banner-title {
        font-size: 25px;
    }
}

/*1 END*/


/*2 START*/
.soybeans-risks-wrap {
    display: flex;
}

.soybeans-risks-inner {
    width: calc(100% - 450px);
}

.soybeans-risks {
    display: flex;
    flex-wrap: wrap;
}

.soybeans-risk-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #acc1d2;
    background-color: #e8f1f6;
    color: #143968;
    font-size: 15px;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.soybeans-risk-link:hover,
.soybeans-risk-link:active,
.soybeans-risk-link:focus-visible {
    text-decoration: none;
    color: #143968;
    background-color: #d2e3ec;
}

.soybeans-risks-img {
    width: 450px;
}

.soybeans-risks-img img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .soybeans-risks-inner {
        width: 100%;
    }

    .soybeans-risk-link {
        font-size: 12px;
    }

    .soybeans-risks-img {
        display: none;
    }
}

/*2 END*/



/*3 START*/
.soybeans-protect-img img {
    width: 100%;
}

/*3 END*/



/*4 START*/
.soybeans-solution-desktop {
    display: flex;
    /* margin-bottom: 100px; */
}

.soybeans-solution-mobile {
    display: none;
}

.soybeans-solution-wrap:last-of-type {
    margin-bottom: 0;
}

.soybeans-solution-img {
    position: relative;
}

.soybeans-solution-img img {
    position: sticky;
    top: 0;
}

.soybeans-risk-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #143968;
    font-size: 12px;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border: 1px solid #acc1d2;
    border-radius: 30px;
    background-color: #d2e3ec;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 34px;
}

.soybeans-solution-wrap .soybeans-text {
    position: relative;
}

.soybeans-solution-wrap .soybeans-text::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #143968;
    position: absolute;
    left: -10px;
    top: 9px;
}

.soybeans-medic {
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
}

.soybeans-medic-link {
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 4px 6px 12px 0px rgba(2, 78, 150, 0.1);
    border-radius: 3px;
    background-color: #ffffff;
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.soybeans-medic-link img {
    width: 100%;
}

/*and (min-width: 991px)*/
@media screen and (max-width: 1200px) {
    .soybeans-solution-img {
        width: 50%;
    }

    .soybeans-solution-img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .soybeans-solution-desktop {
        display: none;
    }

    .soybeans-solution-mobile {
        display: grid;
        grid-template-columns: 60% 40%;
    }

    .soybeans-solution-mobile-odd {
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .soybeans-solution-mobile-odd .soybeans-subtitle,
    .soybeans-solution-mobile .soybeans-subtitle {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .soybeans-solution-mobile-inner {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .soybeans-solution-mobile-inner-odd {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .soybeans-solution-img {
        grid-column-start: 2;
        grid-column-end: 3;
        width: 100%;
    }

    .soybeans-solution-img-odd {
        grid-column-start: 1;
        grid-column-end: 2;
        width: 100%;
        padding-right: 20px;
    }

    .soybeans-solution-mobile-inner-wide {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .soybeans-solution-mobile-inner-bg {
        padding: 20px;
        margin-top: 20px;
        background: #e8f1f6;
    }

    .soybeans-solution-mobile-inner-wide .soybeans-text-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .soybeans-solution-mobile-inner-wide .soybeans-text-wrap .soybeans-text {
        width: 45%;
    }

    .soybeans-solution-mobile-inner-bg .soybeans-text-wrap {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .soybeans-solution-mobile-inner-bg .soybeans-text {
        width: 100%;
    }

    .soybeans-medic {
        max-width: unset;
    }

    .soybeans-medic-link {
        max-height: 50px;
    }

    .soybeans-medic-link img {
        max-height: 50px;
        width: unset;
    }
}

@media screen and (max-width: 767px) {
    .soybeans-solution-mobile-inner-wide .soybeans-text-wrap .soybeans-text {
        width: 100%;
    }

    .soybeans-medic {
        justify-content: space-between;
    }

    .soybeans-medic-link {
        max-height: 30px;
        margin-right: 0;
        width: calc(50% - 10px);
    }

    .soybeans-medic-link img {
        max-height: 30px;
    }
}

@media screen and (max-width: 540px) {
    .soybeans-solution-mobile {
        grid-template-rows: auto auto;
    }

    .soybeans-solution-img {
        grid-column-start: 1;
        grid-column-end: 3;
        width: 100%;
        grid-row-start: 2;
    }

    .soybeans-solution-mobile-inner {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .soybeans-solution-img-odd {
        grid-column-start: 1;
        grid-column-end: 3;
        padding-right: 0;
    }

    .soybeans-solution-mobile-inner-odd {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

/*4 END*/



/*5 START*/
.soybeans-banner2 {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    position: relative;
}

.soybeans-banner2 .soybeans-banner2-text {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 40%;
}

.soybeans-banner2 .soybeans-banner2-text h2 {
    font-size: 25px;
}

.soybeans-banner2-button {
    text-decoration: none;
    color: rgb(33, 33, 33);
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: #eb8200;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    background-color: #eb8200;
    padding-right: 2rem;

}

.soybeans-banner2-button:hover {
    color: rgb(33, 33, 33);
    text-decoration: none;
    background-color: #ffa333;
}

@media screen and (max-width: 991px) {
    .soybeans-banner2 .soybeans-banner2-text h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    .soybeans-banner2 .soybeans-banner2-text h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 620px) {
    .soybeans-banner2 .soybeans-banner2-text {
        top: 20px;
        left: 20px;
    }

    .soybeans-banner2 .soybeans-banner2-text h2 {
        font-size: 12px;
    }
}

@media screen and (max-width: 520px) {
    .soybeans-banner2 .soybeans-banner2-text h2 {
        margin-bottom: 10px;
    }
}

/*5 END*/

/*6 START*/
.soybeans-video {
    height: 564px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .soybeans-video {
        height: 340px;
    }
}

/*6 END*/

/*7 START*/
.soybeans-slider {
    overflow: hidden;
    height: 280px;
    padding-bottom: 50px;
    position: relative;
}

.swiper {
    /* width: 100%; */
    /* height: 180px; */
}

.swiper-slide {
    /* height: 180px; */
}

.swiper-slide iframe {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .soybeans-slider {
        height: 300px;
    }
}

/*7 END*/


/*8 START*/

.soybeans-accordion-item {
    border-bottom: 1px solid #bfd2df;
}

.soybeans-accordion-title {
    color: #143968;
    font-size: 20px;
    font-weight: 700;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    border-top: 1px solid #bfd2df;
    position: relative;
    cursor: pointer;
}

.soybeans-accordion-title::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-image: url('https://www.syngenta.ru/sites/g/files/kgtney371/files/media/image/2023/03/29/accordionbutton.svg');
    position: absolute;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: calc(50% - 20px);
    transition: all .3s;
}

.soybeans-accordion-title-show::after {
    background-color: #eee;
    transform: rotate(45deg);
    transition: all .3s;
}

.soybeans-accordion-body {
    -webkit-transition: height .25s ease;
    -o-transition: height .25s ease;
    transition: height .25s ease;
    overflow: hidden;
}

.soybeans-accordion-body:not(.show) {
    display: none;
}

.soybeans-accordion-list {
    margin: 0;
    margin-bottom: 30px;
    padding-left: 10px;
}

.soybeans-accordion-list-item {
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    color: #143968;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    list-style-type: none;
}

.soybeans-accordion-list-item::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #143968;
    position: absolute;
    left: -10px;
    top: 8px;
}

@media screen and (max-width: 991px) {
    .soybeans-accordion-title {
        padding-right: 35px;
        font-size: 16px;
    }
}

/*8 END*/


/*9 START*/
.soybeans-contacts {
    border: 5px solid white;
    border-bottom-right-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.soybeans-contacts-buttons {
    display: flex;
    justify-content: center;
}

.soybeans-contacts-button {
    padding: 21px 36px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    margin-bottom: 13px;
}

.soybeans-contacts-button img {
    width: 30px;
    height: 30px;
}

.soybeans-contacts-button span {
    color: #fff;
    font-family: inherit;
    font-size: 15px;
}

.soybeans-contacts-button-tg {
    background: linear-gradient(309.02deg, #61A8DE -6.45%, #408AC2 111.08%);
}

.soybeans-contacts-button-wa {
    background: linear-gradient(309.02deg, #25D366 -6.45%, #2fc368 111.08%);
}

.soybeans-contacts-button-vk {
    background: #0077ff;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .soybeans-contacts {
        padding-left: 20px;
        padding-right: 20px;
    }

    .soybeans-contacts-buttons {
        flex-direction: column;
    }

    .soybeans-contacts-button {
        margin-right: 0;
    }
}

/*9 END*/




/*GRID START*/
.protect-grid {
    display: grid;
    grid-template-columns: 0 repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(20, 30px) 390px 70px;
    position: relative;
    margin-bottom: 20px;
    max-width: 1132px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.protect-grid-border-element {
    width: 3px;
    background-image: url('/upload/img/punktir.png');
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.protect-grid::before {
    content: '';
    height: 3px;
    background-image: url('/upload/img/punktir-horizontal.png');
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.protect-grid::after {
    content: '';
    height: 3px;
    background-image: url('/upload/img/punktir-horizontal.png');
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.protect-grid-img11::after {
    display: none;
}

.protect-grid-link {
    background: white;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 26px;
    /* margin-left: 0px!important;
    margin-right: 0px!important; */
    z-index: 15;
    position: relative;
    border-radius: 5px;
    min-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    color: black;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Noto Sans Display';
    margin-left: 5px;
    margin-right: 5px;
    /* grid-column-end: 10;
    grid-row-start: 15; */
}

.protect-grid-link:not(.protect-grid-link-empty-row) {
    padding-left: 5px;
    padding-right: 5px;
    min-width: fit-content !important;
}

.protect-grid-link span {
    white-space: nowrap;
}

.protect-grid-link:not(.protect-grid-link-empty-row):hover {
    transform: scale(1.1);
    outline-width: 4px !important;
    transition: all .3s;
    z-index: 20;
}

.protect-grid-link img:not(.protect-grid-link-empty-row) {
    /* height: 56px; */
    height: auto;
    max-width: 100%;
    max-height: 46px;
    width: auto;
    /* padding-left: 10px; */
    display: none;
}




/*LINE 1*/
.protect-grid-link-vibrance-integral {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
}
.protect-grid-link-dividend-supreme {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
}
.protect-grid-link-maksim-forte-pro-kombipak {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
}
.protect-grid-link-celest-maxx {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
}
.protect-grid-link-vibrance-trio {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
}
.protect-grid-link-dividend-star {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 6;
}
.protect-grid-link-dividend-extreme {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 7;
}
.protect-grid-link-maxim-plus {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 8;
}
.protect-grid-link-instivo {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 9;
}
.protect-grid-link-ouragan-forte {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 10;
}
/*column 2*/
.protect-grid-link-dialen-super {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    width: 110%;
}
.protect-grid-link-lintur {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    width: 110%;
}
.protect-grid-link-banvel {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    width: 110%;
}
.protect-grid-link-prima-forte {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
}
.protect-grid-link-camaro {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 5;
}
.protect-grid-link-derby-175 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 6;
}
.protect-grid-link-logran {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 7;
}
.protect-grid-link-pik {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 8;
}
.protect-grid-link-axial {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 9;
}
.protect-grid-link-topic {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 10;
}
.protect-grid-link-axial-cross {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 11;
}
.protect-grid-link-pallas-45 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 12;
}
.protect-grid-link-moddus {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 16;
}
.protect-grid-link-yield-on {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 17;
    margin-right: -50%;
    margin-left: 50%;
}
.protect-grid-link-yield-on2 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 17;
}
.protect-grid-link-tilt-turbo {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 15;
}
.protect-grid-link-eforia {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 19;
    width: 115%;
}
.protect-grid-link-karate-zeon {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 20;
}
.protect-grid-link-karate-zeon2 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 20;
    margin-left: 25%;
}
.protect-grid-link-kvantis-zh {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 18;
    margin-right: 25%;
}
.protect-grid-link-kvantis-zh2 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 18;
}
.protect-grid-link-amistar-xtra {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 14;
}
.protect-grid-link-miravis-neo {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 13;
}
.protect-grid-link-eforia-top {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 20;
    margin-right: -6%;
}
.protect-grid-link-klerat {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 18;
}
.protect-grid-link-actellic {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 17;
}
.protect-grid-link-elatus-ace {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 15;
}
.protect-grid-link-alto-super {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 11;
}
.protect-grid-link-alto-turbo {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 12;
}
.protect-grid-link-elatus-ria {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 14;
}
.protect-grid-link-magnello {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 11;
}
.protect-grid-link-miravis-ace {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 12;
}



/*LINE 3*/
.protect-grid-link-empty-row {
    grid-column-start: 1;
    grid-column-end: 18;
    grid-row-start: 3;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    cursor: default;
    height: 26px;
}

.protect-grid-link-empty-row:after {
    content: '';
    background-image: url('/upload/img/punktir-horizontal.png');
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    right: 0;
    height: 4px;
    background-size: contain;
}



/*LINE 8*/
.protect-grid-link-empty-row2 {
    grid-row-start: 8;
}








.protect-grid-img {
    grid-row-start:22;
    grid-row-end: 20;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* margin-top: -50px;
    padding-bottom: 50px; */
    z-index: 10;
    position: relative;
}

.protect-grid-img img {
    /* max-width: 100%; */
    max-width: 150px;
}

.protect-grid-img::after {
    content: '';
    width: 3px;
    height: 1060px;
    background-image: url('/upload/img/punktir.png');
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -67px;
}

.protect-grid-img1 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.protect-grid-img2 {
    grid-column-start: 3;
    grid-column-end: 4;
  	overflow: hidden;
}
.protect-grid-img2 img {
	margin-bottom: -15px;
}
.protect-grid-img3 {
    grid-column-start: 4;
    grid-column-end: 5;
}

.protect-grid-img4 {
    grid-column-start: 5;
    grid-column-end: 6;
}

.protect-grid-img5 {
    grid-column-start: 6;
    grid-column-end: 7;
}

.protect-grid-img6 {
    grid-column-start: 7;
    grid-column-end: 8;
}

.protect-grid-img7 {
    grid-column-start: 8;
    grid-column-end: 9;
}

.protect-grid-img8 {
    grid-column-start: 9;
    grid-column-end: 10;
}

.protect-grid-img9 {
    grid-column-start: 10;
    grid-column-end: 11;
}

.protect-grid-img10 {
    grid-column-start: 11;
    grid-column-end: 13;
}

.protect-grid-img11 {
    grid-column-start: 13;
    grid-column-end: 14;
}

.protect-grid-img12 {
    grid-column-start: 14;
    grid-column-end: 15;
}

.protect-grid-img13 {
    grid-column-start: 15;
    grid-column-end: 16;
}





.protect-grid-text {
    display: flex;
    width: auto;
    height: auto;
    grid-row-start: 22;
    grid-row-end: 23;
    color: black;
    font-size: 12px;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  	padding-top: 15px;
}

.protect-grid-text>p {

    /* transform: rotate(-90deg); */
    hyphens: auto !important;
    padding-left: 5px;
    padding-right: 5px;
}

.horizontal-text>p {
    transform: rotate(0deg);
    text-align: center;
}

.protect-grid-text1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.protect-grid-text2 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.protect-grid-text3 {
    grid-column-start: 3;
    grid-column-end: 4;
}

.protect-grid-text4 {
    grid-column-start: 4;
    grid-column-end: 5;
}

.protect-grid-text5 {
    grid-column-start: 5;
    grid-column-end: 6;
}

.protect-grid-text6 {
    grid-column-start: 6;
    grid-column-end: 7;
}

.protect-grid-text7 {
    grid-column-start: 7;
    grid-column-end: 8;
}

.protect-grid-text8 {
    grid-column-start: 8;
    grid-column-end: 9;
}

.protect-grid-text9 {
    grid-column-start: 9;
    grid-column-end: 10;
}

.protect-grid-text10 {
    grid-column-start: 10;
    grid-column-end: 11;
}

.protect-grid-text11 {
    grid-column-start: 11;
    grid-column-end: 13;
}

.protect-grid-text12 {
    grid-column-start: 13;
    grid-column-end: 15;
}

.protect-grid-text13 {
    grid-column-start: 15;
    grid-column-end: 16;
}


.soybeans-protect-wrap__mobile {
    display: none;
}

.soybeans-text__mobile {
    display: none;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .protect-grid-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
.protect-grid-img2 img {
	margin-bottom: 0;
}
    /*MOBILE SCHEMA*/
    .protect-grid {
        display: none;
    }

    .soybeans-protect-wrap__mobile {
        display: block;
    }

    .soybeans-text__mobile {
        display: block;
    }

    .soybeans-slider {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .soybeans-slider .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .soybeans-slider .swiper-button-disabled span {
        color: #e0e0e0;
    }

    .soybeans-slider .swiper-button-prev {
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        top: calc(50% - 15px);
        border-radius: 50%;
        background: white;
        padding: 0.5rem;
        z-index: 500;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    }

    .soybeans-slider .swiper-button-next {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        top: calc(50% - 15px);
        border-radius: 50%;
        background: white;
        padding: 0.5rem;
        z-index: 500;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    }

    .swiper-button-next:after,
    .soybeans-slider .swiper-button-prev:after {
        font-size: 20px;
        color: black;
    }

    .soybeans-slide-step {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .soybeans-slide-step img {
        width: 50vw;
    }


    .protect-grid-link {
        height: 50px;
        margin: 0;
        margin-bottom: 10px;
        width: 60%;
        text-align: center;
    }

    .protect-grid-link img {
        max-height: 50px;
        height: 50px;
        object-fit: contain;
        padding-left: 16px;
    }

    .protect-grid-link img:not(.protect-grid-link-empty-row) {
        display: block;
    }
}

.legend {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}
.legend span {
    width: 100%;
}

.legend-item {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    width: 120px;
    margin-right: 16px;
}

.legend-item-text {
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    color: black;
    margin-left: 0!important;
    margin-top: 10px !important;
}

.legend-item::before {
    display: block;
    content: '';
    width: 100px;
    height: 46px;
    background: white;
    border-radius: 5px;
    margin-right: 5px;
}

.fungicide::before {
    outline: 2px solid #009EBE !important;
}

.insiktecide::before {
    outline: 2px solid #B6B3B0 !important;
}

.bio-szr::before {
    outline: 2px solid #78CAE0 !important;
}
.seedcare::before {
    outline: 2px solid #ef7d00 !important;
}
.herbicides::before {
    outline: 2px solid #70840A !important;
}

/*GRID END*/


/*TEXT UNDER SPOILER*/
.hidden-text {
  max-height: 190px;
}
@media screen and (max-width: 989px) {
  .hidden-text {
    max-height: 180px!important;
  }
}
@media screen and (max-width: 980px) {
  .hidden-text {
    max-height: 183px!important;
  }
}
@media screen and (max-width: 962px) {
  .hidden-text {
    max-height: 223px!important;
  }
}
#showhide:not(.hidden-text) {
  max-height: 999999999px!important;
}