html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth;
}

body {
    font-family: 'TT Norms', sans-serif !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.container-fluid,
.container {
    position: relative;
}

.b24-form-sign {
    display: none;
}

.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.yellow-underline {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.yellow-underline:before {
    content: '';
    display: block;
    position: absolute;
    /*	background-color: #FFD516;*/
    width: 100%;
    height: 9px;
    z-index: -1;
    bottom: 4px;
}

header {
    margin-bottom: 0;
    /*padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;*/
}

header.sticky-top {
    background-color: rgb(226, 235, 249);
}

h1 {
    font-family: TT Norms, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 66px;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
}


h2 {
    font-family: TT Norms, sans-serif;
    color: #000000;
}

h3 {
    font-size: 1.9rem;
}

.head__block__logo, .head__block__menu, .head__block__phone {
    margin: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
}

.head__block__list {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.head__block__list li {
    padding: 20px;
    list-style: none;
}

.head__block__list a {
    color: #303030;
    text-decoration: none;
}

.head__block__list a:hover {
    color: #000;
    text-decoration: none;
}

/*block__phone__top*/
.block__phone__green {
    width: 210px;
    height: 50px;
    background: #77B42A;
    vertical-align: middle;
    border-radius: 100px;
    display: flex;
}

.block__phone__image {
    vertical-align: middle;
    border-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    width: 40px;
}

.block__phone__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    color: #FFF;
}

.block__phone__link:hover {
    color: #FFF;
    text-decoration: none;
}

.first__block__page {
    background-image: url("../img/erp_back.svg");
    padding-top: 30px;
    background-repeat: no-repeat;
    height: 850px;
    background-size: cover;
}

.first__block__text__info {
    position: relative;
    z-index: 2;
}

.first__block__text__info .text {
    font-size: 25px;
}


.block__out__soc .inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;;
    height: 650px;
    z-index: 3;
}

.block__out__soc a {
    margin-bottom: 25px;
}

.block__out__soc a:last-of-type {
    margin-bottom: 0;
}

.block__out__soc .white-line {
    flex-grow: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block__out__soc .white-line:before {
    content: '';
    display: block;
    height: 85%;
    position: absolute;
    width: 1px;
    background-color: white;
    opacity: 0.5;
}

.block__out__soc .scroll {
    color: white;
    writing-mode: tb;
    transform: rotate(180deg);
}

.block__out__link {
    max-width: 590px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 3px 10px;
    display: flex;
    margin: 40px auto;
}

.block__text__link {
    font-family: TT Norms, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    color: #EBEEF1;
}

.block__text__link a:hover {
    color: #97bce3;
    text-decoration: none;
}

.first__block__text__info {
    text-align: center;
}

.first__block__text__info p {
    color: #FFF;
    margin-bottom: 50px;
    margin-top: 35px;
}

.first__block__form {

}

.page__banner__text {
    color: #FFFFFF;
}

.first__block__form a {
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
    height: 48px;
    background: #D53939;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 0 36px;
    max-width: 300px;
    min-width: 270px;
}

.first__block__form:hover a,
.first__block__form a:hover {
    color: #D53939;
    text-decoration: none;
    cursor: pointer;
}

.first__block__form a:hover {
    background-color: #ffd600;
}

.block__top__image {
    margin-top: -88px;
    z-index: 1;
    position: relative;
    left: 13%;
    max-width: 908px;
}

.block__top__image img {
    width: 100%;
    z-index: 0;
    position: absolute;
}

.block__out__1сfranch {
    position: absolute;
    right: -100px;
    width: 200px;
    z-index: 4;
    margin-top: 230px;
    transition: 0.5s;
}

.block__out__1сfranch .text {
    color: white;
    opacity: 0.4;
    margin-bottom: 15px;
    line-height: 18px;
}


.visible_section {
    display: none;
}


.swiper_mobile_table .swiper-button-prev {
    top: 20px !important;
    left: 25% !important;
}

.swiper_mobile_table .swiper-button-next {
    top: 20px !important;
    right: 25% !important;
}

.table__section_item {
    display: block;
    position: relative;
    border-radius: 15px;
    margin: 20px auto;
    width: 80%;
    box-shadow: rgb(149 157 165 / 53%) 0 8px 24px;
}

.table__section_item:nth-child(1) {
    margin-top: 80px;
}

.table__section_title {
    text-align: center;
    padding: 10px;
    background-color: #1E75BC;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    font-size: 18px;
}

.table__section_info {
    padding: 10px;
}


@media (max-width: 1360px) {
    .block__out__1сfranch {
        right: 0;
    }
}

.second__block__page {
    text-align: center;
}

.second__block__page .green_spot {
    background-image: url(../img/green_spot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    right: -13%;
    bottom: -18%;
    height: 83%;
    width: 289px;
    z-index: -1;
}

@media (max-width: 1460px) {
    .second__block__page .green_spot {
        right: 20px;
    }

    .second__block__page .container-fluid.green_spot_c {
        position: relative;
    }

    .second__block__page .container.green_spot_c {
        position: initial;
    }
}

.block-humber-green {
    position: relative;
    z-index: 1;
}

.block-humber-green .yellow_splitt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-left: -7%;
    margin-bottom: -5%;
}

.block-humber-green .gray-arrow {
    position: absolute;
    opacity: 0.05;
    transform: scale(0.7);
    transform-origin: bottom;
    bottom: -13%;
    left: 20%;
    z-index: -2;
}

.block-humber-green ol {
    padding-left: 0;
    counter-reset: num;
}

.block-humber-green ol li {
    max-width: 250px;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 0.15);
    border-radius: 15px;
    list-style-type: none;
    background-color: white;
}

.effect__gray__block ol li {
    margin-bottom: 20px
}

.effect__gray__block .check__item {
    padding: 0 23px;
}


ol ul.check__item li:before {
    display: none;
    counter-reset: num;
    content: none;
}

ol ul.check__item li {
    margin: 0;
}

.block-humber-green ol li:before {
    content: counter(num) '';
    counter-increment: num;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #77B42A;
    color: white;
    border-radius: 35px;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 0.15);
    width: 45px;
    height: 45px;
    font-size: 30px;
    font-weight: 700;
    margin-top: -38px;
    margin-left: -25px;
}

