

/* Start:/services/podkluchenie-kassy//css/index.css?178646505024158*/
/*==================
  BEM blocks
====================*/
.c-text-center {
    text-align: center;
}

.c-wrap {
    font-size: 16px;
    color: #3b3b40;
}

.c-wrap a {
    color: inherit;
}

.c-menu {
    width: 300px;
    margin: 0;
    padding: 15px 10px 15px 0;
    position: fixed;
    top: 50%;
    left: -10px;
    z-index: 999;
    transform: translateY(-50%) translateX(-300px);
    transition: all .4s ease;
    background: #fff;
}

.c-menu_active {
    transform: translateY(-50%) translateX(0px) !important;
}

.c-menu__trigger {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    cursor: pointer;
}

.c-menu__trigger:before, .c-menu__trigger:after {
    content: "";
}

.c-menu__trigger span, .c-menu__trigger:before, .c-menu__trigger:after {
    width: 20px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 5px;
}

.c-menu__trigger span {
    top: 50%;
}

.c-menu__trigger:before {
    top: 10px;
}

.c-menu__trigger:after {
    bottom: 9px;
}

.c-menu__item {
    position: relative;
    background: none;
}

.c-menu__item:not(:last-child) {
    margin-bottom: 20px;
}

.c-menu__item:before {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background: #a9a9ab;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all .2s ease-in;
}

.c-menu__item_active:before, .c-menu__item:hover:before {
    background: #3b3b40;
}

.c-menu__item_active .c-menu__link, .c-menu__item:hover .c-menu__link {
    color: #3b3b40;
}

.c-menu__link {
    display: block;
    padding-left: 55px;
    color: #a9a9ab;
    position: relative;
    transition: all .3s ease-in;
}

@media screen and (max-width: 400px) {
    .c-menu {
        width: 270px;
        transform: translateY(-50%) translateX(-270px);
    }

    .c-menu__link {
        padding-left: 20px;
    }

    .c-menu__item:before {
        width: 15px;
    }
}

.c-section-title {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #352c85;
    line-height: 1.1;
}

.c-container {
    max-width: 1196px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.c-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;
    background: #fade41;
    color: #000000;
    border: none;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    border-radius: 4px;
    transition: opacity .3s ease;
}

.c-btn:hover {
    opacity: .8;
}

.c-btn_blue-empty,
a.c-btn_blue-empty {
    background: transparent;
    color: #352c85;
    border: 1px solid #352c85;
}

.c-btn_white-empty {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.c-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}

.c-list__item {
    position: relative;
    padding-left: 30px;
}

.c-list__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 11px;
    height: 11px;
    background-color: #ab1174;
    border-radius: 50%;
}

.bx_breadcrumbs {
    z-index: 100;
}

.c-breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #a3a3a3;
}

.c-breadcrumbs__item {
    display: inline-block;
    position: relative;
    margin-right: 15px !important;
    background: none;
}

.c-breadcrumbs__item:after {
    content: "\2022";
    position: relative;
    left: 8px;
}

.c-breadcrumbs__item:last-child {
    margin-right: 0;
}

.c-breadcrumbs__item:last-child:after {
    display: none;
}

.c-breadcrumbs__link {
    color: #fff !important;
}

.c-breadcrumbs__link:hover {
    text-decoration: underline;
}

/*===========================
  Main
============================*/
.c-main {
    padding: 60px 32px;
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index: 19;
    padding-top: 5px;
}

.c-main__title,
h1.c-main__title {
    margin-bottom: 35px;
    font-size: 67px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fade41;
    line-height: 85px;
    margin-top: 44px;
}

.c-main__container {
    display: -ms-flexbox;
    display: flex;
}

.c-main__left {
    width: 70%;
    margin-right: 40px;
}

.c-main__right {
    width: 300px;
    min-width: 300px;
    text-align: center
}

.c-main__subtitle {
    display: -ms-flexbox;
    display: flex;
}

.c-main__subtitle-img {
    margin-right: 20px;
}

.c-main__subtitle-text {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.3;
}

.c-main .c-breadcrumbs {
    margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
    .c-main__title {
        color: #000;
    }
}

@media screen and (max-width: 940px) {
    .c-main__title {
        font-size: 45px;
        /* margin: 0 25px;*/
        margin-top: 45px;
    }
}

/*===========================
  Form
============================*/
.c-form {
    padding: 35px 33px 25px 33px;
    background: #ffffff;
}

.c-form__title {
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: 300;
    color: #352c85;
    line-height: 1.1;
}

