body,
html {
    overflow-x: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

body {
    margin: 0;
    padding: 0;
    min-width: 1280px;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum"
}

.main-hero__bold,
.main-hero__content h1,
.main-hero__desc,
.main-hero__stat-num {
    font-family: Raleway, sans-serif
}

.ticker,
.ticker__wrap {
    height: 54px;
    overflow: hidden
}

.main-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 200px 0 0;
    max-width: 1550px
}

.main-hero__blue,
.main-hero__bold {
    display: inline-block;
    font-weight: 800
}

.main-hero__content {
    max-width: 900px;
    margin-left: 60px
}

.main-hero__content h1 {
    font-size: 100px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 40px;
    letter-spacing: 0;
    color: #000
}

.main-hero__bold {
    color: #000;
    margin-left: 202px;
    vertical-align: top;
    white-space: nowrap
}

.main-hero__blue {
    color: #2563eb;
    margin-left: 830px
}

.main-hero__desc {
    font-size: 22px;
    font-weight: 400;
    color: #222;
    margin: 40px 0 0;
    line-height: 1.3
}

.accordion-services__desca,
.accordion-services__descc,
.accordion-services__descs,
.article-titlee,
.main-hero__desc_mobile,
.mobilee,
.tech-support-box-cel {
    display: none
}

.main-hero__stat,
.main-hero__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.main-hero__stats {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 60px;
    min-width: 13%;
    justify-content: center;
    margin: 40px auto 60px 32%;
    max-width: 1750px
}

.main-hero__stat {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 120px
}

.main-hero__stat-num {
    font-size: 48px;
    font-weight: 650;
    color: #000;
    margin-bottom: 0;
    line-height: 1;
    font-variant-numeric: lining-nums tabular-nums;
    -webkit-font-feature-settings: "lnum", "tnum";
    font-feature-settings: "lnum", "tnum"
}

.main-hero__stat-label {
    font-family: Raleway;
    font-size: 19px;
    font-weight: 400;
    color: #222;
    text-align: right;
    line-height: 1.2;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
    word-break: normal;
    direction: rtl
}

.features__title,
.main-services__item,
.main-services__iteme {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    font-family: Raleway, sans-serif
}

.main-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
    padding: 0;
    gap: 0;
    max-width: 1750px
}

.main-services__item,
.main-services__iteme {
    text-align: center;
    padding: 24px 8px;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    border: none;
    outline: 0;
    white-space: pre-line;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.projects-bottom-btn,
.slider__dot {
    -webkit-transition: background .2s;
    -o-transition: background .2s
}

.main-services__item:not(:last-child) {
    border-right: 1px solid #2563eb
}

.main-services__item:hover,
.main-services__iteme:hover {
    color: #2563eb
}

.ticker {
    width: 100vw;
    background: #2156d6;
    margin: 55px 0 0;
    position: relative
}

.slider,
.ticker__wrap {
    width: 100%;
    position: relative
}

.ticker__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ticker__move {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: 70s linear infinite ticker-move;
    animation: 70s linear infinite ticker-move
}

.features,
.features__item {
    display: -webkit-box;
    display: -ms-flexbox
}

.ticker__move span {
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 350;
    color: #fff;
    letter-spacing: 1px;
    line-height: 54px;
    text-transform: uppercase
}

@-webkit-keyframes ticker-move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes ticker-move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.features {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 90px;
    background: #fff;
    padding: 60px 0 40px;
    margin: 0
}

.features__item {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 260px;
    max-width: 320px;
    gap: 30px
}

.features__num,
.footer-best__container {
    display: -webkit-box;
    display: -ms-flexbox
}

.features__num,
.slider,
.tech-support-box {
    -webkit-box-orient: vertical
}

.features__num {
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 60px;
    text-align: center
}

.features__num span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #2563eb;
    line-height: 1;
    margin: 0 0 8px;
    padding: 0
}

.features__num::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background: #2563eb;
    margin: 12px auto 0
}

.slider__dot.active,
.slider__more-link:hover span:first-child::after {
    background: #124bc6
}

.features__title {
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.2;
    white-space: pre-line
}

.article-date,
.features__title span {
    white-space: nowrap
}

.features__desc {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin: 0;
    line-height: 1.4
}

.tech-support-box-cela {
    display: block
}

.footer-best {
    background: #fff;
    padding: 110px 0 60px
}

.footer-best__container {
    max-width: 1550px;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    padding: 0 40px
}

.footer-best__list li,
.slider {
    display: -webkit-box;
    display: -ms-flexbox
}

.footer-best__left,
.tech-support-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 540px
}

.footer-best__title {
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-bottom: 28px;
    margin-top: 0
}

.footer-best__desc,
.footer-best__list li,
.tech-support-desc {
    color: #000;
    font-weight: 400;
    font-family: Raleway, sans-serif;
    font-size: 16px
}

.footer-best__desc,
.tech-support-desc {
    margin-bottom: 32px;
    line-height: 1.5
}

.footer-best__list,
.main-footer__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-best__list li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px
}

.footer-best__list li span,
.tech-support-list li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #124bc6;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer-best__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 0
}

.slider {
    max-width: 750px;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__img {
    display: none;
    max-width: 750px;
    height: 350px;
    min-width: 750px;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
    margin-left: 500px;
    margin-top: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.pc,
.slider__img.active {
    display: block
}

.slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    margin-left: 530px
}

.slider__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d3d3d3;
    display: inline-block;
    cursor: pointer;
    transition: background .2s
}

.footer-best__btn--red:hover,
.tech-support-btn--red:hover {
    background: #d90000
}

.footer-best__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin-top: 150px
}

.footer-best__btn,
.tech-support-btn {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 19px 35px;
    border: none;
    cursor: pointer;
    -webkit-transition: background .2s, color .2s, border .2s;
    -o-transition: background .2s, color .2s, border .2s;
    transition: background .2s, color .2s, border .2s;
    outline: 0;
    min-width: 170px
}

.footer-best__btn--red {
    background: #ff2d2d;
    color: #fff;
    border: none
}

.footer-best__btn--outline {
    background: #fff;
    color: #222;
    border: 2px solid #ff2d2d
}

.footer-best__btn--outline:hover {
    border-color: #d90000;
    color: #d90000
}

