.main-slider__slide-title {
        color: #000;
    }

    .pb12 {
        margin-top: 80px;
    }

    @media (min-width: 992px) {
        .submenu-block {
            top: 150px;
        }
    }

    ul li::before {
        content: none;
        border-bottom: 1px dashed rgba(0, 0, 0, .3);
    }

    .feature4__text {
        text-align: left;
    }

    .categories__item {
        overflow: hidden;
        cursor: pointer;
        position: relative;
        min-height: 6.4375rem;
        border-radius: 3px;
        margin: 10px auto;
        display: table;
    }

    .categories__img:hover {
        border: 0.125rem solid #223d72;
        border-radius: 0.625rem;
        transition: 0.3s;
    }

    .categories__img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 6.4375rem;
        border-radius: 0.625rem;
    }

    @media (min-width: 768px) {
        .categories__img {
            min-height: 8.5rem;
        }
    }

    .categories__item-info {
        overflow: hidden;
        z-index: 2;
        position: absolute;
        bottom: 1.1rem;
        left: 1.7rem;
        display: flex;
        color: #000;
        flex-direction: column;
    }

    .categories__item-title {
        line-height: 1rem;
        font-size: 18px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }

    .features-list {
        font-size: 15px;
        line-height: 23px;
        font-weight: 300;
        color: #000;
    }

    .feature4__text ul li {
        border-bottom: 1px dashed rgba(0, 0, 0, .3);
    }

    .inner_banner {
        min-height: 80vh;
        position: relative;
        display: flex;
    }

    #hero1 {
        background: url(../../dev/2022/servers/images/banner_servers.jpg);
        background-size: contain;
        background-position: center center;
		background-repeat: no-repeat;
    }

    @media (max-width: 767px) {
        #hero1 {
            background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
        }
    }

    body form .form__row {
        display: block
    }

    body form .form__row .form__cell {
        width: 100%;
        margin-bottom: 10px
    }

    body .bx-input-file-desc+.input-label__label {
        margin-top: -22px;
    }

    @media (min-width: 1200px) {
        .news-list__item {
            width: 23.333%;
        }
    }

    .tabs-nav {
        border-bottom: 1px solid #ccc;
        padding-bottom: 0px;
    }

    .panel {
        background-color: #fff;
        padding: 50px 20px 0 20px;
        min-height: 300px;
        width: 100%;
    }

    .tabs-nav__item {
        margin-bottom: 0;
        text-align: center;
        padding: 0.75em 15px 0px 15px;
    }

    .service_li li::before {
        content: "▸";
        color: #223d72;
        width: 1em;
        margin-left: -1em;
        font-weight: 800;
        border-bottom: none;
    }

    .news__image-block {
        text-align: center;
    }

    .block__divided {
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    @media (min-width: 992px) {
        .block__divided {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
    }

    @media (min-width: 992px) {
        .block__col:first-child {
            width: 700px;
            padding-right: 20px
        }
    }

    @media (min-width: 1400px) {
        .block__col:first-child {
            width: 700px;
            padding-right: 40px
        }
    }

    @media (min-width: 992px) {
        .block__col+.block__col {
            width: calc(100% - 700px)
        }
    }

    @media (min-width: 1400px) {
        .block__col+.block__col {
            width: calc(100% - 700px)
        }
    }

    .list-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media (min-width: 1200px) {
        .list-row {
            margin-bottom: -60px
        }
    }

    .list-row__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 20px;
        margin-bottom: 40px;
        max-width: 700px;
    }

    @media (min-width: 992px) {
        .list-row--md-2 .list-row__item {
            width: 50%;
        }
    }

    .incut-3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        padding-top: 40px;
        padding-bottom: 50px;
        color: #fff;
        background-color: #223d72;
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: auto 100%;
        background-attachment: local;
        width: 100%;
        position: relative;
        display: -moz-box;
        display: flex;
        -moz-box-align: stretch;
        align-items: stretch;
        min-height: 18.75rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    .incut-2__text-block {
        padding: 3.25rem;
        max-width: 70%;
    }

    @media (max-width: 680px) {
        .incut-2__text-block {
            width: 100%;
            max-width: 100%;
        }
    }

    @media (min-width: 1350px) {
        .incut-2__text {
            max-width: 70%;
        }
    }

    .incut-2__text {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .menu-section-center {
        padding: 60px 0;
        margin: 0 auto;
    }

    .menu-section-center .menu-list {
        display: flex;
        flex-wrap: wrap;
    }

    .menu-section-center .menu-list.show {
        display: flex
    }

    .menu-section-center .menu-list .menu-level-4 {
        padding-right: clamp(25px, 1.8229166667vw, 35px);
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-top: 25px
    }

    .menu-section-center .menu-list .menu-level-4 .menu-title {
        line-height: clamp(23px, 1.40625vw, 27px);
        font-weight: 700;
        margin-bottom: clamp(10px, .5208333333vw, 15px);
        color: #000;
    }

    .menu-section-center .menu-list .menu-level-4 .menu-title:hover {
        color: #223d72;
    }

    .menu-section-center .menu-list .menu-level-4 .menu-desc {
        color: #423f3fb3;
        font-size: clamp(13px, .78125vw, 15px);
        line-height: clamp(20px, 1.1979166667vw, 23px);
        margin-bottom: clamp(5px, .2604166667vw, 20px)
    }

    .menu-section-center .menu-list .menu-level-4 .menu-item .menu-item-content {
        font-weight: 700;
        color: #423f3fb3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .menu-section-center .menu-list .menu-level-4 .menu-item .menu-item-content .menu-item-content-Link {
        display: inline;
        color: #423f3fb3;
        line-height: 2;
    }

    .menu-section-center .menu-list .menu-level-4 .menu-item .menu-item-content .menu-item-content-Link:hover {
        color: #223d72;
    }

    .menu-section-center .menu-list .menu-level-4 .menu-item .menu-item-content .TextBorder {
        display: inline;
        border-right: 1px solid #7e7e7eb3;
        margin: 0 clamp(14px, 1.1979166667vw, 23px)
    }

    .menu-section-center .menu-list .menu-level-4 .menu-item .menu-item-content .TextBorder:last-child {
        border-right: none;
        margin: 0
    }

    .menu-section-center .menu-list .menu-level-4:hover .menu-item .menu-item-content.lihover {
        background: #fff 0% 0% no-repeat padding-box;
        box-shadow: 0 3px 8px #00000052;
        border-radius: 5px;
        overflow: visible;
        -webkit-box-orient: unset;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        padding: clamp(5px, .5208333333vw, 10px);
        z-index: 1
    }

    .catalog_main {
        margin: 40px 0;
    }

    @media (min-width: 992px) {
        .section-card__image-block {
            height: auto;
            max-height: auto;
        }
    }

    .menu-ad-list .menu-ad-item {
        height: clamp(40px, 3.4375vw, 66px);
        position: relative;
        background-color: #f0f0f0;
        cursor: pointer;
        border-left: 9px solid#70707059;
        transition: all .25s;
        display: flex;
        align-items: center;
    }

    .menu-ad-list .menu-ad-item span {
        font-size: clamp(11px, .78125vw, 14px);
    }

    .menu-section-right .menu-ad-list .menu-ad-item:not(:first-child) {
        margin-top: clamp(15px, 0.9375vw, 18px);
    }

    .menu-ad-list .menu-ad-item:before {
        content: "";
        width: clamp(8px, 0.5729166667vw, 11px);
        height: 100%;
        background-color: #f7f7f7;
        position: absolute;
    }

    .menu-section-right .menu-ad-list .menu-ad-item:hover {
        border-left: 9px solid #223d72;
    }

    .menu-ad-list .menu-ad-item .menu-ad-image {
        position: absolute;
        right: 0px;
        height: 100%;
    }

    .menu-section-right .menu-ad-list .menu-ad-item .menu-ad-title {
        position: relative;
        width: clamp(82px, 8.0208333333vw, 154px);
        transition: all .25s;
        color: #423f3f;
        font-size: clamp(13px, .78125vw, 15px);
        display: block;
        white-space: nowrap;
        padding-left: clamp(15px, 1.40625vw, 27px);
    }

    .tabs-nav__link {
        cursor: pointer;
    }

