@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding: 0;
  }
}

body {
  margin-top: 167px;
}

:hover {
  transition-duration: 0.3s;
}

.mobile-menu {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}

.line-top__inner,
.mobile-menu__line-top {
  padding: 13px 10px;
}

.mobile-menu__inner {
  background-color: #fff;
  height: auto;
}

.mobile-menu__logo {
  height: auto;
}

.mobile-menu__line-left .shapka-top__btn {
  margin-left: 0;
}

.mobile-menu__line-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.mobile-menu__logo-s {
  padding-right: 10px;
  border-right: 1px solid #e1e1e1;
  height: 45px;
}

.mobile-drop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.mobile-menu__hide {
  display: none;
  transition-duration: 0.3s;
  background-color: #f8f8f8;
}

.mobile-menu__link a {
  text-transform: none;
}

.marker__img a {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}

.marker__img a svg {
  fill: #2a5fe7;
}

.marker__img a:hover {
  background-color: #2a5fe7;
}

.marker__img a:hover svg {
  fill: #fff;
}

.gen__title {
  color: #24262e;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.shapka-top__btn a {
  color: #102538;
  background-color: #f1f1f1;
}

.shapka-top__btn svg {
  fill: #2a5fe7;
}

.shapka-top__btn a:hover {
  color: #fff;
  background: #2a5fe7;
  box-shadow: 0px 7px 11.7px 0px rgba(42, 95, 231, 0.3);
}

.shapka__menu-item a:hover::after {
  content: none;
}

.shapka-top__btn a:hover svg {
  fill: #fff;
}

.drop-down {
  display: none;
}

.shapka-bot__inner {
  position: relative;
}

.shapka__menu-drop span {
  content: url(/img/down-g.svg);
  width: 15px;
}

.shapka__menu-drop:hover span {
  content: url(/img/down-b.svg);
}

.shapka__menu-drop:hover .drop-down {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 72px;
  background-color: #fff;
  border-radius: 20px;
  background: var(--border-cat-tab-menu, #fff);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 20px;
}

.shapka__menu-item {
  padding: 25px 0;
}

.shapka-bot__inner {
  padding: 0;
}

.drop-left {
  border-right: 1px solid #e1e1e1;
}

.dropmenu {
  padding-left: 20px;
  gap: 20px;
  width: 100%;
}

.drop-left__item {
  position: relative;
  min-width: 175px;
}

.drop-left__link {
  margin-right: -1px;
}

.drop-left__active {
  color: #24262e !important;
  border-right: 1px solid #2a5fe7 !important;
  transition-duration: 2s !important;
}

.drop-left__item a {
  color: #24262e;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  display: block;
  border-right: 1px solid transparent;
}

.drop-left__item a:hover {
  border-top: none !important;
  color: #24262e;
  /* border-right: 1px solid #2a5fe7; */
}

.drop-title {
  color: #24262e;
  font-size: 14px;
  font-weight: 400;
}

.drop-title__name {
  color: #24262e;
  font-size: 14px;
  font-weight: 400;
}

.drop-title {
  color: #24262e !important;
  font-size: 14px;
  font-weight: 400;
}

.drop-title:hover {
  color: #2a5fe7 !important;
}

.drop-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.drop-list a {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.drop-down a:hover::after {
  content: none;
}

.dropmenu {
  display: none;
}

.active-drop {
  display: flex;
  justify-content: space-between;
}

.drop__inner {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  /* flex-wrap: wrap; */
}

.drop-pad {
  width: 271px;
  padding: 20px;
  min-height: 341px;
  border-radius: 10px;
  background-position: right bottom;
  background-size: cover;
}

.drop-pad1 {
  background-image: url(/img/pad/10.jpg);
}

.drop-pad2 {
  background-image: url(/img/pad/2.jpg);
}

.drop-pad__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 126.7%;
  margin-bottom: 10px;
}

.drop-pad__text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}

.drop-pad__btn a {
  display: inline-block;
  color: #24262e !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  background: #fff;
  padding: 8px 16px;
  border: 1px solid #fff;
}

