body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
section {
    padding-top: 65px;
    padding-bottom: 65px;
}
.section__title {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 70px;
    font-size: 53px;
    color: rgb(52, 51, 51);
    font-weight: bold;
    line-height: 1.077;
    text-align: center;   
}
.kassa-header__inner {
    display: flex;
    justify-content: space-between;
}
.kassa-header__products {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kassa-header__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 260px;
    width: 33.33%;
    padding: 0 7px;
}
.kassa-item__ico {
    margin: 0 auto;
}
.kassa-item__ico svg image {
    width: 80%;
}
.kassa-item__title {
    margin-bottom: 15px;
    margin-top: auto;
    font-size: 20px;
    font-weight: 600;
    color: rgb(89, 87, 87);
    line-height: 1.429;
    text-align: center;
}
.item-ico__fisk {
    padding-top: 4px;
}
.item-ico__scaner {
    padding-top: 9px;
}

.kassa-header__list {
    background-color: #f5f5fa;
    padding: 50px 50px 55px 50px;
    border-radius: 10px 6px 6px 10px;
    min-width: 414px;
}
.kassa__list-title {
    padding-bottom: 18px;
    font-size: 24px;
    color: rgb(64, 62, 62);
    font-weight: bold;
    line-height: 1.055;  
}
.kassa__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kassa__list .kassa__list-li {
    margin: 0px;
    padding: 0px;
}
.kassa__list-li::before {
    display: none;
}
.kassa__list-link {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    color: rgb(68, 68, 156);
    line-height: 1.75; 
    text-decoration: none;     
}
.kassa__list-link:hover {
    text-decoration: underline;
}
.kassa__list-link::before {
    position: absolute;
    content: "";
    background-image: url('img/arrow-list.png');
    background-size:73%;
    background-repeat: no-repeat;
    width: 33px;
    height: 21px;
    top: 61%;
    right: -43px;
    transform: translateY(-50%);
}
.terminal .section__title {
    padding-bottom: 50px;
}
.terminal__desc {
    width: 70%;
    text-align: center;
    font-size: 28.399px;
    color: #484848;
    font-weight: bold;
    line-height: 1.352;  
    margin: 0 auto 60px;
}
.terminal__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.terminal__item {
    display: flex;
    flex-wrap: wrap;
}
.terminal__item-max {
    position: relative;
    width: 65%;
    max-height: 730px;
    background-color: #f5f5fa;
    border-radius: 10px;
    padding: 70px 60px;
    margin-bottom: 50px;
}
.terminal__item-textbox {
    max-width: 320px;
}
.terminal__item-min {
    width: 31%;
    padding: 50px;
    background-color: #fafafc;
    border-radius: 10px;
    margin-bottom: 50px;
}
.terminal__img-min {
    max-width: 350px;
    margin: 0 auto 0px;
}

.terminal__img-max img {
    width: 65%;
    height: 80%;
    object-fit: contain;
    position: absolute;
    right: 25px;
}
.terminal__img-min img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.terminal__item-title {
    font-size: 21px;
    color: rgb(26, 25, 25);
    font-weight: bold;
    line-height: 1.279;
    padding-bottom: 0px;  
}
.terminal__item-max .terminal__item-title {
    font-size: 46px;
    color: rgb(26, 25, 25);
    font-weight: bold;
    line-height: 0.665;
    padding-bottom: 30px;
}
.terminal__item-text {
    font-size: 18px;
    color: rgb(52, 51, 51);
    line-height: 1.452;
    padding-bottom: 20px;
}
.terminal__item-desc {
    font-size: 20px;
    color: rgb(52, 51, 51);
    font-weight: bold;
    line-height: 1.555;
    padding-bottom: 0px;
    margin-top: 0;
}
.terminal__item-max .terminal__item-text {
    padding-bottom: 40px;
}
.terminal__item-btn {
    width: 100%;
}
.btn-box {
    display: inline-flex;
    padding: 3px 0 0 0;
    min-width: 145px;
    justify-content: center;
    align-items: center;
    border: 1px solid#020266;
    border-radius: 3px;
    background-color: #020266;
    color: #fff;
    font-size: 16.68px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 2.302;
    cursor: pointer;
    transition: all 0.3s;  
}
.terminal__item-max .btn-box {
    min-width: 210px;
    font-size: 20px;
    padding: 5px;
}
.btn-box:hover {
    background-color: #fff;
    color:#020266;
}

.tehservice {
    background: rgb(127,127,247);
    background: linear-gradient(0deg, rgba(127,127,247,1) 0%, rgba(241,248,255,1) 100%);
    padding-top: 120px;
    padding-bottom: 120px;
}
.tehservice__wrapper {
    display: flex;
}
.tehservice__inner:first-child {
    max-width: 63%;
}
.tehservice__title {
    font-size: 51px;
    font-family: "Arial";
    color: rgb(1, 1, 101);
    font-weight: bold;
    line-height: 1.172;
    margin-bottom: 70px;
}
.tehservice__text {
    font-size: 27px;
    font-weight: 600;
    color: rgb(19, 19, 26);
    line-height: 1.497;
    margin-bottom: 70px;
}
.tehservice__btn-box {
    display: flex;
    align-items: center;
}