.slider__more-link span,
.slider__more-link span:first-child {
    border-bottom: none !important;
    text-decoration: none !important
}

.slider__more-link {
    display: inline-block;
    margin-top: 38px;
    font-family: Raleway, sans-serif;
    font-size: 21px;
    color: #222;
    font-weight: 300;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    cursor: pointer;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-decoration: none !important;
    margin-left: 250px
}

.tech-support-container,
.tech-support-list li,
.tech-support-right {
    display: -webkit-box;
    display: -ms-flexbox
}

.slider__more-link span:first-child {
    position: relative;
    padding-bottom: 3px
}

.slider__more-link span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #222;
    border-radius: 1px
}

.slider__more-link:hover {
    color: #124bc6
}

.slider__arrow {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 6px;
    border-bottom: none;
    text-decoration: none !important;
    font-weight: 400
}

.tech-support-section {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 60px 0 40px;
    border-top: 1px solid #eee
}

.tech-support-container {
    max-width: 1550px;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 32px;
    padding: 0 40px
}

.tech-support-title {
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-bottom: 18px;
    margin-top: 0;
    letter-spacing: 1px
}

.accordion-services__title,
.footer-bottom-label {
    font-family: Raleway, sans-serif;
    letter-spacing: .5px;
    text-align: left
}

.tech-support-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px
}

.tech-support-list li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    color: #222;
    margin-bottom: 18px;
    font-weight: 400
}

.tech-support-buttons {
    margin-top: 150px
}

.tech-support-btn--red {
    background: #ff2d2d;
    color: #fff;
    border: 2px solid #ff2d2d
}

.tech-support-btn--outline {
    background: #fff;
    color: #222;
    border: 2px solid #ff2d2d;
    margin-left: 15px
}

.tech-support-btn--outline:hover {
    border-color: #d90000;
    color: #d90000
}

.tech-support-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 0;
    margin-left: 220px;
    margin-top: -16px
}

.tech-support-box,
.tech-support-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal
}

.tech-support-box {
    background: #f7f9fb;
    border-radius: 0;
    padding: 60px 56px 60px 36px;
    width: 36vw;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.tech-support-box-title {
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #111;
    margin-bottom: 30px;
    margin-top: -5px;
    text-align: left
}

.tech-support-box-table {
    width: 100%;
    margin-bottom: 24px
}

.tech-support-box-row {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px
}

.tech-support-box-row::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #2563eb;
    border-radius: 0;
    position: absolute;
    left: 10px;
    top: 8px
}

.articles-bottom-form-btn:hover,
.main-footer__btn:hover,
.projects-bottom-btn:hover,
.projects-botttom-btn:hover {
    background: #c9141b
}

.tech-support-box-cell,
.tech-support-box-cella,
.tech-support-box-celll {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    color: #111;
    padding-left: 8px;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    line-height: 1.3;
    font-weight: 400
}

.tech-support-box-cell--left {
    min-width: 180px;
    color: #111;
    font-weight: 400;
    margin-right: -120px
}

.tech-support-box-row:last-child .tech-support-box-cell:last-child {
    font-weight: 400
}

.tech-support-box-order-btn {
    margin-top: 12px;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 36px;
    border: 1px solid #2563eb;
    background: #fff;
    color: #111;
    cursor: pointer;
    -webkit-transition: background .2s, color .2s, border .2s;
    -o-transition: background .2s, color .2s, border .2s;
    transition: background .2s, color .2s, border .2s;
    outline: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 0
}

.accordion-services {
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    max-width: 1750px
}

.accordion-services__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 38px 0;
    border-bottom: 1px solid #ededed;
    -webkit-transition: padding .6s cubic-bezier(0, 0, 0, 0);
    -o-transition: padding .6s cubic-bezier(0, 0, 0, 0);
    transition: padding .6s cubic-bezier(0, 0, 0, 0);
    /* cursor: pointer */
}

.accordion-services__row:last-child {
    border-bottom: none
}

.accordion-services__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    font-size: 32px;
    font-weight: 500;
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7%
}

.accordion-services__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-left: 140px;
    padding-right: 10px;
    max-width: 550px
}

.accordion-services__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 10px
}

.accordion-services__arrow-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: center center/18px 18px no-repeat #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    -webkit-transition: background .2s, color .2s;
    -o-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    border: none
}

.accordion-services__arrow-icon:active {
    -webkit-filter: brightness(0.92);
    filter: brightness(.92)
}

.accordion-services__row.open {
    padding: 38px 20px 400px 0;
    -webkit-transition: padding .6s cubic-bezier(0, 0, 0, 0);
    -o-transition: padding .6s cubic-bezier(0, 0, 0, 0);
    transition: padding .6s cubic-bezier(0, 0, 0, 0)
}

@media (max-width: 767px) {
    .accordion-services__row.open {
        padding: 24px 0 !important;
    }
}

.article-category,
.project-image-block__link {
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s
}

.footer-bottom-label {
    width: 100vw;
    font-size: 32px;
    font-weight: 500;
    color: #111;
    padding: 150px 0 60px 80px;
    background: #fff;
    max-width: 1650px;
    border-top: 1px solid #ededed;
    margin: 0 auto
}

.projects-gallery {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 2%;
    align-items: center;
    max-width: 1750px;
    margin: 40px auto
}

.project-image-block,
.projects-bottom-center {
    -ms-flex-direction: column;
    -webkit-box-direction: normal
}

.project-image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 44%;
    margin: 0;
    background: #fff;
    grid-template-rows: none;
    grid-template-columns: none
}

.project-image-block__img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    background: #eee;
    margin: 0;
    display: block
}

.project-image-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    margin-top: 18px
}

.project-image-block__link,
.project-image-block__title {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    color: #2a2a2ad5;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0
}

.project-image-block__title {
    font-weight: 300;
    margin-left: 0
}

.project-image-block__link {
    font-weight: 400;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    transition: color .2s;
    cursor: pointer
}

.project-image-block__link:hover {
    color: #2563eb
}

.project-image-block__arrow {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    background: center center/22px 22px no-repeat;
    border: none;
    padding: 0;
    content: "";
    font-size: 0
}

.projects-bottom-btn,
.projects-botttom-btn {
    background: #ed1c24;
    color: #fff;
    font-size: 18px;
    padding: 18px 35px;
    cursor: pointer;
    font-family: Raleway, sans-serif;
    font-weight: 400
}