.drop-pad__btn a:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

.slider-left,
.slider-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 800;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  stroke: #fff;
}

.slider-left {
  left: 30px;
}

.slider-right {
  right: 30px;
}

.slider-left:hover,
.slider-right:hover {
  background-color: #fff;
  border-color: #fff;
  stroke: #24262e;
}

.slider__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plusi__acquiring {
  gap: 20px;
  grid-template-rows: repeat(9, 1fr);
}

.plusi__acquiring .plusi__item {
  padding: 0;
}

.plusi__acquiring .plusi__item .plusi__info {
  padding: 20px 0px 15px 40px;
}

.plusi__acquiring .plusi__item .pusi__img {
  margin-top: auto;
}

.plusi__acquiring .plusi1 {
  grid-row: 1 / 5;
  grid-column: 1 / 2;
}

.plusi__acquiring .plusi2 {
  grid-row: 1 / 6;
  grid-column: 2 / 3;
}

.plusi__acquiring .plusi3 {
  grid-row: 5 / 9;
  grid-column: 1 / 2;
}

.plusi__acquiring .plusi4 {
  grid-row: 6 / 9;
  grid-column: 2 / 3;
}

.plusi__title span {
  color: #2a5fe7;
}

.pusi__img {
  height: auto;
}

.plusi__acquiring .plusi2 .pusi__img {
  width: 280px !important;
  height: auto !important;
}

.plusi__inner {
  border-bottom: 1px solid #e1e1e1;
}

.plusi__items {
  margin-bottom: 0;
}

.tarif-block {
  background-image: none;
}

.tarifs-btns {
  display: flex;
  background-color: #f4f4f4;
  border-radius: 50px;
  padding: 5px;
  user-select: none;
  width: fit-content;
}

.tarifs-btns a {
  color: #24262e;
  padding: 16px 22px;
  border-radius: 50px;
  cursor: pointer;
  min-width: 130px;
  text-align: center;
}

.active-tab__link {
  background-color: #fff;
}

.tovary-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tovary-two__item {
  padding: 40px;
  border-radius: 20px;
  background: #f4f4f4;
}

.tovary-two__title {
  color: #24262e;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.tovary-two__sub {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.tovary-two__list table {
  width: 100%;
  margin: 20px 0;
}

.tovary-two__list tr:first-child td {
  border-top: 1px solid #e1e1e1;
}