.btn.btn-tehservice {
    margin-right: 50px;
    min-width: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: none;
    background-color: #fff;
    color: rgb(1, 1, 101);
    font-weight: bold;
    line-height: 2.0;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn.btn-tehservice:hover {
    color: #ffffff;
    background-color: #020266;
}
.tehservice__social {
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: rgb(0, 0, 0);
}
.tehservice__social img {
    width: 65px;
}
.tehservice__social:hover {
    text-decoration: none;
}
.tehservice__social-link {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.342; 
    padding-left: 20px;  
}
.tehservice__list {
    padding-top: 40px;
    display: inline-flex;
    padding-left: 27px;
}
.tehservice__list li::marker {
    color: #ffffff;
}
.tehservice__list li {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0px 6px 16px rgba(250, 250, 252, 1); 
    margin-right: 30px;  
}
.tehservice__list li:first-child {
    margin-right: 90px;
}
.tehservice__img-box {
    position: relative;
    width: 100%;
}
.tehservice__img {
    position: absolute;
    left: -60px;
    width: 120%;
    height: 100%;
    object-fit: contain;
    z-index: 50;
}
.tehservice__shape1 {
    position: absolute;
    top: 130px;
    left: 75px;
    border-radius: 8px;
    background-color: #ffffff;
    width: 45px;
    height: 45px;
}
.tehservice__shape2 {
    position: absolute;
    top: 230px;
    left: 0;
    border-radius: 8px;
    background-color: #9fa2de;
    width: 95px;
    height: 95px;
}
.tehservice__shape3 {
    position: absolute;
    top: 230px;
    left: 165px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    width: 350px;
    height: 350px;
}
.tehservice__shape4 {
    position: absolute;
    bottom: 195px;
    right: 0px;
    border-radius: 8px;
    background-color: #babbf1;
    width: 45px;
    height: 45px;
}


/*Добавление блока касса под ключ*/


.registr__desc {
    font-weight: bold;
    line-height: 1.352;
    margin: 0px 0px 60px;
    font-size: 22px;
}

.registr__title {
margin: 31px -49px 23px;
}

.registr {
    background: rgb(127,127,247);
    background: linear-gradient(0deg, rgba(127,127,247,1) 0%, rgba(241,248,255,1) 100%);
    padding-top: 120px;
    padding-bottom: 120px;
}
.registr__wrapper {
    display: flex;
}
.registr__inner:first-child {
    max-width: 63%;
}
.registr__title {
    font-size: 51px;
    font-family: "Arial";
    color: rgb(1, 1, 101);
    font-weight: bold;
    line-height: 1.172;
    margin-bottom: 70px;
}
.text_ful {
    position: absolute;
    margin: -30px 250px;
}
.registr__text_russia {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: rgb(19, 19, 26);
    margin-top: 60px;
    margin-left: -145px;
    position: absolute;
    width: 540px;
    height: 1200px;
    margin: 60px -250px;
}
.registr__text_fiksit {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: rgb(19, 19, 26);
    margin-top: 60px;
    margin-left: -145px;
    position: absolute;
    margin: 60px 268px;
    width: 500px;
    height: 1200px;
}
.registr__text {
    padding-top: 130px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(19, 19, 26);
    line-height: 1.497;
    margin-bottom: 70px;
    margin-top: 50px;
}
.registr__btn-box {
    display: flex;
    align-items: center;
}
.btn.btn-registr {
    margin-right: 50px;
    min-width: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: none;
    background-color: #fff;
    color: rgb(1, 1, 101);
    font-weight: bold;
    line-height: 2.0;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.registr__list li {
    content: "";
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0px 6px 16px rgba(250, 250, 252, 1); 
    margin-right: 30px; 
    margin: 11px 21px; 
}

.registr__info .registr__list li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 10px;

}
/*

.btn.btn-registr:hover {
    color: #ffffff;
    background-color: #020266;
}
.registr__social:hover {
    text-decoration: none;
}
.registr__list li::marker {
    color: #ffffff;
}
*/

.registr__social {
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: rgb(0, 0, 0);
}
.registr__social img {
    width: 65px;
}

.registr__social-link {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.342; 
    padding-left: 20px;  
}
.registr__list {
    margin: 11px 21px;
    padding-top: 0px;
    display: block;
    padding-left: 27px;
}

.regisstr li:first-child {
    margin-right: 90px;
}
.registr__img-box {
    position: relative;
    width: 100%;
}
.registr__img {
    position: absolute;
    left: -60px;
    width: 120%;
    height: 80%;
    object-fit: contain;
    z-index: 50;
}
.registr__shape1 {
    position: absolute;
    top: 130px;
    left: 75px;
    border-radius: 8px;
    background-color: #ffffff;
    width: 45px;
    height: 45px;
}
.registr__shape2 {
    position: absolute;
    top: 230px;
    left: 0;
    border-radius: 8px;
    background-color: #9fa2de;
    width: 95px;
    height: 95px;
}
.registr__shape3 {
    position: absolute;
    top: 230px;
    left: 165px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    width: 350px;
    height: 350px;
}
.registr__shape4 {
    position: absolute;
    bottom: 195px;
    right: 0px;
    border-radius: 8px;
    background-color: #babbf1;
    width: 45px;
    height: 45px;
}



.tehdesc__header-text {
    font-size: 22px;
    font-weight: 600;
    color: rgb(89, 87, 87);
    line-height: 1.497;  
    padding-bottom: 30px; 
    text-align: center;  
}
.tehdesc__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tehdesc__item {
    width: 50%;
    min-height: 445px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.tehdesc__item-2,
.tehdesc__item-4 {
    justify-content: flex-end;
}
.tehdesc__item-2 .tehdesc__item-text,
.tehdesc__item-4 .tehdesc__item-text {
    margin-left: 35px;
}
.tehdesc__item-text {
    background-color: #f5f5fa;
    border-radius: 15px;
    padding: 70px;
    font-size: 20px;
    color: rgb(38, 38, 38);
    font-weight: bold;
    line-height: 1.634;
}
.tehdesc__shape-top,
.tehdesc__shape-bottom {
    position: relative;
    width: 50%;
}
.tehdesc__item-2 .tehdesc__shape-top {
    height: 15px;
    border-top: 1px dashed #000;
    border-right: 1px dashed #000;
}
.tehdesc__item-2 .tehdesc__shape-bottom {
    height: 25px;
    border-bottom: 1px dashed #000;
    border-right: 1px dashed #000;
}
.tehdesc__item-3 .tehdesc__shape-top {
    margin-left: 50%;
    margin-top: -1px;
    height: 35px;
    border-top: 1px dashed #000;
    border-left: 1px dashed #000;
}
.tehdesc__item-3 .tehdesc__shape-bottom {
    position: absolute;
    width: 55%;
    top: 288px;
    margin-left: 50%;
    height: 50px;
    border-bottom: 1px dashed #000;
    border-left: 1px dashed #000;
}
.tehdesc__item-3 {
    min-height: 550px;
}

.working-list {
    background-color: #edeef7;
}
.working-list__wrapper {
    display: flex;
    justify-content: space-between;
}
.working-list__left,
.working-list__right {
    width: 49%;
}
.working-list__title {
    min-height: 170px;
    display: flex;
    align-items: center;
    font-size: 35px;
    color: rgb(38, 37, 37);
    font-weight: bold;
    line-height: 1.204;
    padding-bottom: 40px;
}
.working-list__item {
    min-height: 235px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    padding: 70px;
    margin-bottom: 80px;
}
.working-item__title {
    font-size: 19px;
    color: rgb(89, 87, 87);
    font-weight: bold;
    line-height: 1.634; 
}
.working-item__num {
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: rgb(2, 2, 102);
    box-shadow: 0px 10px 35px 0px rgba(2, 2, 102, 0.5);
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.634;
}
.working-list__btn-box {
    text-align: center;
}
.btn.working-list__btn {
    width: 360px;
    font-size: 16.68px;
    color: rgb(255, 255, 255);
    line-height: 2.302;
    text-decoration: none;
   border-radius: 5px;
}

.tehservice__info .tehservice__list li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 10px;
}

.questions .tab-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #f7f7fc;
    padding-left: 190px;
    padding-right: 40px;
    transition: all 0.4s;
}
.questions .tab-panel-active {
    padding-top: 20px;
    padding-bottom: 40px;
}
.questions .faq-accordion .accordion {
    position: relative;
    background: none;
    border-radius: 7px;
    border: none;
    margin-bottom: 10px;
}
.questions .faq-accordion .accordion::before {
    position: absolute;
    content: "";
    background-image: url("img/icon/arrow-top.png");
    top: 54%;
    left: 115px;
    width: 26px;
    height: 13px;
    transition: all 0.4s;
}
.questions .accordion.active::before {
    transform: rotate(180deg);
}
.questions .faq-accordion .accordion p {
    padding: 0 15px 15px 15px;
}
.questions .text-p {
    margin: 0;
}
.questions .accordion.text-h4 {
    padding: 35px 50px 20px 190px;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
}
.questions .accordion.active.text-h4 {
    background-color: #f7f7fc;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
section {
    padding-top: 36px;
    padding-bottom: 48px;
}
    .kassa-header__inner {
       flex-direction: column;
    }
.kassa-header__products {
    flex-direction: column;
}
.working-item__title {
    font-size: 17px;
}
.kassa-header__item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}
.kassa-item__ico svg image {
    width: 100%;
}

