@media (max-width: 575px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 1365px) {
    #sidebar {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-align: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        pointer-events: none;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        opacity: 0;
        z-index: -1;
    }

    /*
    .sb-site {
                 position: relative;
                 width: 100%;
                 top: 0;
                 left: 0;
            }
    */
    .sidebar-container {
        padding-top: 60px;
        box-sizing: content-box;
    }

    .sb-site.open-sidebar #sidebar {
        opacity: 1;
        z-index: 1000;
        pointer-events: auto;
    }

    .swipe-area {
        display: none;
        position: absolute;
        width: 50px;
        left: 0;
        top: 0;
        height: 100%;
        background: #f5f5f5;
        z-index: 10;
    }

    #sidebar ul {
        margin: 0;
        padding: 0 20px;
        list-style: none;
    }

    #sidebar ul li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* margin: 0; */
    }

    #sidebar ul li:nth-child(1)::after {
        display: none;
    }

    #sidebar ul li::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-top: 1px solid #efefef;
        width: 100%;
        height: 1px;
    }

    #sidebar ul li a,
    #sidebar ul li .level-1 {
        display: block;
        width: 100%;
        font-size: 18px;
        color: #4d4f53;
        line-height: 350%;
    }

    #sidebar ul.ul-2 {
        border-top: 1px solid #ccc
            /*#e6e6e6*/
        ;
    }

    #sidebar ul.ul-2 li:first-child {
        font-family: 'Roboto-Medium', -apple-system, 'Segoe UI', Helvetica, 'Arial', 'sans-serif';
    }

    #sidebar .level-2 {
        padding: 0 0 15px 0;
    }

    #sidebar .level-2 div {
        padding: 10px 10px 10px 20px;
    }

    #sidebar .level-2 div a {
        color: #888;
        font-size: 16px;
    }

    .sidebar-menu-level-2-container {
        max-height: 0px;
        transition: max-height 0.4s ease;
        overflow: hidden;
    }

    .sidebar-menu-level-2-container.opened {
        max-height: 1000px;
    }

    .level-2-spoiler {
        display: inline-block;
        position: relative;
        top: -0.15rem;
        color: #4d4f53;
        width: 25px;
        transition: 0.2s ease;
    }

    .level-2-spoiler.up {
        transform: rotate(180deg);
        top: 0rem;
    }

    .main-content {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
    }

    .main-content .content {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 60px;
        width: 100%;
    }

    .main-content #sidebar-toggle {
        order: 3;
        -webkit-order: 3;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        width: 30px;
        height: 23px;
        /*padding:0.5rem;*/
        z-index: 20;
        will-change: transform;
    }

    .main-content a.active#sidebar-toggle {
        height: 22px;
    }

    .main-content a#sidebar-toggle:hover,
    a#sidebar-toggle:focus {
        outline: 0;
        -webkit-transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
    }

    .main-content #sidebar-toggle .bar {
        display: block;
        width: 30px;
        margin-bottom: 4px;
        height: 2px;
        background-color: #4d4f53;
        border-radius: 1px;
        -webkit-transition: opacity .2s ease, -webkit-transform .2s;
        transition: transform .2s, opacity .2s ease;
        transition: transform .2s, opacity .2s ease, -webkit-transform .2s;
    }

    .main-content a.active#sidebar-toggle .bar:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .main-content a.active#sidebar-toggle .bar:nth-child(2) {
        opacity: 0;
    }

    .main-content a.active#sidebar-toggle .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    .main-content a#sidebar-toggle .bar:nth-child(3) {
        margin-bottom: 0;
    }
}

