/*				CRM PAGE				*/
.head-info-container.crm-modificator {
    height: calc(100vh + 320px);
}

.title-with-offset__descriptor.crm-modificator {
    top: 0;
    left: 0;
}
.title-with-offset__descriptor.crm-modificator h1 {
    font-size: 144px;
    line-height: 123px;
}

.head-info-container.crm-modificator .title-with-offset__back-layout {
    top: -70px;
    left: -44px;
}
.head-info-container.crm-modificator .products-container {
    top: 0;
}

.product-info-container.crm-modificator {
    padding: 290px 0 0;
}

.title-info__title.crm-modificator {
    margin-bottom: 30px;
}

.title-info__text.crm-modificator {
    margin-bottom: 40px;
}

.title-with-offset__back-layout_crm_right {
    left: unset;
    top: 44px;
    right: 30px;
}
.title-with-offset__back-layout_crm_left {
    top: 100px;
    left: -25px;
}




.baner-container {
    position: relative;
}
.baner {
    max-height: 500px;
    max-width: 1400px;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, #00AF57 0%, #1F894D 100%);

    display: grid;
    grid-template-columns: 1fr 1fr;

    box-shadow: 0px 16px 87px rgba(0, 0, 0, 0.3);

}
.baner_position_absolute {
    position: absolute;
    z-index: 10;
    top: -320px;
}

.baner__info {
    padding: 116px 0 90px 66px;
}
.baner__btn {
    margin-top: 75px;
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-size: 19px;
    line-height: 36px;
    display: flex;
}
.baner__btn > svg {
    min-width: 36px;
    min-height: 36px;
    margin-right: 16px;
}

.baner__title {
    font-size: 34px;
    font-family: 'Proxima Nova';
    font-weight: 700;
}
.baner__img {
    max-width: unset;
    width: 113%;
}



.adventages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 209px;
    grid-row-gap: 50px;
}

.adventages .free-space  {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5;
}

.adventages-container {
    position: relative;
    margin-top: 50px;
}

.free-space__inside-block {
    position: relative;
}

.adventages-back-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: unset;
}

.adventage {

}
.adventage svg {
    width: 67px;
    height: 67px;
}
.adventage p {
    font-size: 17px;
}

.counters-container {
    position: relative;
}
.counters {
    display: grid;
    grid-row-gap: 90px;
    grid-template-columns: 1fr 1fr;
}
.counter {
    position: relative;
}
.counter_align_center {
    margin: 0 auto;
}
.counter_row_full {
    grid-column-start: 1;
    grid-column-end: 3;
}
.counter-info__title {
    color: var(--text-color-green);
    font-size: 280px;
    line-height: 187px;
    font-weight: 400;
}
.counter-info__text {
    font-size: 27px;
    font-weight: 700;
}


.crm-info-container__offset {
    top: 86px;
    left: -50px;
}
.crm-info-container__offset_align_center {
    left: 50%;
    transform: translateX(-50%);
}




.info-slider-container {
    color: var(--main-bg-color);
    background-color: #ffffff;
}
.info-slider {
    position: relative;
    padding-bottom: 100px;
}
.info-slider__slide {
    position: relative;
    overflow: hidden;
}
.info-slider__index {
    display: block;
    font-size: 170px;
    font-weight: 800;
    color: var(--text-color-green);
    line-height: 100px;
    position: absolute;
    bottom: 0;
    left: -20px;
}
.info-slider__text {
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    display: flex;
    padding: 100px 90px;

    background-color: #F8F9FA;
}
.info-slider__text > * {
    width: 50%;
}
    .info-slider__title {
        font-family: 'Mont';
        font-size: 50px;
        line-height: 42px;
        font-weight: 600;

        min-height: 100px;
    }
    .info-slider__links {
        position: absolute;
        z-index: 100;
        background-color: var(--text-color-green);
        padding: 30px 20px 15px 40px;
        width: 50%;
        right: 0;
        bottom: -50px;


    }
        .info-slider__links a {
            display: block;
            color: #ffffff;
            margin-bottom: 5px;
            font-weight: 500;
        }
        .info-slider__links a:hover {
            font-weight: 800;
        }
    .info-slider__slides .owl-nav {
        position: absolute;
        left: 50%;
        bottom: -50px;
        transform: translateX(calc(-80px * 2 - 75px));
    }
    .info-slider__slides .owl-prev {
        background-image: url('./images/dark-arrow-left.png') !important;
        width: 78px;
        height: 10px;
        margin-right: 15px;
    }
    .info-slider__slides .owl-next {
        background-image: url('./images/dark-arrow-right.png') !important;
        width: 78px;
        height: 10px;
    }
    .owl-prev.disabled, .owl-next.disabled {
        opacity: 0.3;
    }