.registr__list li {
    font-size: 15px;
}
.registr__list li:first-child {
    margin-right: 0px;
}

.tehservice__list li {
    font-size: 15px;
}
.tehservice__list li:first-child {
    margin-right: 0px;
}
.section__title {
    width: 100%;
    font-size: 20px;
}
.kassa-item__title {
    font-size: 19px;
    width: 60%;
}
.kassa__list-title {
    font-size: 19px;
}
.kassa__list-link {
    font-size:15px;
}
.kassa__list-link::before {
    background-size: 88%;
    width: 22px;
    height: 21px;
   top: 80%;
    right: -33px;
    transform: translateY(-50%);
}
.terminal__desc {
    font-size: 17px;
    width: 100%;
}
.terminal__item-max .terminal__item-title {
    font-size: 40px;
    padding-bottom: 15px;
}
.terminal__item-min {
    display: none;
}
.terminal__item-max {
    width: 100%;
    max-height: fit-content;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 70px 40px;
}
.terminal__img-max img {
    width: 100%;
    position: relative;
    right: auto;
}
.terminal__item-textbox {
    max-width: fit-content;
}
.terminal__item-text {
    font-size: 20px;
}
.terminal__item-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 45px;
    text-align: center;
}
.terminal__item-max .btn-box {
    font-size: 20px;
    padding: 13px 50px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px;
}

registr__wrapper {
    flex-direction: column;
}
.registr__inner:first-child {
    max-width: 100%;
}
.registr__img {
    position: relative;
    width: 89%;
    height: 100%;
    left: 35px;
    top: 54px;
}
.registr__title {
    font-size: 24px;
    margin-bottom: 45px;
}
.registr .container {
    padding-left: 30px;
    padding-right: 30px;
}
.registr__text {
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 1.4;
}
.registr__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-registr {
    margin-right: 0;
    margin-bottom: 25px;
    min-width: 275px;
}
.registr__list {
    padding-top: 40px;
    display: inline-block;
    padding-left: 0px;
    margin: 0 auto;
}
.registr__shape1 {
    top: 87px;
    left: 15px;
}
.registr__shape2 {
    top: 194px;
    width: 80px;
    height: 80px;
}
.registr__shape3 {
    top: 29px;
    left: 40px;
    width: 210px;
    height: 210px;
}
.registr__shape4 {
    bottom: -50px;
    right: 0px;
}

.tehservice__wrapper {
    flex-direction: column;
}
.tehservice__inner:first-child {
    max-width: 100%;
}
.tehservice__img {
    position: relative;
    width: 89%;
    height: 100%;
    left: 35px;
    top: 54px;
}
.tehservice__title {
    font-size: 24px;
    margin-bottom: 45px;
}
.tehservice .container {
    padding-left: 30px;
    padding-right: 30px;
}
.tehservice__text {
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 1.4;
}
.tehservice__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-tehservice {
    margin-right: 0;
    margin-bottom: 25px;
    min-width: 275px;
}
.working-list__item {
    padding: 45px;
}
.tehservice__list {
    padding-top: 40px;
    display: inline-block;
    padding-left: 0px;
    margin: 0 auto;
}
.tehservice__shape1 {
    top: 87px;
    left: 15px;
}
.tehservice__shape2 {
    top: 194px;
    width: 80px;
    height: 80px;
}
.tehservice__shape3 {
    top: 29px;
    left: 40px;
    width: 210px;
    height: 210px;
}
.tehservice__shape4 {
    bottom: -50px;
    right: 0px;
}
.tehdesc {
    padding-left: 15px;
    padding-right: 15px;
}
.tehdesc__wrapper {
    flex-direction: column;
}
.tehdesc__item {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
}
.tehdesc__item-2 .tehdesc__item-text, 
.tehdesc__item-4 .tehdesc__item-text {
    margin-left: 0;
}
.tehdesc__item {
    margin-bottom: 0px;
}
.tehdesc__item-3 {
    min-height: 100%;
}
.tehdesc__shape-top {
    position: relative;
    margin: 0 auto;
    height: 20px;
    margin-top: 20px;
   }
.tehdesc__item-2 .tehdesc__shape-top::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: -20px;
        height: 20px;
    }
.tehdesc__item-2 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
    }
    .tehdesc__item-2 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: 20px;
        height: 20px;
    }
.tehdesc__item-3 .tehdesc__shape-top {
    display: none;
}
.tehdesc__item-3 {
    margin-top: 20px;
}
.tehdesc__item-3 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
        margin-bottom: 20px;
        position: relative;
top: 0;
    }
    .tehdesc__item-3 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        right: 0;
        top: 20px;
        height: 20px;
    }
.working-list__wrapper {
    flex-direction: column;
}
.working-list__left, 
.working-list__right {
    width: 100%;
}
 .working-list__title {
    min-height: 70px;
    text-align: center;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0;
    font-size: 20px;
    justify-content: center;
}
.btn.working-list__btn {
    width: 280px;
    font-size: 14.68px;
}
.tehdesc__header-text {
    font-size: 16px;
}
.tehdesc__item-text {
    font-size: 17px;
    line-height: 1.4;
    padding: 50px;
   }