.effect__gray__block {
    background-color: #f4f4f4;
    border-radius: 15px;
}

.effect__gray__block ol {
    counter-reset: num;
    padding: 0;
}

.effect__gray__block ol li {
    list-style-type: none;
    margin-left: 70px;
    position: relative;
}

.effect__gray__block ol li:before {
    content: counter(num) '';
    counter-increment: num;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #1E75BC;
    color: white;
    left: -70px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 4px;
}

@media (max-width: 576px) {
    .effect__gray__block ol li {
        margin-left: 50px;
    }

    .effect__gray__block ol li:before {
        left: -50px;
    }
}

.second__block__page span {
    font-family: TT Norms, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #303030;
}

.time__block__page .container.circles {
    text-align: center;
    background-image: url(../img/tochkii.svg);
    background-repeat: no-repeat;
    background-position-x: 20px;
    padding-top: 140px;
    padding-bottom: 72px;
    z-index: -1;
}

.block__effect {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.effect__item__text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    color: #303030;
}

.block__effect__items {
    margin-top: 65px;
}

.effect__item__img {
    margin-bottom: 30px;
}

.table__block__template table tr:first-child td {
    background: #1E75BC;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
}

.table__block__template tr:first-child td:first-child {
    border-radius: 15px 0 0 0;
    text-align: center;
    border: none;
}

.table__block__template tr td ul li {
    padding: 15px 0;
}

.table__block__template tr td:first-child {
    padding: 15px 15px;
    font-weight: 500;
    display: block;
}

.table__block__template tr td:last-child {
    display: block;
}

.table__block__template tr:first-child td:last-child {
    border-radius: 0 15px 0 0;
}

