@media only screen and (min-width: 1280px) {
    .headline__nav {
        margin: 0 44px 0 0;
    }

    .headline__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}


@media only screen and (max-width: 1279px) {
    .footer__nav {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .headline__contacts {
        display: none;
    }

    .footer-phone {
        margin: 0 0 0 50px;
    }

    .footer__nav {
        margin-top: 30px;
    }
}


@media only screen and (min-width: 1025px) {
    .compensate-for-scrollbar .headline {
        padding-right: 17px;
    }

    .modal-open .headline {
        padding-right: 17px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .headline__request {
        margin-right: 20px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .headline__nav .nav-list__item:not(:last-child) {
        margin: 0 16px 0 0;
    }

    .contacts-items .col {
        width: 50%;
    }

    .instruction-info .object {
        left: -158px;
        bottom: -198px;
    }

    .instruction-info {
        padding: 53px 53px 53px;
    }

    .statistics-items .col {
        width: 50%;
    }

    .products-items .col {
        width: 50%;
    }

    .places-items .col {
        width: 50%;
    }

    .article-row:not(.slick-initialized) {
        display: block;
    }

    .article-img {
        width: 460px;
        float: left;
        margin: 0 0 16px;
    }

    .ways-tabs .tab-pane {
        padding: 40px 20px 46px;
    }

    .clients-col {
        width: 33.333333%;
    }

    .events-col {
        width: 50%;
    }
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
    .clients-col {
        width: 50%;
    }
}


@media only screen and (min-width: 1024px) {
    .headline__nav .nav-list__item:not(:last-child) {
        margin: 0 32px 0 0;
    }

    .purchase-map_full {
        margin-right: calc(-1 * (((100vw - 1140px) / 2) - 7.5px));
    }

    .purchase-row .col {
        width: 50%;
    }

    .purchase-items {
        padding: 0 50px 0 0;
    }

    .contacts-items .col {
        width: 33.333333%;
    }

    .about-text {
        max-width: 654px;
        padding: 0 0 0 60px;
    }

    .text-title .title-label {
        max-width: 309px;
    }

    .certificates-info .title-label {
        max-width: 362px;
    }

    .certificates-info {
        padding-top: 18px;
    }

    .certificates-wrap .offset {
        padding-left: 50px;
    }

    .certificates-row > .col {
        width: 50%;
    }

    .certificates-item__content h5 {
        white-space: nowrap;
    }

    .text-wrap .offset {
        padding-left: 50px;
    }

    .text-row .col {
        width: 50%;
    }

    .instruction-info .object {
        right: -158px;
        bottom: -78px;
    }

    .instruction-video {
        width: 50%;
    }

    .instruction-info {
        width: 50%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 53px 77px 53px 53px;
    }

    .statistics-items .col {
        width: 33.333333%;
    }

    .statistics-top .col {
        width: 50%;
    }

    .products-items .col {
        width: 33.333333%;
    }

    .places-items .col {
        width: 33.333333%;
    }

    .article-img {
        flex-shrink: 0;
        width: 460px;
    }

    .article-content {
        width: calc(100% - 460px);
    }

    .ways-tabs .tab-pane {
        padding: 60px 60px 66px;
    }

    .ways-article .img-article {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .ways-article .cnt-article {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 50px 0 0;
    }

    .clients-col {
        width: 25%;
    }

    .events-col {
        width: 33.333333%;
    }
}


@media only screen and (min-width: 1100px) {
    .production-col:not(.full) {
        width: 25%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .production-col:not(.full) {
        width: 33.333333%;
    }
}


@media only screen and (max-width: 1023px) {
    .purchase-map .inner-map {
        border-radius: 5px;
    }

    .purchase-map {
        margin-top: 30px;
    }

    .purchase-row .col {
        width: 100%;
    }

    .about-text {
        width: 100%;
        padding: 0 15px;
    }

    .about-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
    }

    .certificates-video {
        margin-top: 48px;
    }

    .certificates-info {
        padding-top: 48px;
    }

    .certificates-row > .col {
        width: 100%;
    }

    .hello-info {
        width: 100%;
    }

    .hello-adv {
        display: none;
    }

    .text-row .col:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .text-row .col:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .text-row .col:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .text-row .col:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .text-row .col {
        width: 100%;
    }

    .instruction-video {
        width: 100%;
    }

    .instruction-info {
        width: calc(100% - 30px);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .instruction-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .statistics-top .col {
        width: 100%;
    }

    .ways-article .img-article {
        margin: 0 0 30px;
    }

    .ways-article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .headline__request {
        display: none;
    }
}


@media only screen and (min-width: 768px) {
    .purchase-map .inner-map {
        height: 531px;
    }

    .certificates .title .title-label {
        display: none;
    }

    .headline__phone {
        display: none;
    }

    .sidebar .brand {
        display: none;
    }

    .headline__contacts .list-contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .headline__contacts .list-contacts li:not(:last-child) {
        margin: 0 28px 0 0;
    }

    .headline__flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .headline {
        padding: 22px 0 31px;
    }

    .dropdown-menu {
        border-bottom-width: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin: 0 0 -1px;
    }

    .dropdown.show .drop-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .footer-copyright p:not(:last-child) {
        margin-bottom: 0;
        margin-right: 24px;
    }

    .footer-phone .icon {
        margin: 0 15px 0 0;
    }

    .footer-phone {
        text-align: right;
    }

    .footer__nav .nav-list__item:not(:last-child) {
        margin: 0 32px 0 0;
    }

    .brand-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-info .footer__flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .purchase-item {
        padding: 21px 27px 21px;
    }

    .contacts-item {
        padding: 24px 27px 24px;
    }

    .contacts-items {
        margin-top: -30px;
    }

    .contacts-items .col {
        margin-top: 30px;
    }

    .about-img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: -124px 0 0 -104px;
    }

    .certificates-video__play {
        width: 135px;
        height: 99px;
    }

    .products.section {
        padding-bottom: 420px;
    }

    .about-text p:first-of-type {
        font-size: 22px;
    }

    .certificates-wrap {
        padding: 85px 15px 370px;
    }

    .hello-text h1 {
        margin-bottom: 28px;
    }

    .hello-text span {
        max-width: 593px;
        font-size: 48px;
    }

    .hello-text p {
        max-width: 541px;
        font-size: 22px;
    }

    .text-row {
        margin-top: -48px;
    }

    .text-row .col {
        margin-top: 48px;
    }

    .banner {
        padding: 56px 0 56px;
    }

    .more-btn > * {
        margin: 14px 24px 0 0;
    }

    .text-wrap {
        padding: 73px 15px 89px;
    }

    .text-title span:not(.title-label) {
        font-size: 42px;
    }

    .text-title p {
        font-size: 17px;
    }

    .banner .title {
        margin-bottom: 0;
    }

    .banner-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .video .play-video .icon.big {
        width: 104px;
    }

    .instruction-video {
        height: 428px;
    }

    .instruction-info p {
        font-size: 17px;
    }

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

    .statistics-item__content {
        font-size: 18px;
    }

    .load-btn {
        font-size: 18px;
    }

    .title_flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .production-item__price .sum {
        font-size: 28px;
    }

    .production-item__price .unit {
        font-size: 22px;
    }

    .products-item__char-list {
        max-height: 57px;
    }

    .products-item {
        padding: 26px 27px;
    }

    .products-items {
        margin-top: -30px;
    }

    .products-items .col {
        margin-top: 30px;
    }

    .places-item__protection {
        right: 20px;
        bottom: 20px;
        width: 46px;
        height: 46px;
    }

    .places-item {
        padding: 30px 34px 86px;
    }

    .places-items {
        margin-top: -30px;
    }

    .places-items .col {
        margin-top: 30px;
    }

    .title-label {
        font-size: 14px;
    }

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

    .balloon-content {
        font-size: 14px;
    }

    .projects-tabs__title {
        display: none;
    }

    .catalog-list[data-view="line"] .catalog-item__buttons {
        margin-top: 12px;
    }

    .catalog-item__count {
        margin-top: 12px;
    }

    .catalog-item__content ul li:not(:last-child) {
        margin-bottom: 7px;
    }

    .catalog-list[data-view="line"] .catalog-item__content {
        margin-top: 3px;
    }

    .catalog-list[data-view="line"] .catalog-item__content {
        width: calc(100% - 404px);
        padding-left: 30px;
        padding-right: 30px;
    }

    .catalog-list[data-view="line"] .catalog-item__bottom {
        width: 204px;
    }

    .tooltip-wrap::before,
    .tooltip-wrap::after {
        top: 50%;
        margin-top: -12px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .tooltip-wrap::before {
        left: 2px;
        border-right: 12px solid #d5d5d5;
    }

    .tooltip-wrap::after {
        left: 3px;
        border-right: 12px solid #ffffff;
    }

    .tooltip-inner p {
        font-size: 14px;
    }

    .tooltip-wrap {
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 257px;
        padding-left: 14px;
    }

    .catalog-info__scroll {
        max-height: 230px;
    }

    .form-success p {
        font-size: 24px;
        margin-left: 20px;
    }

    .request_small .request-form .btn {
        width: 100%;
    }

    .request_small .request-form .form-group:not(.full):not(:first-child) {
        width: 23%;
    }

    .request_small .request-form .form-group:first-child {
        width: 31%;
    }

    .request_small h4 {
        font-size: 22px;
    }

    .card-tabs .nav-tabs::before {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 10px;
        height: 1px;
        background-color: #DCDCDC;
    }

    .card-tabs .nav-tabs .nav-link {
        font-size: 20px;
    }

    .card-doc {
        max-width: 329px;
        border: 1px solid #DCDCDC;
    }

    .pagination ul li span,
    .pagination ul li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .pagination ul li:not(:last-child) {
        margin-right: 12px;
    }

    .catalog-filter__open {
        display: none;
    }

    .catalog-filter__btn {
        display: none;
    }

    .catalog-filter__head {
        display: none;
    }

    .catalog-filter__item {
        background-color: #F9F9F9;
        border-radius: 5px;
    }

    .catalog-list[data-view="column"] .catalog-item__buttons-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid #FF4C01;
        border-radius: 50%;
    }

    .catalog-list[data-view="column"] .catalog-item__buttons-arrow:hover {
        background-color: #FF4C01;
    }

    .catalog-list[data-view="column"] .catalog-item__buttons-arrow:hover svg {
        stroke: #ffffff;
    }

    .services-item {
        display: block;
    }

    .scroll-bottom__mouse::after {
        margin-left: -2px;
        top: 6px;
        width: 4px;
        height: 8px;
        border: 1px solid #ffffff;
        border-radius: 2px;
        -webkit-animation: mouse .5s ease-in-out infinite alternate;
        animation: mouse .5s ease-in-out infinite alternate;
    }

    .scroll-bottom__mouse {
        width: 20px;
        height: 34px;
        border: 2px solid #ffffff;
        border-radius: 10px;
    }

    .scroll-bottom__title {
        font-size: 15px;
        margin-left: 16px;
    }

    h5 {
        font-size: 18px;
    }

    .inp-checkbox:not(.empty) .checkbox__box {
        top: -1px;
    }

    .catalog-list[data-view="column"] .catalog-item__bottom {
        margin-top: 10px;
    }

    .catalog-list[data-view="column"] .catalog-item__label {
        right: -1px;
        top: -1px;
    }

    .catalog-list[data-view="line"] .catalog-item__label {
        left: -1px;
        top: -1px;
    }

    .catalog-item__price {
        font-size: 18px;
    }

    .catalog-item__img {
        max-width: 200px;
        height: 200px;
    }

    .catalog-sort {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .catalog-list[data-view="column"] .catalog-column {
        width: 33.333333%;
    }

    .catalog-list[data-view="line"] .catalog-column {
        width: 100%;
    }

    .catalog-left {
        width: 294px;
        margin-top: 46px;
    }

    .catalog-right {
        width: calc(100% - 294px);
    }

    .card-price {
        font-size: 30px;
    }

    .card__label {
        right: -1px;
        top: -1px;
    }

    .card-big__item {
        height: 396px;
    }

    .card-big {
        height: 396px;
    }

    .card-left {
        width: 362px;
        flex-shrink: 0;
    }

    .card-center {
        width: calc(100% - 362px - 264px);
    }

    .card-center__inner {
        padding: 0 50px;
    }

    .card-right {
        width: 264px;
        flex-shrink: 0;
    }

    .basket-icon {
        right: 80px;
        top: 110px;
        width: 62px;
        height: 62px;
    }

    .adv-col {
        width: 33.333333%;
    }

    .steps-row {
        margin-top: -76px;
    }

    .steps-col {
        width: 25%;
        margin: 76px 0 0;
    }

    .docs-col {
        width: 50%;
    }

    .priorities-item p {
        font-size: 20px;
    }

    .priorities-row {
        margin-top: -25px;
    }

    .priorities-column {
        width: 50%;
        margin: 25px 0 0;
    }

    .points-items li {
        font-size: 20px;
    }

    .points-content__inner {
        padding-top: 4px;
    }

    .points-list {
        width: 30%;
    }

    .points-content {
        width: 70%;
    }

    .sidebar-burger {
        display: none;
    }

    .sidebar-burger__title {
        display: inline-block;
    }

    .sidebar-scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-tabs .nav-link {
        font-size: 18px;
    }

    .projects-map {
        height: 437px;
    }

    .reviews-content__inner p {
        font-size: 24px;
    }

    .reviews-info {
        width: 264px;
    }

    .clients-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 2px;
    }

    .clients-column {
        width: 16.666667%;
        margin-top: -1px;
    }

    .advantages-row {
        margin-top: -40px;
    }

    .advantages-column {
        width: 33.333333%;
        margin-top: 40px;
    }

    .services-item {
        padding: 30px 30px 60px;
    }

    .services-item__content p {
        font-size: 20px;
    }

    .services-row {
        margin-top: -60px;
        padding-bottom: 30px;
    }

    .services-column {
        width: 33.333333%;
        margin-top: 60px;
    }

    h1, h2, h3 {
        margin: 0 0 48px;
    }

    h4, h5, h6 {
        margin-bottom: 28px;
    }

    .section {
        padding: 100px 0 100px;
    }

    .boss {
        padding-top: 40px;
    }

    .boss:only-child {
        padding-bottom: 120px;
    }

    .request_small {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .scroll-bottom__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hello {
        min-height: 689px;
    }

    .hello.section {
        padding-top: 73px;
        padding-bottom: 143px;
    }

    .phone-label {
        font-size: 18px;
        padding: 19px 22px 19px;
    }

    .phone-label::before {
        padding: 19px 22px 19px;
    }

    .sidebar-nav {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #ffffff;
        border-top: 1px solid #F0F0F0;
        -webkit-transition: 0.45s ease-in-out;
        transition: 0.45s ease-in-out;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    html.is-sidebar .sidebar-nav::before,
    html.is-sidebar .sidebar-nav::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        background-color: #ffffff;
    }

    html.is-sidebar .sidebar-nav::before {
        height: 25px;
        bottom: -25px;
        -webkit-box-shadow: 0 0 25px 0 rgba(160, 160, 160, 0.3);
        box-shadow: 0 0 25px 0 rgba(160, 160, 160, 0.3);
    }

    html.is-sidebar .sidebar-nav::after {
        height: 50px;
        bottom: -10px;
    }

    html:not(.is-sidebar) .sidebar-nav {
        z-index: -1;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .sidebar-nav .flex-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 44px;
        padding: 56px 0 60px;
    }

    .sidebar-nav .column-nav {
        padding: 0 24px;
    }

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 48px;
    }

    .chief__typical.h1 {
        margin-bottom: 50px;
    }

    .btn {
        height: 55px;
        padding: 7px 27px 7px;
        font-size: 16px;
    }

    h2 {
        font-size: 56px;
    }

    .chief__typical.h2 {
        margin-bottom: 50px;
    }

    .production-items {
        margin-top: 10px;
    }

    .production-item {
        padding: 20px 20px 30px;
    }

    .production-item .img-item {
        margin: 0 -20px;
    }

    .production-item .icon {
        right: 20px;
        top: 20px;
    }

    .icon-production {
        width: 30px;
        height: 30px;
    }

    .headline__info {
        margin-bottom: -2px;
    }

    .production-item .title-item {
        min-height: 46px;
    }

    .production-item .hover-item {
        font-size: 16px;
        padding: 20px 20px 20px;
    }

    .production-info {
        padding: 30px 30px 38px;
    }

    h3 {
        font-size: 32px;
    }

    .title {
        margin: 0 0 48px;
    }

    .chief__typical.h3:not(:last-child) {
        margin-bottom: 30px;
    }

    .production-info p {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }

    .ways-tabs .nav-link {
        font-size: 24px;
    }

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

    .events-item .img-item {
        height: 250px;
    }

    .events-item .hover-item {
        font-size: 16px;
    }

    .events-item .hover-item .title {
        max-width: 200px;
    }

    .request-form .form-group:not(.full) {
        width: 33.333333%;
    }

    .request-form .form-group.full {
        width: 100%;
    }

    .request-form {
        margin-top: 50px;
    }

    .form-control {
        padding: 15px 26px 15px;
        font-size: 17px;
    }

    .form-group:not(:last-child) {
        margin-bottom: 30px;
    }

    .inp-checkbox label {
        font-size: 14px;
    }

    .inp-checkbox .checkbox__box {
        width: 30px;
        height: 30px;
    }

    .inp-checkbox .checkbox__box::after {
        left: 6px;
        top: 8px;
    }

    .inp-checkbox {
        min-height: 30px;
        padding: 5px 0 0 40px;
    }

    .inp-checkbox.empty {
        min-height: 30px;
        padding-left: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .purchase-map .inner-map {
        height: 290px;
    }

    .headline__phone {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) scaleX(-1);
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        line-height: 1;
    }

    .sidebar .brand {
        margin-bottom: 32px;
    }

    .sidebar .brand-title {
        max-width: none;
        color: #ffffff;
    }

    .headline__contacts .list-contacts li a {
        color: #ffffff;
    }

    .headline__contacts .list-contacts li:not(:last-child) {
        margin: 0 0 6px;
    }

    .headline__flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .headline {
        padding: 11px 0 14px;
    }

    .sidebar-burger {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .dropdown-menu {
        border-top-width: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin: -1px 0 0;
    }

    .dropdown.show .drop-button {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .footer-copyright p:not(:last-child) {
        margin-bottom: 6px;
    }

    .footer-copyright__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }

    .footer-phone .icon {
        margin: 0 0 12px;
    }

    .nav-list__item:not(:last-child) {
        margin: 0 0 22px;
    }

    .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-phone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 26px;
    }

    .footer__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 26px;
    }

    .footer-lang {
        margin-right: 0;
    }

    .footer-info {
        padding-top: 26px;
    }

    .footer .brand-img {
        width: 100%;
    }

    .footer .brand-img img {
        margin: 0 auto;
    }

    .footer {
        text-align: center;
    }

    .brand-title {
        margin-left: 0;
        margin-top: 12px;
    }

    .brand-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .purchase-item {
        padding: 21px 20px 21px;
    }

    .purchase-item__flag {
        margin-top: 0;
        margin-bottom: 26px;
    }

    .purchase-item__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .purchase-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-item {
        padding: 24px 20px 24px;
    }

    .contacts-items .col {
        width: 100%;
    }

    .contacts-items {
        margin-top: -12px;
    }

    .contacts-items .col {
        margin-top: 12px;
    }

    .about-img__inner {
        width: 220px;
        margin: 0 auto;
    }

    .about-img {
        width: 100%;
        margin: 24px 0 -100px 0;
    }

    .certificates-video__play {
        width: 100%;
        height: 149px;
    }

    .certificates-video__info {
        padding-left: 0;
        padding-top: 18px;
    }

    .certificates-video__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .certificates-info .title-label {
        display: none;
    }

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

    .products.section {
        padding-bottom: 80px;
    }

    .about-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .about-text p:first-of-type {
        font-size: 16px;
    }

    .about-wrap {
        text-align: center;
        margin: 0 -15px;
    }

    .about {
        margin-top: -40px;
        margin-bottom: 100px;
    }

    .certificates-wrap {
        padding: 38px 15px 108px;
    }

    .hello .btn {
        min-width: 244px;
    }

    .hello-text span {
        font-size: 24px;
    }

    .hello-text p {
        font-size: 16px;
    }

    .hello-info {
        text-align: center;
    }

    .text-row {
        margin-top: -28px;
    }

    .text-row .col {
        margin-top: 28px;
    }

    .banner {
        padding: 28px 0 28px;
    }

    .text-wrap .object {
        display: none;
    }

    .banner .btn {
        min-width: 244px;
    }

    .more-btn {
        -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;
    }

    .more-btn > * {
        margin: 14px 0 0 0;
    }

    .text-wrap {
        padding: 22px 15px 28px;
    }

    .text-title span:not(.title-label) {
        font-size: 20px;
    }

    .banner .object {
        display: none;
    }

    .banner-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .instruction-video {
        height: 211px;
    }

    .instruction-info {
        text-align: center;
        padding: 22px 20px 56px;
    }

    .instruction-info .object {
        left: -58px;
        bottom: -78px;
        width: 127px;
    }

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

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

    .statistics {
        text-align: center;
    }

    .statistics-items .col {
        width: 100%;
    }

    .load-btn {
        font-size: 16px;
        margin-top: 28px;
    }

    .title_flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .production-item__price .sum {
        font-size: 24px;
    }

    .production-item__price .unit {
        font-size: 18px;
    }

    .products-item__char-list {
        max-height: 53px;
    }

    .products-item {
        padding: 26px 20px 18px;
    }

    .title {
        text-align: center;
    }

    .products .title p {
        display: none;
    }

    .products-items {
        margin-top: -12px;
    }

    .products-items .col {
        margin-top: 12px;
    }

    .products-items .col {
        width: 100%;
    }

    .places-item__protection {
        right: 20px;
        top: 20px;
        width: 26px;
        height: 26px;
    }

    .places-item__protection .icon {
        width: 14px;
    }

    .places-item {
        min-height: 320px;
        padding: 30px 66px 30px 20px;
    }

    .places-items {
        margin-top: -12px;
    }

    .places-items .col {
        margin-top: 12px;
    }

    .places-items .col {
        width: 100%;
    }

    .title-label {
        font-size: 12px;
    }

    .docs-row {
        margin-top: -20px;
    }

    .balloon-title {
        font-size: 14px;
    }

    .balloon-content {
        font-size: 12px;
    }

    .projects-tabs .tab-content {
        margin-top: 20px;
    }

    .projects-tabs__title {
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
        padding-right: 23px;
    }

    .projects-tabs .nav-wrap:not(:hover) .nav-tabs {
        display: none;
    }

    .projects-tabs .nav-wrap:hover .projects-tabs__title::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .projects-tabs__title::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        width: 13px;
        height: 8px;
        background-image: url("../img/icons/projects-arrow.svg");
        background-size: 100% 100%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .projects-tabs .nav-link {
        font-weight: 400;
        font-size: 14px;
        padding: 0;
    }

    .projects-tabs .nav-link:not(.active) {
        color: #2F3441;
    }

    .projects-tabs .nav-link::after {
        display: none;
    }

    .projects-tabs .nav-tabs {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 15px;
        -webkit-box-shadow: 0 0 20px 0 rgba(175,175,175,0.25);
        box-shadow: 0 0 20px 0 rgba(175,175,175,0.25);
        margin-top: 10px;
    }

    .projects-tabs .nav-item {
        top: 0;
    }

    .projects-tabs .nav-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 7px;
    }

    .projects-tabs .nav-tabs::after {
        display: none;
    }

    .projects-tabs .nav-wrap {
        position: relative;
        z-index: 1;
        overflow: visible;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .projects-tabs .nav-item:first-child {
        display: none;
    }

    .slick-arrows {
        display: none;
    }

    .advantages-row .slick-slide {
        width: 100vw;
    }

    .catalog-list[data-view="line"] .catalog-item__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px;
    }

    .catalog-list[data-view="line"] .catalog-item__price {
        position: absolute;
        left: 106px;
        right: 12px;
        top: 60px;
    }

    .catalog-list[data-view="line"] .catalog-item__content h6 {
        position: absolute;
        left: 106px;
        right: 12px;
        top: 38px;
        font-weight: 400;
    }

    .catalog-item__content ul {
        font-size: 11px;
    }

    .catalog-item__content ul li:not(:last-child) {
        margin-bottom: 3px;
    }

    .catalog-list[data-view="line"] .catalog-item__content {
        margin-top: 7px;
    }

    .catalog-list[data-view="line"] .catalog-item {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tooltip-wrap::before,
    .tooltip-wrap::after {
        left: 50%;
        margin-left: -12px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }

    .tooltip-wrap::before {
        bottom: 2px;
        border-top: 12px solid #d5d5d5;
    }

    .tooltip-wrap::after {
        bottom: 3px;
        border-top: 12px solid #ffffff;
    }

    .tooltip-inner p {
        font-size: 12px;
    }

    .tooltip-wrap {
        left: 50%;
        bottom: 100%;
        width: 244px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-bottom: 14px;
    }

    .catalog-info__scroll {
        max-height: 173px;
    }

    .form-success {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 292px;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

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

    .request_small .request-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .request_small .request-form .form-group:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .card-tabs .nav-wrap {
        position: relative;
    }

    .card-tabs {
        position: relative;
    }

    .card-tabs::before {
        content: "";
        position: absolute;
        left: 15px;
        right: -15px;
        top: 43px;
        height: 1px;
        background-color: #DCDCDC;
    }

    .card-char {
        border-top: 1px solid #DCDCDC;
        padding-top: 30px;
        margin-top: 30px;
    }

    .card-info {
        border-top: 1px solid #DCDCDC;
        padding-top: 30px;
        margin-top: 30px;
    }

    .card-doc {
        background-color: #F9F9F9;
    }

    .card-btn .btn {
        width: 100%;
    }

    nav[aria-label="breadcrumb"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        margin-top: -10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .breadcrumb {
        position: relative;
        top: 10px;
        overflow: hidden;
        overflow-x: scroll;
        padding: 10px 0 0 15px;
    }

    .breadcrumb::after {
        content: "";
        position: relative;
        top: -10px;
        width: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background-color: transparent;
    }

    .breadcrumb::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .breadcrumb::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .breadcrumb-item {
        position: relative;
        top: -10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .pagination {
        margin-top: 50px;
    }

    .pagination ul li span,
    .pagination ul li a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }

    .pagination ul li:not(:last-child) {
        margin-right: 10px;
    }

    .catalog-filter__wrap {
        position: fixed;
        left: 0;
        top: 54px;
        z-index: 101;
        width: 100%;
    }

    .catalog-filter__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        background-color: #F0F0F0;
        padding: 9px 15px 11px;
    }

    .catalog-filter__reset:not([class*="_mob"]) {
        display: none;
    }

    .catalog-filter__reset_mob {
        position: absolute;
        left: 15px;
        top: 10px;
        z-index: 1;
    }

    .catalog-filter__scroll {
        height: 100%;
        overflow-y: auto;
        padding: 60px 0 100px;
    }

    .catalog-filter__scroll::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background-color: transparent;
    }

    .catalog-filter__scroll::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .catalog-filter__scroll::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .catalog-filter {
        position: fixed;
        left: 100%;
        top: 0;
        z-index: 101;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        -webkit-transition: 0.45s ease-in-out;
        transition: 0.45s ease-in-out;
    }

    html.is-filter .catalog-filter {
        left: 0;
    }

    .catalog-filter__item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .catalog-filter__item:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }

    .catalog-filter__item:not(:first-child) {
        background-color: #F9F9F9;
    }

    .catalog-list[data-view="column"] .catalog-item__buttons-arrow {
        display: inline-block;
        text-align: center;
    }

    .catalog-list[data-view="column"] .catalog-item__buttons-arrow::before {
        content: attr(data-mob-text);
        font-size: 15px;
        font-weight: 700;
        color: #FF4C01;
    }

    .catalog-list[data-view="column"] .catalog-item__buttons-arrow svg {
        display: none;
    }

    .services-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .scroll-bottom__mouse::after {
        margin-left: -5px;
        top: 7px;
        width: 10px;
        height: 12px;
        background-image: url("../img/icons/scroll-bottom.svg");
        background-size: 100% 100%;
        -webkit-animation: mouseMob .5s ease-in-out infinite alternate;
        animation: mouseMob .5s ease-in-out infinite alternate;
    }

    .scroll-bottom__mouse {
        width: 26px;
        height: 26px;
    }

    .scroll-bottom__title {
        font-size: 0;
        margin-left: 6px;
    }

    .scroll-bottom__title::before {
        content: attr(data-mob-text);
        font-size: 12px;
        text-transform: uppercase;
    }

    .catalog-info__content p {
        font-size: 14px;
    }

    .catalog-info__content a {
        font-size: 14px;
    }

    h5 {
        font-size: 16px;
    }

    .inp-checkbox {
        min-height: 25px;
    }

    .inp-checkbox:not(.empty) .checkbox__box {
        top: 0;
    }

    .inp-checkbox:not(:last-child) {
        margin-bottom: 12px;
    }

    .catalog-list[data-view="column"] .catalog-item__buttons-arrow {
        margin-top: 10px;
    }

    .catalog-list[data-view="line"] .catalog-item__buttons-arrow {
        margin-left: 7px;
    }

    .catalog-list[data-view="column"] .catalog-item__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catalog-list[data-view="column"] .catalog-item__bottom {
        margin-top: 5px;
    }

    .catalog-item__content h6 {
        font-size: 13px;
    }

    .catalog-list[data-view="column"] .catalog-item__label {
        left: -1px;
        top: -1px;
    }

    .catalog-list[data-view="line"] .catalog-item__label {
        left: -1px;
        top: -1px;
    }

    .catalog-item__price {
        font-size: 14px;
    }

    .catalog-item {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 20px;
    }

    .catalog-list[data-view="column"] .catalog-item__img {
        height: 120px;
    }

    .catalog-list[data-view="line"] .catalog-item__img {
        height: 80px;
        max-width: 80px;
    }

    .catalog-sort {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .catalog-list[data-view="column"] .catalog-column {
        width: 50%;
    }

    .catalog-list[data-view="line"] .catalog-column {
        width: 100%;
    }

    .catalog-left {
        width: 100%;
    }

    .catalog-right {
        width: 100%;
    }

    .card-tabs .tab-content p {
        font-size: 14px;
    }

    .card-tabs .tab-content ul {
        font-size: 14px;
    }

    .card-tabs {
        margin-top: 40px;
    }

    .card-doc a {
        font-size: 14px;
    }

    .card-info p {
        font-size: 14px;
    }

    .card-price {
        font-size: 24px;
    }

    .card__label {
        left: -1px;
        top: -1px;
    }

    .card-big__item {
        height: 322px;
    }

    .card-big {
        height: 322px;
    }

    .card-left {
        width: 100%;
    }

    .card-center {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .card-right {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px;
    }

    .basket-icon {
        right: 12px;
        top: 118px;
        width: 48px;
        height: 48px;
    }

    .adv-item__content p {
        font-size: 14px;
    }

    .adv-col {
        width: 100%;
        margin-top: 30px;
    }

    .adv-row {
        margin-top: -30px;
    }

    .steps-item__arrow {
        display: none;
    }

    .steps-item__top::before {
        display: none;
    }

    .steps-item__content {
        margin-top: 0;
        margin-left: 12px;
    }

    .steps-item__content h4 {
        font-weight: 400;
    }

    .steps-item__top {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .steps-row {
        margin-top: -20px;
    }

    .steps-col {
        width: 100%;
        margin: 20px 0 0;
    }

    .docs-col {
        width: 100%;
        margin: 20px 0 0;
    }

    .article p {
        font-size: 14px;
    }

    .article ul {
        font-size: 14px;
    }

    .article-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article-img {
        width: 100%;
    }

    .article-content {
        width: 100%;
        margin-top: 20px;
    }

    .priorities-item p {
        font-size: 14px;
    }

    .priorities-row {
        margin-top: -20px;
    }

    .priorities-column {
        width: 100%;
        margin: 20px 0 0;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

    .points-content__inner p {
        font-size: 14px;
    }

    .points-list {
        width: 100%;
        margin-bottom: 30px;
    }

    .points-content {
        width: 100%;
    }

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

    .sidebar-burger__title {
        display: none;
    }

    .request-tabs p {
        font-size: 14px;
    }

    .form-success p {
        font-size: 18px;
        margin-top: 25px;
    }

    .projects-cite__content p {
        font-size: 14px;
    }

    .projects-cite {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .projects-cite .btn {
        margin-top: 30px;
    }

    .projects-map {
        height: 330px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .reviews-content__bottom span {
        font-size: 14px;
    }

    .reviews-content__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 17px;
    }

    .reviews-content__inner {
        padding-left: 0;
        padding-top: 27px;
    }

    .reviews-content {
        padding-left: 0;
    }

    .reviews-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .reviews-info__content h4 {
        display: none;
    }

    .reviews-info__img {
        display: none;
    }

    .reviews-info {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .clients-row {
        margin-top: -20px;
    }

    .clients-row.no-gutters {
        margin-left: -15px;
        margin-right: -15px;
    }

    .clients-row .slick-slide {
        width: 85vw;
    }

    .clients-column {
        width: 100%;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .advantages-item p {
        font-size: 14px;
    }

    .advantages-row {
        margin-top: -40px;
    }

    .advantages-column {
        width: 100%;
        margin-top: 40px;
    }

    .services-item__content {
        margin-top: 0;
        margin-right: 10px;
    }

    .services-item__icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 40px;
    }

    .services-item {
        padding: 20px 20px 46px;
    }

    .services-row {
        margin-top: -40px;
        padding-bottom: 30px;
    }

    .services-column {
        width: 100%;
        margin-top: 40px;
    }

    h1, h2, h3 {
        margin: 0 0 24px;
    }

    h4, h5, h6 {
        margin-bottom: 18px;
    }

    .section {
        padding: 40px 0 40px;
    }

    .boss {
        padding-top: 30px;
    }

    .catalog {
        padding-top: 60px;
    }

    .scroll-bottom__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hello.section {
        padding-top: 38px;
        padding-bottom: 98px;
    }

    .phone-label {
        font-size: 16px;
        padding: 15px 17px 15px;
    }

    .phone-label::before {
        padding: 15px 17px 15px;
    }

    .events-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .events-wrap {
        margin: 0 -5px;
    }

    .inp-checkbox {
        padding: 6px 0 0 37px;
    }

    .inp-checkbox.empty {
        min-height: 25px;
        padding-left: 25px;
    }

    .inp-checkbox .checkbox__box::after {
        left: 4px;
        top: 6px;
    }

    .inp-checkbox .checkbox__box {
        width: 25px;
        height: 25px;
    }

    .inp-checkbox label {
        font-size: 12px;
    }

    .form-group:not(:last-child) {
        margin-bottom: 20px;
    }

    .form-control {
        padding: 13px 15px 13px;
        font-size: 16px;
    }

    .request-form {
        margin-top: 20px;
    }

    .request-tabs .tab-content {
        padding-top: 24px;
    }

    .request {
        padding-top: 30px;
        padding-bottom: 42px;
    }

    .request-form .form-group {
        width: 100%;
    }

    .events-item .hover-item img {
        max-width: 40px;
        height: auto;
    }

    .events-item .hover-item .title {
        max-width: 150px;
        margin-top: 10px;
    }

    .events-item .img-item {
        height: 200px;
    }

    .events-col {
        width: 100%;
    }

    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 25px;
    }

    .ways-tabs .nav-link {
        font-size: 16px;
    }

    .ways-tabs .tab-content {
        margin: 0 -15px;
    }

    .ways-article .img-article {
        display: none;
    }

    .ways-tabs {
        margin-top: 30px;
    }

    .ways-tabs .tab-pane {
        padding: 20px 15px 40px;
    }

    h4 {
        font-size: 18px;
    }

    .more-btn.m-t {
        margin-top: 30px;
    }

    .chief__typical.h3:not(:last-child) {
        margin-bottom: 20px;
    }

    h3 {
        font-size: 24px;
    }

    .title {
        margin: 0 0 28px;
    }

    .btn .hide {
        display: none;
    }

    .production-info {
        padding: 20px 20px 32px;
    }

    .production-item .hover-item .title {
        margin-top: 10px;
    }

    .production-item .hover-item img {
        max-width: 30px;
        height: auto;
    }

    .production-item .hover-item {
        padding: 15px 15px 15px;
    }

    .production-item .title-item {
        font-size: 10px;
        text-transform: uppercase;
    }

    .icon-production {
        width: 18px;
        height: 18px;
    }

    .production-item .icon {
        right: 10px;
        top: 10px;
    }

    .production-item .img-item {
        margin: 0 -10px;
    }

    .production-item {
        padding: 10px 10px 30px;
    }

    .production-items {
        margin-top: -20px;
    }

    .production-desc {
        display: none;
    }

    h2 {
        font-size: 28px;
    }

    .chief__typical.h2 {
        margin-bottom: 30px;
    }

    .production-col:not(.full) {
        width: 50%;
    }

    .btn {
        padding: 14px 24px 14px;
        font-size: 15px;
    }

    .chief__typical.h1 {
        margin-bottom: 30px;
    }

    h1 {
        font-size: 26px;
    }

    .main {
        padding-top: 56px;
    }

    .headline__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .headline__contacts {
        margin: 38px 0 0 0;
    }

    .headline__contacts .list-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body {
        font-size: 14px;
    }

    .sidebar-nav {
        margin: 0 -15px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        background-color: #222222;
        background-image: url("../img/sidebar/bg.png");
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        color: #ffffff;
        overflow: hidden;
        -webkit-transition: 0.45s ease-in-out;
        transition: 0.45s ease-in-out;
        padding: 56px 0 0 0;
        margin-right: 0;
    }

    .sidebar-scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 10px 15px 30px;
    }

    .sidebar-scroll::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background-color: transparent;
    }

    .sidebar-scroll::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .sidebar-scroll::-webkit-scrollbar-track {
        background-color: transparent;
    }

    html:not(.is-sidebar) .sidebar {
        right: 100%;
    }

    html.is-sidebar .sidebar {
        right: 0;
    }

    html.is-open .header {
        z-index: 102;
    }

    .no-scroll {
        overflow-y: scroll;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .no-scroll body {
        height: auto;
        overflow: hidden;
    }

    .headline__nav .nav-list__link {
        color: #ffffff;
    }
}


@media only screen and (min-width: 481px) {

}


@media only screen and (max-width: 480px) {
    .clients-col {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .catalog-list[data-view="column"] .catalog-item__buttons .btn {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .catalog-list[data-view="line"] .catalog-item__buttons .btn {
        padding-left: 13px;
        padding-right: 13px;
    }
}