.projects-bottom-center {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin: 50px auto 50px -1%
}

.projects-bottom-centerr {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 0
}

.projects-bottom-btn {
    border: none;
    border-radius: 0;
    margin-bottom: 38px;
    margin-top: 0;
    transition: background .2s
}

.articles-bottom-form-btn,
.projects-botttom-btn {
    -webkit-transition: background .2s;
    -o-transition: background .2s
}

.projects-botttom-btn {
    border: none;
    border-radius: 0;
    transition: background .2s;
    align-items: center;
    display: flex;
    margin: 50px auto
}

.projects-bottom-title {
    font-family: Raleway, sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #111;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: left;
    width: 100vw;
    padding-left: 105px;
    max-width: 1650px !important;
    margin: 0 auto;
    justify-content: center;
}

.article-row,
.articles-list {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    padding: 0;
    margin: 0 auto
}

.articles-list {
    background: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    max-width: 1750px
}

.article-row,
.articles-bottom-form {
    -ms-flex-direction: row;
    max-width: 1750px
}

.article-date-m,
.articles-bottom-form-title-m,
.burger-menu,
.footer-best__right_mobile,
.main-footerr,
.main-hero__stat-label_m,
.main-hero__stat-label_mm,
.main-services__itemm,
.mobile-nav,
.mobile-only,
.projects-bottom-centerr,
.tech-support-box-cell-m,
.tech-support-btn-m,
.tech-support-buttons-m,
.ticker.mobile-ticker {
    display: none
}

.article-date,
.articles-bottom-form-title,
.features__desc,
.features__title,
.footer-best__right,
.pcc,
.tech-support-box-celll,
.tech-support-buttons {
    display: block
}

.article-row {
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #bdbdbd;
    min-height: 160px;
    position: relative
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 80px;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.articles-bottom-form,
.main-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.article-category {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    color: #888;
    font-weight: 400;
    margin-bottom: 11px;
    margin-top: -10px;
    transition: color .2s;
    cursor: pointer
}

.article-titl,
.article-title {
    font-size: 28px;
    font-weight: 530;
    color: #111;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.25
}

.article-date,
.article-title {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    font-family: Raleway, sans-serif;
    cursor: pointer;
    text-decoration: none
}

.article-title {
    transition: color .2s
}

.article-titl {
    font-family: Raleway, sans-serif
}

.article-date {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    min-width: 400px;
    text-align: center;
    transition: color .2s;
    margin: 75px auto
}

.article-img {
    width: 260px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    margin-right: 110px;
    margin-top: 18px;
    margin-bottom: 18px;
    background: #eee;
    display: block;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    cursor: pointer
}

.articles-bottom-form,
.articles-bottom-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 0
}

.articles-bottom-form-wrap {
    width: 100vw;
    background: #efefef;
    margin: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 220px
}

.articles-bottom-form {
    background: #fff;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 40px 0 #ededed;
    box-shadow: 0 0 40px 0 #ededed;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 92vw;
    min-height: 280px;
    margin: 40px auto 60px
}

.articles-bottom-form-title {
    font-family: Raleway, sans-serif;
    font-size: 30px;
    font-weight: 550;
    color: #2a2a2a;
    margin: 0 80px;
    line-height: 1.2;
    min-width: 420px;
    max-width: 520px
}

.articles-bottom-form-btn,
.articles-bottom-form-input,
.main-footer__phone {
    font-family: Raleway, sans-serif;
    font-size: 20px
}

.articles-bottom-form-input {
    color: #222;
    background: #f5f5f5;
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 26px 15px;
    margin-left: 150px;
    width: 600px;
    outline: 0;
    opacity: .7
}

.articles-bottom-form-btn {
    background: #ed1c24;
    color: #fff;
    font-weight: 400;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 25px 35px;
    margin-left: 20px;
    cursor: pointer;
    transition: background .2s
}

.main-footer {
    width: 100vw;
    background: #efefef;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-footer__container {
    max-width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    min-height: 300px
}

.main-footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 0;
    padding-top: 48px;
    padding-bottom: 0
}

.main-footer__logo-row,
.main-footer__write-row {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal
}

.main-footer__col--logo {
    width: 420px;
    min-width: 420px;
    padding-left: 40px;
    padding-right: 0
}

.main-footer__logo-row {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 18px
}

.main-footer__logo {
    width: 90px;
    height: auto;
    margin-bottom: 0;
    margin-top: -60px
}

.main-footer__tg,
.main-footer__wh {
    width: 30px;
    height: auto;
    margin-bottom: 0
}

.main-footer__tg {
    margin-top: 15px;
    margin-left: 175px
}

.main-footer__wh {
    margin-top: -32.5px;
    margin-left: 215px
}

.main-footer__phone {
    font-weight: 600;
    color: #111;
    margin-bottom: 0;
    margin-top: -40px;
    padding-left: 60px;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}

.main-footer__btn,
.main-footer__work {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    margin-top: 10px
}

.main-footer__work {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    padding-left: 60px
}

.main-footer__btn {
    background: #ed1c24;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 0;
    padding: 16px 22px;
    margin-bottom: 28px;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    margin-left: 175px
}

.main-footer__email,
.main-footer__write {
    font-family: Raleway, sans-serif;
    color: #858585;
    padding-left: 175px
}

.main-footer__write-row {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0
}

.main-footer__write {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    text-decoration: underline;
    cursor: pointer
}

.main-footer__email {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400
}

.main-footer__col--support {
    width: 260px;
    min-width: 260px;
    padding-left: 80px;
    padding-right: 0
}

.main-footer__col--services {
    width: 340px;
    min-width: 340px;
    padding-left: 80px;
    padding-right: 0
}

.main-footer__col-title {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    color: #858585;
    margin-bottom: 18px;
    margin-top: -35px
}

.main-footer__bottom,
.main-footer__list li {
    font-family: "Open Sans";
    font-size: 14px;
    color: #858585
}

.main-footer__list li {
    font-weight: 400;
    margin-bottom: 12px
}

.main-footer__bottom {
    background: #efefef;
    border-top: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    padding: 18px 80px 18px 0;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    margin: 0 auto;
    max-width: 500px
}

.main-footer__policies {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 0 50px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    color: #888
}