td:nth-child(2n) {
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

tr:first-child td:nth-child(2n) {
    border: none;
}

tr:nth-child(2n+1) {
    background: #F5F5F5;
}

tr:nth-child(2n+2) {
    background: #FFFFFF;
}

.table__block__template tbody {
    box-shadow: 0 25px 100px rgba(0, 0, 0, 0.2);
}

/*slider*/
.block__swiper__item {
    margin: 0 auto;
    border-top: 8px solid #B13030;
    max-width: 950px;
    min-height: 434px;
    padding: 40px 40px 20px 40px;
    background: #ECECEC;
    border-radius: 15px;
}

.swiper__item__ul {
    list-style-image: url('../img/check_red.svg');
}

.swiper__item__ul li {
    padding: 7px 0;
}

.swiper__item__logo img {
    max-width: 100%;
    height: 80px;
}

.swiper__item__logo {
    text-align: left;
}

.swiper__item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 25px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after {
    content: '' !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -3px;
    right: auto;
    height: 60px;
    width: 60px;
}




.container__block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: content-box !important;
}

.container__block .card-wrap {
    margin: 10px;
    -webkit-transform: perspective(800px);
    transform: perspective(800px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer;
}

.container__block .card-wrap:hover .card-info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.container__block .card-wrap:hover .card-info p {
    opacity: 1;
}

.container__block .card-wrap:hover .card-info,
.container__block .card-wrap:hover .card-info p {
    -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.container__block .card-wrap:hover .card-info:after {
    -webkit-transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.container__block .card-wrap:hover .card-bg {
    -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.8;
}

.container__block .card-wrap:hover .card {
    -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset white 0 0 0 6px;
}

.container__block .card {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 240px;
    width: 240px;
    height: 320px;
    background-color: #333;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
    -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.container__block .card-bg {
    opacity: 1.5;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    pointer-events: none;
}

.container__block .card-info {
    padding: 20px;
    position: absolute;
    bottom: 0;
    height: 270px;
    color: #fff;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.container__block .card-info p {
    opacity: 0;
    font-size: 14px;
    text-shadow: black 0 2px 3px;
    -webkit-transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.container__block .card-info * {
    position: relative;
    z-index: 1;
}

.container__block .card-info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background-blend-mode: overlay;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.container__block .card-info h1 {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px;
}

.card-wrap, .card, .card-bg, .card-info {
    box-sizing: content-box !important;
}

.monitor__page__flex {

}

.block__monitor__page__img_right img {
    width: 100%;
    position: relative;
}

.block__staff_photo img {
    width: 100%;
}

.page__banner__img img {
    margin-left: -170px;
    position: absolute;
    margin-top: -40px;
}


@media (max-width: 500px) {
    .page__banner__img img {
        margin-top: -50px;
    }
}

.table__block__template table {
    overflow: scroll;
}

.check__item {
    list-style-image: url('../img/table__check.svg');
}

.swiper-button-prev {
    background-image: url('../img/left__arrow__slider.svg') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-button-next {
    background-image: url('../img/right__arrow__slider.svg') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: 0;
}

.swiper-button-prev, .swiper-container-rtl {
    left: 25px !important;
    right: auto;
    height: 70px !important;
    width: 70px !important;
    margin-top: -35px;
}

.swiper-button-next {
    right: 25px !important;
    left: auto !important;
    height: 70px !important;
    width: 70px !important;
    margin-top: -35px;
}

@media (max-width: 500px) {
    .swiper-button-prev, .swiper-container-rtl {
        left: 5px !important;
    }

    .swiper-button-next {
        right: 5px !important;
    }
}

.block__staff_photo_b {
    background-image: url('../img/stuff_one.png');
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 15px;
}

.block__staff_photo_c {
    background-image: url('../img/stuff_two.png');
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 15px;
    background-position-x: right;
}

.block__staff_photo_d {
    background-image: url('../img/stuff_three.png');
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 15px;
    background-position-x: right;
}

.block__staff_photo_e {
    background-image: url('../img/stuff_four.png');
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 15px;
    background-position-x: center;
}

.block__staff_photo_f {
    background-image: url('../img/stuff_five.png');
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 15px;
    background-position-x: center;
}

.block__staff_photo_g {
    background-image: url('../img/stuff_six.png');
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 15px;
}

.block__staff_photo_h {
    background-image: url('../img/stuff_seven.png');
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 15px;
}

.block__staff_photo_i {
    background-image: url('../img/stuff_eigth.png');
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 15px;
}

.block__team__staff {
    margin-bottom: 30px;
    margin-top: 40px;
}

.block__staff__title {
    text-align: center;
    line-height: 5px;
    margin-top: 10px;
}

.clients__page__banner {
    display: block;
    position: relative;
}

footer {
    /*background-image: url("../img/footer_back.svg");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__block__page p {
    color: #FFF;
}

.footer__block__page .soc {

}

.text__title__p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.text__span__p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

.block__monitor__page__img_right > img,
.block__monitor__page__img__left img {
    width: 100%;
    box-shadow: 0 25px 100px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
}

.block__monitor__page__img_right > img {
    width: 120%;
}

.circles {
    text-align: center;
    background-image: url(../img/tochkii.svg);
    background-repeat: no-repeat;
    background-position-x: 140px;
    padding-top: 330px;
    padding-bottom: 72px;
}

.circlest {
    text-align: center;
    background-image: url(../img/tochkii.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.page__stuff__blocks {
    min-width: 265px;
    margin: 0 auto;
}

.table__block__page {
    padding-top: 50px;
}

.table__block__page h3 {
    text-align: center;
}

.text__before__title {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

.block__monitor__page {
    padding-top: 100px;
    padding-bottom: 75px;
}

.monitor__page__text__left {
    margin: 0 auto 0px 0px;
}

.block__monitor__page__img_right {
    display: block;
    position: relative;
}

.monitor__right__back {
    position: absolute;
    top: -20%;
    right: -22%;
}

.container.slide {
    max-width: 1260px;

}

.swiper-container {

}

.block__cost__text {
    background-color: #F4F4F4;
    padding: 15px;
    border-radius: 15px;
    max-width: 760px;
    margin: 30px auto;
    display: block;
    position: relative;
}

.block__cost__text p {
    margin: 0;
    padding: 10px 70px;
}

.second__block__pagee h3 {
    text-align: center;
}

.gray-arrow {
    background-image: url(../img/arrows-garay-bg.svg);
    background-size: contain;
}

.block__monitor__page .gray-arrow {
    position: absolute;
    opacity: 0.05;
    z-index: -2;
    height: 220px;
    width: 50%;
    left: 0;
    bottom: 13%;
}

.table__block__page .gray-arrow {
    position: absolute;
    opacity: 0.05;
    z-index: -2;
    height: 220px;
    width: 50%;
    right: 0;
    top: 13%;
}

.second__block__pagee .gray-arrow {
    position: absolute;
    opacity: 0.05;
    z-index: -2;
    height: 221px;
    width: 40%;
    bottom: -22%;
}

.block__cost__text ul li {
    margin-bottom: 15px;
}

.block__cost__text {
    position: relative;
}

.block__cost__text .plus {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -40px;
}

.block__cost__text:not(:nth-child(2)) .plus:before {
    content: '+';
    background-color: #77B42A;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    line-height: 46px;
}

.block__cost {
    background-image: url(../img/tochkii.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 0px;
    display: block;
    position: relative;
}

.block__cost__text::before {
    background-image: url(../img/tochkii.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 0px;
}

.block__cost__text ul {
    padding: 0 90px;
}

.red__split__image {
    position: absolute;
    top: 38%;
}

.green__split__image {
    position: absolute;
    top: 50%;
    left: -20%;
    width: 30%;
}

.green__split__image_r {
    position: absolute;
    opacity: 0.05;
    right: 0;
    top: 13%;
}

.table__block__template {
    position: relative;
    display: block;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.green__split {
    display: block;
    position: relative;
    max-width: 900px !important;
}

.gray__sieve__image {
    position: absolute;
    bottom: -185px;
    right: 21%;
    z-index: -1;
}

.block__monitor__page__img__left {
    width: 100%;
}

.monitor__page__text__right {

}

.block__monitor__page__img__left {
    display: block;
    position: relative;
}

.red__split__row__block {
    position: absolute;
    left: -6%;
    width: 32%;
    top: 27%;
}

.red__split__row__block img {
    width: 100%;
}

.monitor__page__flex {
    position: relative;
}

.green__split__image_l {
    position: absolute;
    opacity: 0.05;
    left: 0;
    bottom: 13%;
    transform: scale(0.7);
    transform-origin: left;
}

.how__much__page__block {
    padding-top: 50px;
}

.how__much__page__block h3 {
    color: #fff;
    text-align: center;
}

.how__much__blocks {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1250px) {

    .how__much__blocks > div:nth-child(1) {
        margin: 20px 0 20px auto;
    }

    .how__much__blocks > div:nth-child(2) {
        margin: 20px 30px;
    }

    .how__much__blocks > div:nth-child(3) {
        margin: 20px auto 20px 0;
    }

}

.how__much__item {
    display: block;
    position: relative;
    max-width: 390px;
    margin: 20px auto;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 30px;
}

.how__much__number {
    font-size: 40px;
    font-weight: 700;
}

.how__much__blocks .check__item {
    list-style-image: none;
    list-style-type: none;
}

.how__much__blocks ul.check__item {
    margin-bottom: 30px;
    padding-left: 30px;
}

.how__much__blocks ul.check__item li {
    margin-top: 10px;
}

.how__much__blocks ul.check__item li:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../img/table__check.svg);
    position: absolute;
    margin-left: -30px;
    background-size: contain;
    margin-top: 6px;
    background-repeat: no-repeat;
}

.how__much__blocks ul.check__item.yellow li:before {
    background-image: url('../img/table__check_y.svg');
}

.how__much__blocks ul.check__item.red li:before {
    background-image: url('../img/table__check_r.svg');
}

.how__much__link {
    cursor: pointer;
}

.how__much__link__yello {
    color: #E7A809;
}

.how__much__link__green {
    color: #77B42A;
}

.how__much__link__red {
    color: #D62121;
}

.how__much__title {
    margin-top: 25px;
}

.yellow__line {
    position: absolute;
    display: flex;
    align-items: center;
    height: 40px;
    font-weight: 500;
    left: 0;
    top: 0;
    border-radius: 15px 15px 0px 0px;
    z-index: 0;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #E7A809 0%, #FFD516 100%);
}

.green__line {
    position: absolute;
    display: flex;
    align-items: center;
    height: 40px;
    font-weight: 500;
    left: 0;
    top: 0;
    border-radius: 15px 15px 0px 0px;
    z-index: 0;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #558617 0%, #77B42A 100%);
}

.red__line {
    position: absolute;
    display: flex;
    align-items: center;
    height: 40px;
    font-weight: 500;
    left: 0;
    top: 0;
    padding: 0 30px;
    border-radius: 15px 15px 0px 0px;
    z-index: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(-120deg, #D62121, #C72C2C, #8b2727);
}

.banner__question__page {
    padding-bottom: 40px;
}

.team__block__page {
    text-align: center;
}

.block__title__team__page h2 {
    padding: 20px;
}

.how__much__page__block p {
    color: #FFFFFF;
}

.clients__page__banner {
    background-image: url("../img/font__banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    border-radius: 15px;
    display: flex;
}

@media (max-width: 1200px) {

    .clients__page__banner {
        height: 250px;
    }

}


.block__monitor__item__name {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 30px;
}

.monitor__item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    color: #000;
}

.monitor__item__title h4 {
    margin: 0;
}

.text__right--item {
    height: 50px;
    display: flex;
    align-items: center;
    background: #1E75BC;
    border-radius: 100px;
    text-align: center;
}

.text__right--item a {
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    line-height: 14px;
    padding: 0 30px;
}

.text__right--item a:hover {
    color: #FFF;
    text-decoration: none;
}

.text__right--item:hover {
    background-color: #1e75bcd1;
}

.how__much__page {
    background-image: url("../img/font__how__banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 75px;
}

.clients__page__banner__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.block-blue {
    margin-top: 130px;
}

.block-blue.questions {
    margin-bottom: 130px;
}

.block-blue.questions .page__banner__img img {
    margin-left: 0px;
}

.clients__page__banner.first__block__form {
    margin: auto 0;
}

.block__cost__table--first {
    margin: 10px 70px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
}


.block__clients__page {
    height: 656px;
    background-image: url(../img/new_slid_back.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1440px) {

    .block__monitor__page__img_right > img {
        width: 100%;
    }

    .monitor__right__back {
        right: 0;
    }

}

@media (min-width: 1250px) {

    .update {
        margin-top: -45px;
    }

}

@media (max-width: 1150px) {

    .block__top__image {
        left: 0;
    }

}

.block__cost__table--other {
    margin: 10px 70px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CECECE;
}

.cost__table--title {
    max-width: 370px;
}

.cost__table__price {
    color: #1972C6;
    font-weight: 500;
    font-size: 18px;
    padding-left: 30px;
    text-align: left;
    min-width: 170px;
}

.choose__me__blocks {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1480px;
    margin: 0 auto;
}

.choose__me__block {
    background-color: #F4F4F4;
    border-radius: 15px;
    max-width: 345px;
    display: flex;
    min-height: 115px;
    margin: 10px 10px;
}

.choose__number {
    min-width: 90px;
    border-radius: 15px 15px 145px 15px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 25px 0;
}


@media (max-width: 993px) {
    .block__cost__table--first {
        display: block;
    }

    .block__cost__table--first {
        display: block;
    }
}

@media (max-width: 768px) {

    .choose__me__block {
        margin: 10px auto;
    }

    .blocks__cost {
        padding-top: 25px;
    }

    .block__cost__table--first {
        text-align: center;
        margin: 0;
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #CECECE;
        border-top: 1px solid #CECECE;
    }

    .block__cost__table--other {
        text-align: left;
        margin: 0;
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #CECECE;
    }

    .cost__table__price {
        color: #1972C6;
        font-weight: 500;
        font-size: 18px;
        padding-left: 0px;
        text-align: left;
        min-width: 170px;
    }

    .time__block__page .container.circles {
        background-position: center;
    }

    .table__block__template {
        overflow: scroll;
    }

    .circles {
        text-align: center;
        background-image: url('../img/tochkii.svg');
        background-repeat: no-repeat;
        background-position-x: center;
        padding-top: 265px;
        padding-bottom: 72px;
    }

    .block__top__image {
        margin-top: -48px;
        z-index: 1;
        position: relative;
        max-width: 908px;
    }

    .circles {
        padding-top: 100px;
        padding-bottom: 72px;
    }

    .monitor__page__flex {
        display: block;
    }

    .monitor__page__text__left {
        width: 100%;
    }

    .block__monitor__page__img_right {
        width: 100%;
    }

    .block__effect__item {
        margin: 25px;
    }

    .block__cost__text p {
        margin: 0;
        padding: 0px 0px;
    }

    .block__cost__text ul {
        margin-top: 20px;
        padding: 0 20px;
    }

    .green__split__image {
        width: 100%;
    }

    .block-blue.questions .page__banner__img img {
        width: 65%;
    }

    .block__monitor__item__name {
        padding: 30px 0 30px;
    }

    .clients__page__banner {
        height: 410px;
    }

    .block__cost__text {
        padding: 30px;
    }

    .page__banner__img {
        height: 150px;
    }

    .page__banner__img img {
        margin-left: 0px;
        position: absolute;
        margin-top: -100px;
    }

    .page__banner__img img {
        width: 100%;
    }

    .first__block__text__info .text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 35px;
        line-height: 48px;
    }

    .block__clients__page {
        height: 100%;
        padding-bottom: 30px;
    }

}

.slider.tablee {
    display: flex;
    justify-content: space-between;
    margin-top: -325px;
    margin-bottom: 90px;
}

.slider .slick-list {
    width: 55%;
    box-shadow: 0 25px 100px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    position: relative;
}

.slider .slick-list table {
    font-size: 13px;
    width: 100%;
}

.slider .slick-list:before {
    content: '';
    position: absolute;
    display: block;
    height: 13px;
    background-color: #ECECEC;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.slider .slick-list table th:nth-child(1) {
    width: 25%;
}

.slider .slick-list table th:nth-child(2) {
    width: 50%;
}

.slider .slick-list table th:nth-child(3) {
    width: 25%;
}

.slider .slick-list table th {
    background-color: #1E75BC;
    color: white;
    padding: 7px 20px;
    font-weight: 400;
    border: 1px solid #2C82C9;
}

.slider .slick-list table tr {
    background-color: white;
    border: 1px solid #e3e3e3;
}

.slider .slick-list table tr td {
    padding: 0 20px;
}

.slider .slick-list table tr:nth-child(2) td:first-child {
    height: 323px;
    font-weight: 600;
}

.slider .slick-list table tr td:last-child {
    color: #1972C6;
    font-size: 15px;
    font-weight: 600;
}

.slider .slick-dots {
    padding: 25% 0 0 0;
    position: relative;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -6%;
}

.slider ol.slick-dots {
    margin-bottom: 0;
}

.slider .slick-dots li:after {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.slider .slick-dots li:not(.slick-active):after {
    color: black;
}

.slider .slick-dots li:nth-child(1):after {
    content: 'Запасы и производство';
}

.slider .slick-dots li:nth-child(2):after {
    content: 'Оборотные средства';
}

.slider .slick-dots li:nth-child(3):after {
    content: 'Эффективность и оперативность';
}

.slider .slick-dots li:nth-child(4):after {
    content: 'Трудозатраты и отчётность';
}

.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 47%;
    height: 60px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #E3E3E3;
    background-color: white;
    overflow: auto;
    margin-bottom: 15px;
    line-height: 16px;
}

.slider .slick-dots li:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    bottom: 0;
    background-color: #175A90;
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear, left, right, color-stop(1, rgb(119 180 42)), color-stop(1, transparent));
    background-image: -o-linear-gradient(left, rgb(119 180 42) 100%, transparent);
    background-image: -moz-linear-gradient(left, rgb(119 180 42) 100%, transparent);
    background-image: -webkit-linear-gradient(left, rgb(119 180 42) 100%, transparent);
    background-image: linear-gradient(to right, rgb(119 180 42) 100%, transparent 100%);
    background-repeat: no-repeat;
}

.slider .slick-dots li:hover,
.slider .slick-dots li.slick-active {
    background-color: #1E75BC;
}

.slider .slick-dots li:hover:after {
    color: white;
}

.slider .slick-dots li:not(.slick-active):before {
    background-size: 0 0;
    background-color: transparent;
}

.slider .slick-dots li button {
    display: none !important;
}

.slider .slick-dots li.slick-active:before {
    -webkit-animation: right 4s ease-in-out forwards;
    -moz-animation: right 4s ease-in-out forwards;
    -o-animation: right 4s ease-in-out forwards;
    animation: right 4s ease-in-out forwards;
}

@keyframes right {

    0% {
        background-size: 0% 100%;
    }

    100% {
        background-size: 100% 100%;
    }
}

@media (max-width: 1200px) {

    .slider.tablee {
        margin-top: -230px;
    }

}

@media (max-width: 992px) {

    .slider.tablee {
        flex-direction: column;
        margin-top: 0px;
    }

    .slider .slick-list,
    .slider .slick-dots {
        width: 100%;
    }

    .slider .slick-dots {
        padding-top: 7%;
    }

    .slider .slick-list table tr:nth-child(2) td:first-child {
        height: 460px;
    }

}

@media (max-width: 576px) {

    .slider .slick-list table tr td {
        padding: 0 10px;
    }

}


.choose__number.red {
    background: linear-gradient(141.67deg, #841E1E, #D43939);
}

.choose__number.blue {
    background: linear-gradient(107.27deg, #0080DD, #003F9D);
}

.choose__number.green {
    background: linear-gradient(165.17deg, #77B42A, #4D6C25, #77B42A);
}

.choose__number.yellow {
    background: linear-gradient(10.63deg, #E7A809, #FFD516);
    padding: 18px 0;
}

.choose__text__description {
    text-align: left;
    padding: 25px 15px;
}

.competition__block {
    /*  background-color: #F4F4F6;*/
}

.competition__logos__block {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.competition__logo__block {
    margin: 10px 0;
}

.slider--head {
    color: #fff;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

@media (max-width: 565px) {

    .competition__logos__block {
        display: block;
        text-align: center;
    }

    .competition__logo__block {
        margin: 20px 0;
    }

}

.mixed tr:nth-child(2n+2) {
    height: 405px;
    vertical-align: baseline;
}

@media (max-width: 600px) {

    .visible_section {
        display: block;
    }

    .swiperTables.mixed {
        display: none;
    }

}

@media (max-width: 400px) {

    .effect__gray__block ol li:before {
        content: none;
    }

    .effect__gray__block ol li {
        margin: 30px 15px;
    }

}