@media screen and (max-width: 1399px) {

    .owl-nav {
        margin-top: 10px;
    }
    .owl-prev {
        width: 78px;
        height: 10px;
        background-image: url('./images/long-arrow-left.png') !important;
        background-repeat: no-repeat;
        float: left;
    }
    .owl-next {
        width: 78px;
        height: 10px;
        background-image: url('./images/long-arrow-right.png') !important;
        background-repeat: no-repeat;
        float: right;
    }
    .owl-prev.disabled, .owl-next.disabled {
        opacity: 0.3;
    }

    .title-with-offset__descriptor.crm-modificator h1 {
        line-height: 85px;
        font-size: 100px;
    }
    .head-info-container.crm-modificator {
        padding-top: unset;
        height: 100vh;
    }

    .baner {
        max-height: 345px;
        max-width: calc(100% - 70px);
    }
    .baner__info {
        padding: 30px 0 30px 30px;
    }
    .baner__img {
        width: 100%;
    }
    .baner__btn {
        margin-top: 30px;
    }
    .baner_position_absolute {
        top: -100px;
    }


        #back-text1 {
            right: -130px;
        }
        #back-text2 {
            top: 193px;
            left: -40px;
        }

        .adventages-back-img {
           display: none;
        }
    .product-info-container.crm-modificator {
        padding-bottom: 40px;
    }
    .product-info-container {
        padding-bottom: 40px;
    }
    .adventages-container {
        z-index: 50;
        margin-top: 70px;
    }
    .adventages {
        display: flex;
        flex-wrap: nowrap;
        grid-column-gap: unset;
        grid-row-gap: unset;
    }
    .adventage {
        min-width: 100%;
    }

    .counter-info__title {
        font-size: 105px;
        line-height: 77px;
    }
    .counter_align_center {
        margin: 0;
    }

    .counters {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }

    .counter {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .counter-info__text {
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }



    .form-container {
        padding: 0 0 50px;
    }

    .product-info > div {
        width: 100%;
    }

    #back2 {
        left: 0 !important;
    }

    #crm-page-img1 {
        right: -10% !important;
        width: 38% !important;
    }

    .counter {
        width: 70%;
    }

}

@media screen and (max-width: 1024px) {
    .baner {
        max-height: unset;
        max-width: calc(100% - 35px * 2);
        grid-template-columns: 1fr;
    }
    .baner__info {
        padding: 55px 45px 0;
    }
    .baner__title {
        font-size: 20px;
    }
    .baner__btn {
        margin-top: 25px;
    }
    .baner_position_absolute {
        top: -275px;
    }

    #crm-page-img1 {
        position: relative !important;
        width: unset !important;
        right: -70px !important;
        bottom: unset !important;
        margin-top: -95px;
    }

    .counter {
        width: unset !important;
    }

    .adventages-back-img {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        max-width: unset;
        margin-top: 20px;
        margin-left: auto;
    }

    .info-slider-container {
        background-color: #F8F9FA;
    }
    .info-slider {
        width: calc(100% + 70px);
        margin: 0 -35px;
    }
    .info-slider__text {
        display: block;
        padding: 50px 0 15px 70px;
        font-size: 14px;
        line-height: 25px;
    }
    .info-slider__text > * {
        width: 100%;
    }
    .info-slider__index {
        left: -24px;
        font-size: 75px;
        line-height: 50px;
        bottom: unset;
        top: 50px;
    }
    .info-slider__title {
        font-size: 30px;
        line-height: 40px;
        min-height: unset;
    }
    .info-slider__links {
        position: relative;
        width: 100%;
        bottom: unset;
        margin-left: 70px;
    }
    .info-slider__slides .owl-nav {
        width: 100%;
        bottom: -100%;
        padding: 0 70px;
        left: 0;
        transform: unset;
    }
    #customNav {
        margin-top: 35px;
        width: 100%;
        padding: 0 70px;
    }
    #customNav .owl-prev,  #customNav .owl-next {
        background-color: transparent;
        border: none;
        width: 78px;
        height: 10px;
    }
    #customNav .owl-prev {
        background-image: url('./images/dark-arrow-left.png') !important;
        margin-right: 15px;
    }
    #customNav .owl-next {
        background-image: url('./images/dark-arrow-right.png') !important;
    }
    #customNav .owl-next.disabled {
        opacity: 0.3;
    }

}

@media screen and (max-width: 360px) {
    .title-with-offset__descriptor.crm-modificator h1 {
        font-size: 40px;
    }
    .baner {
        max-width: calc(100% - 10px);
    }
    .baner__info {
        padding: 20px 5px;
    }

    .counter-info__text {
        font-size: 14px;
    }




}