.main-services__item,
.ticker.desktop-ticker {
    display: block !important
}

.main-footer__policies a {
    color: #888;
    text-decoration: none;
    font-weight: 550;
    transition: color .2s
}

.main-footer__policies a:hover {
    color: #606060
}

.features__title_m {
    display: none !important
}

.features__descm,
.mob {
    display: none
}

@media (max-width:600px) {

    .logo-text,
    .mobile-nav a {
        letter-spacing: 1px;
        font-family: Raleway, sans-serif
    }

    .logo-container::after,
    .logo-text,
    .main-hero__desc_mobile,
    .mobile-nav a {
        font-family: Raleway, sans-serif
    }

    body,
    html {
        min-width: 320px !important;
        overflow-x: hidden !important
    }

    .features__title,
    .footer-best__right,
    .main-hero__desc,
    .main-nav,
    .main-services__item,
    .tech-support-box-celll,
    .tech-support-buttons,
    .ticker.desktop-ticker {
        display: none !important
    }

    .article-date-m,
    .burger-menu,
    .features__descm,
    .footer-best__right_mobile,
    .main-services__itemm,
    .mob,
    .tech-support-box-cell-m,
    .tech-support-btn-m,
    .tech-support-buttons-m,
    .ticker.mobile-ticker {
        display: block
    }

    .article-date,
    .pcc,
    .projects-botttom-btn,
    .tech-support-btn {
        display: none
    }

    .burger-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 38px;
        height: 38px;
        background: 0 0;
        border: none;
        cursor: pointer;
        margin-left: auto;
        margin-right: 15px;
        margin-top: 0;
        z-index: 1002
    }

    .main-hero,
    .mobile-nav {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .burger-menu span {
        display: block;
        width: 28px;
        height: 4px;
        background: #222;
        margin: 3px 0;
        border-radius: 2px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .burger-menu.active span:first-child {
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        position: fixed
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0
    }

    .burger-menu.active span:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        position: fixed;
        top: 43px
    }

    .mobile-nav {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1001;
        padding: 64px 24px 24px;
        -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .09);
        box-shadow: 0 4px 24px rgba(0, 0, 0, .09);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .mobile-nav a {
        font-size: 22px;
        color: #222;
        text-decoration: none;
        font-weight: 600;
        margin-bottom: 22px
    }

    .mobile-nav.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    body.menu-open {
        overflow: hidden
    }

    .main-hero {
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0;
        padding: 0
    }

    .main-hero__content {
        max-width: 100%;
        margin-left: 0;
        padding: 0 18px;
        margin-top: 51px
    }

    .main-hero__content h1 {
        font-size: 35px;
        margin: 18px 0;
        line-height: 1.15;
        font-weight: 900;
        letter-spacing: 0;
        color: #111
    }

    .main-hero__bold {
        margin-left: 0;
        font-size: inherit;
        display: block;
        white-space: normal;
        font-weight: 900
    }

    .main-hero__blue {
        margin-left: 200px;
        display: block;
        font-size: 35px;
        margin-top: 6px;
        color: #2563eb;
        font-weight: 900
    }

    .features__title_m,
    .main-hero__desc_mobile {
        display: block !important
    }

    .main-hero__desc_mobile {
        font-size: 23px;
        margin-top: 30px;
        line-height: 1.4;
        font-weight: 480;
        color: #222;
        white-space: unset !important;
        max-width: 90vw;
        overflow-x: auto;
        letter-spacing: 0;
        text-align: left
    }

    @media (max-width:320px) {
        .main-hero__desc_mobile {
            font-size: 14px
        }
    }

    .main-hero__stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
        margin: 18px 0 0;
        min-width: 0;
        padding-left: 18px
    }

    .main-hero__stat {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        gap: 15px;
        margin-bottom: 0;
        margin-top: 20px
    }

    .features,
    .footer-best__container,
    .main-services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .main-hero__stat-num {
        font-size: 42px;
        font-weight: 540;
        margin-right: 10px;
        color: #000
    }

    .main-hero__stat-label_m,
    .main-hero__stat-label_mm {
        font-size: 18px;
        margin-top: 0;
        direction: ltr;
        font-weight: 460;
        color: #000;
        display: block;
        text-align: left;
        white-space: nowrap;
        font-family: Raleway, sans-serif
    }

    .main-hero__stat-label_mm {
        margin-left: 25px
    }

    .features__desc {
        display: none !important
    }

    .main-services {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 32px;
        gap: 0;
        padding: 0;
        width: 100vw;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .main-services__itemm {
        font-size: 23px;
        padding: 14px 0 14px 18px;
        border-right: none !important;
        border-bottom: 1px solid #686868c1;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-weight: 550;
        background: #fff;
        white-space: nowrap;
        font-family: Raleway, sans-serif
    }

    .main-services__itemm:last-child {
        border-bottom: none
    }

    .features__item:nth-child(2) .features__num {
        margin-left: 15px !important
    }

    .features__item:nth-child(2) {
        padding-left: 0 !important
    }

    .ticker {
        height: 38px;
        margin: 24px 0 18px;
        width: 100vw;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .ticker__move span {
        font-weight: 450
    }

    .ticker.mobile-ticker {
        margin-top: 38px;
        margin-bottom: 28px
    }

    .ticker__move span,
    .ticker__wrap {
        height: 38px;
        font-size: 13px;
        letter-spacing: 2px;
        line-height: 38px
    }

    .footer-best__container {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
        padding: 0;
        max-width: 100vw;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .footer-best__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        min-width: 0;
        width: 100vw
    }

    .features {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        padding: 30px 0 20px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .features__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        max-width: none;
        margin-bottom: 32px;
        padding: 0 18px
    }

    .features__item:last-child {
        margin-bottom: 0
    }

    .features__num {
        min-width: 60px;
        margin-left: 5px;
        font-weight: 300
    }

    .features__num span {
        font-weight: 500;
        font-size: 60px
    }

    .features__title_m {
        font-family: Raleway, sans-serif;
        font-size: 25px;
        font-weight: 650;
        color: #111;
        margin-bottom: 12px;
        margin-top: 0;
        line-height: 1.2;
        white-space: pre-line
    }

    .features__title_m span {
        white-space: nowrap
    }

    .features__descm {
        font-family: Raleway, sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #222;
        margin: 0;
        line-height: 1.4
    }

    @media (max-width:600px) {

        .footer-best__list li,
        .footer-best__list li span,
        .slider,
        .tech-support-buttons,
        .tech-support-container,
        .tech-support-list li {
            display: -webkit-box;
            display: -ms-flexbox
        }

        .article-date-m,
        .articles-bottom-form-title-m,
        .footer-best__list li,
        .main-footer__policies,
        .projects-bottom-title,
        .slider__more-link,
        .tech-support-desc,
        .tech-support-title {
            font-family: Raleway, sans-serif
        }

        .footer-best__btn--red:active,
        .footer-best__btn--red:focus,
        .tech-support-btn--red:hover {
            background: #d90000
        }

        .footer-best__list {
            margin-top: 32px;
            margin-bottom: 32px;
            padding-left: 0;
            width: 100%
        }

        .footer-best__list li {
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            font-size: 22px;
            color: #222;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 18px;
            padding-left: 0;
            background: 0 0;
            border: none;
            min-height: 37px;
            word-break: break-word;
            white-space: normal
        }

        .footer-best__list li span {
            margin-right: 14px;
            margin-left: 0;
            min-width: 32px;
            min-height: 32px;
            width: 32px;
            height: 32px;
            font-size: 18px;
            font-weight: 700;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #124bc6;
            color: #c5c5c5;
            border-radius: 50%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin-top: 0
        }

        .footer-best__list li:last-child {
            margin-bottom: 0
        }

        .footer-best__buttons {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 15px;
            margin-top: 40px;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            width: 100%
        }

        .slider,
        .tech-support-box {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal
        }

        .footer-best__btn {
            min-width: 0;
            width: 50%;
            font-size: 18px;
            padding: 18px 0;
            border-radius: 0;
            margin: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            -webkit-transition: background .2s, color .2s, border .2s;
            -o-transition: background .2s, color .2s, border .2s;
            transition: background .2s, color .2s, border .2s
        }

        .footer-best__btn--red {
            background: #ed1c24;
            color: #fff;
            border: none;
            border-radius: 0;
            border-right: 2px solid #ff2d2d;
            width: 60%;
            font-weight: 500
        }

        .footer-best__btn--outline {
            background: #fff;
            color: #222;
            border: 2px solid #ff2d2d;
            border-radius: 0;
            width: 40%
        }

        .footer-best__btn--outline:active,
        .footer-best__btn--outline:focus {
            border-color: #d90000;
            color: #d90000
        }

        .footer-best__desc {
            font-size: 23px;
            margin-bottom: 22px;
            line-height: 1.4
        }

        .footer-best__title {
            font-size: 30px;
            margin-bottom: 22px;
            font-weight: 500
        }

        .footer-best__left {
            max-width: 100vw;
            padding: 0 12px
        }

        .footer-best__container,
        .footer-best__right {
            padding: 0
        }

        .slider {
            position: relative;
            width: 100%;
            max-width: 750px;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .slider__img {
            display: none;
            max-width: 380px;
            max-height: 200px;
            min-width: 0;
            width: 100%;
            height: auto;
            -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
            box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
            margin-right: 500px;
            margin-top: 5px
        }

        .slider__more-link {
            display: inline-block;
            margin-top: 20px;
            font-size: 21px;
            color: #222;
            font-weight: 400;
            -webkit-transition: color .2s;
            -o-transition: color .2s;
            transition: color .2s;
            cursor: pointer;
            -ms-flex-item-align: start;
            align-self: flex-start;
            text-decoration: none !important;
            margin-left: 15px
        }

        .tech-support-section {
            width: 100%;
            background: #fff;
            margin: 0;
            padding: 60px 0 40px;
            border-top: 1px solid #eee
        }

        .tech-support-container {
            max-width: 1550px;
            margin: 0 auto;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            gap: 32px;
            padding: 0 15px
        }

        .tech-support-left {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            max-width: 540px
        }

        .tech-support-title {
            font-size: 32px;
            font-weight: 500;
            color: #111;
            margin-bottom: 18px;
            margin-top: 0;
            letter-spacing: 1px
        }

        .tech-support-desc {
            font-size: 23px;
            color: #222;
            margin-bottom: 30px;
            line-height: 1.5
        }

        .tech-support-btn,
        .tech-support-btn-m {
            font-size: 18px;
            font-weight: 700;
            -webkit-transition: background .2s, color .2s, border .2s;
            -o-transition: background .2s, color .2s, border .2s;
            font-family: Raleway, sans-serif;
            cursor: pointer;
            outline: 0
        }

        .tech-support-list {
            list-style: none;
            padding: 0;
            margin: 0 0 36px
        }

        .tech-support-list li {
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: Raleway, sans-serif;
            font-size: 25px;
            color: #222;
            margin-bottom: 18px;
            font-weight: 400
        }

        .tech-support-list li span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            background: #124bc6;
            color: #c5c5c5;
            border-radius: 50%;
            font-size: 16px;
            font-weight: 700;
            margin-right: 16px;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

        .tech-support-buttons {
            display: flex;
            gap: 18px;
            margin-top: 150px
        }

        .tech-support-buttons-m {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 7px;
            margin-top: 25px;
            padding: 0 14px;
            box-sizing: border-box;
        }

        .articles-bottom-form-title,
        .main-services__iteme,
        .pc {
            display: none
        }

        .tech-support-btn {
            padding: 16px 38px;
            border-radius: 4px;
            border: none;
            transition: background .2s, color .2s, border .2s;
            min-width: 170px
        }

        .tech-support-box,
        .tech-support-right {
            min-width: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            width: 100%
        }

        .tech-support-btn-m {
            padding: 19px 36px;
            border: none;
            transition: background .2s, color .2s, border .2s;
            margin-left: 10px;
            white-space: nowrap
        }

        .tech-support-btn--red {
            background: #ff2d2d;
            color: #fff;
            border: none
        }

        .tech-support-btn--outline {
            background: #fff;
            color: #222;
            border: 2px solid #ff2d2d
        }

        .tech-support-btn--outline:hover {
            border-color: #d90000;
            color: #d90000
        }

        .tech-support-right {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-left: 0;
            margin-top: 24px;
            padding: 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .tech-support-box {
            background: #f7f9fb;
            border-radius: 0;
            padding: 24px 10px;
            max-width: 400px;
            margin: 0 auto;
            -webkit-box-shadow: none;
            box-shadow: none;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

        .tech-support-box-title {
            font-family: Raleway, sans-serif;
            font-size: 33px;
            font-weight: 500;
            color: #111;
            margin-bottom: 30px;
            text-align: left
        }

        .tech-support-box-cell,
        .tech-support-box-cell-m {
            font-size: 22px;
            min-width: 0;
            line-height: 1.3;
            font-family: Raleway, sans-serif;
            color: #111
        }

        .tech-support-box-table {
            width: 100%;
            margin-bottom: 24px
        }

        .tech-support-box-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 18px;
            position: relative;
            padding-left: 22px
        }

        .tech-support-box-row::before {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            background: #2563eb;
            border-radius: 0;
            position: absolute;
            left: 10px;
            top: 8px
        }

        .tech-support-box-cell {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            font-weight: 400
        }

        .tech-support-box-cell-m {
            margin-top: 15px;
            margin-left: 9px;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            font-weight: 400
        }

        .tech-support-box-cell--left {
            min-width: 180px;
            color: #111;
            font-weight: 400;
            margin-right: -25px
        }

        .tech-support-box-row:last-child .tech-support-box-cell:last-child {
            font-weight: 400
        }

        .tech-support-box-order-btn {
            margin-top: 12px;
            font-family: Raleway, sans-serif;
            font-size: 18px;
            font-weight: 400;
            padding: 18px 36px;
            border: 1px solid #2563eb;
            background: #fff;
            color: #111;
            cursor: pointer;
            -webkit-transition: background .2s, color .2s, border .2s;
            -o-transition: background .2s, color .2s, border .2s;
            transition: background .2s, color .2s, border .2s;
            outline: 0;
            -ms-flex-item-align: start;
            align-self: flex-start;
            border-radius: 0
        }

        @media (max-width:600px) {

            .accordion-services__row,
            .projects-gallery,
            .tech-support-container {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal
            }

            .tech-support-left,
            .tech-support-right {
                -webkit-box-ordinal-group: 2;
                order: 1;
                width: 100%
            }

            .tech-support-container {
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 0;
                padding: 0 15px
            }

            .tech-support-left {
                max-width: 100%;
                -ms-flex-order: 1;
                margin-bottom: 24px
            }

            .tech-support-right {
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
                margin-left: 0;
                margin-top: -5px;
                padding: 0;
                -ms-flex-order: 1;
                min-width: 0;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

            .tech-support-box {
                width: 100%;
                max-width: 400px;
                min-width: 0;
                margin: 0 auto;
                padding: 24px 10px 5px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }

            .accordion-services__arrow,
            .tech-support-box-order-btn {
                display: none
            }

            .accordion-services {
                width: 100vw;
                margin: 40px 0 0;
                padding: 0;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                background: #fff;
                max-width: none
            }

            .accordion-services__row {
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                padding: 24px 0;
                border-bottom: 1px solid #ededed;
                width: 100vw;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                gap: 0
            }

            .accordion-services__desc,
            .accordion-services__title {
                padding-left: 18px;
                padding-right: 18px;
                padding-bottom: 0;
                text-align: left;
                display: block
            }

            .accordion-services__title {
                font-size: 30px;
                font-weight: 500;
                line-height: 1.2;
                color: #111;
                margin-bottom: 20px;
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
                letter-spacing: .2px
            }

            .accordion-services__desc {
                font-size: 21px;
                font-weight: 400;
                color: #222;
                line-height: 1.4;
                margin-bottom: 0;
                max-width: 100vw;
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none
            }

            .footer-bottom-label {
                width: 100vw;
                text-align: left;
                font-family: Raleway, sans-serif;
                font-size: 32px;
                font-weight: 500;
                color: #111;
                padding: 80px 0 50px 80px;
                background: #fff;
                letter-spacing: .5px;
                margin-left: -60px;
                border-top: 1px solid #ededed
            }

            .projects-gallery {
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 18px;
                padding-left: 0;
                margin-bottom: 32px;
                width: 100vw;
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                align-items: stretch
            }

            .project-image-block {
                width: 100vw;
                max-width: 100vw;
                margin: 0;
                padding: 0;
                background: #fff;
                border-radius: 0;
                -webkit-box-sizing: border-box;
                box-sizing: border-box
            }

            .project-image-block__img {
                width: 100vw;
                max-width: 90vw;
                height: 180px;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 0;
                margin: 0 0 0 20px;
                display: block;
                background: #eee
            }

            .project-image-block__row {
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                width: 94vw;
                gap: 8px
            }

            .project-image-block__title {
                font-size: 20px;
                font-weight: 500;
                color: #222;
                margin: 0 0 6px 20px;
                letter-spacing: 0;
                text-align: left;
                width: 100%
            }

            .project-image-block__link {
                font-size: 17px;
                font-weight: 400;
                color: #000;
                margin: 0;
                gap: 6px;
                text-align: left;
                padding: 0;
                width: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-decoration: none;
                cursor: pointer
            }

            .project-image-block__arrow {
                width: 21px;
                height: 18px;
                background-size: 18px 18px;
                margin-left: -30px;
                margin-top: 20px
            }

            .projects-bottom-btn,
            .projects-bottom-btnn {
                background: #ed1c24;
                color: #fff;
                font-family: Raleway, sans-serif;
                font-size: 23px;
                font-weight: 400;
                margin-bottom: 20px;
                margin-top: 10px;
                cursor: pointer;
                text-align: nowrap
            }

            .projects-bottom-btn {
                border: none;
                border-radius: 0;
                padding: 20px 125px;
                -webkit-transition: background .2s;
                -o-transition: background .2s;
                transition: background .2s
            }

            .projects-bottom-btnn {
                border: none;
                border-radius: 0;
                padding: 20px 135px;
                -webkit-transition: background .2s;
                -o-transition: background .2s;
                transition: background .2s;
                margin-left: 20px
            }

            .projects-bottom-btn:hover {
                background: #c9141b
            }
        }

        .article-row,
        .articles-list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            padding: 0;
            width: 100vw
        }

        .articles-list {
            margin: 32px 0 0;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0
        }

        .projects-bottom-title {
            font-size: 39px;
            font-weight: 400;
            color: #111;
            margin-top: 70px;
            margin-bottom: 0;
            letter-spacing: 0;
            text-align: left;
            width: 100vw;
            margin-right: 135px
        }

        .article-row {
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            min-height: 0;
            margin: 0;
            border-top: 1px solid #bdbdbd;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: relative
        }

        .article-info {
            padding-left: 18px;
            padding-right: 12px;
            padding-top: 18px;
            padding-bottom: 0;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            width: 100vw;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .article-info .item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-bottom: 7px;
        }

        .article-category,
        .article-date-m {
            margin: 0px !important;
            padding: 0px !important;
        }

        .articles-bottom-form,
        .main-footer__container {
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal
        }

        .article-category {
            font-size: 18px;
            margin-bottom: 7px;
            margin-top: 0;
            color: #888
        }

        .article-title {
            font-size: 23px;
            font-weight: 600;
            color: #111;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 1.25;
            word-break: break-word
        }

        .article-date,
        .article-date-m {
            font-weight: 400;
            margin-right: 0;
            white-space: nowrap;
            text-align: left;
            min-width: 0
        }

        .article-date {
            font-size: 15px;
            color: #222;
            margin-top: 10px;
            padding-left: 18px;
            margin-bottom: 0
        }

        .article-date-m {
            font-size: 18px;
            color: #888;
            margin-top: -29px;
            padding-left: 288px;
            margin-bottom: 20px
        }

        .article-img {
            width: 92vw;
            max-width: 94vw;
            height: 150px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 0;
            margin: 12px 0 18px 18px;
            background: #eee;
            display: block
        }

        .articles-bottom-form {
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 93vw;
            max-width: 96vw;
            min-height: 0;
            padding: 0;
            margin: 90px 0 32px 15px;
            height: 80vw;
            border-radius: 10px
        }

        .articles-bottom-form-title-m {
            display: block;
            font-size: 26px;
            font-weight: 650;
            margin: 28px 0 18px;
            min-width: 0;
            max-width: 100vw;
            text-align: left;
            padding: 0 18px;
            line-height: 1.3
        }

        .articles-bottom-form-wrap,
        .main-footer__container {
            display: -webkit-box;
            display: -ms-flexbox;
            padding: 0;
            margin: 0
        }

        .articles-bottom-form-input {
            font-size: 18px;
            padding: 18px 12px;
            margin-left: 19px;
            width: 84vw;
            margin-bottom: 18px;
            margin-top: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            opacity: .9
        }

        .articles-bottom-form-btn {
            font-size: 20px;
            padding: 18px 0;
            margin-left: 10;
            width: 84vw;
            margin-bottom: 28px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 15px
        }

        .articles-bottom-form-wrap {
            width: 100vw;
            background: #ededed;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 150px
        }

        .main-footer {
            width: 100vw;
            background: #efefef;
            margin: 0;
            padding: 0;
            border-top: 1px solid #ededed;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .main-footer__container {
            max-width: 100vw;
            display: flex;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0;
            min-height: 0
        }

        .main-footer__col {
            width: 100vw;
            min-width: 0;
            padding: 24px 18px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .main-footer__col--logo {
            width: 100vw;
            min-width: 0;
            padding-left: 18px;
            padding-right: 0;
            margin-bottom: 18px
        }

        .main-footer__logo-row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 18px;
            margin-bottom: 12px
        }

        .main-footer__logo {
            width: 95px;
            height: auto;
            margin-bottom: 0;
            margin-top: 0
        }

        .main-footer__phone {
            font-size: 30px;
            margin-top: 0;
            padding-left: 0;
            font-weight: 600
        }

        .main-footer__work {
            font-size: 18px;
            padding-left: 0;
            font-weight: 400;
            margin-top: 5px
        }

        .main-footer__btn {
            font-size: 18px;
            padding: 23px 0;
            margin-bottom: 18px;
            margin-top: 20px;
            margin-left: 1px;
            width: 60%;
            border-radius: 0
        }

        .main-footer__write-row {
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
            margin-left: -20px
        }

        .main-footer__write {
            font-size: 22px;
            padding-left: 20px;
            margin-bottom: 0
        }

        .main-footer__email {
            font-size: 18px;
            padding-left: 20px;
            margin-bottom: 100px;
            margin-top: 10px
        }

        .main-footer__col--services,
        .main-footer__col--support {
            width: 100vw;
            min-width: 0;
            padding-left: 18px;
            padding-right: 0;
            margin-bottom: 18px
        }

        .main-footer__col-title {
            font-size: 21px;
            font-weight: 600;
            color: #888;
            margin-bottom: 12px;
            margin-top: 0
        }

        .main-footer__list {
            padding: 0;
            margin: 0
        }

        .main-footer__list li {
            font-size: 18px;
            margin-bottom: 12px
        }

        .main-footer__bottom {
            background: #efefef;
            border-top: 1px solid #e0e0e0;
            font-size: 15px;
            color: #888;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 6px;
            padding: 50px 18px 18px;
            margin-top: 0;
            margin-right: 0;
            display: block
        }

        .main-footer__policies {
            display: flex;
            justify-content: center;
            gap: 1px;
            margin: 20px 10px;
            font-size: 14px;
            color: #888
        }

        .main-footer__tg,
        .main-footer__wh {
            width: 35px;
            height: auto;
            margin-bottom: 0
        }

        .main-footer__policies a {
            color: #888;
            text-decoration: none;
            font-weight: 550;
            transition: color .2s
        }

        .main-footer__policies a:hover {
            color: #606060
        }

        .mobilee,
        .projects-bottom-centerr {
            display: block
        }

        .main-footer__tg {
            margin-top: -80px;
            margin-left: 20px
        }

        .main-footer__wh {
            margin-top: -37px;
            margin-left: 65px
        }

        .slider__dots {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
            margin-top: 18px;
            margin-left: 5px
        }
    }
}

@media (max-width:415px) {

    .logo-container::after,
    .logo-text {
        font-family: Raleway, sans-serif;
        display: block
    }

    .logo-container {
        position: static;
        margin-left: -25px;
        margin-top: 10px
    }

    .logo-img {
        width: 150px;
        height: 45px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .logo-container::after {
        content: "";
        width: 1px;
        height: 50px;
        background: #88888845;
        margin: -55px 38px 0 auto
    }

    .logo-text {
        color: #676363c8;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 11px;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
        padding: 2px 0;
        margin-top: 1px;
        white-space: nowrap;
        margin-left: -25px
    }

    .features__title_m,
    .tech-support-title {
        font-family: Raleway, sans-serif;
        margin-top: 0
    }

    .main-services__iteme {
        display: none
    }

    .features__title_m {
        font-size: 20px;
        font-weight: 650;
        color: #111;
        margin-bottom: 12px;
        line-height: 1.2;
        white-space: pre-line
    }

    .features__title span {
        white-space: nowrap;
        font-size: 15px
    }

    .features__descm {
        font-family: Raleway, sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #222;
        margin: 0;
        line-height: 1.4
    }

    .features__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: 260px;
        max-width: 320px;
        gap: 25px
    }

    .footer-best__desc {
        font-size: 20px;
        margin-bottom: 22px;
        line-height: 1.4
    }

    .footer-best__title {
        font-size: 27px;
        margin-bottom: 22px;
        font-weight: 500
    }

    .tech-support-title {
        font-size: 30px;
        font-weight: 500;
        color: #111;
        margin-bottom: 18px;
        letter-spacing: 1px
    }

    .tech-support-box-title,
    .tech-support-desc {
        font-family: Raleway, sans-serif;
        margin-bottom: 30px
    }

    .tech-support-desc {
        font-size: 19px;
        color: #222;
        line-height: 1.5
    }

    .slider__img {
        display: none;
        max-width: 380px;
        max-height: 170px;
        min-width: 0;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
        box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
        margin-right: 500px;
        margin-top: 5px
    }

    .tech-support-box-cell-m {
        font-family: Raleway, sans-serif;
        font-size: 20px;
        color: #111;
        margin-top: 15px;
        margin-left: 9px;
        min-width: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        line-height: 1.3;
        font-weight: 400
    }

    .tech-support-box-title {
        font-size: 27px;
        font-weight: 500;
        color: #111;
        text-align: left
    }

    .tech-support-box-cell--left {
        min-width: 180px;
        color: #111;
        font-weight: 400;
        margin-right: -25px;
        font-size: 20px
    }

    .tech-support-btn,
    .tech-support-btn-m {
        font-family: Raleway, sans-serif;
        font-size: 18px;
        font-weight: 700;
        outline: 0;
        cursor: pointer
    }

    .tech-support-btn {
        padding: 16px 34px;
        border-radius: 4px;
        border: none;
        -webkit-transition: background .2s, color .2s, border .2s;
        -o-transition: background .2s, color .2s, border .2s;
        transition: background .2s, color .2s, border .2s;
        min-width: 170px
    }

    .article-date,
    .article-date-m {
        margin-right: 0;
        min-width: 0;
        white-space: nowrap
    }

    .tech-support-btn-m {
        padding: 19px 22px;
        border: none;
        -webkit-transition: background .2s, color .2s, border .2s;
        -o-transition: background .2s, color .2s, border .2s;
        transition: background .2s, color .2s, border .2s;
        margin-left: 10px;
        white-space: nowrap
    }

    .accordion-services__desc,
    .accordion-services__title {
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 0;
        text-align: left;
        display: block
    }

    .tech-support-btn--red {
        background: #ff2d2d;
        color: #fff;
        border: none
    }

    .tech-support-btn--red:hover {
        background: #d90000
    }

    .tech-support-btn--outline {
        background: #fff;
        color: #222;
        border: 2px solid #ff2d2d
    }

    .projects-bottom-btn,
    .projects-bottom-btnn {
        background: #ed1c24;
        text-align: nowrap
    }

    .tech-support-btn--outline:hover {
        border-color: #d90000;
        color: #d90000
    }

    .accordion-services__title {
        font-size: 27px;
        font-weight: 500;
        line-height: 1.2;
        color: #111;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        letter-spacing: .2px
    }

    .main-hero__desc_mobile,
    .projects-bottom-title {
        letter-spacing: 0;
        font-family: Raleway, sans-serif
    }

    .accordion-services__desc {
        font-size: 19px;
        font-weight: 400;
        color: #222;
        line-height: 1.4;
        margin-bottom: 0;
        max-width: 100vw;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .projects-bottom-btn {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 23px;
        font-weight: 400;
        border: none;
        border-radius: 0;
        padding: 18px 95px;
        margin-bottom: 20px;
        margin-top: 10px;
        cursor: pointer;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s
    }

    .article-date,
    .article-date-m,
    .projects-bottom-title {
        text-align: left;
        font-weight: 400
    }

    .article-title {
        font-size: 20px;
        font-weight: 600;
        color: #111;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.25;
        word-break: break-word
    }

    .article-date {
        font-size: 15px;
        color: #222;
        margin-top: 10px;
        padding-left: 18px;
        margin-bottom: 0
    }

    .article-date-m {
        font-family: Raleway, sans-serif;
        font-size: 18px;
        color: #888;
        margin-top: -29px;
        padding-left: 230px;
        margin-bottom: 20px
    }

    .projects-bottom-title {
        font-size: 32px;
        color: #111;
        margin: 0;
        margin-top: 70px;
        margin-bottom: 0;
        width: 100vw;
        padding-left: 18px;
    }

    .projects-bottom-btnn {
        background: #ed1c24;
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 23px;
        font-weight: 400;
        border: none;
        border-radius: 0;
        padding: 20px 100px;
        margin-bottom: 20px;
        margin-top: 10px;
        cursor: pointer;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
        margin-left: 20px;
        text-align: nowrap
    }

    .projects-bottom-btn:hover {
        background: #c9141b
    }

    .main-hero__desc_mobile {
        display: block;
        font-size: 20px;
        margin-top: 30px;
        line-height: 1.4;
        font-weight: 480;
        color: #222;
        white-space: unset !important;
        max-width: 90vw;
        overflow-x: auto;
        text-align: left
    }

    .main-footer__policies {
        display: flex;
        justify-content: center;
        gap: 1px;
        margin: 15px 10px 20px;
        font-family: Raleway, sans-serif;
        font-size: 12px;
        color: #888
    }

    .main-footer__policies a {
        color: #888;
        text-decoration: none;
        font-weight: 550;
        transition: color .2s
    }
}