.system-wrapper {
	background-color: #000000;
}
.system {
	background: url(/images/ajax/sistems.jpg) 100% 100% no-repeat; 
	background-size: cover; 
	height: 465px;
	position: relative;
    background-position: center;
    background-size: contain;
}
.title-system,
.title-system__sub,
.title-system__stock {
    display: none;
}

.system__btn {
	bottom: 68px;
    left: 510px;
    position: absolute;
    border-radius: 28px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 8%);
    color: #fff;
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 8px 34px;
    margin: 20px auto;
    text-decoration: none;
    text-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    transition: background-color 0.1s linear;
}
.system__btn {
	background-color: #22E3A7;
	border: 1px solid rgb( 33, 126, 74 );
}

.system__btn:hover {
	text-decoration: none;
	background-color: rgb( 75, 183, 141 );
}
@media (max-width: 1200px) {
    .system {
        background: url(/images/ajax/sistems-mob1.jpg) 100% 100% no-repeat; 
        height: auto;
        background-position: top;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 13px;
        background-size: contain;
    }

    .system__btn {
        margin: 0;
        position: unset;
    }
    .title-system,
    .title-system__sub,
    .title-system__stock {
        text-align: center;
        display: block;
        font-family: "GothamPro", sans-serif;
    }
    .title-system,
    .title-system__sub {
        color: white;
        font-size: 30px;
    }

    .title-system {
        margin-top: 99%;
    }

    .title-system__stock {
        color: #22e3a7;
        font-size: 23px;
        margin-bottom: 15px;
    }

    .consult-man__img {
        display: none;
    }
}
.consult-info__checks {
    margin-bottom: 15px;
}
}