.c-form__subtitle {
    margin-bottom: 20px;
    line-height: 1.4;
    color: #352c85;
}

.text {
    padding: 0 0 10px 0;
}

.c-fotm-head .text {
    display: block;
    margin-bottom: 15px;
}

#general2page-form-66order_service_inline_1,
#general2page-form-66order_service_inline_2,
#general2page-form-66order_service_inline_3 {
    display: inline-block;
}

#general2page-form-66order_service_inline_1 .text,
#general2page-form-66order_service_inline_2 .text,
#general2page-form-66order_service_inline_3 .text {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #a9a9ab;
}

#general2page-form-66order_service_inline_1 .text,
#general2page-form-66order_service_inline_2 .text,
#general2page-form-66order_service_inline_3 .text {
    padding-bottom: 0;
    margin-bottom: 12px;
}

#general2page-form-66order_service_inline_1 input,
#general2page-form-66order_service_inline_2 input,
#general2page-form-66order_service_inline_3 input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #47474c;
    font-size: 14px !important;
    box-sizing: border-box;
}

#general2page-form-66order_service_inline_1 .policy-text,
#general2page-form-66order_service_inline_2 .policy-text,
#general2page-form-66order_service_inline_3 .policy-text {
    font-size: 12px;
    line-height: 1.4;
    color: #aaa6cc;
    text-align: center;
    margin-top: 20px;
}

#general2page-form-66order_service_inline_1 input.checkbox-privacy,
#general2page-form-66order_service_inline_2 input.checkbox-privacy,
#general2page-form-66order_service_inline_3 input.checkbox-privacy {
    width: auto;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.policy-text a {
    color: inherit;
}

.policy-text a:hover {
    text-decoration: none;
}

.c-form__submit-wrap {
    margin-top: 24px;
    margin-bottom: 22px;
    text-align: center;
}

.c-form .c-btn {
    white-space: nowrap;
}

#general2page-form-66order_service_inline_1 input[type='submit'],
#general2page-form-66order_service_inline_2 input[type='submit'],
#general2page-form-66order_service_inline_3 input[type='submit'] {
    display: inline-block;
    vertical-align: top;
    padding: 5px 40px;
    background: #fade41;
    color: #000000;
    border: none;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    border-radius: 4px;
    transition: opacity .3s ease;
    width: auto;
    height: auto;
    margin-top: 10px;
    box-sizing: border-box;
}

.panel-button {
    text-align: center;
}

