html, body {
    max-width: 100vw;
    min-width: unset
}

html .b-page__row, body .b-page__row {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

html .mobile, body .mobile {
    display: none
}

html .desktop, body .desktop {
    display: block
}

html .icon, body .icon {
    min-width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

html .icon.icon-main-menu, body .icon.icon-main-menu {
    min-width: 23px;
    height: 16px;
    background-image: url(../img/resp/burger.svg)
}

html .icon.icon-phone, body .icon.icon-phone {
    min-width: 24px;
    height: 24px;
    background-image: url(../img/resp/phone_line.png)
}

html .icon.icon-close, body .icon.icon-close {
    min-width: 15px;
    height: 14px;
    background-image: url(../img/resp/cancel-music.png)
}

.b-header__top .js-popup-link {
    background: #F9BE02;
    color: #000000 !important;
    border: none;
    border-radius: 4px;
}

.b-header__top .js-popup-link:hover {
    background: #FFFFFF;
    color: #000000 !important;
}

.show-mobile {
    display: none !important
}

.frame-mobile {
    width: 100% !important
}

.b-footer__phones .footer-wiki-link {
    display: none
}

.b-footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.b-footer__bottom-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px
}

.b-footer__bottom-li a {
    color: #000
}

.b-footer__bottom-li {
    margin-bottom: 5px
}

.mobile-page-wrapper {

}

.page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.page-content {
    width: 805px;
    margin-left: 0;
    margin-right: 75px;
    padding: 0;
}

.watch-more-button {
    width: 142px;
    height: 38px;
    margin-top: 31px;
    margin-bottom: 33px;
    border: 1px solid #4285F4;
    border-radius: 4px;
    color: #4285F4;
    transition: all 0.6s ease-out;
}

.watch-more-button__text {
    padding: 7px 24px 9px 24px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
    transition: all 0.6s ease-out;
}

.watch-more-button:hover {
    cursor: pointer;
    background:  #4285F4;
}

.watch-more-button__text:hover {
    color:  #FFFFFF;
}

.blog-articles-header {
    padding: 0;
    margin-bottom: 40px;
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.05em;
    text-align: left;
}
.solutions-header {
    padding-top: 100px;
}

@media (max-width: 992px) {
    .mobile-page-wrapper {
        padding: 0 10px 0 10px;
    }

    .solutions-header {
        padding-top: 0;
    }

    .page-content {
        padding: 0;
    }

    .frame-mobile {
        height: 250px !important
    }

    .b-footer__bottom-title {
        font-size: 22px
    }

    .b-footer__bottom-li a {
        font-size: 16px
    }

    .b-footer__bottom-li {
        margin-bottom: 0
    }

    .b-footer__bottom-title {
        margin-bottom: 10px
    }
}

.b-header {
    background: #284B8D;
}

.b-top-promo__left {
    width: 55%;
    padding-top: 88px;
    padding-top: 41px;
    min-height: 371px
}

.b-top-promo .b-btn {
    max-width: 290px;
    margin-top: 40px
}

.b-top-promo__title {
    margin-bottom: 20px
}

.b-top-promo__text {
    text-align: justify
}

.b-top-promo__button {
    width: 290px;
    height: 46px;
    line-height: 40px
}

.box10 {
    padding: 177px 0 159px
}

.categories ul .link-nav-last {
    background: unset
}

.banner {
    width: 100%;
    height: 330px;
    display: flex
}

.banner .b-btn {
    width: 300px;
    margin: 0 auto;
    display: table;
    padding: 5px 0;
    border-color: #fff;
    color: #fff
}

.banner-content {
    width: 100%;
    background: url(/images/fon_box10.jpg) no-repeat center center;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.demo-banner {
    padding-top: 60px
}

.banner-title {
    font-size: 36px;
    text-align: center;
    padding: 0 0 35px;
    color: #fff;
    line-height: 50px
}

.popup {
    padding: 45px 15px;
    background-color: #f6f6f6;
    overflow: auto;
    box-sizing: border-box
}

.popup-header {
    margin-bottom: 22px;
    color: #161616;
    font-family: "Lato";
    font-size: 27px;
    font-weight: 700;
    text-align: center
}

.popup-subheader {
    margin-bottom: 30px;
    color: #161616;
    font-family: "Lato";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.popup-input {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    padding: 20px 18px;
    border: 2px solid #ededed;
    background-color: transparent;
    color: #1f1f1f;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    box-sizing: border-box
}

.popup-input::placeholder {
    color: #bebebe
}

.popup-input:focus {
    outline: none;
    box-shadow: none
}

.popup-select-text {
    color: #161616;
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

.popup-select {
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 0
}

.popup-select:hover {
    cursor: pointer
}

.popup-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.popup-select-wrapper img {
    position: absolute;
    width: 10px;
    height: 8px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.popup-select-wrapper .form-group {
    width: 100%
}

.popup-policy {
    display: block;
    margin: 11px auto 0;
    color: #2196f3;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.link-nav-last .link-nav-dote {
    flex: 0 0 auto;
    width: 100%
}

.link-nav-last .link-nav-dote:after {
    display: none
}

.categories ul .link-nav-last .drop-panel ul li {
    width: 100%;
    max-width: 100%
}

.b-advantage__description2 {
    max-width: 100%
}

.b-advantage__description2 ~ center {
    max-width: 100%
}

.b-advantage__description2 ~ center iframe {
    max-width: 100%
}

.b-clients {
    padding: 55px 0
}

.b-clients h2 {
    text-align: center
}

.accordeon-wrap {
    margin-top: 20px
}

.recaptcha_box {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    body .b-page__row {
        max-width: unset
    }
}

@media (min-width: 1200px) {
    body .b-page__row {
        max-width: 1080px
    }
}

@media (max-width: 1265px) {
    .page-content {
        padding: 0;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 1265px) {
    .mobile-page-wrapper {
        padding: 0 10px 0 10px;
    }
}

@media (max-width: 1200px) {
    .mobile-page-wrapper {
        padding: 0 10px 0 10px;
    }

    iframe {
        width: 100% !important;
        height: auto
    }

    .go-back {
        margin-top: 34px
    }

    .b-page__wrapper {
        margin: 0
    }

    .b-page__content {
        margin: 0
    }

    .flex-block-image {
        flex-wrap: wrap
    }

    .flex-block-image:nth-child(odd) {
        flex-direction: column-reverse
    }

    .flex-block-image:nth-child(odd) .image-block {
        margin-bottom: 20px
    }

    .image-block, .text-image-block, .monitor {
        flex: 1 0 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .image-block-right {
        flex: 1 0 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .image-block-right .block-tittle-text {
        flex: 1 0 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .flex-block-image-bottom .block-tittle-text {
        flex: 1 0 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .monitor img {
        width: 100%
    }

    .b_gr {
        display: flex;
        flex-direction: column
    }

    .box1 ul {
        float: unset;
        display: block;
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
        margin-left: 0
    }

    .box1 img {
        display: block;
        width: 100%;
        float: unset
    }

    .b-table_responsive-wrapper {
        width: 100%;
        overflow: auto
    }

    .b-table_responsive-subheader {
        padding-left: 20px;
        padding-right: 20px;
        color: #2e2e2e;
        font-size: 18px;
        text-align: left !important
    }

    .b-page_kind_contacts .b-page__wrapper {
        margin-left: 0 !important
    }

    .b-page_kind_contacts .b-page__sidebar {
        width: 100%
    }

    .b-page__content {
        margin-left: 0 !important
    }

    .b-page__row .b-constacts .b-page__contacts {
        display: flex;
        flex-direction: column
    }

    .b-contacts__info {
        margin-top: 30px
    }

    .b-fbform {
        padding: 40px 20px
    }

    .b-fbform__fieldlist {
        display: flex;
        flex-direction: column;
    }

    .b-fbform__item {
        width: 100%
    }

    .b-inp {
        border: 1px solid #0000004D;
        background-color: #FFFFFF;
        border-radius: 4px;
        padding: 7px 12px 9px 12px;
    }

    .b-select .wrapper:after {
        display: none
    }

    .b-fbform__head p {
        color: #161616;
        font-size: 27px;
        font-weight: 700
    }

    .recaptcha_box {
        margin-left: 0;
        overflow: hidden
    }

    .recaptcha_box > div {
        margin: 0 auto
    }

    .b-feedback__phonelist {
        text-align: center
    }

    .b-feedback__phonelist p {
        width: 100%
    }

    .b-feedback__phonelist p:last-child {
        text-align: left
    }

    .b-feedback__phonelist p:nth-last-child(2) {
        text-align: left
    }

    .b-feedback__phonelist p:nth-last-child(2) b {
        display: block;
        width: 100%;
        font-size: 21px;
        text-align: left
    }

    .b-contacts__address p {
        font-weight: 700
    }

    .constructor-wrapper {
        padding: 30px 0
    }

    .constructor-wrapper img {
        width: 100%;
        height: 100%;
        max-height: 250px;
        object-fit: cover
    }

    .b-review__column br {
        display: none !important
    }

    .owl-item.active .flex-block-image .image-block {
        padding-right: 10px
    }

    .b-popup {
        margin-left: 0;
        padding: 45px 15px;
        background-color: #f6f6f6;
        min-width: unset
    }

    .b-popup .b-popup__sidebar {
        display: none
    }

    .b-popup .b-form__title {
        width: 100%;
        margin-bottom: 22px
    }

    .b-popup .b-form__title p {
        color: #161616;
        font-family: "Lato";
        font-size: 27px;
        font-weight: 700;
        text-align: center
    }

    .b-popup .b-form__description {
        width: 100%;
        margin-bottom: 30px
    }

    .b-popup .b-form__description p {
        color: #161616;
        font-family: "Lato";
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: center
    }

    .b-popup .b-inp {
        display: block;
        width: 100%;
        margin-bottom: 14px;
        padding: 20px 18px;
        border: 2px solid #ededed;
        background-color: transparent;
        color: #1f1f1f;
        font-family: "Lato";
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        box-sizing: border-box
    }

    .b-popup .b-inp::placeholder {
        color: #bebebe
    }

    .b-popup .b-inp:focus {
        outline: none;
        box-shadow: none
    }

    .b-popup .b-select__select {
        color: #161616;
        font-family: Lato;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        background-color: transparent
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .container {
        width: 100%;
        max-width: 994px;
        margin: 0 auto
    }
}


@media (max-width: 992px) {
    .fl-order img {
        margin: unset !important
    }

    body .b-quote__wr {
        white-space: unset;
        flex-wrap: wrap;
        display: flex
    }

    body .b-quote__wr .b-quote__content {
        margin: auto
    }

    body .content-home-wrapper img {
        max-width: 100%;
        height: auto !important
    }

    body .mobile {
        display: block
    }

    body .desktop {
        display: none !important
    }

    body .b-fixed-header {
        display: none
    }

    body .b-page__header {
        background-position: center -95px;
        background-size: auto;
        min-height: unset !important;
    }

    body .b-page__header .b-header__main {
        position: relative
    }

    body .b-page__header .b-header__main .b-header__top {
        padding-bottom: 25px;
        border-bottom: 2px solid #4085b5;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px
    }

    /*body .b-page__header .b-header__main .b-header__top .b-header__logo{background-image:url(../img/resp/logo.png)}*/
    body .b-page__header .b-header__main ._menu {
        display: none;
        position: fixed;
        top: -30px;
        left: -15px;
        height: 100vh;
        width: 278px;
        height: calc(100vh + 30px);
        background-color: #284B8D;
        z-index: 99
    }

    body .b-page__header .b-header__main ._menu .main-menu-close {
        position: absolute;
        top: 50px;
        left: 240px
    }

    body .b-page__header .b-header__main ._menu .b-header__menu {
        display: flex;
        flex-direction: column;
        border: unset;
        min-width: unset;
        margin-top: 90px;
        margin-left: 30px;
        padding-left: 1rem
    }

    body .b-page__header .b-header__main ._menu .b-header__menu li {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        border-top: none !important
    }

    body .b-page__header .b-header__main ._menu .m-cont {
        margin-left: calc(1rem + 30px);
        width: 210px
    }

    body .b-page__header .b-header__main ._menu .m-cont a {
        padding: 0;
        margin-bottom: 20px
    }

    body .b-page__header .b-header__main ._menu .m-cont a, body .b-page__header .b-header__main ._menu .m-cont input {
        width: 100%
    }

    body .b-page__header .b-main-slider {
        font-family: Lato
    }

    body .b-page__header .b-main-slider .b-main-slider__list .b-top-promo__holder {
        margin-left: 0
    }

    body .b-page__header .b-main-slider .b-main-slider__list .b-top-promo__holder .b-top-promo__left {
        width: 100%
    }

    body .b-page__header .b-main-slider .b-main-slider__list .b-top-promo__holder .b-top-promo__left .b-top-promo__title {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        margin: auto;
        margin-bottom: 20px
    }

    body .b-page__header .b-main-slider .b-main-slider__list .b-top-promo__holder .b-top-promo__left .b-top-promo__text {
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        line-height: 27px;
        text-align: center
    }

    body .b-page__header .b-main-slider .b-main-slider__list .b-top-promo__holder .b-top-promo__left .b-btn.b-top-promo__button {
        display: table;
        margin-left: auto;
        margin-right: auto
    }

    body .b-page__header .b-main-slider .b-main-slider__list .b-top-promo__holder .b-top-promo__right {
        display: none
    }

    body .b-page__main {
        font-family: Lato
    }

    body .b-page__main .b-advantage {
        padding-top: 75px;
        padding-bottom: 35px
    }

    body .b-page__main .b-advantage .b-advantage__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    body .b-page__main .b-advantage .b-advantage__list .b-advantage__item {
        width: calc(50% - 12.5px);
        margin-left: 0;
        margin-bottom: 25px
    }

    body .b-page__main .b-advantage .b-advantage__list .b-advantage__item .b-advantage__icon {
        margin-bottom: 14px
    }

    body .b-page__main .b-advantage .b-advantage__list .b-advantage__item .b-advantage__title {
        color: #000;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: center
    }


    body .b-page__main .b-yacb_main .b-yacb__title {
        color: #000;
        font-size: 32px;
        font-weight: 700;
        margin: auto;
        margin-bottom: 25px
    }


    body .b-page__main .b-education {
        padding-bottom: 60px
    }

    body .b-page__main .b-education .b-education__list {
        margin-left: 0
    }

    body .b-page__main .b-education .b-education__list .b-education__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }

    body .b-page__main .b-education .b-education__list .b-education__item .b-education__description {
        padding: 15px;
        padding-top: 40px;
        min-height: unset
    }

    body .b-page__main .b-education .b-education__list .b-education__item .b-education__description .b-education__category {
        color: #fd5515;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px
    }

    body .b-page__main .b-education .b-education__list .b-education__item .b-education__description .b-education__title {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 19px
    }

    body .b-page__main .b-yacb.b-yacb_main {
        padding-top: 0;
        padding-bottom: 78px !important
    }

    body .b-page__main .b-yacb.b-yacb_main .b-yacb__list {
        margin-left: 0
    }

    body .b-page__main .b-yacb.b-yacb_main .b-yacb__list .b-yacb__item {
        width: 100%;
        padding-top: 0;
        margin-left: 0
    }

    body .b-page__main .b-yacb.b-yacb_main .b-yacb__list .b-yacb__item:not(:first-child) {
        padding-top: 20px
    }

    body .b-page__main .b-yacb.b-yacb_main .b-yacb__more {
        margin: auto;
        margin-top: 20px;
        max-width: 250px;
        width: 100%
    }

    body .b-page__main .b-yacb.b-yacb_main .b-yacb__more a {
        width: 100%
    }

    body .b-page__main .b-review .b-review__item .b-review__row {
        margin: 0
    }

    body .b-page__main .b-review .b-review__item .b-review__row .b-review__column {
        float: unset;
        width: 100%
    }

    body .b-page__main .b-review .b-review__item .b-review__row .b-review__column .b-review__holder {
        padding: 0;
        height: unset
    }

    body .b-page__main .b-review .b-review__item .b-review__row .b-review__column .b-review__holder .b-review__description .b-review__title {
        color: #000;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 16px
    }

    body .b-page__main .b-review .b-review__item .b-review__row .b-review__column .b-review__holder .b-review__description .li-checkbox li {
        width: auto;
        max-width: 100%;
        margin-bottom: 10px
    }

    body .b-page__main .b-review .b-review__item .b-review__row .b-review__column img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px
    }

    body .b-page__main .b-review .b-review__item:nth-child(2) .b-page__row .b-review__row, body .b-page__main .b-review .b-review__item:last-child .b-page__row .b-review__row {
        display: flex;
        flex-direction: column-reverse
    }

    body .b-call {
        padding: 60px 0
    }

    body .b-call .b-text-h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px
    }

    body .b-main-clients {
        padding: 45px 0
    }

    body .b-main-clients .b-text-h2 {
        color: #000;
        font-size: 36px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 20px
    }

    body .b-stat {
        padding-bottom: 0
    }

    body .b-stat .b-stat__holder {
        padding: 0
    }

    body .b-stat .b-stat__holder .b-stat__list {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    body .b-stat .b-stat__holder .b-stat__list .b-stat__item {
        width: 100%;
        max-width: 320px
    }

    body .b-stat .b-stat__holder .b-stat__list .b-stat__item .b-stat__term {
        padding-top: 5px
    }

    body .b-stat .b-stat__holder .b-stat__list .b-stat__item .b-stat__term p {
        color: #ffb642 !important
    }

    body .b-clients {
        padding: 40px 0
    }

    body .b-clients .b-text-h2 {
        color: #000;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        padding: 0;
        padding-bottom: 40px
    }

    body .b-clients .b-clients__group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%
    }

    body .b-clients .b-clients__group .b-clients__item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: unset;
        border: unset;
        margin-bottom: 15px;
        padding: 15px
    }

    body .b-call.b-call_type_start .b-text-h3 {
        color: #0f0f0f;
        font-size: 24px;
        font-weight: 400
    }

    body .b-call.b-call_type_start .b-btn.b-call__btn {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto
    }

    body .b-page__fb {
        min-height: unset;
        padding-bottom: 60px
    }

    body .b-page__fb .fb_iframe_widget {
        display: flex
    }

    body .b-page__fb .fb_iframe_widget span {
        margin: auto
    }

    body .b-page__fb .fb_iframe_widget span iframe {
        width: 100% !important
    }

    body .b-footer .b-footer__content {
        margin: 0
    }

    body .b-footer .b-footer__content .f-container {
        flex-direction: column;
        width: 100%
    }

    body .b-footer .b-footer__content .f-container .f-item {
        margin: auto
    }

    body .b-footer .b-footer__content .f-container .f-item__logo a {
        margin: auto;
        margin-bottom: 20px
    }

    body .b-footer .b-footer__content .f-container .f-item__address {
        padding-left: 10px
    }

    body .b-footer .b-footer__content .f-container .f-item__phone {
        margin: auto;
        margin-top: 20px
    }

    body .b-footer .b-footer__social {
        margin: auto;
        display: table;
        width: 100%
    }

    body .b-footer .b-footer__social .b-soclink {
        margin: auto;
        display: table;
        margin-top: 10px
    }

    .b-top-promo__holder {
        margin-left: 0
    }

    .b-top-promo__left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 80px;
        padding-bottom: 113px
    }

    .b-top-promo__left .b-top-promo__text {
        width: 100%;
        max-width: 480px
    }

    .b-top-promo__left .b-top-promo__text p {
        text-align: center !important
    }

    .b-blog {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .b-blog_inner {
        padding-top: 0 !important
    }

    .b-blog .b-text-h2 {
        color: #000;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 25px
    }

    .b-blog .b-blog__list {
        margin: 0
    }

    .li-checkbox {
        display: flex;
        flex-direction: column
    }

    .li-checkbox li br {
        display: none
    }

    .b-call__btn {
        margin-left: auto;
        margin-right: auto
    }

    .b-blog__item {
        width: 100%;
        margin-left: 0
    }

    .b-blog__description {
        padding: 15px;
        min-height: unset
    }

    .b-blog__row {
        display: flex;
        flex-direction: column
    }

    .b-blog__column_right, .b-blog__column_left {
        display: block;
        float: unset;
        width: 100%
    }

    .b-blog__column_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px
    }

    .b-blog__column_right .b-blog__date {
        margin-bottom: 0
    }

    .b-blog__column_right .b-btn_inline {
        margin-top: 0;
        flex-basis: calc((135 / 260) * 100%)
    }

    .b-blog__item_detail .b-blog__title, .b-blog__title {
        color: #161616;
        font-size: 20px;
        font-weight: 700
    }

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

    .blog__tags-label {
        color: #161616;
        font-size: 17px;
        font-weight: 400;
        line-height: 24px
    }

    .blog__tags-link {
        padding-left: 5px;
        padding-right: 5px;
        color: #2196f3;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-decoration: underline
    }

    .blog__tags-hidden-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 0;
        overflow: hidden;
        transition: all .5s ease
    }

    .blog__tags-hidden-wrapper.is-active {
        height: 100%
    }

    .blog__tags-hidden-trigger {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        line-height: 25px
    }

    .blog__tags-hidden-trigger img {
        display: block;
        width: 11px;
        height: 6px;
        margin-left: 8px
    }

    .blog__tags-subscribe-header {
        margin: 20px 0;
        color: #161616;
        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        text-align: center
    }

    .blog__tags-subscribe .b-btn {
        width: 100%;
        max-width: calc((160 / 260) * 100%) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        color: #fff !important;
        background-color: #2196f3 !important;
        border: 1px solid #2196f3 !important;
        border-radius: 0 !important
    }

    .b-slider .b-slider__wr {
        padding: 0
    }

    .b-slider .b-slider__wr .b-slider__item .b-main-clients__column {
        float: unset;
        width: 100%
    }

    .b-slider .b-slider__wr .b-slider__item .b-main-clients__column .b-results__params {
        margin-left: 0
    }

    .b-slider .b-slider__wr .b-main-clients__more {
        margin-top: 60px
    }

    .b-quote .b-quote__wr {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px
    }

    .b-quote .b-quote__wr .b-quote__content {
        width: 100%;
        max-width: unset;
        margin: 0;
        margin-top: 20px
    }

    .b-quote .b-quote__wr.b-quote__extended {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .b-quote__wr.b-quote__extended {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        white-space: unset
    }

    .b-quote__wr.b-quote__extended .b__quote__ava-wrapper {
        margin-right: 0
    }

    .b-quote__wr.b-quote__extended .b__quote__description, .b-quote__wr.b-quote__extended .b__quote__content {
        width: 100%
    }

    .b-quote__extended .b-quote__ava-wrapper {
        margin-right: 0
    }

    .b-quote__extended .b-quote__description {
        display: block;
        width: 100%
    }

    .b-quote__extended .b-quote__content {
        display: block;
        width: 100%
    }

    ._menu .b-header__menu li {
        border-top: none !important
    }

    .b-text h1, .b-text-h1 {
        margin-left: 0
    }

    .b-page__content {
        padding-top: 32px
    }

    .b-page__content.b-page__content_with-banner {
        padding-top: 32px
    }

    .show-mobile {
        display: block !important
    }

    .hide-mobile {
        display: none !important
    }

    .b-header {
        min-height: unset
    }

    .b-page__row {
        display: flex;
        flex-direction: column
    }

    .b-page__wrapper {
        width: 100%;
        margin: 0;
        order: 2
    }

    .b-page__content {
        width: 100%;
        margin: 0
    }

    .b-page__sidebar {
        width: 100%;
        margin: 0;
        order: 1;
        /*display: none;*/
    }

    .b-page__sidebar_header {
        margin-top: 32px;
        margin-bottom: 30px;
        color: #161616;
        font-size: 27px;
        font-weight: 700
    }

    .b-page__sidebar select {
        padding: 15px;
        color: #2196f3
    }

    .b-page__filter {
        margin-top: 0
    }

    .b-banner.b-banner__5-conf {
        display: none !important
    }

    .b-form__column {
        width: auto;
        margin: unset;
        padding: unset
    }

    .b-form__row {
        margin: unset
    }

    .featherlight {
        z-index: 999 !important;
        background: rgba(0, 0, 0, 0.7)
    }

    .featherlight .featherlight-content {
        max-width: calc((315 / 320) * 100%);
        box-sizing: border-box
    }

    .recaptcha_box {
        border-radius: 6px;
        width: 70%;
        margin: auto;
        margin-top: 15px !important;
        height: 78px;
        overflow: hidden
    }

    .recaptcha_box_error {
        border: 2px #ff5515 solid
    }

    .b-page__content em {
        font-style: italic
    }

    .b-btn_inline {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 15px
    }

    .container {
        max-width: 960px
    }

    .b-clients__link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0
    }

    .b-clients__link img {
        display: block
    }

    .demo-banner {
        order: 3
    }

    .b-page__fb {
        order: 4
    }

    .b-filter__head {
        line-height: 1.25
    }

    .b-filter__list {
        display: flex;
        flex-direction: column
    }

    .b-slider__arrow {
        position: absolute;
        color: #d9d9d9;
        width: 60px;
        height: 60px;
        cursor: pointer;
        top: calc(50% - 27px)
    }

    .b_sl_gr {
        position: relative;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start
    }

    .box1_2 {
        padding: 30px 0
    }

    .b-page__hist-list {
        padding-top: 20px
    }

    .b-slider__arrow_type_next {
        right: -40px
    }

    .b-slider__arrow_type_prev {
        left: -40px
    }

    .filter-menu {
        height: 0;
        overflow: hidden
    }

    .filter-menu.is-active {
        height: 100%;
        padding-top: 15px
    }

    .filter-menu .b-check__text {
        font-size: 15px;
        color: #000
    }

    .filter-title {
        color: #000;
        font-size: 16px
    }

    .filter-title-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .b-solution__list {
        display: flex;
        flex-direction: column;
        margin-left: 0
    }

    .b-solution__item {
        display: block;
        width: auto;
        max-width: 100%;
        margin-left: 0;
        padding: 25px 15px 25px 25px
    }

    .b-solution__description {
        padding: 0;
        min-height: 254px
    }

    .b-solution__image {
        background-position: center;
        background-size: 100% 100%
    }

    .demo-banner {
        display: none
    }

    .categories ul li {
        flex-grow: 1
    }

    .box5 .b5_gr div {
        width: 49%
    }

    .box5 div p:nth-child(2) {
        font-size: 18px
    }

    .box1_1 ul li {
        max-width: 40%
    }

    .b8_gr img {
        display: none
    }

    .b8_gr div {
        width: 100%;
        margin: 0
    }

    .b8_gr ul {
        display: flex;
        flex-wrap: wrap
    }

    .b8_gr ul li p {
        text-align: center
    }

    .b8_gr ul li p:nth-child(1) {
        background: url(/images/box/line.jpg) no-repeat center bottom
    }

    .box8 h3 {
        margin-bottom: 100px;
        padding: 0;
        font-size: 40px;
        font-weight: 700;
        line-height: 36px;
        text-align: center
    }

    .box8 h3 br {
        display: none
    }

    .box5 .b5_gr {
        display: flex;
        flex-wrap: wrap
    }

    .box5 .b5_gr div {
        float: unset;
        width: 32%
    }

    .b-slider__item {
        display: flex
    }

    .big_slide .slick-prev {
        display: block;
        width: 14px !important;
        height: 32px !important;
        background-size: 90% !important;
        top: unset;
        bottom: -29%;
        left: 2%
    }

    .big_slide .slick-next {
        display: block;
        width: 14px !important;
        height: 32px !important;
        background-size: 90% !important;
        top: unset;
        bottom: -29%;
        right: 2%
    }

    #data_slide {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    #data_slide > div {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px
    }

    #data_slide span {
        display: block;
        margin-top: 30px;
        padding-right: 0
    }

    .b-slider__list {
        display: flex
    }

    .b-slider__arrow {
        color: #000;
        width: 14px;
        height: 32px
    }

    .b-slider__arrow:after {
        width: 14px;
        height: 14px
    }

    .b-slider__arrow_type_next {
        right: 25px
    }

    .b-slider__arrow_type_prev {
        left: 25px
    }

    .b-page__sec {
        margin-top: 70px
    }

    .b-text-h4 {
        color: #111;
        font-size: 27px;
        font-weight: 700;
        line-height: 36px;
        margin-left: 0
    }

    .b-text-h4 p {
        line-height: 1;
        width: unset;
        height: unset
    }

    .b-text-h4 p br {
        display: none
    }

    .b-text h1, .b-text h2 {
        color: #0f0f0f;
        font-size: 27px;
        font-weight: 700;
        line-height: 36px
    }

    .b-text ul {
        padding-left: 0
    }

    .b-fact__term, .b-fact__term p {
        font-size: 27px;
        font-weight: 700;
        line-height: 36px
    }

    .b-fact__list {
        flex-direction: column;
        margin-right: 0
    }

    .b-fact__item {
        max-width: 100% !important;
        padding-right: 0
    }

    .b-fact__def::before {
        height: 100%
    }

    .b-fact__def p {
        font-size: 18px;
        line-height: 30px
    }

    .b-text__figure {
        width: 100%;
        overflow: hidden
    }

    .b-reasons__title {
        display: flex;
        align-items: center
    }

    .b-reasons__text {
        padding-left: 0;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px
    }

    .b-reasons__item_blue .b-reasons__title:before {
        width: auto;
        min-width: 25px
    }

    .b-reasons__name {
        padding-left: 0;
        color: #2196f3;
        font-size: 21px;
        font-weight: 400;
        line-height: 22px
    }

    .ms-prj-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .ms-prj-img {
        width: 100% !important;
        flex: 1 0 50%
    }

    .ms-prj-img img {
        max-width: 100% !important
    }

    .answers-click {
        display: flex;
        align-items: center;
        padding: 20px 18px !important;
        color: #171717 !important;
        font-size: 17px !important;
        font-weight: 700
    }

    .answers-click span {
        right: 20px;
        margin-top: 0
    }

    .b-features__group {
        display: block;
        width: 100%;
        margin-right: 0
    }

    .b-text-image {
        width: 100%
    }

    section.b-text h1 {
        display: none
    }

    .b-quote.b-page__feedback {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .b-quote.b-page__feedback .b-quote__ava {
        margin-left: 0
    }

    .b-quote.b-page__feedback .b-quote__name, .b-quote.b-page__feedback .b-quote__position {
        text-align: left
    }

    .b-quote.b-page__feedback .b-quote__cite::before {
        content: "";
        border-bottom: 2px solid #ffb642;
        display: block;
        position: absolute;
        top: -2px;
        left: 0;
        width: 61px
    }

    .b-quote.b-page__feedback .b-quote__cite::after {
        content: "";
        border-bottom: 2px solid #ffb642;
        display: block;
        position: absolute;
        top: -2px;
        left: 73px;
        right: 0
    }

    .b-quote.b-page__feedback .b-quote__cite-holder:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 62px;
        border-top: 2px solid #ffb642;
        border-right: 2px solid #ffb642;
        width: 8px;
        height: 8px;
        transform: rotate(-45deg)
    }

    .show-mobile-banner {
        display: block;
        width: calc(100% + 40px);
        margin: 0 -20px
    }

    .show-mobile-banner .banner-title {
        width: 70%;
        font-size: 30px;
        line-height: 32px;
        font-weight: 400
    }

    .show-mobile-banner .b-btn {
        width: 86.2068965517%
    }

    .box5 {
        padding-top: 30px
    }

    .b-text p img {
        width: 100% !important;
        height: auto !important;
        margin: unset !important
    }

    .b-comment {
        margin-bottom: 20px
    }

    .b-blog__head {
        margin-left: 0;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px
    }

    .b-blog_more {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .responsive-img {
        width: 100% !important;
        height: auto !important
    }

    .responsive-img.no-mrgin {
        margin: unset !important
    }

    ._recaptcha_box {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important
    }

    .b-page_kind_contacts .b-text-h1 {
        margin: 20px 0 0
    }

    .b-fact__list {
        display: flex;
        flex-direction: row
    }

    .b-fact__item {
        position: relative;
        margin-top: 0 !important;
        margin-bottom: 20px;
        padding-left: 10px !important;
        border-left: 2px solid #fdb34f
    }

    .b-fact__item .b-fact__term {
        padding: 0
    }

    .b-fact__item .b-fact__def {
        padding-left: 0
    }

    .b-fact__item .b-fact__def::before {
        display: none
    }

    .b-history__head {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px
    }

    .b-company-header {
        display: flex;
        padding: 10px
    }

    .b-company-header__logo {
        width: 39.6551724138%;
        margin: 0 10px 0 0;
        padding: 0
    }

    .b-company-header__logo img {
        display: block;
        width: 100%;
        height: auto
    }

    .b-company-header__title {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px
    }

    .b-company-header__holder {
        padding-top: 0;
        padding-bottom: 0
    }

    .b-company-header__category {
        margin-bottom: 0
    }

    .b-page__tools {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0
    }

    .b-page__tools.show-mobile {
        display: flex !important
    }

    .b-theme {
        margin-bottom: 15px
    }

    .diagram-gant-block .owl-item .flex-block-image {
        padding-bottom: 0 !important
    }

    .diagram-gant-block .owl-item .image-block {
        margin-top: 10px;
        margin-bottom: 0 !important
    }

    .diagram-gant-block .owl-item-dots {
        padding: 0 !important
    }

    .diagram-gant-block .flex-block-image-sistem .image-block-right {
        margin-bottom: 0
    }

    .diagram-gant-block .flex-block-image-sistem ~ .flex-block-image-sistem .image-block-right {
        margin-bottom: 20px
    }

    .diagram-gant-block .image-block {
        margin-bottom: 40px
    }

    .b-partners__column {
        width: 100%
    }

    .b-partners__column-holder {
        display: flex;
        flex-direction: column
    }

    .b-reasons__title::before {
        width: 25px
    }

    .b-reasons__name {
        margin-left: 16px
    }

    .b-reasons__name p {
        width: 100%;
        margin-left: 10px
    }

    .constructor-wrapper p {
        overflow-wrap: break-word
    }

    ul > li {
        max-width: 100%
    }

    .answers-click {
        position: relative
    }

    .answers-click span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (max-width: 768px) {
    .b-footer__bottom {
        flex-wrap: wrap
    }

    .b-footer__bottom div, .b-footer__bottom ul {
        width: 100%;
        margin-bottom: 20px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }

    .b-slider__arrow {
        color: #000;
        width: 14px;
        height: 32px
    }

    .b-slider__arrow:after {
        width: 14px;
        height: 14px
    }

    .b-slider__arrow_type_next {
        right: 25px
    }

    .b-slider__arrow_type_prev {
        left: 25px
    }

    .container {
        max-width: 720px
    }

    .b-features__list {
        padding: 0 0 45px
    }

    .b-features__group ul {
        padding: 0 0 45px 35px
    }

    .b-technical {
        overflow: auto
    }

    .b-technical h4 {
        margin-bottom: 20px
    }

    .b-table {
        min-width: 760px
    }

    .b-clients .b-clients__group .b-clients__item {
        width: 24%;
        height: unset;
        border: unset;
        margin-bottom: 15px;
        padding: 15px;
        border-right: 1px solid #d9d9d9
    }

    .b-clients .b-clients__group .b-clients__item:nth-child(4n) {
        border: none
    }

    .flex-block-image {
        padding-bottom: 50px
    }

    .flex-block-image-sistem.flex-block-image-sistem {
        padding-bottom: 0
    }

    .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11 {
        display: block
    }

    .box1 h2, .box1 .tit, .box2 h2, .box2 .tit, .box3 h2, .box3 .tit, .box4 h2, .box4 .tit, .box5 h2, .box5 .tit, .box6 h2, .box6 .tit, .box7 h2, .box7 .tit, .box8 h2, .box8 .tit, .box9 h2, .box9 .tit, .box10 h2, .box10 .tit, .box11 h2, .box11 .tit {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .box1 h2 br, .box1 .tit br, .box2 h2 br, .box2 .tit br, .box3 h2 br, .box3 .tit br, .box4 h2 br, .box4 .tit br, .box5 h2 br, .box5 .tit br, .box6 h2 br, .box6 .tit br, .box7 h2 br, .box7 .tit br, .box8 h2 br, .box8 .tit br, .box9 h2 br, .box9 .tit br, .box10 h2 br, .box10 .tit br, .box11 h2 br, .box11 .tit br {
        display: none
    }

    .box1 .b-btn, .box2 .b-btn, .box3 .b-btn, .box4 .b-btn, .box5 .b-btn, .box6 .b-btn, .box7 .b-btn, .box8 .b-btn, .box9 .b-btn, .box10 .b-btn, .box11 .b-btn {
        width: 80%;
        margin: 0 auto;
        display: flex;
        padding: 5px 0;
        justify-content: center;
        align-items: center
    }

    .box1 .b_tit, .box2 .b_tit, .box3 .b_tit, .box4 .b_tit, .box5 .b_tit, .box6 .b_tit, .box7 .b_tit, .box8 .b_tit, .box9 .b_tit, .box10 .b_tit, .box11 .b_tit {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1
    }

    .box1 {
        padding-bottom: 20px
    }

    .box3 {
        padding: 20px 0
    }

    .box3 .b_gr1, .box3 .b_gr2 {
        display: flex;
        flex-direction: column
    }

    .box3 .b_gr1 div, .box3 .b_gr2 div {
        float: unset;
        width: 100%;
        margin-bottom: 20px
    }

    .b4_gr1 {
        float: unset;
        width: 100%;
        display: block
    }

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

    .b4_tabs li {
        width: 100%
    }

    .b8_gr img {
        display: none
    }

    .b8_gr div {
        width: 100%;
        display: block;
        margin-left: 0
    }

    .b8_gr ul li {
        display: block;
        width: 100%;
        line-height: 27px;
        margin-bottom: 40px;
        height: 150px
    }

    .b7_gr {
        margin-bottom: 20px
    }

    .b7_gr img {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .b7_gr div {
        float: unset;
        width: 100%;
        display: block;
        margin-left: 0;
        font-weight: 400
    }

    .b4_gr2 {
        float: unset;
        width: 100%;
        margin-left: 0;
        display: block
    }

    .b4_gr2 ul li {
        width: auto;
        max-width: 100%
    }

    .box4 h3 {
        margin-top: 10px;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0
    }

    .b-page__hist-item {
        display: flex;
        flex-direction: column
    }

    .b-hist__img {
        width: 100%;
        margin: 0 auto 20px;
        border: 0
    }

    .center_sl button {
        display: none
    }

    .center_sl .slick-dots {
        position: relative;
        bottom: 0;
        display: flex;
        justify-content: center
    }

    .center_sl .slick-dots li {
        padding: 0;
        margin: 0
    }

    .owl-item.active .flex-block-image {
        flex-direction: column;
        width: 100%;
        margin-bottom: 16px
    }

    .owl-item.active .flex-block-image .image-block {
        padding-right: 0;
        margin-bottom: 40px !important
    }
}

@media (max-width: 575px) {
    .b-page__filter--txtLeft .b-filter__list {
        margin-right: 0
    }

    .b-text-h1 {
        font-size: 27px;
        line-height: 30px
    }

    .b-solution__header {
        font-size: 24px;
        margin-bottom: 30px
    }

    .b-slider__arrow {
        display: none
    }

    .b-yacb__text a {
        display: block
    }

    .popup {
        width: auto;
        height: auto;
        max-height: 80vh
    }

    .popup-subheader p {
        font-size: 14px
    }

    .popup .b-send-message__text {
        font-size: 20px
    }

    .container {
        max-width: calc((300 / 320) * 100%);
        margin: 0 auto
    }

    .categories ul {
        flex-wrap: wrap
    }

    .categories ul li {
        max-width: 100%;
        flex-basis: 70%
    }

    .categories ul li .drop-panel-click .link-nav {
        text-align: center
    }

    .categories ul .link-nav-last {
        max-width: 100%
    }

    .b-top-promo__left {
        padding-top: 14px;
        padding-bottom: 50px
    }

    .owl-nav {
        display: none
    }

    .b-top-promo__title {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        line-height: 45px
    }

    .b-top-promo__text {
        text-align: center
    }

    .b-text-h22 {
        font-size: 24px !important;
        line-height: 1;
        text-align: center
    }

    .b-advantage__description2 {
        margin: 30px 0 50px
    }

    .b-advantage__description2 p {
        font-size: 18px
    }

    .b-issue2 {
        padding-top: 30px
    }

    .box1_1 ul li {
        width: auto;
        max-width: 100%;
        margin-left: 0
    }

    .box5 .b5_gr div {
        width: 100%;
        height: auto
    }

    .box5 .b5_gr div:last-child {
        margin-bottom: 0
    }

    body .b-clients .b-clients__group .b-clients__item {
        border: none
    }

    body .b-clients .b-clients__group .b-clients__item:nth-child(2n) {
        border: none
    }

    body .b-main-clients .b-slider .b-slider__wr .b-slider__item .b-main-clients__column .b-quote .b-quote__wr {
        align-items: center
    }

    body .b-main-clients .b-text-h2 {
        font-size: 24px;
        line-height: 36px
    }

    .box2 {
        padding: 30px 0
    }

    .box2 .tit {
        padding: 0
    }

    .box7 {
        margin: 0;
        padding: 20px 0
    }

    .box7 .b7_gr {
        display: flex;
        flex-direction: column
    }

    .box7 .b7_gr.gr2 {
        flex-direction: column-reverse
    }

    .box11 {
        margin-bottom: 20px
    }

    .b-clients__head {
        padding: 0 !important;
        line-height: 1 !important
    }

    .box8 h3 {
        font-size: 20px;
        margin-bottom: 50px
    }

    .b8_gr ul li {
        width: 100% !important
    }

    .big_slide .slick-prev {
        bottom: -31%
    }

    .big_slide .slick-next {
        bottom: -31%
    }

    .big_slide h2 {
        font-size: 24px !important;
        padding-bottom: 30px !important
    }

    .box10 {
        padding: 80px 0 50px;
        background-size: 500% 100%
    }

    .box10 .tit {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.25
    }

    .b_sl_logo {
        position: relative
    }

    .b-slider__item {
        display: flex;
        flex-wrap: wrap
    }

    .b-slider__arrow {
        display: none
    }

    .b-slider__arrow_type_next {
        right: 0
    }

    .b-slider__arrow_type_prev {
        left: 0
    }

    .b-quote__cite-holder h5 {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px
    }

    .b-quote__cite-holder p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px
    }

    .b-quote__cite-holder:before {
        top: -10px;
        left: 50%;
        transform: rotate(-45deg) translateX(-50%)
    }

    .b-results__param-head {
        font-size: 20px;
        font-weight: 400;
        text-align: center
    }

    .b-results__param-subhead {
        font-size: 15px;
        font-weight: 300;
        text-align: center
    }

    .box1_2 p {
        font-size: 28px !important;
        font-weight: 400 !important;
        line-height: 48px !important
    }

    .box1_2 p br {
        display: none
    }

    section.box11 {
        padding-bottom: 0
    }

    .b-more {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        margin-left: 20px;
        margin-right: 20px;
        font-weight: 600;
        color: #111 !important;
        background-color: #e6e6e6
    }

    .b-more:after {
        display: none
    }

    .b-more-alt {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: unset !important;
        margin-right: unset !important;
        padding: 10px 0;
        border: 1px solid #fec66d;
        border-radius: 5px;
        background-color: transparent !important;
        color: #fec66d !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px
    }

    .b-more-alt:after {
        display: none
    }

    .b-quote__ava {
        margin-right: auto;
        margin-left: auto
    }

    .b-quote__name {
        text-align: center
    }

    .b-quote__position {
        text-align: center
    }

    .b-quote__cite:after {
        left: 0;
        right: calc(50% + 5px);
        width: unset
    }

    .b-quote__cite:before {
        right: 0;
        left: calc(50% + 7px);
        width: unset
    }

    .b-text-h2 {
        font-size: 24px
    }

    .box11 .slick-slide > div {
        margin-left: 0;
        margin-right: 0
    }

    .box11 .slick-slide > div ul {
        margin-bottom: 20px
    }

    #b-slider__company .slick-dots {
        bottom: -35px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    #b-slider__company .slick-dots li {
        display: inline-block;
        width: 7px;
        height: 7px;
        cursor: pointer;
        border: 2px solid #d9d9d9;
        border-radius: 50%;
        margin-right: 11px;
        transition: border-color .15s ease
    }

    #b-slider__company .slick-dots li button {
        display: none
    }

    #b-slider__company .slick-dots li.slick-active {
        border-color: #ffb642
    }

    #b-slider__company .b-slider__arrow {
        display: none !important
    }

    .b-table_yellow .b-table__row > td {
        width: 120px
    }

    .b-table_yellow .b-table__row > td + td {
        width: 60px
    }

    .b-text-h3, .b-text h3 {
        color: #0f0f0f;
        font-size: 24px;
        line-height: 32px;
        font-weight: 400
    }

    .b-call_inner {
        margin-top: 30px
    }

    .b-page__fb {
        padding-top: 30px
    }

    .constructor-wrapper {
        padding: 30px 0
    }

    .constructor-wrapper img {
        width: 100%;
        height: 100%;
        max-width: 250px
    }

    .text-image-block {
        width: auto;
        max-width: 100%
    }

    .text-image-block h3 {
        font-size: 28px !important
    }

    .flex-block-image {
        padding-bottom: 30px !important
    }

    .monitoring-block-wrap {
        padding-bottom: 0
    }

    .monitoring-block-wrap .tittle-wrap {
        padding-top: 60px !important
    }

    .document-information .tittle-wrap {
        padding-top: 50px !important
    }

    .content-home-wrapper h2 {
        position: relative;
        padding-bottom: 25px;
        font-size: 34px;
        font-weight: 700;
        line-height: 45.24px
    }

    .content-home-wrapper h2.before-blue::before {
        background-color: #0082c9
    }

    .content-home-wrapper h2.before-green::before {
        background-color: #39c900
    }

    .content-home-wrapper h2.before-red::before {
        background-color: #e21b21
    }

    .content-home-wrapper h2.before-yellow::before {
        background-color: #fbba00
    }

    .content-home-wrapper h2::before {
        position: absolute;
        left: calc(50% - 27px);
        content: "";
        width: 45px;
        height: 3px;
        background-color: #e21b21
    }

    .constructor-wrapper img {
        max-width: 100% !important
    }

    .constructor-wrapper h2 {
        font-size: 24px;
        line-height: 32px
    }

    .left-sided ul li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 7px;
        height: auto
    }

    .left-sided ul li::before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background-color: #fdb34f
    }

    .left-sided ul li p {
        text-align: left;
        background: unset;
        padding: 0;
        margin: 0
    }

    .left-sided ul li p:first-child {
        padding: 0 0 0 7px;
        margin-bottom: 20px;
        background: unset;
        font-size: 24px;
        line-height: 36px
    }

    .left-sided ul li p:last-child {
        font-style: italic;
        font-size: 18px;
        line-height: 30px
    }

    blockquote img {
        float: unset !important;
        clear: both;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .b-main-clients__more {
        margin-top: 10px !important
    }

    .b-fbform {
        margin: 20px 0
    }

    .b-fbform__head {
        text-align: center
    }

    .b-fbform__btn {
        margin: 0 auto
    }

    ul.li-checkbox2 li {
        display: block;
        width: auto;
        float: unset
    }
}

@media (max-width: 420px) {
    .big_slide .slick-prev {
        bottom: -68%
    }

    .big_slide .slick-next {
        bottom: -68%
    }

    .b-page__main .box1 {
        padding-top: 80px
    }

    .b-page__main .box2 {
        padding: 30px 0 !important
    }

    .b-page__main .box2 .b-btn {
        height: auto
    }

    .b-page__main .box10 {
        padding: 50px 0 !important
    }

    .b-page__main .box10 .b-btn {
        height: auto
    }

    .b-page__main .box5_after {
        padding-top: 80px
    }

    .b-page__main .box5_after .b-text-h2 {
        margin: 20px 0 !important
    }

    .b-page__main .box5 .b-page__row h2 {
        margin: 20px 0 !important
    }

    .b-page__main .box4 .b_tit {
        margin: 20px 0 !important
    }

    .b-page__main .planing-block-service h2 {
        margin: 60px 0 0 !important
    }

    .b-page__main .planing-block-service .tittle-wrap h2 {
        margin: 100px 0 0 !important
    }

    .b-page__main .content-home-wrapper h2::before {
        top: -20px
    }

    .b-page__main .constructor-wrapper h2 {
        margin-top: 60px !important
    }

    .b-page__main .constructor-wrapper .li-checkbox2 {
        padding-bottom: 40px
    }

    .custom-tab strong {
        text-align: left;
        width: 60%
    }

    .custom-tab-1 {
        justify-content: center !important
    }

    .custom-table {
        padding-bottom: 40px
    }

    .custom-block {
        padding-bottom: 40px
    }
}