.kassa-header__list {
    min-width: auto;
    padding: 30px;
   }
	.questions .faq-accordion .accordion::before {
		left: 55px;
	}
	.questions .accordion.text-h4 {
		padding: 35px 50px 20px 130px;
	}
	.questions .tab-panel {
		padding-left: 130px;
	}
	.questions .tab-panel-active {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 360px) and (max-width: 413px) {
section {
    padding-top: 36px;
    padding-bottom: 48px;
}
    .kassa-header__inner {
       flex-direction: column;
    }
.kassa-header__products {
    flex-direction: column;
}
.working-item__title {
    font-size: 17px;
}
.kassa-header__item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}
.kassa-item__ico svg image {
    width: 100%;
}
.tehservice__list li {
    font-size: 15px;
}
.tehservice__list li:first-child {
    margin-right: 0px;
}
.section__title {
    width: 100%;
    font-size: 20px;
}
.kassa-item__title {
    font-size: 19px;
    width: 60%;
}
.kassa__list-title {
    font-size: 19px;
}
.kassa__list-link {
    font-size:15px;
}
.kassa__list-link::before {
    background-size: 88%;
    width: 22px;
    height: 21px;
       top: 77%;
    right: -33px;
    transform: translateY(-50%);
}
.terminal__desc {
    font-size: 17px;
    width: 100%;
}
.terminal__item-max .terminal__item-title {
    font-size: 40px;
    padding-bottom: 15px;
}
.terminal__item-min {
    display: none;
}
.terminal__item-max {
    width: 100%;
    max-height: fit-content;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 70px 40px;
}
.terminal__img-max img {
    width: 100%;
    position: relative;
    right: auto;
}
.terminal__item-textbox {
    max-width: fit-content;
}
.terminal__item-text {
    font-size: 20px;
}
.terminal__item-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 45px;
    text-align: center;
}
.terminal__item-max .btn-box {
    font-size: 20px;
    padding: 13px 50px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px;
}
. registr__inner registr__info {
    max-width: 100%;
	}
.registr__list li {
    font-size: 19px;
    margin: 20px 22px;
    line-height: 1.3;
}
.registr__list {
    margin: 0px 0px;
    padding-top: 0px;
    display: block;
    padding-left: 0px;
}
.registr__title {
	font-size: 28px;
	margin: auto;
    margin-top: -70px;
    padding-bottom: 30px;
	}
.registr__inner:first-child {
	max-width: 100%;
}
.registr__text  {
    padding-top: 0px;
}
.registr__img-box {
    display: none;
}
.registr__social {
	padding-top: 20px;
}
.registr__btn-box {
	align-items: center;
    justify-content: center;
    flex-direction: column;
}
.registr__text_russia {
    position: relative;
    margin: 60px -250px;
    height: inherit;
    width: 300px;
    font-weight: 600;
    color: rgb(19, 19, 26);
    line-height: 1.3;
    font-size: 19px;
}
.registr__text_fiksit {
    position: relative;
    width: 300px;
    height: inherit;
    font-weight: 600;
    color: rgb(19, 19, 26);
    font-size: 19px;
    margin: 60px -250px;
    line-height: 1.3;
}
.registr__shape1 {
    top: 1315px;
    left: 60px;
	}
.registr__shape2 {
    top: 1635px;
    left: -200px;
	}
.registr__shape3 {
    position: absolute;
    top: 1340px;
    left: -200px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    width: 320px;
    height: 350px;
	}
.text_ful {
    position: relative;
    margin: -20px 250px;
}
.tehservice__wrapper {
    flex-direction: column;
}
.tehservice__inner:first-child {
    max-width: 100%;
}
.tehservice__img {
    position: relative;
    width: 89%;
    height: 100%;
    left: 35px;
    top: 54px;
}
.tehservice__title {
    font-size: 28px;
    margin-bottom: 45px;
}
.tehservice .container {
    padding-left: 30px;
    padding-right: 30px;
}
.tehservice__text {
    margin-bottom: 45px;
    font-size: 20px;
}
.tehservice__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-tehservice {
    margin-right: 0;
    margin-bottom: 25px;
    min-width: 275px;
}
.working-list__item {
    padding: 45px;
}
.tehservice__list {
    padding-top: 40px;
    display: inline-block;
    padding-left: 0px;
    margin: 0 auto;
}
.tehservice__shape1 {
    top: 87px;
    left: 15px;
}
.tehservice__shape2 {
    top: 194px;
    width: 80px;
    height: 80px;
}
.tehservice__shape3 {
    top: 29px;
    left: 40px;
    width: 245px;
    height: 245px;
}
.tehservice__shape4 {
    bottom: 31px;
    right: 0px;
}
.tehdesc {
    padding-left: 15px;
    padding-right: 15px;
}
.tehdesc__wrapper {
    flex-direction: column;
}
.tehdesc__item {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
}
.tehdesc__item-2 .tehdesc__item-text, 
.tehdesc__item-4 .tehdesc__item-text {
    margin-left: 0;
}
.tehdesc__item {
    margin-bottom: 0px;
}
.tehdesc__item-3 {
    min-height: 100%;
}
.tehdesc__shape-top {
    position: relative;
    margin: 0 auto;
    height: 20px;
    margin-top: 20px;
   }
.tehdesc__item-2 .tehdesc__shape-top::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: -20px;
        height: 20px;
    }
.tehdesc__item-2 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
    }
    .tehdesc__item-2 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: 20px;
        height: 20px;
    }
.tehdesc__item-3 .tehdesc__shape-top {
    display: none;
}
.tehdesc__item-3 {
    margin-top: 20px;
}
.tehdesc__item-3 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
        margin-bottom: 20px;
        position: relative;
top: 0;
    }
    .tehdesc__item-3 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        right: 0;
        top: 20px;
        height: 20px;
    }
.working-list__wrapper {
    flex-direction: column;
}
.working-list__left, 
.working-list__right {
    width: 100%;
}
 .working-list__title {
    min-height: 70px;
    text-align: center;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0;
    font-size: 20px;
    justify-content: center;
}
.btn.working-list__btn {
    width: 300px;
}
.tehdesc__header-text {
    font-size: 16px;
}
.tehdesc__item-text {
    font-size: 17px;
    line-height: 1.4;
    padding: 50px;
   }