.text.error:before, .validate-box.error:before {
    content: attr(data-content);
    display: block;
    font-size: 14px;
    position: absolute;
    left: -176px;
    top: -25px;
    width: 136px;
    padding: 12px 13px;
    color: #fff;
    text-shadow: 0 1px #8a2d14;
    line-height: 16px;
    border: 1px solid #a83737;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .18);
    background: #f34747;
    background: -moz-linear-gradient(top, #f34747 0%, #f02e2b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f34747), color-stop(100%, #f02e2b));
    background: -webkit-linear-gradient(top, #f34747 0%, #f02e2b 100%);
    background: -o-linear-gradient(top, #f34747 0%, #f02e2b 100%);
    background: -ms-linear-gradient(top, #f34747 0%, #f02e2b 100%);
    background: linear-gradient(to bottom, #f34747 0%, #f02e2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f34747', endColorstr='#f02e2b', GradientType=0);
    z-index: 10;
}

.c-form_feedback .c-form__title,
.c-form_feedback .c-form__subtitle {
    text-align: center;
}

.c-form_feedback .c-form__title {
    font-size: 26px;
}

.c-form_feedback .c-form__row {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.c-form_feedback .c-form__row > * {
    margin-top: 0;
}

.c-form_feedback .c-form__row > *:first-child {
    margin-right: 10px;
}

.c-form_feedback .c-form__row .c-btn {
    padding-left: 25px;
    padding-right: 25px;
}

.c-form_feedback .c-form__row .c-form__agreement {
    text-align: left;
}

.c-form_feedback #general2page-form-66order_service_inline_1 input[type='submit'],
.c-form_feedback #general2page-form-66order_service_inline_2 input[type='submit'],
.c-form_feedback #general2page-form-66order_service_inline_3 input[type='submit'] {
    float: left !important;
}

.c-form_feedback .policy-text {
    width: 53% !important;
    float: right !important;
    text-align: left !important;
    margin-top: 7px !important;
}

.c-form_feedback .panel-button {
    text-align: left !important;
    margin-bottom: 15px;
    display: inline-block;
}

/*===========================
  Service List
============================*/
.c-service-list {
    padding-top: 120px;
    padding-bottom: 55px;
}

.c-service-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
}

.c-service-list__item:first-child {
    border-top: 1px solid #d8d8d8;
}

.c-service-list__item-content {
    padding-right: 20px;
}

.c-service-list__item-img-wrap {
    width: 102px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-service-list__item-img {
    background-image: url("/services/podkluchenie-kassy//css/../img/sprite.png");
}

.c-service-list__item-img_cashbox {
    width: 42px;
    height: 57px;
    background-position: -172px -10px;
}

.c-service-list__item-img_chain {
    width: 62px;
    height: 48px;
    background-position: -90px -10px;
}

.c-service-list__item-img_checklist {
    width: 60px;
    height: 54px;
    background-position: -10px -10px;
}

.c-service-list__item-img_paper {
    width: 45px;
    height: 58px;
    background-position: -90px -78px;
}

.c-service-list__item-img_staff {
    width: 55px;
    height: 55px;
    background-position: -10px -84px;
}

.c-service-list__item-img_tuning {
    width: 53px;
    height: 44px;
    background-position: -10px -159px;
}

.c-service-list__item-content {
    max-width: 700px;
    line-height: 1.4;
}

.c-service-list__item-content-title {
    font-weight: 700;
}

.c-service-list__item-btn-wrap {
    margin-left: auto;
    margin-right: 22px;
}

.c-service-list__call-btn-wrap {
    margin-top: 50px;
    text-align: center;
}

.popup-content .text input {
    margin-bottom: 10px;
}

@media screen and (max-width: 670px) {
    .c-service-list__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-service-list__item-btn-wrap {
        margin-right: auto;
    }

    .c-service-list__item-img-wrap,
    .c-service-list__item-content {
        margin-bottom: 20px;
    }

    .c-service-list__item-content {
        text-align: center;
    }
}

/*===========================
  Connection Cost
============================*/
.c-connection-cost {
    padding: 50px 0;
    border-top: 1px solid #dee0e1;
    background: #f9f9fa;
}

.c-connection-cost__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: center;
    padding: 30px;
    border: 1px solid #c4c4c4;
}

.c-connection-cost__item-text {
    max-width: 567px;
    padding-right: 15px;
}

.c-connection-cost__item-price {
    padding-right: 15px;
    line-height: 1.1;
}

.c-connection-cost__item-price-value {
    font-size: 40px;
    white-space: nowrap;
}

.c-connection-cost__item-btn-wrap .c-btn {
    padding-left: 20px;
    padding-right: 20px;
}

.c-connection-cost__note {
    margin-top: 30px;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 700px) {
    .c-connection-cost__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-connection-cost__item-text {
        margin-bottom: 15px;
    }

    .c-connection-cost__item-price {
        margin-bottom: 15px;
    }
}

/*===========================
  Feedback
============================*/
.c-feedback {
    display: -ms-flexbox;
    display: flex;
    background: #352c85;
}

.c-feedback__left, .c-feedback__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.c-feedback__left {
    background: url(/services/podkluchenie-kassy//css/../img/notebook.jpg) top center no-repeat;
    background-size: cover;
}

.c-feedback__right {
    padding: 35px;
}

.c-feedback__form {
    max-width: 484px;
    padding-left: 56px;
    padding-right: 56px;
}

.c-feedback_woman .c-feedback__left {
    background: url(/services/podkluchenie-kassy//css/../img/girl_balls.jpg) top center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1195px) {
    .c-form {
        padding-left: 35px;
        padding-right: 35px;
    }

    .c-form__row {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-service-list {
        padding-top: 55px;
    }
}

@media screen and (max-width: 1155px) {
    .c-form_feedback .policy-text {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        margin-top: 15px !important;
    }

    .c-form_feedback #general2page-form-66order_service_inline_1 input[type='submit'],
    .c-form_feedback #general2page-form-66order_service_inline_2 input[type='submit'],
    .c-form_feedback #general2page-form-66order_service_inline_3 input[type='submit'] {
        float: none !important;
    }

    .c-form_feedback .panel-button {
        text-align: center !important;
    }
}

/*===========================
  Capabilities
============================*/
.c-capabilities {
    padding: 65px 0 70px 0;
}

.c-capabilities__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-capabilities__item {
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-bottom: 20px;
    margin-right: 3%;
    line-height: 1.4;
}

.c-capabilities__item:nth-child(3n) {
    margin-right: 0;
}

.c-capabilities__item-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26px;
    height: 24px;
    margin-right: 10px;
    background: url("/services/podkluchenie-kassy//css/../img/sprite.png") -172px -87px no-repeat;
}

.c-capabilities .c-section-title {
    color: #3b3b40;
}

.wrapper .cover-box .cover {
    height: 100%;
    background-size: cover;
}

.wrapper .cover-box {
    height: 655px;
}

.cover-overlay {
    display: none;
}

.bx_breadcrumbs ul li a span {
    padding: 6px !important;
}

.bx_breadcrumbs ul li span {
    padding: 0 5px !important;;
    color: #ffffff !important;;
    text-decoration: inherit !important;;
    font-size: 14px !important;;
}

.bx_breadcrumbs ul li span {
    padding: 0 11px !important;;
    color: #ffffff;
    text-decoration: inherit !important;;
    font-size: 14px !important;;
}

.bx_breadcrumbs ul li span.arr {
    padding: 0 !important;;
    color: #c1c1c1 !important;;
}

.bx_breadcrumbs ul li:last-child span {
    color: #bbbbbb !important;;
}

.bx_breadcrumbs {
    position: relative;
    bottom: -23px;
}

#general2page-form-66order_service_inline_1 .cuselScrollArrows,
#general2page-form-66order_service_inline_2 .cuselScrollArrows,
#general2page-form-66order_service_inline_3 .cuselScrollArrows {
    width: 100% !important;
    height: 38px;
    line-height: 36px;
}

#general2page-form-66order_service_inline_1 .cuselText,
#general2page-form-66order_service_inline_1 .cuselFrameRight,
#general2page-form-66order_service_inline_2 .cuselText,
#general2page-form-66order_service_inline_2 .cuselFrameRight,
#general2page-form-66order_service_inline_3 .cuselText,
#general2page-form-66order_service_inline_3 .cuselFrameRight {
    top: 4px !important;
}

.cusel span {
    height: auto !important;
}

.c-connection-cost__item-price-label {
    font-weight: 600;
    display: inline-block;
}

#general2page-form-66order_service_inline_1 .jScrollPaneContainer,
#general2page-form-66order_service_inline_2 .jScrollPaneContainer,
#general2page-form-66order_service_inline_3 .jScrollPaneContainer {
    top: 10px !important;
    overflow-y: scroll !important;
}

.c-programs__table-cell-title a {
    color: #323694;
}

@media screen and (max-width: 570px) {
    .c-capabilities__item {
        width: auto;
    }

    .c-main__title {
        margin-top: 30px;
        line-height: 41px;
    }

    table.c-programs-price_table {
        font-size: 16px !important;
        line-height: 18px !important;
    }
}

@media screen and (max-width: 1240px) {
    .c-capabilities__items {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1195px) {
    .c-main__left {
        margin-left: 3%;
    }

    .c-main__title {
        font-size: 40px;
        line-height: 1.4;
        margin-right: 20px;

    }

    .c-main__subtitle {

        display: block;
    }

    .c-main__subtitle-text {
        margin-top: 10px;
        font-size: 18px;
        margin-right: 15px;
    }


    #general2page-form-66order_service_inline_1 input[type=submit] {
        font-size: 12px;
    }
}

@media screen and (max-width: 959px) {
    .use-box-bg-kassy {
        display: none;
    }

    .c-container {
        width: 100%;
    }

    .c-main__container {
        flex-direction: column;
        align-items: center;
    }

    .c-main__left {
        width: 100%;
        margin-right: 0px;
    }

    .c-main__title, h1.c-main__title {
        font-size: 48px;
        line-height: 56px;
    }

    .c-main__right {
        margin-top: 24px;
        width: 70%;
    }

    .c-main__subtitle {
        display: flex;
    }

    .c-main__subtitle-text {
        margin-top: 0px;
    }

    .c-service-list {
        padding-top: 0px;
    }

    .wrapper .cover-box {
        height: 730px;
    }

}

/*===========================
  Programs
============================*/
.c-programs {
    padding: 40px 0 60px 0;
    background: #f9f9fa;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.c-programs a:hover {
    text-decoration: none;
}

.c-programs__table {
    width: 100%;
}

.c-programs__table-row {
    display: table-row;
}

.c-programs__table-row:last-child .c-programs__table-cell {
    border-bottom: 1px solid #d8d8d8;
}

.c-programs__table-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d8d8d8;
}

.c-programs__table-cell:first-child {
    border-left: 1px solid #d8d8d8;
}

.c-programs__table-cell:last-child {
    border-right: 1px solid #d8d8d8;
}

.c-programs__table-cell-title {
    width: 100%;
}

.c-programs__table-cell-title > * {
    color: #352c85;
    font-size: 18px;
    font-weight: 700;
}

.c-programs__table-cell-cost {
    min-width: 190px;
    color: #3b3b40;
    font-size: 24px;
}

.c-programs__table-cell-cost_not-available {
    font-size: 18px;
}

.c-programs__table-cell-btn-wrap .c-btn {
    padding: 8px 36px;
}

.c-programs__table-cell-more {
    color: #3b3b40;
}

.c-programs__table-cell-more a {
    color: #3b3b40;
    font-size: 14px;
}

.c-programs__note {
    margin-top: 60px;
    text-align: center;
}

.c-programs__btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .c-programs__table-cell {
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-programs__table-cell-cost {
        min-width: 0;
        white-space: nowrap;
    }

    .c-programs__table-wrap {
        overflow-x: auto;
    }

    .bx_breadcrumbs {
        bottom: 0px !important;
    }

    .c-main {
        padding-left: 0;
        padding-right: 0;
    }

    .c-main__container {
        display: block;
    }

    .c-main__left,
    .c-main__right {
        width: 100%;
    }

    .c-main__left {
        margin-bottom: 20px;
    }

    .c-main__title {
        font-size: 35px;
    }

    .c-feedback__left {
        display: none;
    }

    .c-feedback__right {
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 15px;
    }

    .c-feedback__right .c-form {
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper .cover-box {
        height: 580px;
    }
}

@media screen and (max-width: 860px) {
    c-programs__table-cell-cost, .c-programs__table-cell-title > * {
        font-size: 100%;
    }

    .c-programs-price_table, .c-programs__table-cell {
        font-size: 100% !important;
    }
}

@media screen and (max-width: 568px) {
    .c-programs-scroll {
        overflow: hidden;
        overflow-x: scroll;
    }
}

.service_kassy_call .c-btn {
    padding: 8px 40px !important;
}

/*===========================
  Services
============================*/
.c-services {
    padding: 55px 0 50px 0;
}

.c-services__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-services__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 354px;
    flex-basis: 354px;
    padding: 35px 16px 40px 16px;
    text-align: center;
    background-color: #6534ac;
    color: #ffffff;
}

.c-services__item-title {
    margin-bottom: 23px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
}

.c-services__item-text {
    margin: 0px 20px;
    margin-bottom: 28px;
    font-size: 15px;
    text-align: left;
}

.c-services__item-btn-wrap {
    margin-top: auto;
}

@media screen and (max-width: 840px) {
    .c-services__item-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 660px) {
    .c-services__items {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-services__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .c-services__item:first-child {
        padding-top: 40px;
    }

    .c-services__item:last-child {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 720px) {
    .c-main__title {
        font-size: 32px;
        line-height: 1.1;
        margin-left: 0;
        margin-right: 20px;
    }

    .c-service-list__item-content {
        padding-right: 0;
    }
}

@media screen and (max-width: 380px) {
    .c-main__title {
        font-size: 32px;
        line-height: 35px;
        margin-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .c-main__title {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 10px;
    }
}

/* End */


/* Start:/bitrix/components/bezr/form.result.new.befsend/templates/general2page.onecol/style.min.css?1782837100281*/
.popup{position:relative;top:auto;left:auto;margin:auto}.text.error:before{top:-19px}.text.error:after{top:3px}.text.error:before{content:attr(data-content)}.j-file-input input{position:absolute;top:0;right:0;font-size:40px;-moz-opacity:0;-khtml-opacity:0;opacity:0;cursor:pointer}
/* End */


/* Start:/bitrix/templates/.default/components/bezr/form.result.new.befsend/general.onecol/style.min.css?1744940578277*/
.popup{position:relative;top:auto;left:auto;margin:auto}.fancybox-is-open .popup.fancybox-content{display:inline-block!important}.text.error:before{top:-19px}.text.error:after{top:3px}.text.error:before{content:attr(data-content)}.popup.onecol.j-form-popup.hidden{display:none}
/* End */
/* /services/podkluchenie-kassy//css/index.css?178646505024158 */
/* /bitrix/components/bezr/form.result.new.befsend/templates/general2page.onecol/style.min.css?1782837100281 */
/* /bitrix/templates/.default/components/bezr/form.result.new.befsend/general.onecol/style.min.css?1744940578277 */