@media (max-width: 1180px) {
    .block1-wrapper,
    .block2-wrapper {
        padding: 0;
    }

    .block-wrapper-special {
        margin-top: 0 !important;
    }

    .block1-text,
    .block2-text {
        /* padding: 45px 0; */
    }

    .block-connect {
        padding: 0;
    }

    .column-wrapper {
        flex-direction: column;
    }

    .column-container-first {
        flex-direction: row;
    }

    .column-container-first .column-content-container {
        flex-basis: 47.5%;
    }

    .column-container-first .column-content-container+.column-content-container {
        margin-top: 0;
        margin-left: 5%;
    }

    .column-container-second {
        margin-left: 0;
        margin-top: 30px;
    }

    .header__navbar>div,
    .header-right_row-2>div {
        margin-left: 20px !important;
    }

    .header__navbar a.btn-phone {
        display: none;
    }

    .header__navbar a.btn-header {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .items-2 {
        /* width: 320px; */
    }

    .items-products+.items-products {
        margin-left: 30px;
    }

    .items-cp,
    .items-samsung,
    .items-marketplace,
    .items-cp {
        width: 100%;
    }

    .items-cp+div,
    .items-samsung+div,
    .items-marketplace+div {
        width: 100%;
        margin-top: 30px !important;
        margin-left: 0 !important;
    }

    .items-flex>div {
        margin-right: 50px;
    }

    .items-wide .items-2+.items-2 {
        margin-top: 30px;
        margin-left: 0;
    }

    .items-special {
        max-width: 290px !important;
    }

    .big-img.special h1 i {
        /*font-size:30px;*/
    }

    .big-img-1 .big-img-container .text-wrapper {
        padding: 45px 0;
    }

    .big-img-1 .big-img-container .text-wrapper .text {}

    .big-img-1 .big-img-container .text-wrapper .text .content {
        padding: 30px 0 45px;
    }

    .big-img.special p.lead {
        font-size: 18px;
        padding: 30px 0;
    }

    .work-area#special {
        padding-top: 90px !important;
    }



    .header__container .logon-mobile img {
        width: 25px;
        padding: 0.5rem;
    }

    .header-menu-item {
        margin-right: 20px;
    }

    .items .items-pscb {
        width: calc(33% - 20px);
        max-width: 235px;
    }

    .items-pscb.pscb-3 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    header {
        display: none;
    }

    .header-mobile {
        position: sticky;
        top: 0;
        left: 0;
        display: block !important;
        width: 100%;
        background: #fff;
        z-index: 1001;
        border-bottom: 1px solid #e6e6e6;
    }

    .header-mobile .header__container {
        height: 60px;
        margin: 0 auto !important;
        /* padding-left: 0;
        padding-right: 0; */
        justify-content: space-between;
        box-sizing: border-box;
    }

    html {
        scroll-padding-top: 61px;
    }
}