.kassa-header__list {
    min-width: auto;
   }
	.questions .faq-accordion .accordion::before {
		left: 55px;
	}
	.questions .accordion.text-h4 {
		padding: 35px 50px 20px 130px;
	}
	.questions .tab-panel {
		padding-left: 130px;
	}
	.questions .tab-panel-active {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 414px) and (max-width: 479px) {
section {
    padding-top: 36px;
    padding-bottom: 48px;
}
    .kassa-header__inner {
       flex-direction: column;
    }
.kassa-header__products {
    flex-direction: column;
}
.kassa-header__item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}
.kassa-item__ico svg image {
    width: 100%;
}
.tehservice__list li {
    font-size: 18px;
}
.section__title {
    width: 100%;
    font-size: 29px;
}
.kassa-item__title {
    font-size: 19px;
    width: 60%;
}
.kassa__list-title {
    font-size: 25px;
}
.kassa__list-link {
    font-size:17px;
}
.kassa__list-link::before {
    background-size: 88%;
    width: 22px;
    height: 21px;
      top: 77%;
    right: -33px;
    transform: translateY(-50%);
}
.section__title {
    width: 100%;
}
.terminal__desc {
    font-size: 20px;
}
.terminal__item-max .terminal__item-title {
    font-size: 40px;
    padding-bottom: 15px;
}
.terminal__item-min {
    display: none;
}
.terminal__item-max {
    width: 100%;
    max-height: fit-content;
    flex-direction: column;
    margin-bottom: 15px;
}
.terminal__img-max img {
    width: 100%;
    position: relative;
    right: auto;
}
.terminal__item-textbox {
    max-width: fit-content;
}
.terminal__item-text {
    font-size: 20px;
}
.terminal__item-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 45px;
    text-align: center;
}
.terminal__item-max .btn-box {
    font-size: 20px;
    padding: 13px 50px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px;
}
.tehservice__wrapper {
    flex-direction: column;
}
.tehservice__inner:first-child {
    max-width: 100%;
}
.tehservice__img {
    position: relative;
    width: 89%;
    height: 100%;
    left: 35px;
    top: 54px;
}
.tehservice__title {
    font-size: 28px;
    margin-bottom: 45px;
}
.tehservice .container {
    padding-left: 30px;
    padding-right: 30px;
}
.tehservice__text {
    margin-bottom: 45px;
    font-size: 20px;
}
.tehservice__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-tehservice {
    margin-right: 0;
    margin-bottom: 25px;
}
.tehservice__list {
    display: inline-block;
    margin: 0;
}
.tehservice__list {
    padding-top: 40px;
    display: inline-block;
    padding-left: 27px;
    margin: 0 auto;
}
.tehservice__shape1 {
    top: 87px;
    left: 15px;
}
.tehservice__shape2 {
    top: 194px;
    width: 80px;
    height: 80px;
}
.tehservice__shape3 {
    top: 73px;
    left: 78px;
    left: 109px;
    width: 245px;
    height: 245px;
}
.tehservice__shape4 {
    bottom: 31px;
    right: 0px;
}

.registr__img-box {
    display: none;
	}
.registr__inner:first-child {
max-width: 100%;
	}
.registr__title {
    margin: auto;
    font-size: 33px;
    margin-top: -70px;
    padding-bottom: 20px;
	}
.registr__list {
    margin: inherit;
	padding-left: 0px;
	}
.registr__list li {
font-size: 19px;
	}
.text_ful {
    position: relative;
    margin: -20px 250px;
	}
.registr__text_russia {
    position: relative;
    margin: 60px -270px;
    height: inherit;
    width: 450px;
    font-weight: 600;
    color: rgb(19, 19, 26);
    line-height: 1.2;
    font-size: 17px;
}
.registr__text_fiksit {
    position: relative;
    width: 450px;
    height: inherit;
    font-weight: 600;
    color: rgb(19, 19, 26);
    font-size: 17px;
    margin: 60px -270px;
    line-height: 1.2;
}
.registr__text {
padding-top: 20px;
}
.registr__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tehdesc {
    padding-left: 15px;
    padding-right: 15px;
}
.tehdesc__wrapper {
    flex-direction: column;
}
.tehdesc__item {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
}
.tehdesc__item-2 .tehdesc__item-text, 
.tehdesc__item-4 .tehdesc__item-text {
    margin-left: 0;
}
.tehdesc__item {
    margin-bottom: 0px;
}
.tehdesc__item-3 {
    min-height: 100%;
}
.tehdesc__shape-top {
    position: relative;
    margin: 0 auto;
    height: 20px;
    margin-top: 20px;
   }
.tehdesc__item-2 .tehdesc__shape-top::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: -20px;
        height: 20px;
    }
.tehdesc__item-2 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
    }
    .tehdesc__item-2 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: 20px;
        height: 20px;
    }
.tehdesc__item-3 .tehdesc__shape-top {
    display: none;
}
.tehdesc__item-3 {
    margin-top: 20px;
}
.tehdesc__item-3 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
        margin-bottom: 20px;
        position: relative;
top: 0;
    }
    .tehdesc__item-3 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        right: 0;
        top: 20px;
        height: 20px;
    }
.working-list__wrapper {
    flex-direction: column;
}
.working-list__left, 
.working-list__right {
    width: 100%;
}
 .working-list__title {
    min-height: 70px;
    text-align: center;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0;
    font-size: 22px;
    justify-content: center;
}
.tehdesc__header-text {
    font-size: 16px;
}
.tehdesc__item-text {
    font-size: 17px;
    line-height: 1.4;
    padding: 50px;
   }
.kassa-header__list {
    min-width: auto;
   }
	.questions .faq-accordion .accordion::before {
		left: 55px;
	}
	.questions .accordion.text-h4 {
		padding: 35px 50px 20px 130px;
	}
	.questions .tab-panel {
		padding-left: 130px;
	}
	.questions .tab-panel-active {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 480px) and (max-width: 539px) {
section {
    padding-top: 36px;
    padding-bottom: 48px;
}
    .kassa-header__inner {
       flex-direction: column;
    }
.kassa-header__products {
    flex-direction: column;
}
.kassa-header__item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}
.kassa-item__ico svg image {
    width: 100%;
}
.tehservice__list li {
    font-size: 18px;
}
.section__title {
    width: 100%;
    font-size: 25px;
}
.kassa-item__title {
    font-size: 19px;
    width: 60%;
}
.kassa__list-title {
    font-size: 20px;
}
.kassa__list-link {
    font-size: 20px;
}
.kassa__list-link::before {
    background-size: 88%;
    top: 61%;
    right: -43px;
    transform: translateY(-50%);
}
.section__title {
    width: 100%;
}
.terminal__desc {
    font-size: 18px;
    width: 100%;
}
.terminal__item-max .terminal__item-title {
    font-size: 40px;
    padding-bottom: 15px;
}
.terminal__item-min {
    display: none;
}
.terminal__item-max {
    width: 100%;
    max-height: fit-content;
    flex-direction: column;
    margin-bottom: 15px;
}
.terminal__img-max img {
    width: 100%;
    position: relative;
    right: auto;
}
.terminal__item-textbox {
    max-width: fit-content;
}
.terminal__item-text {
    font-size: 20px;
}
.terminal__item-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 45px;
    text-align: center;
}
.terminal__item-max .btn-box {
    font-size: 20px;
    padding: 13px 50px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px;
}
.text_ful {
    position: relative;
    margin: -20px 250px;
	}