.tovary-two__list tr td {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

.tovary-two__list tr td:nth-child(2) {
  text-align: right;
}

.tovary-tree__list tr td {
  padding: 15px 0;
  height: 72px;
  vertical-align: middle;
}

.tovary-two__white {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.tovary-two__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.two__white-img {
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  stroke: #2a5fe7;
}

.two__white-img:hover {
  background-color: #2a5fe7;
  border-color: #2a5fe7;
  stroke: #fff;
}

.two__price-btn a {
  padding: 15px 32px;
  border-radius: 10px;
  border: 1px solid #2a5fe7;
  color: #2a5fe7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.two__price-btn a:hover {
  background-color: #2a5fe7;
  color: #fff;
}

.two__price-price {
  color: #24262e;
  font-size: 32px;
  font-weight: 700;
}

.tovary-tabs {
  display: none;
}

.active-tab {
  display: grid;
}

.tovary-tree {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(400px, auto);
  gap: 20px;
}

.tovary-tree .tovary-two__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tovary-tree .tovary-two__price {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.tovary-tree .tovary-two__sub {
  /* min-height: 40px; */
}

.white-item .tovary-two__sub {
  margin-bottom: 20px;
}

.tovary-white__item {
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  padding: 30px;
}

.mb2 {
  margin-bottom: 20px;
}

.tovary-two__title24 {
  font-size: 24px;
}

.platej-tree {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 460px;
  gap: 20px;
}

.platej-tree__item {
  padding: 30px;
  border-radius: 20px;
  background: #f4f4f4;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.tovary-tree .two__price-price span {
  font-size: 14px;
}

.tovary-tree .two__price-btn a {
  padding: 16px 17px;
}

.two__price-sub {
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.tovary-tree .tovary-two__price {
  gap: 9px;
}

.white-block {
  padding: 0;
  margin-bottom: 50px;
}

.grey-block {
  border-radius: 20px 20px 0px 0px;
  background: #f4f4f4;
  padding: 50px 0;
  margin-bottom: 50px;
}

.white-item {
  background-color: #fff;
  border-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.white-item1 {
  background-image: url(/img/torgoviy_acquiring/white/1w.png);
}

.white-item2 {
  background-image: url(/img/torgoviy_acquiring/white/2w.png);
}

.white-item3 {
  background-image: url(/img/torgoviy_acquiring/white/3w.png);
}

.platform-inner {
  border-bottom: 1px solid #e1e1e1;
  padding: 50px 0;
}

.black-block {
  border-radius: 20px;
  background: #24262e;
  padding: 50px;
  margin-bottom: 20px;
  color: #fff;
  min-height: 420px;
}

.black-block__title {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.black-block__sub {
  color: #b0cbe3;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

.black-block__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.black-block__btns a {
  padding: 15px;
  text-align: center;
  min-width: 180px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
}

.black-block__blue a {
  background-color: #2a5fe7;
}

.black-block__blue a:hover {
  box-shadow: 0px 7px 11.7px 0px rgba(42, 95, 231, 0.3);
}

.black-block__dblue a {
  background-color: #19344b;
}

.black-block__dblue a:hover {
  background-color: #395670;
}

.platform-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.platform-four__item {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 20px;
}

.platform-four__blue {
  border-radius: 10px;
  background: #2a5fe7;
  box-shadow: 0px 7px 11.7px 0px rgba(42, 95, 231, 0.3);
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.platform-four__title {
  color: #24262e;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 5px;
}

.platform-four__text {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.news__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.news__item {
  background: #f4f4f4;
  border-radius: 20px;
  border: none;
}

.form {
  margin-bottom: 50px;
}

.form__inner {
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
}

.form-top {
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  padding: 30px;
  /* margin-bottom: 20px; */
}

.form-top__title {
  text-align: center;
  margin-bottom: 20px;
  color: #24262e;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.formMain__input {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 15px;
}

.formMain__input::placeholder {
  color: #abb2b9;
  font-size: 14px;
  font-weight: 400;
}

.formMain__input:focus {
  border: 1px solid #b0b0b0;
  background: #fff;
  color: #24262e;
}

.form-top__row {
  margin-bottom: 10px;
}

.form-top__sub {
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}

.form-top__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.form-top__btns a {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}

.grey-btn a {
  background: #f1f1f1;
  color: #102538;
  font-size: 14px;
  font-weight: 400;
}

.form-bot {
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  padding: 30px 20px;
}

.shield {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.sield-text {
  color: #24262e;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.shield-sub {
  color: #b1b1b1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 10px;
}

.open-bill__inner {
  background-image: url(/img/torgoviy_acquiring/open-bill.jpg);
  background-color: #f3f3f3;
  background-position: right bottom;
  background-size: cover;
  border-radius: 20px;
  min-height: 490px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 54px;
}

.open__title {
  margin-bottom: 10px;
  color: #24262e;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.open-text {
  margin-bottom: 20px;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.open-bill {
  margin-bottom: 10px;
}

.footer {
  background: #24262e;
  border-bottom: none;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer__phone a {
  color: #fff;
}

.footer-phone__sub {
  color: #898d9d;
}

.footer__link a {
  color: #898d9d;
}

.footer__link a:hover {
  color: #fff;
}

.footer-right__title {
  color: #fff;
}

.footer__inner {
  align-items: flex-start;
  padding: 40px 0 30px;
  border-bottom: 1px solid #363944;
}

/* .shapka-bot__btn {
  border-bottom: 1px dotted #898d9d;
  padding-bottom: 9px;
} */

.footer-left,
.footer-right {
  padding: 0;
}

.footer-right {
  padding-left: 30px;
  border-left: 1px solid #363944;
  width: 290px;
}

.footer-logoplus {
  width: calc(100% - 290px);
}

.footer-left {
  width: 100%;
}

.docs-icon {
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #898d9d;
  stroke: #898d9d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}

.footer-bottom {
  border-top: none;
}

.footer-menu {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  border-bottom: 1px solid #363944;
}

.footer-menu__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu__item a {
  color: #898d9d;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer-menu__item a:first-child {
  color: #fff;
}

.footer-menu__item a:hover {
  color: #fff;
}

.footer-bot__left {
  color: #464956;
}

.footer-bot__title {
  color: #fff;
}

.soc__item a {
  border-color: #898d9d;
}

.soc__item svg {
  fill: #898d9d;
}

.soc__item a:hover svg {
  fill: #24262e;
}

.nobg-grey__btn a {
  border-radius: 10px;
  border: 1px solid #898d9d;
  color: #898d9d;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.nobg-grey__btn a:hover {
  background-color: #898d9d;
  color: #24262e;
}

.nobg-grey__btn span {
  content: url(/img/rustore-new.svg);
}

.nobg-grey__btn:hover span {
  content: url(/img/rustore-hov.svg);
}

.soc__item:hover svg {
  fill: #2a5fe7;
}

/* #ModalZayavka  */

#ModalZayavka .modalMain__inner {
  width: 500px;
  max-width: 98%;
  padding: 30px 30px 16px;
}

.modalZayavka__title {
  text-align: center;
  margin-bottom: 20px;
  color: #24262e;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

#ModalZayavka label {
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 5px;
}

#ModalZayavka .warning {
  position: relative;
}

#ModalZayavka .warning:after {
  content: url(/img/error.svg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.warning .laber {
  color: red;
}

.warning .laber:after {
  content: " заполнен неверно";
}

.warning {
  border-color: red;
}

/* #ModalZayavka  */

#ModalThx .modalMain__inner {
  padding: 35px;
  width: 320px;
  z-index: 1009;
  position: relative;
}

.modal-thx__title {
  color: #24262e;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px;
}

.modal-thx__sub {
  color: #505050;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
}

#ModalThx .modal-bot {
  padding: 0;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-thx__ok {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  width: 50px;
  height: 50px;
}

.modal-thx__ok img {
  width: 100%;
}

.faq-det {
  margin-bottom: 10px;
}

.faq-sum {
  border-radius: 10px;
  background: #efefef;
  padding: 24px 70px 24px 20px;
  cursor: pointer;
  position: relative;
  border: none;
  color: #24262e;
  font-weight: 400;
}

.det__inner {
  padding: 10px 70px 0px 20px;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: url(/img/torgoviy_acquiring/plus.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  border-radius: 0;
  width: 40px;
  height: 40px;
  display: block;
}

details[open] summary:after {
  content: url(/img/torgoviy_acquiring/minus.svg);
  background: none;
}

/* details[open] {
  animation: slide 0.3s ease-in-out;
  animation-duration: 1s;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
} */

.faq-block {
  margin-bottom: 50px;
  border: none;
  padding: 0;
}

.mb5 {
  margin-bottom: 50px;
}

.info-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* grid-auto-rows: 270px; */
}

.info-block__item {
  border-radius: 20px;
  background: var(--gray-bg, #f4f4f4);
  /* display: flex;
  justify-content: center; */
  padding: 20px 24px;
  /* background-repeat: no-repeat; */
}

.info-block__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 20px;
  text-align: center;
  height: 100%;
}

.info-block__info img {
  max-width: 100%;
  height: 100px;
  margin: 0 auto;
}

.info-block__item3 img {
  transform: scale(1.5);
}

.info-block__hov {
  background-image: url(/img/hint.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  display: block;
  display: inline-block;
  position: relative;
}

.hov-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.info-block__hov:hover {
  background-image: url(/img/hover-hint.svg);
}

.info-hov__block {
  display: none;
  position: absolute;
  top: 80px;
  left: -124px;
  z-index: 500;
}

.info-block__hov:hover .info-hov__block {
  display: block;
}

.info-block__title {
  color: #24262e;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}

.info__hov-inner {
  position: relative;
  border-radius: 20px;
  background: #f4f4f4;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px;
  min-width: 280px;
}

.info__hov-inner::before {
  content: url(/img/info.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}

.info-block-botsb .info-block__item {
  text-align: center;
}

.info-block-botsb {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px;
}

.info-block-botsb .info-block__title {
  text-align: left;
}

.platform {
  margin-bottom: 50px;
}

.platform-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.tovary-two__first {
  padding: 36px 10px 35px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.two__first-title {
  color: #24262e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 74px;
}

.two-first__bot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  color: #24262e;
}

.two-first__bot:hover .two-first__bot-icon {
  background-color: #2a5fe7;
  border-color: #2a5fe7;
  stroke: #fff;
  transition-duration: 0.3s;
}

.two-first__bot:hover {
  color: #505050;
}

.two-first__bot-icon {
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  stroke: #2a5fe7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carouselThree .platej-tree__item {
  min-height: 460px;
}

.slider-three__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.three__left,
.three__right {
  stroke: #2a5fe7;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2a5fe7;
  border-radius: 10px;
  cursor: pointer;
}

.tarif-center {
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
}

.blue-block {
  margin-bottom: 50px;
}

.blue__inner {
  padding: 38px 50px 50px;
  border-radius: 20px;
  background: #eaf4fe;
  background-image: url(/img/torgoviy_acquiring/ekvayring/5.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.blue__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
  color: #39425b;
}

.blue__info ul li {
  margin-bottom: 10px;
}

.blue-block__sub {
  color: #8a9bc6;
  margin-bottom: 26px;
}

.blue-block__sub a {
  color: #2a5fe7;
  text-decoration: dotted;
}

.blue__info .blue-btn a {
  padding: 15px 30px;
}

.oborud-grid {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 20px;
}

.oborud-grid__item {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 50px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.oborud-grid__item6 {
  background-image: url(/img/torgoviy_acquiring/ekvayring/6.png);
  background-position: right center;
}

.oborud-grid__item7 {
  background-image: url(/img/torgoviy_acquiring/ekvayring/7.png);
  background-position: right center;
}

.oborud-grid__item8 {
  grid-column: 1 / -1;
  background-image: url(/img/torgoviy_acquiring/ekvayring/8.png);
}

.oborud-grid__item9 {
  background-image: url(/img/torgoviy_acquiring/ekvayring/9.png);
}

.oborud-grid__item10 {
  background-image: url(/img/torgoviy_acquiring/ekvayring/10.png);
}

.blue__list {
  margin: 0;
  padding-inline-start: 15px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0 40px;
}

.oborud-grid__item8 .blue__list {
  margin-bottom: 80px;
}

.blue__list li {
  list-style-image: url(/leasing/img/point.svg);
}

.oborud-block {
  margin-bottom: 50px;
}

/* .info-block__item1 {
  background-image: url(/img/torgoviy_acquiring/ekvayring/1.png);
  background-position: right bottom;
}

.info-block__item2 {
  background-image: url(/img/torgoviy_acquiring/ekvayring/2.png);
  background-position: right bottom;
}
.info-block__item3 {
  background-image: url(/img/torgoviy_acquiring/ekvayring/3.png);
  background-position: right bottom;
}
.info-block__item4 {
  background-image: url(/img/torgoviy_acquiring/ekvayring/4.png);
  background-position: right bottom;
} */

.footer-btn__bk a {
  background-color: #2a5fe7;
  color: #fff;
}

.footer-btn__bk svg {
  fill: #fff;
}

.footer-btn__bk a:hover {
  color: #102538;
  background-color: #f1f1f1;
}

.footer-btn__bk a:hover svg {
  fill: #2a5fe7;
}

.slider__title {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 4px;
}

.is-sticky .shapka__top {
  display: none;
}

.right__docs-title a:hover {
  color: #fff;
}

.right__docs-title a:hover .docs-icon {
  background-color: #2a5fe7;
  border-color: #2a5fe7;
  stroke: #fff;
}

.shapka-bot__inner-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.logo-small {
  display: none;
  padding-right: 20px;
  border-right: 1px solid #e1e1e1;
}

.hide-top__btn {
  display: none;
}

.is-sticky .logo-small,
.is-sticky .hide-top__btn {
  display: block;
}

.is-sticky .shapka-bot__btn {
  display: none;
}

.shapka__menu-item a {
  color: #959595;
}

.shapka__menu-item a:hover {
  color: #24262e;
}

.blue-btn a:hover {
  box-shadow: 0px 7px 11.7px 0px rgba(42, 95, 231, 0.3);
}

.block-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.block50 {
  margin-bottom: 50px;
}

.tabl-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tabl-grid__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tabl-grid__col {
  padding: 30px;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  width: 100%;
}

.tabl-grid__col:nth-child(2) {
  border-radius: 20px;
  background: #f4f4f4;
  border-color: #f4f4f4;
  font-weight: 600;
}

.calc__inner {
  padding: 50px;
  border-radius: 20px;
  background: #eaf4fe;
  display: flex;
  justify-content: space-between;
  gap: 17px;
}

.calc__left,
.calc__right {
  width: 100%;
}

.calc__right {
  border-radius: 15px;
  background: var(--main-color, #2a5fe7);
  background-image: url(/img/torgoviy_acquiring/calc.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 110%;
  padding: 40px;
  color: #fff;
}

.calc__right-sub {
  font-weight: 400;
}

.calc__right-itog {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.calc-btn {
  margin-top: 10px;
}

.calc-btn a {
  padding: 15px;
  display: inline-block;
  color: #24262e;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fff;
}

.calc-btn a:hover {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.calc__left-item label {
  width: 100%;
}

.calc__input-w,
.calc__input-b {
  padding: 15px 20px;
  color: #2a5fe7;
  font-size: 40px;
  font-weight: 700;
  border-radius: 20px;
  outline-style: none;
  width: 100%;
}

.calc__input-w::placeholder,
.calc__input-b::placeholder {
  color: #2a5fe7;
}

.calc__input-w {
  background: #fff;
  border: 1px solid #fff;
}

.calc__input-b {
  background: #eaf4fe;
  border: 1px solid #cbdef1;
}

.calc__left-sub {
  color: #24262e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 20px;
}

.calc__left-minmax {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  color: #8a9bc6;
  font-size: 14px;
  font-weight: 400;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2px;
  background: #cbdef1;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 8px;
  background-color: #2a5fe7;
  border-radius: 10px;
  box-shadow: 1px 1px 3.5px 0px rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(0px 7px 11.7px rgba(42, 95, 231, 0.3));
}

.range-input {
  width: calc(100% - 40px) !important;
  margin: -5px auto 10px;
}

.calc-bord {
  margin: 16px 0 20px;
  border-top: 1px solid #cbdef1;
}

.info-block__three {
  grid-template-columns: repeat(3, 1fr);
}

.info-block__three .info-block__title {
  text-align: left;
  margin-bottom: 5px;
}

.info-block__three .info-block__sub {
  text-align: left;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.info-block__three img {
  margin-bottom: 20px;
}

.info-block-nogap {
  gap: 0;
}

.online-buhgalteriya__item1 {
  background-image: url(/img/torgoviy_acquiring/online-buhgalteriya/4.png);
  min-height: 344px;
}

.online-buhgalteriya__item2 {
  background-image: url(/img/torgoviy_acquiring/online-buhgalteriya/5.png);
}

.blue-premium {
  padding: 38px 50px 50px;
  border-radius: 20px;
  background: #eaf4fe;
  background-image: url(/img/torgoviy_acquiring/online-buhgalteriya/6.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 420px;
}

.info-block__buh img {
  margin: 0;
  margin-right: auto;
  margin-bottom: 20px;
}

.mobile-tab__item {
  display: none;
}

.mobile-tab__active {
  display: block;
}

.mobile-tab__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #24262e;
  padding: 20px 15px;
  border-bottom: 1px solid #e1e1e1;
}

.mobile-tab__menu {
  display: flex;
  flex-direction: column;
  max-height: 60vh;
  overflow: auto;
}

.mobile-tab__menu a {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  display: block;
  text-align: center;
  color: #959595;
}

.modal__proverka {
  width: 471px;
  max-width: 98%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.proverka-mid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.proverka-top .modal-thx__sub {
  margin-bottom: 0;
}

.proverka-mid__title {
  color: #24262e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.proverka-mid__numbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.proverka__numb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #efefef;
  outline-style: none;
  text-align: center;
  color: #24262e;
  font-size: 20px;
  font-weight: 700;
}

.proverka__numb:focus {
  border: 1px solid #2a5fe7;
}

.povtor-link {
  text-align: center;
}

.povtor-link a {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #959595;
}

.proverka-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.proverka-back a {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #959595;
}

@media (max-width: 1200px) {
  .plusi__acquiring {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: repeat(9, 1fr);
  }

  .slider__item {
    padding: 30px 50px;
  }

  .footer-logoplus,
  .footer-right {
    width: 100%;
  }

  .footer-left {
    margin-bottom: 30px;
  }

  .footer-right {
    padding-top: 30px;
    border-left: none;
    padding-left: 0;
  }

  .open-bill__inner {
    background-position: center bottom;
    padding: 30px;
  }

  body {
    margin-top: 290px;
  }

  .calc__inner {
    flex-direction: column;
  }

  .calc__right {
    background-size: auto 100%;
  }
}

@media (max-width: 992px) {
  .blue-block,
  .oborud-block {
    margin-bottom: 30px;
  }

  .tovary-two__title {
    font-size: 28px;
  }

  .platej-tree__item {
    padding: 20px;
  }

  .open__title,
  .gen__title,
  .black-block__title {
    font-size: 32px;
  }

  .plusi__title br {
    display: none;
  }

  .tovary-tree {
    grid-template-columns: repeat(2, 1fr);
  }

  .platej-tree {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }

  .platform-four {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-menu {
    gap: 20px;
  }

  .tovary-two__price {
    flex-direction: column;
    gap: 10px;
  }

  body {
    margin-top: 120px;
  }

  .info-block992 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .info-block-botsb .info-block__title {
    text-align: center;
  }

  .info-block__hov {
    display: none;
  }
  .oborud-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 400px;
    grid-gap: 10px;
  }

  .oborud-grid__item {
    padding: 20px;
  }

  .blue__list {
    margin: 15px 0;
  }

  .blue__info .blue-btn a {
    width: 100%;
    text-align: center;
  }

  .blue__info {
    text-align: center;
  }

  .blue-revers {
    display: flex;
    flex-direction: column-reverse;
    gap: 9px;
  }

  .blue-block__sub {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 0;
  }

  .blue__info ul {
    margin-bottom: 15px;
  }

  .blue__info ul br {
    display: none;
  }

  .plusi__acquiring {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .footer-menu {
    display: none;
  }

  .tarifs-btns {
    width: fit-content;
    margin: 20px auto 0;
  }

  .plusi__acquiring .plusi__item {
    grid-column: auto;
    grid-row: auto;
  }

  .tovary-two__title {
    font-size: 20px;
  }

  .flex-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .news__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-top__title {
    font-size: 32px;
  }

  .tovary-two,
  .tovary-tree {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }

  .footer-bottom__inner {
    flex-direction: column-reverse;
  }

  .slider__item {
    background-size: cover;
  }

  .slider-left,
  .slider-right {
    bottom: 20px;
    top: auto;
    transform: none;
  }

  .slider__item {
    text-align: left;
    padding: 30px;
  }

  .slider__title {
    font-size: 35px;
    line-height: 110%;
  }

  .info-block {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 165px;
  }

  .info-block__item {
    justify-content: flex-start;
    padding: 20px;
  }

  .info-block__title {
    font-size: 14px;
  }

  .info-block__hov {
    margin-left: auto;
  }

  .platform-three {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }

  .info-block {
    padding-bottom: 30px;
  }

  .white-block {
    margin-bottom: 30px;
  }

  .tarif-block {
    padding: 0;
  }

  .form-top__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .form {
    margin-bottom: 30px;
  }

  .tarif-in {
    padding-bottom: 0;
  }

  .form-top {
    margin-bottom: 0;
  }

  .platform-four__item {
    position: relative;
    margin-top: 10px;
    padding-top: 30px;
    text-align: center;
  }

  .platform-four__blue {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }

  .nobg-grey__btn a,
  .nobg-grey__btn {
    width: 100%;
  }

  .footer-right__docs,
  .footer-bot__right {
    width: 275px;
    margin: auto;
  }

  .owl-carouselThree .platej-tree__item {
    min-height: 400px;
  }

  .footer-bot__right {
    flex-direction: column;
    text-align: center;
  }

  .tarif-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tarif-left,
  .tarif-right {
    stroke: #fff;
    background-color: #2a5fe7;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
  }

  .tovary-tree__list tr td,
  .tovary-tree__list tr:first-child td {
    border: none;
  }

  .tovary-tree__list tr:first-child {
    border-top: 1px solid #e1e1e1;
  }

  .tovary-tree__list tr {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #e1e1e1;
  }

  .tarif-block .active-tab {
    display: block;
  }

  .two-first__bot {
    padding: 20px 29px 0;
  }

  .tovary-two__item {
    padding: 20px;
  }

  .info-block__info img {
    height: 50px;
  }

  .blue__inner {
    background-image: url(/img/torgoviy_acquiring/ekvayring/blue.jpg);
    background-position: center;
    background-size: cover;
  }

  .oborud-grid__item6 {
    background-image: url(/img/torgoviy_acquiring/ekvayring/6s.png);
    background-position: right bottom;
  }

  .oborud-grid__item7 {
    background-image: url(/img/torgoviy_acquiring/ekvayring/7s.png);
    background-position: right bottom;
  }

  .oborud-grid__item8 {
    grid-column: 1 / -1;
    background-image: url(/img/torgoviy_acquiring/ekvayring/8s.png);
  }

  .oborud-grid__item9 {
    background-image: url(/img/torgoviy_acquiring/ekvayring/9s.png);
  }

  .oborud-grid__item10 {
    background-image: url(/img/torgoviy_acquiring/ekvayring/10s.png);
  }

  .info-block__item:nth-child(2) .info-hov__block {
    left: auto;
    right: 0;
  }

  .info-hov__block {
    top: 64px;
  }

  .calc__right {
    background-image: none;
  }

  .calc__right {
    text-align: center;
  }

  .calc-btn a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .tabl-grid__col {
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .calc__left-sub {
    text-align: center;
  }

  .calc__input-w,
  .calc__input-b,
  .calc__right-itog {
    font-size: 28px;
  }

  .calc__inner,
  .calc__right {
    padding: 20px;
  }

  .slider__item-ekspress {
    min-height: 500px !important;
  }

  .blue-premium {
    background-image: url(/img/torgoviy_acquiring/online-buhgalteriya/premium-s.jpg);
    min-height: 444px;
    background-position: center bottom;
  }

  .info-block__three {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }

  .info-block__three .info-block__item {
    min-height: 210px;
  }

  .info-block__three .info-block__title {
    text-align: center;
  }

  .info-block__three .info-block__sub {
    text-align: center;
    font-size: 12px;
  }

  .info-block__three img {
    height: 100px;
  }

  .blue-premium {
    padding: 20px;
  }

  .blue__info .gen__title {
    margin-bottom: 15px;
  }

  .footer-right {
    border-top: 1px solid #363944;
  }

  .info-block__buh img {
    margin: 0 auto 10px;
  }

  .footer-logo {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .platform-four {
    grid-template-columns: repeat(1, 1fr);
  }

  .black-block__btns {
    flex-direction: column;
  }

  .black-block {
    text-align: center;
  }

  .proverka-bot {
    flex-direction: column;
    justify-content: center;
  }
}