@media (max-width: 991px) {
    .page-holder {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 870px) {
    .column-container-first {
        flex-direction: column;
    }

    .column-container-first .column-content-container {
        flex-basis: 100%;
    }

    .column-container-first .column-content-container+.column-content-container {
        margin-top: 30px;
        margin-left: 0;
    }

    .info-block__wrapper {
        margin: 0 !important;
        border-radius: 0;
    }

    .info-block-special {
        font-size: 13px;
        background-position-x: 20px;
        padding: 10px 20px 10px 60px;
    }

    .submenu-wrapper {
        display: none !important;
    }

    .block-connect-wrapper {
        margin-top: 0px;
    }

    .big-img+.block-connect-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .big-img-1 .big-img-container {
        padding: 0 20px;
    }

    .big-img.special {
        background-position: 75% 50% !important;
    }

    .big-img.special .big-img-container {
        margin-left: 20px;
        margin-right: 20px;
        padding: 0 !important;
        justify-content: center;
    }

    .big-img-1.special .text-wrapper .text {
        text-align: Center;
    }

    .big-img.special .big-img-container .text-wrapper {
        padding: 30px 40px 50px;
        width: 100%;
        background: none;
    }

    .big-img.special .big-img-container .text-wrapper .text .head {
        max-width: 100%;
        margin: 0 auto;
    }

    .footer-top .footer-cell:first-child {
        display: none;
    }

    .logon-mobile {
        display: none;
    }

    .call-mobile {
        display: none;
    }

    .submenu-container {
        /* margin-top: -25px;
    margin-bottom: 40px; */
    }

    .items-products h4 {
        text-align: center;
    }

    .items-pm>* {
        max-width: 220px;
    }

    .items-pscb:nth-child(odd) {
        margin-right: 30px;
    }

    .items-pscb:nth-child(5),
    .items-pscb:nth-child(6) {
        margin-bottom: 0 !important;
    }

    .items .items-pm {
        width: 35% !important;
        padding: 0 0 20px 0;
        background-size: 70px !important;
    }

    .items-pm:nth-child(3),
    .items-pm:nth-child(4) {
        padding-bottom: 0 !important;
    }

    .items .items-services {
        width: auto;
        text-align: center;
        border-left: none;
        border-bottom: 3px solid #5fea12;
        padding-left: 0;
        padding-bottom: 10px;
        margin: 0 auto !important;
    }

    .business>* {
        flex-direction: column !important;
    }

    .business>* .business-icon {
        width: 150px;
        height: 150px;
        min-width: initial;
        min-height: initial;
        margin-bottom: 20px;
    }

    .business>* h3 {
        text-align: center;
    }

    .business>* .details {
        text-align: center;
    }

    .merchant {
        background-size: 90px;
    }

    .marketplace {
        background-size: 110px;
        background-position: 50% 70%;
    }

    .pos {
        background-size: 65px;
    }

    .terminal {
        background-size: 130px;
        background-position: -5px 10px;
    }

    .business>* .business-text,
    .business>* .business-text-reverse {
        width: 100%;
        padding: 0 !important;
    }

    .items .items-ps {
        width: calc(50% - 1px);
        height: 125px;
    }

    .items-ps.ps-1 {
        background-position-y: -180px;
        background-size: 230px;
    }

    .items-ps.ps-2 {
        background-position-y: 0;
    }

    .items-ps.ps-3 {
        background-position-y: -413px;
    }

    .items-ps.ps-4 {
        background-position-y: -1600px;
    }

    .items-ps.ps-5 {
        background-position-y: -1116px;
    }

    .items-ps.ps-6 {
        background-position-y: -885px;
    }

    .items-ps.ps-7 {
        background-position-y: -647px;
    }

    .items-ps.ps-8 {
        background-position-y: -2060px;
    }

    .items-ps.ps-9 {
        background-position-y: -1347px;
    }

    .items-ps.ps-10 {
        background-position-y: -1869px;
    }

    .items-ps.ps-11 {
        background-size: 50%;
    }

    .items .items-cms,
    .items .items-tile {
        width: 50%;
        height: 125px;
    }

    .items .items-cms.empty {
        display: none;
    }

    .items .items-cms.empty:last-child {
        display: block;
    }
}

@media (max-width: 767px) {

    body,
    li,
    div,
    p,
    th,
    td {
        font-size: 16px;
    }

    h1,
    h1 i {
        font-size: 30px;
        line-height: 120%;
    }

    h1 i {
        border-bottom: 5px solid #4d4f53;
        padding-bottom: 5px;
    }

    h2,
    .h2 {}

    h3,
    .h3 {
        font-size: 18px;
    }

    /*.block1-text h2,
    .block2-text h2 {
      padding-bottom: 10px !important;
      line-height:120% !important;
    }
    h2 + .items {
      padding-top: 10px;
      }
    h2 + .items.items-tiles-container {
      margin-top: 10px;
      }*/
    h4,
    .h4 {
        /*font-size: 20px;*/
    }

    input {
        height: 35px;
        line-height: 35px;
    }

    .submenu {
        width: 100%;
    }

    .big-img.special .big-img-container .text-wrapper .text .head {
        width: auto;
    }

    .big-img.special p.lead {
        padding: 20px 0;
    }

    .business>* {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        padding: 30px 40px;
    }

    .business>* h3 {
        text-align: center;
    }

    .business>*>* {
        width: 80%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto;
    }

    .business>* .business-icon {
        width: 130px;
        height: 130px;
    }

    .business-list li:before {
        top: 0.45rem;
    }

    .business-sublist {
        padding: 0;
    }

    .business-sublist li span.tip {
        margin: 0;
    }

    .details.info-text {
        background-position: 0 5px !important;
        background-size: 20px;
        padding-left: 31px !important;
    }

    .items-2 {
        width: auto;
        margin: 0 auto;
    }

    .items-wide .items-2 {
        width: auto !important;
    }

    .items .items-products:last-child {
        margin-bottom: 0;
    }

    .items-cp>img {
        width: calc(100% - 30px) !important;
    }

    .items-flex {
        flex-direction: column;
    }

    .items-flex>div {
        flex-basis: auto;
        margin: 0 auto 20px auto;
    }

    .items-flex>div:last-child {
        margin: 0 auto !important;
    }

    .items .items-solutions>div {
        height: auto;
        justify-content: center;
        padding: 55px 0 10px 0;
        background-position: 50% 10px;
        background-size: 40px;
        background-color: #ffffff;
        transition: 0.2s;
        cursor: pointer;
    }

    .items .items-solutions>div+div {
        margin-top: 20px;
    }

    .items .items-tile {
        width: 50%;
    }

    .items-fiscal-solutions {}

    .items-fiscal-solutions .secondary-button a {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .items-getstarted {
        flex-direction: column;
        justify-content: center;
    }

    .getstarted-icon {
        width: 75px;
        min-width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 46px;
        margin: 0 auto 20px auto;
    }

    .getstarted-text h3 {
        text-align: center;
    }

    .header-mobile .header__container {
        /* padding: 0 12px; */
    }

    .sidebar-container {
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar-container>ul>li {
        /* padding: 0 15px; */
    }

    .why-pscb ul li {
        min-height: auto;
        padding: 10px 0;
    }

    .items .items-security {
        width: auto;
        margin: 0 auto 20px auto !important;
    }

    .items .items-security:last-child {
        margin-bottom: 0 !important;
    }

    .menu-wrapper {
        display: none;
    }

    .mo-window {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    .mo-window h2 {
        font-size: 21px;
    }

    .mo-window .row {
        margin: 10px 0 0;
        padding: 0;
        width: 100% !important;
        flex-basis: 100% !important;
    }

    .mo-window .row+.row {
        padding-top: 0;
    }

    .mo-window .row .controls {
        width: 100% !important;
    }

    .mo-window .row .label {
        width: 100% !important;
        margin: 0 !important;
    }

    .mo-window .row .label label {
        text-align: left !important;
        margin: 0 0 2px 0 !important;
    }

    .modal-content {
        height: 100%;
    }

    .modal-inner {
        max-height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: inherit;
    }

    .mo-window .closing-button {
        display: block !important;
        position: absolute;
        padding: 0 !important;
        top: -0.5rem;
        right: 10px;
        text-align: right !important;
        font-size: 3rem !important;
    }

    .mo-window .row .controls input,
    .mo-window .row .controls textarea {
        padding: 3px 8px !important;
    }

    .mo-window .row#submit {
        margin-top: 15px;
    }

    .mo-window#message .form-button {
        width: 100% !important;
    }

    .mo-window#message #privacy-agree {
        text-align: left !important;
    }

    .num-list-item {
        font-size: 13px;
        margin-top: 0.1rem;
        margin-right: 1rem;
    }

    #privacy-agree {
        font-size: 14px;
    }

    .mo-window input[type=submit] {
        min-width: 200px;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
    }

    .big-img-1 h1 {
        font-size: 28px;
    }

    .big-img-1 h1 i {
        /*color:#fff;*/
    }

    .big-img-1 p {
        margin: 15px 0 30px 0 !important;
        padding: 0 !important;
        /*color:#fff;*/
        line-height: inherit;
    }

    .big-img.special .big-img-container {
        justify-content: center;
    }

    .big-img-1 .big-img-container .text-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 !important;
        box-shadow: none !important;
        border-radius: 0;
    }

    .big-img-1.special .text-wrapper .text {
        padding: 30px 20px;
    }

    .big-img-1 .big-img-container .text-wrapper .text .btn-group {
        align-items: flex-start;
        width: 100%;
    }

    .big-img-1 .big-img-container .text-wrapper .text>div.content>*,
    .big-img-1 .big-img-container .text-wrapper .text>div.content>*>* {
        font-size: inherit;
    }

    .big-img.special h1 {
        float: none;
        width: 100%;
    }

    .big-img-2 {
        background-size: cover;
    }

    .big-img-1 .big-img-container .text-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .big-img-1 .big-img-container {
        padding: 0;
    }

    .big-img-1 .big-img-container .text-wrapper {
        position: relative;
    }

    .big-img-1 .big-img-container .text-wrapper .text {
        padding: 0 30px;
        z-index: 1;
    }

    .block1-container,
    .block2-container,
    .footer-container {
        padding-top: 45px;
        padding-bottom: 45px;
        border-radius: 0 !important;
    }

    /*.block-wrapper-main + section .items, .block-wrapper-main + section .items {
      padding-top: 0;
    }*/
    .block-main {
        padding-bottom: 0;
    }

    .block-main .lead {
        padding-bottom: 15px;
    }

    .desktop-only {
        display: none !important;
    }

    .contact {
        flex-direction: column;
    }

    .contact-name {
        width: auto !important;
    }

    .contact-details {
        width: auto !important;
        padding: 10px 0 0 0;
    }

    .items>*>p {
        font-size: inherit;
        padding: 0;
    }

    .items .items-rates:last-child {
        margin: 0 !important;
    }

    .items .items-pm div.pm {
        line-height: 150%;
        margin-left: 0 !important;
    }

    .items-2+.items-2 {
        margin-left: 0;
        margin-top: 30px;
    }

    .column-wrapper {
        padding: 0;
    }

    .column-content-container {
        padding: 30px
    }

    .connect-form-block {
        max-width: 75%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .connect-form-block h2 {
        padding-bottom: 30px;
    }

    .connect-form-block p {
        padding: 0 0 30px 0;
        line-height: initial;
    }

    .lead {
        font-size: inherit;
    }

    .main-content .security {
        flex-direction: column !important;
    }

    .main-content .security>* {
        flex-direction: column !important;
        width: auto !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .main-content .security>*:last-child {
        margin-bottom: 0 !important;
    }

    .main-content .security>*>*:last-child {
        padding-left: 0 !important;
        padding-top: 10px;
        text-align: center;
        max-width: 250px;
    }

    .mobile-only {
        display: block;
    }

    .big-img-1 h1 i {
        border-color: #fff;
    }

    .block1-text p.business-text-2,
    .block2-text p.business-text-2 {
        padding-top: 15px;
    }

    .business>* {
        padding: 50px 10px;
    }

    .business>* .business-text,
    .business>* .business-text-reverse {
        width: 100% !important;
    }

    .business>* .business-icon {
        padding-bottom: 0;
    }

    .connect-form-block {
        max-width: 100%;
    }

    .connect-form-block .primary-button {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .connect-form-block .secondary-button {
        padding: 16px 57px !important;
    }

    .connect-form-block .primary-button a {
        margin: 0;
    }

    .connect-form-block .primary-button a+a {
        margin-top: 15px;
    }

    .details {
        margin-top: 30px;
    }

    .main-content .arrow {
        display: none;
    }

    .mo-window#message .row#submit {
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .items-solutions {
        margin-bottom: 10px !important;
    }

    .items-3:last-child,
    .items-3-center:last-child {
        margin-bottom: 0 !important;
    }

    .items-buttons>div {
        text-align: center !important;
    }

    .items-buttons>div+div {
        margin-top: 10px !important;
    }

    .items-cp>img {
        width: 100%;
    }

    .items.items-business,
    .items.items-rates,
    .items.items-pscb {
        display: block;
    }

    .items.items-business>* {
        width: auto;
        margin: 0 auto 20px auto;
    }

    .items.items-rates>* {
        width: auto;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }

    .items-business .items-business-1 {
        background-size: 110px;
    }

    .items-business .items-business-2 {
        background-size: 130px;
        background-position: 50% 5px;
    }

    .items-business .items-business-3 {
        background-size: 125px;
    }

    h2+.items-desc {
        padding-top: 15px;
    }

    .items-business>*>h3 {
        padding-top: 120px;
    }

    .items-desc {
        padding-top: 30px;
    }

    .items .items-pscb {
        width: auto;
        margin: 0 auto 30px auto !important;
        background-position: 50% 0;
        max-width: 300px;
    }

    .items-pscb:last-child {
        margin-bottom: 0 !important;
    }

    .items .items-pscb p {
        padding: 10px 0 0;
    }

    .items-pm {
        margin-right: 0 !important;
    }

    .items-pm:nth-child(3) {
        padding-bottom: 10px !important;
    }

    .items-advantages+.items-advantages,
    .items-secure+.items-secure {
        padding-top: 10px !important;
        margin-top: 0px !important;
    }

    .items-2>div:last-child {
        padding-bottom: 0;
    }

    .items-3,
    .items-4 {
        padding: 10px 0;
    }

    .items-4>*>* {
        width: 100%;
        margin: 0;
    }

    .header__container .logo {
        height: 51px;
    }

    .items-4>* {
        margin: 0 auto !important;
        width: auto;
        min-width: 250px;
    }

    .main-content .security {
        flex-direction: inherit !important;
        padding: 0 0 20px 0;
    }

    .main-content .security>* {
        width: 100% !important;
        flex-direction: inherit !important;
        align-items: flex-end !important;
    }

    .main-content .security>*>*:first-child img {
        width: 35px !important;
        padding-right: 10px;
    }

    .main-content .security>*>*:last-child {
        text-align: left !important;
    }

    .main-content .security>*:nth-child(2),
    .main-content .security>*:nth-child(4) {
        margin-right: inherit !important;
    }

    .main-content .security>*>*:last-child br {
        display: none;
    }

    .footer-container .last-child {
        border-bottom: 1px solid #f5f6f766;
        padding-bottom: 20px;
    }

    .items>div {
        width: 100%;
    }

    .items .items-3,
    .items .items-3-center {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .items.items-services-container {
        display: block;
    }

    .items .items-services {
        border: none;
        padding-bottom: 0;
    }

    .items .items-services br {
        display: none;
    }

    .items .items-services-hr {
        display: block;
        width: 25px;
        margin: 15px auto;
        background: #55ed00;
    }

    .items .items-ps {
        background-size: 140px !important;
        height: 100px;
    }

    .items-ps.ps-1 {
        background-position-y: -97px;
    }

    .items-ps.ps-2 {
        background-position-y: 14px;
    }

    .items-ps.ps-3 {
        background-position-y: -217px;
    }

    .items-ps.ps-4 {
        background-position-y: -883px;
    }

    .items-ps.ps-5 {
        background-position-y: -610px;
    }

    .items-ps.ps-6 {
        background-position-y: -480px;
    }

    .items-ps.ps-7 {
        background-position-y: -350px;
    }

    .items-ps.ps-8 {
        background-position-y: -1140px;
    }

    .items-ps.ps-9 {
        background-position-y: -739px;
    }

    .items-ps.ps-10 {
        background-position-y: -1031px;
    }

    a.secondary-button {
        font-size: 16px;
        padding: 10px 20px;
    }

    #registerform-container .row .form-button {
        width: 100%;
    }

    #registerform-container .row#privacy-agree {
        padding-top: 0;
    }

    #registerform-container .row {
        flex-basis: 100% !important;
    }

    #registerform-container #privacy-agree #privacy-agree-checkbox {
        width: 20px;
        height: 20px;
    }

    #registerform-container #privacy-agree .controls>label {
        font-size: 13px;
    }

    #registerform-container #privacy-agree .controls>span {
        font-size: 14px;
    }

    ul.business-list.big>li {
        /* font-size: 1rem; */
    }
}

@media screen and (min-width: 1201px) {
    .block1-container,
    .block2-container {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .section_feedback .block1-container,
    .section_feedback .block2-container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}