.registr__img-box {
    display: none;
	}
.registr__inner:first-child {
max-width: 100%;
	}
.registr__title {
    margin: auto;
    font-size: 33px;
    margin-top: -70px;
    padding-bottom: 20px;
	}
.registr__text_russia {
    position: relative;
    margin: 60px -250px;
    height: inherit;
    width: inherit;
    font-weight: 600;
    color: rgb(19, 19, 26);
    line-height: 1.3;
    font-size: 19px;
	}
.registr__text_fiksit {
    position: relative;
    width: inherit;
    height: inherit;
    font-weight: 600;
    color: rgb(19, 19, 26);
    font-size: 19px;
    margin: 60px -250px;
    line-height: 1.3;
	}
.registr__text {
    padding-top: 20px;
	} 
.registr__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}

.registr__btn-box .btn btn-box btn-registr has-ripple {
    margin-right: 0;
    margin-bottom: 25px;
	}

.tehservice__wrapper {
    flex-direction: column;
}
.tehservice__inner:first-child {
    max-width: 100%;
}
.tehservice__img {
    position: relative;
    width: 89%;
    height: 100%;
    left: 35px;
    top: 54px;
}
.tehservice__title {
    font-size: 28px;
    margin-bottom: 45px;
}
.tehservice .container {
    padding-left: 30px;
    padding-right: 30px;
}
.tehservice__text {
    margin-bottom: 45px;
    font-size: 20px;
}
.tehservice__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-tehservice {
    margin-right: 0;
    margin-bottom: 25px;
}
.tehservice__list {
    display: inline-block;
    margin: 0;
    padding-top: 40px;
    display: inline-block;
    padding-left: 0px;
    margin: 0 auto;
}
.tehservice__shape1 {
    top: 87px;
    left: 15px;
}
.tehservice__shape2 {
    top: 194px;
    width: 80px;
    height: 80px;
}
.tehservice__shape3 {
    top: 73px;
    left: 78px;
    left: 109px;
    width: 245px;
    height: 245px;
}
.tehservice__shape4 {
    bottom: 31px;
    right: 0px;
}
.tehdesc {
    padding-left: 15px;
    padding-right: 15px;
}
.tehdesc__wrapper {
    flex-direction: column;
}
.tehdesc__item {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
}
.tehdesc__item-2 .tehdesc__item-text, 
.tehdesc__item-4 .tehdesc__item-text {
    margin-left: 0;
}
.tehdesc__item {
    margin-bottom: 0px;
}
.tehdesc__item-3 {
    min-height: 100%;
}
.tehdesc__shape-top {
    position: relative;
    margin: 0 auto;
    height: 20px;
    margin-top: 20px;
   }
.tehdesc__item-2 .tehdesc__shape-top::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: -20px;
        height: 20px;
    }
.tehdesc__item-2 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
    }
    .tehdesc__item-2 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: 20px;
        height: 20px;
    }
.tehdesc__item-3 .tehdesc__shape-top {
    display: none;
}
.tehdesc__item-3 {
    margin-top: 20px;
}
.tehdesc__item-3 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
        margin-bottom: 20px;
        position: relative;
top: 0;
    }
    .tehdesc__item-3 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        right: 0;
        top: 20px;
        height: 20px;
    }
.working-list__wrapper {
    flex-direction: column;
}
.working-list__left, 
.working-list__right {
    width: 100%;
}
 .working-list__title {
    min-height: 70px;
    text-align: center;
    width: 60%;
    margin: 0 auto 25px;
    padding: 0;
    font-size: 22px;
    justify-content: center;
}
.tehdesc__header-text {
    font-size: 16px;
}
.tehdesc__item-text {
    font-size: 17px;
    line-height: 1.4;
   }
.questions .faq-accordion .accordion::before {
		left: 55px;
	}
	.questions .accordion.text-h4 {
		padding: 35px 50px 20px 130px;
	}
	.questions .tab-panel {
		padding-left: 130px;
	}
	.questions .tab-panel-active {
		padding-bottom: 50px;
	}
	.questions .faq-accordion .accordion::before {
		left: 55px;
	}
	.questions .accordion.text-h4 {
		padding: 35px 50px 20px 130px;
	}
	.questions .tab-panel {
		padding-left: 130px;
	}
	.questions .tab-panel-active {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 540px) and (max-width: 767px) {
section {
    padding-top: 36px;
    padding-bottom: 48px;
}
    .kassa-header__inner {
       flex-direction: column;
    }
.kassa-header__products {
    flex-direction: column;
}
.kassa-header__item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}
.kassa-item__ico svg image {
    width: 100%;
}
.section__title {
    width: 100%;
    font-size: 37px;
}
.kassa-item__title {
    font-size: 24px;
}
.kassa-item__title {
    width: 43%;
}
.kassa__list-title {
    font-size: 29px;
}
.kassa__list-link {
    font-size: 24px;
}
.kassa__list-link::before {
    background-size: 88%;
    top: 61%;
    right: -43px;
    transform: translateY(-50%);
}
.section__title {
    width: 100%;
}
.terminal__desc {
    font-size: 24.399px;
}
.terminal__item-min {
    display: none;
}
.terminal__item-max {
    width: 100%;
    max-height: fit-content;
    flex-direction: column;
    margin-bottom: 15px;
}
.terminal__img-max img {
    width: 100%;
    position: relative;
    right: auto;
}
.terminal__item-textbox {
    max-width: fit-content;
}
.terminal__item-text {
    font-size: 26px;
}
.terminal__item-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 45px;
    text-align: center;
}
.terminal__item-max .btn-box {
    font-size: 20px;
    padding: 18px 50px;
    font-weight: 700;
    font-size: 27px;
    border-radius: 6px;
}

.registr__wrapper {
    flex-direction: column;
}
.registr__inner:first-child {
    max-width: 100%;
}
.registr__img {
    position: relative;
    width: 89%;
    height: 100%;
    left: 35px;
    top: 35px;
}
.registr__title {
    font-size: 29px;
    margin-bottom: 45px;
    margin-left: auto;
}
.registr .container {
    padding-left: 30px;
    padding-right: 30px;
}
.registr__text {
    padding-top: 20px;
    margin-bottom: 45px;
    font-size: 23px;
}
.registr__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-registr {
    margin-right: 0;
    margin-bottom: 25px;
}
.text_ful {
    position: relative;
    margin: -20px 250px;
	}
.registr__list {
    display: inline-block;
    margin: 0;
}
.registr__list {
    padding-top: 0px;
    display: inline-block;
    padding-left: 27px;
    margin: 0 auto;
}
.registr__text_russia {
	position: relative;
    margin: 60px -245px;
    height: inherit;
    width: inherit;
    font-weight: 600;
    color: rgb(19, 19, 26);
    line-height: 1.497;
    font-size: 21px;
	}

