.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}

.new-service {
    padding-top: 70px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #202021;
}

.new-service .row {
    margin-top: -32px;
}

.new-service__item {
    position: relative;
    border-radius: 4px;
    width: 628px;
    height: 355px;
    padding: 24px;
    margin-top: 32px;
    background: #252526;
    border: 1px solid #2F2F2F;
    color: #fff;
}
.new-service__item h4 {
    font-size: 20px;
    transition: color 0.3s ease;
}

.text-title-card {
    color: #fff;
}

.title-underline {
    display: inline-block;
    font-size: 40px;
    padding-bottom: 6px;
    border-bottom: 4px solid #dc3545;
}

.marker-list {
    font-size: 16px;
    font-weight: 500;
}

.marker-list:before {
    content: " ";
    border-bottom: 4px solid #dc3545;
    width: 16px;
    position: relative;
    bottom: -11px;
    left: -25px;
    border-radius: 4px;
}


.subtitle-list {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.item-list {
    font-size: 20px;
    font-weight: 600;
}

.item-list:before {
    content: " ";
    border-bottom: 4px solid #dc3545;
    width: 16px;
    position: relative;
    bottom: -11px;
    left: -25px;
    border-radius: 4px;
}

.text-title-card:hover {
    cursor: pointer;
    text-decoration: none;
    color: #DC3545;
}

.new-service__item p {
    font-size: 16px;
}

.new-service__item svg {
    fill: #DF3434;
}

.new-service__item:hover > .new-service__item-ripple {
    opacity: 1;
    z-index: 1;
}

.new-service__item-ripple {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: -4px -4px 30px rgba(220, 53, 69, 0.25), 4px 4px 30px rgba(220, 53, 69, 0.25);
    border-radius: 4px;
}

.new-service__item-ripple-data p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 500;
}

.new-service__item-ripple-data p:not(:first-child) {
    margin-top: 8px;
}

.new-service__item-ripple .btn {
    letter-spacing: 2px;
    font-size: 13px;
}

.instruments {
    padding-top: 80px;
    padding-bottom: 52px;
}

.instruments__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.05), 4px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 24px;
    transition: all 0.3s ease;
}

.instruments__list-item:hover {
    box-shadow: -4px -4px 30px rgba(220, 53, 69, 0.25), 4px 4px 30px rgba(220, 53, 69, 0.25);
}

.instruments__list-item h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.instruments__list-item .instruments__list-item-data {
    font-size: 14px;
    margin-top: 24px;
    text-align: center;
}

.instruments__list-item .instruments__list-item-img {
    padding: 20px 8px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

.clients {
    padding-top: 56px;
    padding-bottom: 130px;
}

.clients h2 {
    padding-bottom: 60px;
}

.clients__list {
    overflow: hidden;
    margin-top: -24px;
    margin-left: -24px;
}

.clients__list-item {
    width: 196px;
    height: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-top: 24px;
    margin-left: 24px;
}

.clients__list-item img {
    filter: grayscale(1);
    transition: all 0.3s ease;
}


.clients__list-item:hover img {
    filter: grayscale(0);
}

.projects {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 54px;
    padding-top: 120px;
    background-color: #FFFFFF;
}

@media (max-width: 1024px) {
    .container {
        padding-left: 72px;
        padding-right: 72px;
    }

    .instruments__list-item .instruments__list-item-data {
        margin-top: 16px;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    .new-service__item {
        width: 100%;
        height: 355px;
        display: flex;
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width: 767px) {
    .about-us-bg {
        background-image: url("/local/static/img/aboutBg.png");
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .crm-banner {
        background-image: url("/local/static/img/banner.png");
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .container-for-mobile {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .blocks-info {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .about-us-width {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .description-info-block {
        width: 100%;
    }
}



.carousel h1 {
    font-size: 4rem;
}

.carousel p {
    font-size: 1.5rem;
}

.crm-banner {
    background-image: url("/local/static/img/banner.png");
    height: 686px;
}

.description-info-block {
    width: 40rem;
}

.about-us-bg {
    background-image: url("/local/static/img/aboutBg.png");
    height: 707px;
}

.about-card {
    padding: 40px 20px;
    border-radius: 4px;
    border: 1px solid #2F2F2F;
    background: rgba(0, 0, 0, 0.50);
}

.about-card-title {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.blocks-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.3rem
}

.about-us-width {
    width: 28rem;
}

.about-sign {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}

.crm-text {
    font-size: 64px;
    margin: 6.8rem 0 0 0;
    font-weight: 700;
}

.list-ul{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 26px;
}

.btn-connect-with-us {
    padding: 16px 32px;
}

.connect-with-us {
    margin-top: 4.5rem;
    margin-bottom: 3rem;
}

.font-weight-500 {
    font-weight: 500;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.line-height-130 {
    line-height: 130%
}

.list-ul-crm {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-left: 27px;
}

.list-ul-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.list-system {
    margin-bottom: 7.25rem;
}

.mt-40 {
    margin-top: 40px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-80 {
    margin-bottom: 80px;
}