.registr__text_fiksit {
    position: relative;
    width: inherit;
    height: inherit;
    font-weight: 600;
    color: rgb(19, 19, 26);
    font-size: 21px;
    margin: 60px -245px;
    line-height: 1.497;
	}
.registr__shape1 {
    top: 87px;
    left: 15px;
}
.registr__shape3 {
    top: 73px;
    left: 78px;
    left: 109px;
    width: 300px;
    height: 300px;
}
.registr__shape4 {
    bottom: 31px;
    right: 0px;
}

.tehservice__wrapper {
    flex-direction: column;
}
.tehservice__inner:first-child {
    max-width: 100%;
}
.tehservice__img {
    position: relative;
    width: 89%;
    height: 100%;
    left: 35px;
    top: 35px;
}
.tehservice__title {
    font-size: 32px;
    margin-bottom: 45px;
}
.tehservice .container {
    padding-left: 30px;
    padding-right: 30px;
}
.tehservice__text {
    margin-bottom: 45px;
    font-size: 23px;
}
.tehservice__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-tehservice {
    margin-right: 0;
    margin-bottom: 25px;
}
.tehservice__list {
    display: inline-block;
    margin: 0;
}
.tehservice__list {
    padding-top: 40px;
    display: inline-block;
    padding-left: 27px;
    margin: 0 auto;
}
.tehservice__shape1 {
    top: 87px;
    left: 15px;
}
.tehservice__shape3 {
    top: 73px;
    left: 78px;
    left: 109px;
    width: 300px;
    height: 300px;
}
.tehservice__shape4 {
    bottom: 31px;
    right: 0px;
}
.tehdesc {
    padding-left: 15px;
    padding-right: 15px;
}
.tehdesc__wrapper {
    flex-direction: column;
}
.tehdesc__item {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
}
.tehdesc__item-2 .tehdesc__item-text, 
.tehdesc__item-4 .tehdesc__item-text {
    margin-left: 0;
}
.tehdesc__item {
    margin-bottom: 0px;
}
.tehdesc__item-3 {
    min-height: 100%;
}
.tehdesc__shape-top {
    position: relative;
    margin: 0 auto;
    height: 20px;
    margin-top: 20px;
   }
.tehdesc__item-2 .tehdesc__shape-top::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: -20px;
        height: 20px;
    }
.tehdesc__item-2 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
    }
    .tehdesc__item-2 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: 20px;
        height: 20px;
    }
.tehdesc__item-3 .tehdesc__shape-top {
    display: none;
}
.tehdesc__item-3 {
    margin-top: 20px;
}
.tehdesc__item-3 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
        margin-bottom: 20px;
        position: relative;
top: 0;
    }
    .tehdesc__item-3 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        right: 0;
        top: 20px;
        height: 20px;
    }
.working-list__wrapper {
    flex-direction: column;
}
.working-list__left, 
.working-list__right {
    width: 100%;
}
 .working-list__title {
    min-height: 70px;
    text-align: center;
    width: 60%;
    margin: 0 auto 25px;
    padding: 0;
    font-size: 22px;
    justify-content: center;
}
.tehdesc__header-text {
    font-size: 16px;
}
.tehdesc__item-text {
    font-size: 17px;
    line-height: 1.4;
   }
	.questions .faq-accordion .accordion::before {
		left: 55px;
	}
	.questions .accordion.text-h4 {
		padding: 35px 50px 20px 130px;
	}
	.questions .tab-panel {
		padding-left: 130px;
	}
	.questions .tab-panel-active {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
section {
    padding-top: 36px;
    padding-bottom: 48px;
}
    .kassa-header__inner {
       flex-direction: column;
    }
.kassa-header__products {
    flex-direction: column;
}
.kassa-header__item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}
.kassa-item__ico svg image {
    width: 100%;
}
.section__title {
    width: 100%;
    font-size: 37px;
}
.kassa-item__title {
    font-size: 24px;
}
.kassa-item__title {
    width: 43%;
}
.kassa__list-title {
    font-size: 29px;
}
.kassa__list-link {
    font-size: 24px;
}
.kassa__list-link::before {
    background-size: 88%;
    top: 61%;
    right: -43px;
    transform: translateY(-50%);
}
.section__title {
    width: 100%;
}
.terminal__desc {
    font-size: 24.399px;
}
.terminal__item-min {
    display: none;
}
.terminal__item-max {
    width: 100%;
    max-height: fit-content;
    flex-direction: column;
    margin-bottom: 15px;
}
.terminal__img-max img {
    width: 100%;
    position: relative;
    right: auto;
}
.terminal__item-textbox {
    max-width: fit-content;
}
.terminal__item-text {
    font-size: 26px;
}
.terminal__item-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 45px;
    text-align: center;
}
.terminal__item-max .btn-box {
    font-size: 20px;
    padding: 18px 50px;
    font-weight: 700;
    font-size: 27px;
    border-radius: 6px;
}
.registr__wrapper {
    flex-direction: column;
}
.registr__inner:first-child {
    max-width: 100%;
}
.registr__img {
    position: relative;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 50;
}
.registr__title {
    font-size: 40px;
    margin-bottom: 45px;
    margin-left: 0px;
}
.registr .container {
    padding-left: 30px;
    padding-right: 30px;
}
.registr__text_russia {
	position: relative;
    margin: 60px -245px;
    height: inherit;
    width: inherit;
    font-weight: 600;
    color: rgb(19, 19, 26);
    line-height: 1.497;
    font-size: 21px;
	}

.registr__text_fiksit {
    position: relative;
    width: inherit;
    height: inherit;
    font-weight: 600;
    color: rgb(19, 19, 26);
    font-size: 21px;
    margin: 60px -245px;
    line-height: 1.497;
	}
.registr__text {
    margin-bottom: 45px;
    padding-top: 0px;
}
.registr__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-registr {
    margin-right: 0;
    margin-bottom: 25px;
}
.text_ful {
    position: relative;
    margin: -20px 250px;
	}
.registr__list {
    display: inline-block;
    margin: 0;
}
.registr__list {
    padding-top: 0px;
    display: inline-block;
    padding-left: 27px;
    margin: 0 auto;
}
.registr__shape3 {
    top: 73px;
}
.registr__shape4 {
    bottom: 31px;
    right: 82px;
}

.tehservice__wrapper {
    flex-direction: column;
}
.tehservice__inner:first-child {
    max-width: 100%;
}
.tehservice__img {
    position: relative;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 50;
}
.tehservice__title {
    font-size: 46px;
    margin-bottom: 45px;
}
.tehservice .container {
    padding-left: 30px;
    padding-right: 30px;
}
.tehservice__text {
    margin-bottom: 45px;
}
.tehservice__btn-box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn.btn-tehservice {
    margin-right: 0;
    margin-bottom: 25px;
}
.tehservice__list {
    display: inline-block;
    margin: 0;
}
.tehservice__list {
    padding-top: 40px;
    display: inline-block;
    padding-left: 27px;
    margin: 0 auto;
}
.tehservice__shape3 {
    top: 73px;
}
.tehservice__shape4 {
    bottom: 31px;
    right: 82px;
}
.tehdesc {
    padding-left: 15px;
    padding-right: 15px;
}
.tehdesc__wrapper {
    flex-direction: column;
}
.tehdesc__item {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
}
.tehdesc__item-2 .tehdesc__item-text, 
.tehdesc__item-4 .tehdesc__item-text {
    margin-left: 0;
}
.tehdesc__item {
    margin-bottom: 0px;
}
.tehdesc__item-3 {
    min-height: 100%;
}
.tehdesc__shape-top {
    position: relative;
    margin: 0 auto;
    height: 20px;
    margin-top: 20px;
   }
.tehdesc__item-2 .tehdesc__shape-top::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: -20px;
        height: 20px;
    }
.tehdesc__item-2 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
    }
    .tehdesc__item-2 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        left: 0;
        top: 20px;
        height: 20px;
    }
.tehdesc__item-3 .tehdesc__shape-top {
    display: none;
}
.tehdesc__item-3 {
    margin-top: 20px;
}
.tehdesc__item-3 .tehdesc__shape-bottom {
        margin: 0 auto;
        height: 20px;
        margin-bottom: 20px;
        position: relative;
top: 0;
    }
    .tehdesc__item-3 .tehdesc__shape-bottom::before {
        position: absolute;
        content: "";
        border: 1px dashed #000000;
        right: 0;
        top: 20px;
        height: 20px;
    }
.working-list__wrapper {
    flex-direction: column;
}
.working-list__left, 
.working-list__right {
    width: 100%;
}
 .working-list__title {
    min-height: 70px;
    text-align: center;
    width: 60%;
    margin: 0 auto 25px;
    padding: 0;
    font-size: 22px;
    justify-content: center;
}
	.questions .faq-accordion .accordion::before {
		left: 55px;
	}
	.questions .accordion.text-h4 {
		padding: 35px 50px 20px 130px;
	}
	.questions .tab-panel {
		padding-left: 130px;
	}
	.questions .tab-panel-active {
		padding-bottom: 50px;
	}

}


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

.section__title {
    font-size: 45px;
}
.terminal__desc {
    font-size: 22px;
}
    .kassa-header__list {
        min-width: 340px;
        padding: 35px;
     }
    .kassa__list-title {
        font-size: 20px;
        margin-bottom: 10px;
     }
     .kassa__list-link {
         font-size: 16px;
     }
     .kassa__list-link::before {
        width: 33px;
        top: 61%;
        transform: translateY(-50%);
      }
      .kassa-item__title {
          font-size: 16px;
      }
.kassa-item__ico svg image {
    width: 100%;
}
      .kassa-item__ico svg {
     width: 70%;
margin-top: 20px;      
}
.kassa-item__ico  {
    text-align: center;
}
.terminal__item-max .terminal__item-title {
    font-size: 40px;
    padding-bottom: 10px;
}
.terminal__item-text {
    font-size: 16px;
}
.terminal__item-max .terminal__item-text {
    padding-bottom: 30px;
}
.terminal__img-max img {
    width: 54%;
}
.terminal__item-max {
    padding: 50px;
    margin-bottom: 50px;
}

.terminal__item-title {
    font-size: 15px;
    margin: 15px 0;
}
.terminal__item-text {
    font-size: 14px;
    padding-bottom: 5px;
}
.terminal__item-desc {
    font-size: 17px;
    margin-bottom: 15px;
}
.btn-box {
    padding: 3px 0 0 0;
    min-width: 130px;
    font-size: 13.68px;;
}
.terminal__item-min {
    padding: 40px;
}
.terminal__item-max .btn-box {
    font-size: 17px;
}

.registr .container {
    width: 880px;
}

.registr__title {
    font-size: 37px;
    margin-bottom: 35px;
}

.registr__text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 26px;
}

.btn.btn-registr {
    min-width: 220px;
margin-right: 25px;
}

.registr__social img {
    width: 40px;
}

.registr__social-link {
    font-size: 15px;
}

.registr__list {
    padding-left: 0px;
}

.registr__list li:first-child {
    margin-right: 20px;
}

ul.registr__list li {
margin-top: 0;
}

ul.registr__list li:before {
content: "";
}

ul.registr__list li {
font-size: 16px;
}

.registr__shape1 {
    top: 0px;
}

.registr__shape2 {
    top: 49px;
    left: 0;
    width: 70px;
    height: 70px;
}

.registr__shape3 {
    top: 75px;
    left: 37px;
    width: 311px;
    height: 311px;
}

.btn.btn-registr {
    font-size: 14px;
}

.tehservice .container {
    width: 880px;
}

.tehservice__title {
    font-size: 37px;
    margin-bottom: 35px;
}
.tehservice__text {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 26px;
}
.btn.btn-tehservice {
    min-width: 220px;
margin-right: 25px;
}
.tehservice__social img {
    width: 40px;
}
.tehservice__social-link {
    font-size: 15px;
}
.tehservice__list {
    padding-left: 0px;
}
.tehservice__list li:first-child {
    margin-right: 20px;
}
ul.tehservice__list li {
margin-top: 0;
}
ul.tehservice__list li:before {
content: "";
}
ul.tehservice__list li {
font-size: 16px;
}
.tehservice__shape1 {
    top: 0px;
}
.tehservice__shape2 {
    top: 49px;
    left: 0;
    width: 70px;
    height: 70px;
}
.tehservice__shape3 {
    top: 75px;
    left: 37px;
    width: 311px;
    height: 311px;
}
.btn.btn-tehservice {
    font-size: 14px;
}
.tehdesc__header-text {
    font-size: 17px;
}
.tehdesc__item-text {
    font-size: 17px;
}
.tehdesc__item-3 .tehdesc__shape-bottom {
    margin-left: 52%;
	top: 256px;
}
.working-list__title {
    font-size: 29px;
}
.working-list__item {
    padding: 60px;
    min-height: 246px;
   }
}

@media screen and (min-width: 992px) and (max-width: 1190px)  {
.registr__text_fiksit{
font-size: 15px;
margin: 60px 165px;
	}
.registr__text_russia{
font-size: 15px;
	}
}