﻿body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  transition-duration: 0.3s;
  margin-top: 170px;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding: 0;
  }
}

@media (max-width: 992px) {
  body {
    margin-top: 100px;
  }
}

h1 {
  margin-top: 0;
}

.white-block h1 {
  margin-bottom: 30px;
}

h1,
h2,
h3 {
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modal-top {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

.modal-bot {
  padding: 19px 30px 6px;
  text-align: center;
}

.modalMain__inner {
  position: absolute;
  width: 360px;
  background: #ffffff;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1005;
}

.callGorod {
  cursor: pointer;
}

.modalGorod__inner {
  position: absolute;
  width: 693px;
  background: #ffffff;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1005;
}

.modal-pop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.modal-pop__btn a {
  padding: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  border-radius: 10px;
  display: inline-block;
}

.modal-pop__btn {
  margin-right: 20px;
}

.modal-pop__bl a {
  border: 1px solid #2a5fe7;
  background: #2a5fe7;
  color: #fff;
}

.modal-pop__wt a {
  border: 1px solid #2a5fe7;
  background: #fff;
  color: #2a5fe7;
}

.modalGorod__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.modalGorod__title a {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #102538;
}

.modalGorod__link a {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #102538;
}

.modalGorod__title,
.modalGorod__link {
  margin-bottom: 5px;
}

.modalGorod__item {
}

.modalMain__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
}

.modalMain__row {
  margin-bottom: 10px;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 15px 20px;
}

.modalMain__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #abb2b9;
}

.modalMain__button {
  text-align: center;
}

.soc-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: #2a5fe7;
  border-radius: 10px;
  padding: 15px 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.soc-modal__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.soc-modal__right {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}

.soc-modal__close {
  float: right;
  margin-right: 20px;
  cursor: pointer;
}

.soc-modal__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
}

@media (max-width: 992px) {
  .soc-modal__inner {
    display: block;
    text-align: center;
  }

  .soc-modal__left {
    margin-bottom: 20px;
    border-bottom: 1px solid #4172f2;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }

  .soc-modal {
    align-items: flex-start;
  }

  .soc-modal__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
  }

  .soc-modal__close {
    float: none;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background: #2a5fe7;
  border-radius: 10px;
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: block;
  text-align: center;
  color: #ffffff;
  border: 1px solid #2a5fe7;
  width: 100%;
}

.modalMain__btn:hover {
  background: #5081ff;
  color: #fff;
}

.modal-yes {
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  text-align: center;
  color: #abb2b9;
}

.modal-close {
  cursor: pointer;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 25px 20px;
  background: #ffffff;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

.line-top__logo {
  height: 30px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  border-bottom: 1px solid #e1e1e1;
}

.mobile-menu__logo {
  height: 30px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

.mobile-menu__link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #102538;
  text-transform: uppercase;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* 0000000000000000000000 */
.shapka {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#sticky-wrapper {
  height: auto !important;
}

.is-sticky .shapka {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
  width: 100% !important;
}

.shapka__top {
  border-bottom: 1px solid #e1e1e1;
}

.shapka__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px;
  transition-duration: 1s;
}

.is-sticky .shapka__top-inner {
  padding: 20px 0;
  transition-duration: 1s;
}

.shapka-top__r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shapka-top__l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shapka__logo {
  margin-right: 40px;
  position: relative;
}

.shapka-marker {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.marker__img a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition-duration: 0.3s;
}

.marker__img a:hover {
  background: #e1e1e1;
  transition-duration: 0.3s;
}

.marker__img img {
  width: 20px;
  height: 20px;
}

.shapka__logo::after {
  content: " ";
  width: 1px;
  height: 50px;
  background: #e1e1e1;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.marker__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #102538;
}

.ofbank a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #abb2b9;
}

.shapka__phone {
  text-align: right;
}

.shapka-phone__link a {
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  color: #102538;
}

.shapka-phone__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #abb2b9;
}

.shapka-top__btn {
  margin-left: 30px;
}

.shapka-top__btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #2a5fe7;
  border-radius: 10px;
  padding: 15px 23px;
  transition-duration: 0.3s;
}

.shapka-top__btn svg {
  fill: #fff;
}

.shapka-top__btn a:hover {
  background: #5081ff;
  transition-duration: 0.3s;
}

.shapka-top__btn img {
  margin-right: 10px;
}

.footer-bot__right .shapka-top__btn img {
  margin-right: 0;
  margin-left: 10px;
}

.shapka-bot__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shapka__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shapka__menu-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #102538;
  margin-right: 30px;
}

.shapka__menu-item a {
  color: #102538;
  position: relative;
  transition-duration: 0.3s;
}

.shapka__menu-item a:hover::after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #2a5fe7;
  position: absolute;
  left: 0;
  top: -26px;
  transition-duration: 0.3s;
}

.shapka-bot__btn a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #abb2b9;
  transition-duration: 0.3s;
}

.shapka-bot__btn span {
  border-bottom: 1px dashed #e1e1e1;
  transition-duration: 0.3s;
}

.shapka-bot__btn a:hover {
  color: #2a5fe7;
  transition-duration: 0.3s;
}

.shapka-bot__btn a:hover span {
  border-bottom: 1px dashed #2a5fe7;
  transition-duration: 0.3s;
}

.shapka-bot__btn img {
  margin-right: 10px;
  height: 16px;
  filter: grayscale(100%) brightness(2);
  transition-duration: 0.3s;
}

.shapka-bot__btn a:hover img {
  filter: none;
  transition-duration: 0.3s;
}

.slider {
  margin-bottom: 40px;
}

.slider__inner {
  min-height: 500px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.slider__item {
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  background-image: attr(data-image-src url);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 96px;
  border-radius: 20px;
}

.slider__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 10px;
}

.slider__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
  margin-bottom: 20px;
}

.slider-btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #102538;
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 30px;
}

/* .slider__item-wb .slider-btn a {
  color: #FFFFFF;
  background: #2A5FE7;
} */
.slider-bot {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
  border-radius: 0 0 20px 20px;
}

.slider-bot__inner {
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-bot__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 20px;
}

.slider-bot__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  /* color: #98B5FF; */
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.slider-bot__item a:hover {
  color: #fff;
}

.slider-bot__menu .active a {
  color: #fff;
}

.slider-bot__menu .active a::after,
.slider-bot__item a:hover::after {
  position: absolute;
  content: " ";
  top: -22px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 1px;
}

.slider-bot__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slider-left—main,
.slider-right—main {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #ffffff;
  border-radius: 10px;
  user-select: none;
  transition-duration: 0.3s;
}

.slider-left—main:hover,
.slider-right—main:hover {
  background: #e1e1e1;
  transition-duration: 0.3s;
}

.plusi__subtitle {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2a5fe7;
  text-align: center;
}

.gen__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #102538;
  margin-bottom: 20px;
}

.gen__title span {
  color: #2a5fe7;
}

.plusi__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(185px, auto);
  grid-gap: 26px;
  margin-bottom: 40px;
}

.plusi__item {
  padding: 20px 50px 15px 40px;
  background: #f3f3f3;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background-position: right center;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

/* .plusi1 {
  background-image: url(/img/plusi/1.png);
}

.plusi2 {
  background-image: url(/img/plusi/2.png);
}

.plusi3 {
  background-image: url(/img/plusi/3.png);
}

.plusi4 {
  background-image: url(/img/plusi/4.png);
} */
.plusi__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #102538;
  margin-bottom: 9px;
}

.plusi__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #abb2b9;
}

.pusi__img {
  width: 160px;
  height: 160px;
  /* margin-left: 40px; */
}

.pusi__img img {
  width: 100%;
}

.plusi__info {
  width: calc(100% - 160px);
}

.tarif-block {
  padding: 40px 0;
  background-image: url(/img/tarif-bg.svg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-title {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-title .gen__title {
  margin-bottom: 0;
}

.fl-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background: #2a5fe7;
  border-radius: 10px;
  padding: 15px;
  transition-duration: 0.3s;
}

.fl-btn a:hover {
  background: #5081ff;
  transition-duration: 0.3s;
}

.tarif__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: minmax(295px, auto);
  grid-gap: 9px;
}

.tarif__item {
  padding: 20px 15px 15px;
  background: #f3f3f3;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
}

.tarif__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #2a5fe7;
}

.tarif__title a {
  color: #2a5fe7;
}

.tarif__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 5px;
  color: #abb2b9;
}

.tarif__snoska {
  color: #abb2b9;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.tarif__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #102538;
}

.tarif__price {
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  color: #102538;
}

.tarif__btn {
  /* position: absolute;
  bottom: 15px;
  left: 33px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.tarif-bot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.castomcheck {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #102538;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
}

.castomcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 25px;
  background: #e2e2e2;
  border-radius: 5px;
}

.castomcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

.castomcheck input:checked ~ .checkmark {
  background-color: #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.castomcheck input:checked ~ .checkmark:after {
  display: block;
}

.castomcheck .checkmark:after {
  left: 7px;
  top: 3px;
  content: url(/img/check.svg);
}

.service-block {
  padding: 40px 0;
  border-top: 2px solid #f3f3f3;
}

.service__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.service-left {
  width: 430px;
  max-width: 100%;
  padding-right: 43px;
}

.service__slider {
  width: calc(100% - 430px);
}

.owl-carouselService .owl-stage {
}

.service__item {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 27px 12px 70px;
  text-align: center;
  background-image: url(/img/slide-bg.svg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  min-height: 395px;
}

.service__img {
  height: 120px !important;
  width: auto !important;
  margin: 0 auto 6px;
}

.service__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #102538;
  margin-bottom: 5px;
}

.service__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 5px;
  color: #2a5fe7;
}

.service__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #abb2b9;
  margin-bottom: 15px;
  min-height: 100px;
}

.service__btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.service__btn a {
  display: inline-block;
  padding: 15px 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background: #2a5fe7;
  border-radius: 10px;
  transition-duration: 0.3s;
}

.service__btn a:hover {
  background: #5081ff;
  transition-duration: 0.3s;
}

.service__left,
.service__right {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #2a5fe7;
  border-radius: 10px;
  user-select: none;
  transition-duration: 0.3s;
}

.service__left:hover,
.service__right:hover {
  background: #5081ff;
  transition-duration: 0.3s;
}

.service__left img,
.service__right img {
  filter: brightness(0) invert(1);
}

.service-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.forma-block {
  background: #2a5fe7;
  padding: 40px 0;
}

.forma__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(400px, auto);
  grid-gap: 26px;
}

.forma__left {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 40px 54px;
  text-align: center;
}

.forma__right {
  background: #ffffff;
  border-radius: 10px;
}

.forma-right__bg {
  background-image: url(/img/forma-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 40px 60px;
}

.forma-left__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 10px;
}

.formMain__row {
  margin-bottom: 10px;
}

.formMain__input {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 15px 20px;
  border: none;
  outline-style: none;
}

.formMain__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #abb2b9;
}

.btn-callback {
  display: block;
  width: 100%;
  background: #5081ff;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  padding: 16px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.btn-callback:hover {
  color: #ffffff;
  background: #4570dd;
  transition-duration: 0.3s;
}

.forma-uslovie {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #5081ff;
}

.help-text {
  color: red;
}

.forma-right__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #102538;
}

.forma-right__text {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
}

.forma-right__btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background: #2a5fe7;
  border-radius: 10px;
  padding: 15px;
  transition-duration: 0.3s;
}

.forma-right__btn a:hover {
  background: #5081ff;
  transition-duration: 0.3s;
}

.schet-block {
  background: #f3f3f3;
}

.schet-block__inner {
  background-image: url(/img/schet-bg.png);
  background-position: right;
  background-size: auto 100%;
  padding: 155px 0 115px;
  background-repeat: no-repeat;
}

.schet__info {
  width: 400px;
}

.schet__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #102538;
}

.schet__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #102538;
}

.schet__btn a {
  padding: 15px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background: #2a5fe7;
  border-radius: 10px;
  transition-duration: 0.3s;
}

.schet__btn a:hover {
  background: #5081ff;
  transition-duration: 0.3s;
}

.news-block {
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}

.nobg-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2a5fe7;
  padding: 15px;
  border: 1px solid #2a5fe7;
  border-radius: 10px;
  transition-duration: 0.3s;
  background-color: #fff;
}

.nobg-btn a:hover {
  background: #2a5fe7;
  color: #fff;
  transition-duration: 0.3s;
}

.news__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}

.news__item {
  padding: 20px 20px 40px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  position: relative;
}

.news__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 5px;
  color: #102538;
  /* max-height: 26px;
  overflow: hidden; */
}

.news__title a {
  color: #102538;
}

.news__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 15px;
  color: #abb2b9;
}

.news__bot {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news__link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  border-bottom: 1px dashed #2a5fe7;
  color: #2a5fe7;
  transition-duration: 0.3s;
}

.news__link a:hover {
  color: #1f51d1;
  transition-duration: 0.3s;
}

.news__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #abb2b9;
}

.footer {
  background-image: url(/img/footer-bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.footer-bottom {
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
}

.footer-bottom__inner {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #b7b7b7;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  width: calc(100% - 330px);
  display: flex;
  justify-content: flex-start;
  padding: 40px 0 30px;
}

.footer-left__item {
  margin-right: 35px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-right {
  padding: 30px;
  border-left: 1px solid #e6e6e6;
  width: 330px;
}

.footer__phone {
  margin-bottom: 5px;
}

.footer__phone a {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  color: #102538;
}

.footer-phone__sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  color: #abb2b9;
}

.footer-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-fl .shapka-top__btn {
  margin-left: 0;
  margin-right: 20px;
  white-space: nowrap;
}

.footer-soc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.soc__item {
  margin: 0 4px;
}

.soc__item a {
  border: 1px solid #bababa;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soc__item img {
  filter: grayscale(100%) brightness(2);
  transition-duration: 0.3s;
}

.soc__item a:hover {
  background: #e1e1e1;
  transition-duration: 0.3s;
  border: 1px solid #e1e1e1;
}

.soc__item a:hover img {
  filter: none;
  transition-duration: 0.3s;
}

.footer-bot {
  border-top: 1px solid #e6e6e6;
}

.footer-bot__inner {
  padding: 30px 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #b7b7b7;
}

.right__docs-item {
  margin-bottom: 15px;
}

.right__docs-item img {
  margin-right: 19px;
}

.right__docs-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #abb2b9;
  transition-duration: 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.right__docs-title a:hover {
  color: #102538;
  transition-duration: 0.3s;
}

.footer-right__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #102538;
}

.footer__link {
  margin-bottom: 35px;
}

.footer__link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #102538;
}

.mobl {
  display: none;
}

.slide-stati {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* margin-bottom: 60px; */
  background-color: #2061f9;
}

.slide-rs {
  background-image: url(/img/slide/slide-rs.jpg);
}

.slide-ved {
  background-image: url(/img/slide/slide-ved.jpg);
}

.slide-bkrd {
  background-image: url(/img/slide/slide-bkrd.jpg);
}

.slide-kredit1 {
  background-image: url(/img/slide/kredit1.jpg);
}

.slide-kredit2 {
  background-image: url(/img/slide/kredit2.jpg);
}

.slide-kredit3 {
  background-image: url(/img/slide/kredit3.jpg);
}

.slide-kredit4 {
  background-image: url(/img/slide/kredit4.jpg);
}

.slide-kredit5 {
  background-image: url(/img/slide/kredit5.jpg);
}

.slide-kredit6 {
  background-image: url(/img/slide/kredit6.jpg);
}

.slide-kredit7 {
  background-image: url(/img/slide/kredit7.jpg);
}

.slide-garant {
  background-image: url(/img/slide/slide-garant.jpg);
}

.slide-sredstva {
  background-image: url(/img/slide/slide-sredstva.jpg);
}

.slide-servis {
  background-image: url(/img/slide/slide-servis.jpg);
}

.slide-zarplata {
  background-image: url(/img/slide/slide-zarplata.jpg);
}

.slide-svetofor {
  background-image: url(/img/slide/slide-svetofor.jpg);
}

.slide-nadejniy {
  background-image: url(/img/slide/slide-nadejniy.jpg);
}

.slide-broker {
  background-image: url(/img/slide/slide-broker.jpg);
}

.slide-depozit {
  background-image: url(/img/slide/slide-depozit.jpg);
}

.slide-softpos {
  border-radius: 30px;
  background-size: cover;
}

.slide-softpos1 {
  background-image: url(/img/slide/softpos.jpg);
}

.slide-softpos2 {
  background-image: url(/img/slide/softpos2.jpg);
}

.slide-stati__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 500px;
  position: relative;
  padding-left: 100px;
  /* background-image: url(/img/circle.svg);
  background-position: left -40px center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 50%; */
}

.slide-dop {
  position: absolute;
  left: 100px;
  bottom: 30px;
  width: 400px;
  max-width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #98b5ff;
}

.slide-dop a {
  color: #98b5ff;
}

.slide-stati__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #ffffff;
}

.slide-stati__text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
}

.slide-stati__btn a {
  font-weight: 600;
  font-size: 14px;
  color: #515151;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 31px;
  display: inline-block;
}

.bg-block {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.escort {
  background-image: url(/img/escort-bg.jpg);
}

.fz {
  background-image: url(/img/fz-bg.jpg);
}

.card {
  background-image: url(/img/card-bg.jpg);
}

.ved {
  background-image: url(/img/ved-bg.jpg);
}

.quality {
  background-image: url(/img/quality-bg.jpg);
}

.broker {
  background-image: url(/img/broker-bg.jpg);
}

.depozitar {
  background-image: url(/img/depozitar-bg.jpg);
}

.teqvairing {
  background-image: url(/img/teqvairing-bg.jpg);
}

.ieqvairing {
  background-image: url(/img/ieqvairing-bg.jpg);
}

.bg-block__inner {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 500px;
  color: #ffffff;
  padding-left: 100px;
}

.bg-center__inner {
  width: 600px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 500px;
  margin: 0 auto;
  text-align: center;
}

.black {
  color: #102538;
}

.bg-block__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 10px;
}

.bg-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
  max-width: 500px;
}

.bg-block__btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #102538;
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.blue-btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  background: #2a5fe7;
  border-radius: 10px;
  padding: 15px;
}

.bg-block__text ul {
  list-style: none;
  padding-inline-start: 24px;
}

.bg-block__text ul li {
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.bg-block__text ul li::before {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 15px;
  height: 1px;
  background: #2a5fe7;
}

.grey {
  color: #abb2b9;
}

.faq-block {
  border-top: 1px solid #e6e6e6;
  padding: 40px 0;
}

.faq__inner {
  position: relative;
}

.dbl-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.faqdoc-btn {
  margin-left: 10px;
}

.faqdoc-tab__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 15px;
  min-width: 150px;
  display: inline-block;
  color: #102538;
  border-radius: 10px;
  background: #e3e3e3;
}

.active-tab__link,
.faqdoc-tab__link:hover,
.faqdoc-tab__link:active,
.faqdoc-tab__link:focus {
  color: #ffffff;
  background: #2a5fe7;
}

.faqdoc-tabs {
  display: none;
}

.active-tab {
  display: block;
}

.faq-det {
  margin-bottom: 10px;
}

.faq-sum {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 19px 21px 19px 76px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
}

.faq-sum img {
  height: 8px;
}

.faq-det__inner {
  padding: 20px 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: url(/img/down.svg);
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #efefef;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 1s;
}

details[open] summary:after {
  content: url(/img/up.svg);
  background: #2a5fe7;
  transition-duration: 1s;
}

details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

.doc-item {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 19px 21px 19px 76px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}

.doc-item::before {
  content: url(/img/pdfr.svg);
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.doc-item a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
}

.doc-item span {
  color: #abb2b9;
}

.tarif-ved {
  background-image: url(/img/ved/tarif-bg.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.tarif-ved__inner {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.tarif-ved__item {
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 28px 20px 20px;
  position: relative;
}

.tarif-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
}

.tarif-ved__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #2a5fe7;
  margin-bottom: 15px;
}

.tarif-ved__btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background: #2a5fe7;
  border-radius: 10px;
  padding: 15px;
  display: block;
}

.tarif-ved__btn a:hover {
  background: #5081ff;
}

.tarif-ved__row {
  padding: 10px 0 15px;
  border-bottom: 1px solid #e3e3e3;
  min-height: 90px;
}

.tarif-ved__sub {
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #b7b7b7;
}

.tarif-ved__tit {
  font-size: 14px;
  line-height: 160%;
  color: #102538;
}

.credit-type {
  background-image: url(/img/credit-type-bg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 40px 0;
}

.credit-type__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}

.credit-type__item {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 30px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.credit-type__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #102538;
  /* min-height: 84px; */
}

.credit-bigbg .credit-type__text {
  margin-bottom: 48px;
}

.credit-type__title span {
  white-space: nowrap;
}

.credit-type__link a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  padding: 15px;
  background: #2a5fe7;
  border-radius: 10px;
  text-align: center;
}

.credit7 .credit-type__link a {
  display: inline-block;
  padding: 15px 100px;
}

.credit7 .credit-type__title {
  min-height: auto;
  margin-bottom: 10px;
}

.credit-type__text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  max-width: 500px;
  color: #9d9d9d;
}

.credit7 {
  /* grid-column: 2 / -1; */
  /* background-image: url(/img/7-bg.png);
  background-size: auto 160%;
  background-position: right 40px center;
  background-repeat: no-repeat; */
  padding: 12px 30px 20px;
}

.credit-bigbg {
  grid-column: 1 / -1;
  background-image: url(/img/bigbg.png);
  background-position: right 54px center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.credit-bigbg .credit-type__link a {
  width: 315px;
  max-width: 100%;
}

.requirements {
  background-image: url(/img/requirements-bg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.requirements__inner {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
}

.requirements__inner120 {
  grid-auto-rows: minmax(170px, auto);
}

.requirements__inner3 {
  grid-auto-rows: auto;
}

.requirements__item {
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.requirements__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
  margin-bottom: 10px;
}

.requirements__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
}

.requirements__ok {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #2a5fe7;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.vidi-garant__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}

.vidi-garant__item {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.vidi-garant__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #102538;
  margin-bottom: 10px;
}

.vidi-garant__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #abb2b9;
  margin-bottom: 20px;
  min-height: 45px;
  padding: 0 30px;
}

.vidi-garant__link {
  text-align: center;
}

.vidi-garant__link a {
  background: #2a5fe7;
  border-radius: 10px;
  padding: 15px 100px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

.forma-big {
  background-image: url(/img/forma-big-bg.jpg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.depoz__subtitle {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #abb2b9;
}

.depoz__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}

.depoz__inner3 {
  grid-template-columns: repeat(3, 1fr);
}

.depoz__item {
  padding: 30px 20px 20px;
  background: #f3f3f3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.credit-type-servis .credit-type__title {
  min-height: 0;
}

.credit-type-servis {
  grid-auto-rows: minmax(240px, auto);
}

.faild-block {
  padding: 40px 0;
}

.faild__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background-image: url(/img/404/circle.svg);
  background-position: center;
  background-size: 100% 100%;
  min-height: 762px;
}

.faild__logo {
  margin-bottom: 20px;
}

.faild__img {
  margin-bottom: 15px;
}

.faild__img img {
  height: 315px;
}

.faild__logo img {
  height: 25px;
}

.faild__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #102538;
  margin-bottom: 10px;
}

.faild__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #102538;
}

.faild__btn a {
  background: #2a5fe7;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 15px;
  color: #ffffff;
  display: inline-block;
}

.mb0 {
  margin-bottom: 0;
}

.garant-info {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 197px 1fr;
  grid-auto-rows: minmax(65px, auto);
  width: 672px;
  margin: 40px auto;
}

.garant-express {
  grid-template-columns: 310px 1fr;
  width: 824px;
}

.garant-info__item {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  padding: 18px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
}

.sposoby__item {
  padding: 70px 97px;
  background: #f3f3f3;
  border-radius: 10px;
  margin-bottom: 28px;
  background-position: right center;
  background-size: auto 100%;
}

.sposoby__metib {
  background-image: url(/img/metib.png);
}

.sposoby__spb {
  background-image: url(/img/spb.png);
}

.sposoby__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 350px;
  max-width: 60%;
}

.sposoby__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #102538;
  margin-bottom: 17px;
}

.sposoby__list {
  list-style: none;
  padding-inline-start: 24px;
}

.sposoby__list li {
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.sposoby__list li::before {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  content: url(/img/ok-blue.svg);
}

.sposoby-btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  padding: 15px;
  background: #2a5fe7;
  border-radius: 10px;
  display: inline-block;
}

.svetofor-service__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(300px, auto);
}

.svet1 {
  grid-row: 1 / 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.svetofor-service__inner .requirements__item {
  display: block;
}

.svetofor-service__inner .requirements__info {
  padding: 42px 17px 20px;
}

.svetofor-service__item .gen__title {
  margin-bottom: 10px;
}

.svetofor-service__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 15px;
  color: #abb2b9;
}

.svetofor-service__info {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2a5fe7;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
}

.svetofor-service__info img {
  width: 44px;
  height: 44px;
  margin-right: 20px;
}

.blue__item {
  background: #2a5fe7;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 350px;
  padding: 40px 97px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.blue-item__inner {
  max-width: 50%;
}

.blue-item__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 10px;
}

.blue-item__text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.blue-item__btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #102538;
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.blue__item1 {
  background-image: url(/img/distant/1.png);
}

.blue__item2 {
  background-image: url(/img/distant/2.png);
}

.blue__item3 {
  background-image: url(/img/distant/3.png);
}

.blue__item4 {
  background-image: url(/img/priem/1.jpg);
  min-height: 490px;
  background-size: cover;
}

.blue__item5 {
  background-image: url(/img/priem/2.jpg);
  background-size: cover;
  min-height: 490px;
}

.priem__item1 {
  background-image: url(/img/priem-platezhey/1.jpg);
  min-height: 490px;
  background-size: cover;
  margin-bottom: 30px;
}

.priem__item2 {
  background-image: url(/img/priem-platezhey/2.jpg);
  min-height: 490px;
  background-size: cover;
  margin-bottom: 30px;
}

.priem__item3 {
  background-image: url(/img/priem-platezhey/3.jpg);
  min-height: 490px;
  background-size: cover;
  margin-bottom: 30px;
}

.priem__item4 {
  background-image: url(/img/priem-platezhey/4.jpg);
  min-height: 490px;
  background-size: cover;
  margin-bottom: 30px;
}

.sposoby-block {
  padding: 40px 0;
}

.requirements__db .requirements__item {
  display: block;
  text-align: center;
}

.requirements__db .requirements__info {
  padding: 42px 17px 20px;
}

.kak-block {
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}

.calc-block {
  padding: 40px 0;
}

.kak__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}

.kak__item {
  text-align: center;
  width: 30%;
}

.kak__numb {
  width: 49px;
  height: 49px;
  background: #2a5fe7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 17px;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
}

.kak__inner::after {
  content: " ";
  background: #e1e1e1;
  height: 1px;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  z-index: -1;
}

.kak__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
  margin-bottom: 10px;
}

.kak__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
}

.calc-white {
  background: #fff;
  color: #102538;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 25px 30px;
  width: 370px;
  margin: 0 13px 20px;
  text-align: center;
}

.calc-blue {
  background: #2a5fe7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 25px 30px;
  color: #fff;
  width: 370px;
  margin: 0 13px 20px;
  text-align: center;
}

.calc__inner {
  display: flex;
  justify-content: center;
}

.calc__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 13px;
}

.calc__fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
  margin-bottom: 20px;
}

.calc-fl__input {
  width: 80px;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #102538;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-left: 10px;
  text-align: center;
}

.procent-input::after {
  content: "%";
}

.midl-check {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
  margin-bottom: 20px;
}

.midl-check span {
  font-weight: 600;
  color: #2a5fe7;
}

.calc-blue__fl {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5081ff;
  border-radius: 10px;
  padding: 15px 25px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.calc-blue__fl span {
  margin-left: 10px;
}

.calc-blue__sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-top: -10px;
  color: #98b5ff;
  padding-bottom: 20px;
  border-bottom: 1px solid #5081ff;
  margin-bottom: 20px;
}

.calc-blue__itog {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}

.ny__item {
  background: #2a5fe7;
}

.ny__item .requirements__title,
.ny__item .requirements__text {
  color: #fff;
}

.ny__item .requirements__ok {
  background: #5081ff;
}

.ny-service__inner {
  grid-auto-rows: minmax(100px, auto);
}

.svetofor-service__cherta {
  position: relative;
}

.svetofor-service__cherta::after {
  content: " ";
  height: 94px;
  position: absolute;
  left: 22px;
  top: 58px;
  width: 1px;
  background: #e1e1e1;
}

.nadejniy-info__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(116px, auto);
  grid-gap: 20px;
  margin-top: 40px;
}

.nadejniy-info__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 16px 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #102538;
}

.nadejniy-info {
  padding: 40px 0;
}

.requirements__info-pad {
  padding: 42px 17px 20px;
}

.usloviya-fl {
  text-align: center;
}

.usloviya-fl__item {
  border: 1px solid #cecece;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 116px;
  margin: 0 0 20px;
  padding: 10px;
}

.usloviya-fl__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #102538;
}

.sloviya-fl__smtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #102538;
}

.white-block {
  padding: 40px 0;
  background-color: #fff;
}

.border-block {
  border-bottom: 1px solid #e6e6e6;
}

.grey__item {
  flex-direction: column;
  background: #f2f2f2;
  border-radius: 10px;
  border: none;
}

.usloviya-grey__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #102538;
}

.usloviya-grey__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #102538;
}

.usloviya-fl .col-sm-6,
.usloviya-fl .col-md-4 {
  padding: 0 10px;
}

.fin-rynki__inner {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(240px, auto);
}

.fin-rynki__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px;
}

.fin-rynki__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #102538;
}

.fin-rynki__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #abb2b9;
}

.vid-kredita__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  grid-gap: 20px;
}

.vid-kredita__sub {
  margin-top: -9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #abb2b9;
}

.vid-kredita__right-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 20px;
}

.vid-kredita__btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 15px;
  color: #ffffff;
  background: #2a5fe7;
  border-radius: 10px;
  margin-left: 9px;
  text-align: center;
}

.vid-kredita__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
}

.grey__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #abb2b9;
}

.news-block__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 30px;
  margin-bottom: 20px;
}

.news-block__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}

.news-block__title a {
  color: #102538;
}

.news__date-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding: 14px 20px;
  color: #abb2b9;
  border: 1px solid #abb2b9;
  border-radius: 10px;
}

/* .news-block__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 280px;
  background-position: center center;
  background-size: cover;
  background-image: attr(data-image-src url);
  margin-bottom: 20px;
} */

.news-in__fl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.news__date-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding: 14px 20px;
  color: #2a5fe7;
  border: 1px solid #2a5fe7;
  border-radius: 10px;
  display: inline-block;
  white-space: nowrap;
}

.news__date-link a:hover {
  background: #2a5fe7;
  color: #fff;
  transition-duration: 0.3s;
}

/* .news__date-mobl {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding: 14px 20px;
  color: #ffffff;
  border: 1px solid #2a5fe7;
  border-radius: 10px;
  background: #2a5fe7;
  display: none;
} */

.news-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
}

.news-block__item-all {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.news-more__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #2a5fe7;
  border-bottom: 1px dotted #2a5fe7;
}

.office__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.office-right {
  background: #e1e1e1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.office-right:hover {
  background: #2a5fe7;
}

.office-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.office-sity {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #2a5fe7;
  border: 1px solid #2a5fe7;
  border-radius: 10px;
  padding: 15px 20px;
  margin-left: 18px;
}

.office-gen__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #102538;
}

.office__top {
  margin-bottom: 40px;
}

.office__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.office__item-left,
.office__item-right {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  width: 50%;
  padding: 38px 70px;
}

.office__item-right {
  margin-left: -1px;
  border-left: none;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.office__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #102538;
}

.office__item-sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #abb2b9;
}

.office__item-list {
  margin: 15px 0 0;
}

.office__item-list li {
  display: inline-block;
  margin-right: -4px;
  width: 50%;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
}

.office__item-list li::before {
  left: -24px;
  content: url(/img/ok-blue.svg);
  padding-right: 8px;
}

.office__item-rejim {
  padding: 0;
  margin: 0;
  list-style: none;
}

.office__item-rejim .small {
  font-size: 10px;
}

.office__item-rejim li {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #102538;
}

.office__item-ur {
  /* margin-left: 30px; */
}

.office__item-fiz,
.office__item-ur {
  width: 100%;
}

.office-map {
  border-radius: 10px;
  overflow: hidden;
}

.adress-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
  margin-bottom: 25px;
}

.adress-adress {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.adress-adress::before {
  content: url(/img/loc.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.adress-metro {
  position: relative;
  margin-right: 20px;
  padding-left: 35px;
}

.adress-metro::before {
  content: url(/img/metro.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.adress-spec {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.adress-spec::before {
  content: url(/img/wheels.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.adress-phone {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.adress-phone a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
}

.adress-phone::before {
  content: url(/img/phone.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.adress__img {
  width: 100%;
  border-radius: 10px;
}

.adress-rejim {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
}

.adress-rejim__list {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}

.docs__inner {
  display: flex;
  justify-content: center;
}

.docs-tab {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 22px;
  width: 397px;
  text-align: center;
  margin-right: 20px;
  height: fit-content;
}

@media (min-width: 769px) {
  .docs-tab {
    position: sticky;
    top: 180px;
  }
}

.docs-vivod {
  width: calc(100% - 417px);
}

.docs-tab__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
  display: block;
  padding: 20px;
  background: #e1e1e1;
  border-radius: 10px;
  margin-bottom: 10px;
}

.docs-untab__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #102538;
  display: block;
  padding: 20px;
  background: #e1e1e1;
  border-radius: 10px;
  margin-bottom: 10px;
}

.docs-tab__link:active,
.docs-tab__link:focus,
.docs-tab__link:hover {
  color: #102538;
}

.active-doc__link {
  color: #ffffff;
  background: #2a5fe7;
}

.active-doc__link:active,
.active-doc__link:focus,
.active-doc__link:hover {
  color: #ffffff;
}

.docs-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 15px;
  color: #000000;
}

.docs__item {
  margin-bottom: 10px;
}

.docs__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #102538;
}

.docs__item img {
  margin-right: 20px;
}

.docs-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 15px;
}

.docs-tabs {
  display: none;
}

.active-doc {
  display: block;
}

.plusi-block {
  padding: 40px 0;
}

.news__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-left,
.news__list li a,
.news__right {
  background: #e1e1e1;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
  user-select: none;
}

.news__list a {
  color: #102538;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > a:active {
  background: #2a5fe7 !important;
  color: #fff;
}

.pagination li a {
  color: #102538;
}

.news-left {
  margin-right: 10px;
}

.news__right {
  margin-left: 10px;
}

.news__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.white-btn a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2a5fe7;
  padding: 14px 24px;
  border: 1px solid #2a5fe7;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  display: inline-block;
}

.tarifs-table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}

.tarifs-table tr td {
  width: 280px !important;
  min-width: 280px;
  max-width: 100%;
}

.tarifs-table tr td:nth-child(n + 2) {
  display: none;
}

.head-tr {
  background: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
  display: table;
  border-radius: 10px;
}

.head-tr td {
  border-left: 1px solid #cfcfcf;
  padding: 15px;
}

.head-tr td:first-child {
  border-radius: 10px 0 0 10px;
  border-left: none;
}

.head-tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.tarif-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tarifs__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #102538;
}

.tarif-close {
  width: 35px;
  height: 35px;
  background: #e1e1e1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.plus-tarif {
  text-align: center;
  height: 200px;
}

.plus-tarif a {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #abb2b9;
  cursor: pointer;
}

.tarif-th {
  background: #f2f2f2;
  margin-bottom: 20px;
  display: table;
  border-radius: 10px;
}

.tarif-th td {
  padding: 17px 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #102538;
}

.head-tr .white-btn a {
  display: block;
  text-align: center;
}

.tarif-vivod {
  display: table;
  margin-bottom: 20px;
}

.tarif-vivod td {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  height: 80px;
  max-height: auto;
  text-align: center;
  padding: 12px;
}

.tarif-vivod td:first-child {
  background: #f2f2f2;
}

input[type="range"] {
  height: 2px;
}

input[type="range"]::-webkit-slider-thumb {
  width: 8px;
  height: 8px;
}

.tarif-flex {
  display: flex;
  grid-gap: 15px;
  overflow: auto;
}

.modal-tarif .modalMain__inner {
  max-width: 100%;
  width: auto;
}

.modal-tarif .tarif__item {
  width: 220px;
}

.modal-tarif .modal-bot {
  padding: 20px 30px;
}

.priloj-inner {
  display: flex;
  justify-content: center;
  grid-gap: 30px;
}

.priloj__item img {
  width: 150px;
}

.priloj__title {
  font-weight: 600;
  text-align: center;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 50px;
}

.footer-bot__right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.footer-bot__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #102538;
  white-space: nowrap;
}

.footer-bot__left {
  width: 60%;
  text-align: left;
}

.qr-block {
  color: #121789;
  margin-bottom: 80px;
}

.qr-gen__title {
  margin-bottom: 80px;
  color: #121789;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

.qr-fl {
  display: flex;
  justify-content: center;
  grid-gap: 40px;
  flex-wrap: wrap;
}

.qr-fl__item {
  width: calc(50% - 20px);
}

.qr-fl__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}

.qr-fl__info {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}

.qr-list__item {
  font-size: 20px;
  margin-bottom: 40px;
}

.qr-priloj {
  display: flex;
  justify-content: space-around;
  grid-gap: 40px;
  margin: 20px 0;
}

.qr-priloj__link {
  text-align: center;
}

.qr-list__item a {
  font-weight: 500;
  color: #121789;
}

.komu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 948px;
  margin: 0 auto;
}

.komu__item {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 20px 25px;
  white-space: nowrap;
  border-radius: 10px;
  background: #2a5fe7;
}

.down-sub {
  color: #102538;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.down-sub a {
  color: #2a5fe7;
  text-decoration-line: underline;
}

.sposoby__sp-block {
  border-radius: 30px;
  background: #f5f5f5;
  padding: 40px 0;
  margin: 40px 0;
}

.app-block {
  padding: 40px 0;
  border-top: 1px solid #e6e6e6;
}

.sposoby-sp__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}

.sposoby-sp__img img {
  width: 100%;
  border-radius: 20px;
}

.sposoby-sp__info {
  padding: 10px 70px;
}

.sposoby-sp__numb {
  color: #2a5fe7;
  font-size: 32px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 10px;
}

.sposoby-sp__title {
  color: #102538;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.sposoby-sp__text {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.sposoby-sp__btn {
  margin: 0;
  margin-top: 10px;
}

.sposoby-sp__btn img {
  margin-left: 10px;
  margin-right: 0;
}

.forma-sp__bg {
  background-image: url(/img/sp/form.jpg);
  background-size: cover;
  border-radius: 30px;
  min-height: 650px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px;
}

.forma-sp__inner {
  width: 423px;
  max-width: 100%;
  text-align: center;
}

.forma-sp__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.forma-sp__sub {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.forma-sp__blue {
  color: #e2eaff;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.forma-sp__blue a {
  color: #e2eaff;
}

.forma-sp__row {
  margin-bottom: 10px;
  width: 100%;
}

.forma-sp__input {
  width: 100%;
  padding: 22px 30px;
  color: #102538;
  border-radius: 10px;
  background: #fff;
  border: none;
  outline-style: none;
}

.forma-sp__input::placeholder {
  color: #9d9d9d;
}

.forma-spbtn {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  padding: 22px 30px;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  color: #fff;
}

.forma-spbtn:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

.ques a {
  background: #fff;
  padding: 1px 7px;
  border-radius: 50%;
  color: #102538;
}

.new-sub::before {
  content: "Новое";
  color: #2a5fe7;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--main-color, #2a5fe7);
  margin-right: 10px;
}

.office__top .slide-stati__title {
  color: #102538;
}

.footer-bot__right a {
  white-space: nowrap;
}

.office__item-no {
  margin: 15px 0 0;
}

.office__item-no li {
  color: red;
  list-style: none;
}

.office-left h1 {
  margin-bottom: 0;
}

.modal-thxreg {
  width: 468px;
  max-width: 100%;
  padding: 30px 20px 14px;
}

.fit-btn {
  width: fit-content !important;
  margin: 0 auto;
}

.modal-thx__subgrey {
  color: #838383;
  text-align: center;
}

@media (max-width: 1200px) {
  .plusi__items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  .shapka__top-inner {
    display: block;
  }

  .shapka-top__l,
  .service-left {
    margin-bottom: 20px;
  }

  .footer__inner,
  .service__inner {
    display: block;
  }

  .service__inner {
    margin: 0;
  }

  .footer-right {
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }

  .footer-right,
  .footer-left,
  .service__slider,
  .service-left {
    width: 100%;
  }

  .service-left {
    padding-right: 0;
  }

  .tarif__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .tarif__item {
    width: 32%;
  }

  .tarif__btn {
    /* left: 50%;
    transform: translateX(-50%); */
  }

  .shapka__menu-item {
    margin-right: 16px;
    font-size: 14px;
  }

  .footer-bottom__inner {
    flex-direction: column;
    gap: 20px;
  }

  .footer-bot__left {
    width: 100%;
    text-align: center;
  }

  .qr-fl {
    flex-direction: column;
  }

  .qr-fl__item {
    width: 100%;
  }

  .slider-bot__menu {
    flex-wrap: wrap;
  }

  .slider-bot__menu .active a::after,
  .slider-bot__item a:hover::after {
    content: none;
  }
}

@media (max-width: 992px) {
  .shapka {
    display: none;
  }

  .service-left {
    text-align: center;
  }

  .service-btns {
    justify-content: center;
  }

  .slider {
    margin-top: 30px;
  }

  .credit-type__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .requirements__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .requirements__inner3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .forma-big {
    background-image: none;
  }

  .forma-big .forma__inner {
    display: block;
  }

  .forma-big .forma__left {
    width: 100%;
  }

  .bg-block__inner {
    padding-left: 0;
  }

  .sposoby__inner {
    max-width: 100%;
  }

  .svet1 {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
  }

  .svetofor-service__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .nadejniy-info__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .office__top,
  .office__item,
  .office-left {
    display: block;
  }

  .office-gen__title {
    text-align: center;
    margin-bottom: 10px;
  }

  .office-sity {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .office-right div {
    width: 50%;
  }

  .office-right a {
    width: 100%;
  }

  .office__item-left,
  .office__item-right {
    width: 100%;
  }

  .office__item-left {
    text-align: center;
  }

  .office__item-right {
    border-top: none;
    margin-left: 0;
    margin-top: -1px;
    border-left: 1px solid #e1e1e1;
    justify-content: center;
  }

  .sposoby-sp__item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px;
  }

  .sp-1 {
    grid-row: 2;
  }

  .sp-2 {
    grid-row: 1;
  }

  .sposoby-sp__info {
    text-align: center;
    padding: 0;
  }

  .sposoby-sp__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .desc {
    display: none;
  }

  .mobl {
    display: block;
  }

  .slider-bot__btns {
    justify-content: space-between;
  }

  .slider-bot__inner {
    padding: 21px 20px;
  }

  .slider__item {
    min-height: 670px;
  }

  .slider__item {
    padding: 50px 20px 70px;
    text-align: center;
    background: #2a5fe7;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
  }

  .tarif-in {
    position: relative;
    padding-bottom: 75px;
  }

  .tarif-in .flex-title {
    display: block;
    text-align: center;
  }

  .tarif-in .fl-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .forma__inner {
    display: block;
  }

  .forma__left {
    margin-bottom: 20px;
  }

  .schet-block__inner {
    background-image: none;
    padding: 0;
  }

  .schet-block {
    background-image: url(/img/schet-bg-s.png);
    background-position: center bottom;
    padding: 50px 30px 450px;
    text-align: center;
    background-repeat: no-repeat;
  }

  .schet__info {
    width: 100%;
  }

  .news__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-left {
    display: block;
    text-align: center;
  }

  .footer-fl {
    display: block;
    text-align: center;
  }

  .footer-fl .shapka-top__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer-soc {
    margin-bottom: 40px;
  }

  .footer-left__item:nth-child(2),
  .footer-left__item:nth-child(3) {
    display: none;
  }

  .footer-left__item {
    margin-right: 0;
  }

  .footer-right {
    text-align: center;
  }

  .right__docs-item {
    justify-content: center;
  }

  .forma-right__bg {
    background-image: url(/img/forma-bg-s.png);
    background-position: center bottom;
    text-align: center;
    min-height: 375px;
    padding: 20px;
    background-size: cover;
  }

  .forma-right__title {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 15px;
  }

  .tarif__item {
    width: 48%;
  }

  .right__docs-item {
    margin: 0 auto 15px;
  }

  .forma-left__title {
    font-size: 24px;
    line-height: 140%;
  }

  .bg-block__inner {
    background-position: center bottom;
    min-height: 695px;
    padding: 50px 20px;
    display: block;
    text-align: center;
    width: 100%;
  }

  .bg-center__inner {
    background-position: center center;
    min-height: 695px;
    padding: 50px 20px;
    width: 100%;
  }

  .escort {
    background-image: url(/img/escort-bg-s.jpg);
  }

  .card {
    background-image: url(/img/card-bg-s.jpg);
  }

  .fz {
    background-image: url(/img/fz-bg-s.jpg);
  }

  .ved {
    background-image: url(/img/ved-bg-s.jpg);
  }

  .quality {
    background-image: url(/img/quality-bg-s.jpg);
  }

  .broker {
    background-image: url(/img/broker-bg-s.jpg);
  }

  .depozitar {
    background-image: url(/img/depozitar-bg-s.jpg);
  }

  .teqvairing {
    background-image: url(/img/teqvairing-bg-s.jpg);
  }

  .ieqvairing {
    background-image: url(/img/ieqvairing-bg-s.jpg);
  }

  .faqdoc-tabs .gen__title {
    text-align: center;
    padding-bottom: 60px;
  }

  .dbl-btn {
    left: 0;
    top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
  }

  .faqdoc-btn {
    margin: 0 5px;
  }

  .slide-stati {
    border-radius: 20px;
    background-position: center bottom;
    min-height: 700px;
  }

  .slide-stati__inner {
    display: block;
    text-align: center;
    padding: 60px 0;
  }

  .slide-stati__title {
    font-size: 36px;
    line-height: 140%;
  }

  .slide-stati__text {
    font-size: 14px;
    line-height: 160%;
  }

  .slide-stati__btn a {
    padding: 15px 31px;
    font-size: 14px;
  }

  .slide-rs {
    background-image: url(/img/slide/slide-rs-s.jpg);
  }

  .slide-ved {
    background-image: url(/img/slide/slide-ved-s.jpg);
  }

  .slide-bkrd {
    background-image: url(/img/slide/slide-bkrd-s.jpg);
  }

  .slide-kredit1 {
    background-image: url(/img/slide/kredit1-s.jpg);
  }

  .slide-kredit2 {
    background-image: url(/img/slide/kredit2-s.jpg);
  }

  .slide-kredit3 {
    background-image: url(/img/slide/kredit3-s.jpg);
  }

  .slide-kredit4 {
    background-image: url(/img/slide/kredit4-s.jpg);
  }

  .slide-kredit5 {
    background-image: url(/img/slide/kredit5-s.jpg);
  }

  .slide-kredit6 {
    background-image: url(/img/slide/kredit6-s.jpg);
  }

  .slide-kredit7 {
    background-image: url(/img/slide/kredit7-s.jpg);
  }

  .slide-garant {
    background-image: url(/img/slide/slide-garant-s.jpg);
  }

  .slide-sredstva {
    background-image: url(/img/slide/slide-sredstva-s.jpg);
  }

  .slide-servis {
    background-image: url(/img/slide/slide-servis-s.jpg);
  }

  .slide-zarplata {
    background-image: url(/img/slide/slide-zarplata-s.jpg);
  }

  .slide-svetofor {
    background-image: url(/img/slide/slide-svetofor-s.jpg);
  }

  .slide-nadejniy {
    background-image: url(/img/slide/slide-nadejniy-s.jpg);
  }

  .slide-depozit {
    background-image: url(/img/slide/slide-depozit-s.jpg);
  }

  .slide-broker {
    background-image: url(/img/slide/slide-broker-s.jpg);
  }

  .slide-softpos1 {
    background-image: url(/img/slide/softpos-s.jpg);
    background-position: center bottom;
  }

  .slide-softpos2 {
    background-image: url(/img/slide/softpos2-s.jpg);
    background-position: center bottom;
  }

  .tarif-ved__inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .slide-dop {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .slide-stati__inner {
    min-height: 700px;
  }

  .credit-type__item {
    text-align: center;
  }

  .credit7 {
    background-image: none;
    grid-column: 1 / -1;
    /* background-position: center bottom -200px;
    background-size: auto;
    padding: 40px 30px 292px; */
  }

  .tarif__subtitle {
    min-height: 50px;
  }

  .vidi-garant__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .bg-block__text {
    max-width: 100%;
  }

  .faild__img img {
    width: 100%;
    height: auto;
  }

  .faild__inner {
    min-height: 0;
    background: none;
  }

  .garant-info {
    grid-template-columns: 130px 1fr;
    width: 100%;
  }

  .sposoby__item {
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 30px;
  }

  .sposoby__inner {
    text-align: center;
    min-height: 620px;
    display: block;
  }

  .sposoby__metib {
    background-image: url(/img/metib-s.png);
  }

  .sposoby__spb {
    background-image: url(/img/spb-s.png);
  }

  .sposoby__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #102538;
  }

  .sposoby__list {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }

  .svetofor-service__inner {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }

  .blue__item1 {
    background-image: url(/img/distant/1s.png);
  }

  .blue__item2 {
    background-image: url(/img/distant/2s.png);
  }

  .blue__item3 {
    background-image: url(/img/distant/3s.png);
  }

  .blue__item {
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 30px;
    min-height: 600px;
    display: block;
    text-align: center;
  }

  .blue__item4 {
    background-image: url(/img/priem/1s.jpg);
    min-height: 533px;
    background-size: 100%;
  }

  .blue__item5 {
    background-image: url(/img/priem/2s.jpg);
    min-height: 533px;
    background-size: 100%;
  }

  .blue-item__inner {
    max-width: 100%;
  }

  .calc__inner {
    display: block;
  }

  .calc-white,
  .calc-blue {
    width: 100%;
    margin: 0 0 20px;
  }

  .usloviya-fl {
    margin: 0;
  }

  .usloviya-fl__item,
  .grey__item {
    margin: 0 0 20px;
  }

  .fin-rynki__inner {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }

  .vid-kredita__inner {
    display: block;
    margin-bottom: 10px;
  }

  .vid-kredita__left {
    text-align: center;
    margin-bottom: 20px;
  }

  .modalGorod__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .modalGorod__inner {
    width: 90%;
  }

  /* .news__date-mobl {
    display: block;
  } */

  /* .news__date-desc {
    display: none;
  } */

  .gen__title {
    text-align: center;
  }

  .svetofor-service__text {
    text-align: center;
  }

  .blue-item__title {
    font-size: 32px;
  }

  .modalGorod__inner {
    max-height: calc(100%);
    margin-top: 120px;
    overflow: scroll;
    margin-bottom: 100px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .flex-title {
    display: block;
    align-items: center;
  }

  .flex-title .white-btn {
    text-align: center;
  }

  .flex-title .white-btn a {
    margin: 20px auto;
  }

  .docs__inner {
    display: block;
  }

  .docs-tab,
  .docs-vivod {
    width: 100%;
  }

  .docs-tab {
    margin-bottom: 20px;
  }

  .qr-priloj,
  .qr-fl__info {
    flex-direction: column;
    align-items: center;
  }

  .qr-fl__img img {
    max-width: 100%;
  }

  .forma-sp__inner {
    width: 100%;
  }

  .slide-stati__inner {
    padding: 30px 20px;
  }

  .credit-type__item {
    min-height: 218px;
  }

  .credit-bigbg {
    min-height: 556px;
    background-image: url(/img/bigbg-s.png);
    background-position: bottom center;
    background-size: 100% auto;
    justify-content: flex-start;
  }

  .credit-bigbg .credit-type__link a {
    width: 100%;
  }

  .credit-bigbg .credit-type__text {
    margin-bottom: 20px;
  }

  .credit-type__title {
    margin-bottom: 10px;
  }

  .priem__item1 {
    background-image: url(/img/priem-platezhey/1s.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .priem__item2 {
    background-image: url(/img/priem-platezhey/2s.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .priem__item3 {
    background-image: url(/img/priem-platezhey/3s.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .priem__item4 {
    background-image: url(/img/priem-platezhey/4s.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 550px) {
  .service__item {
    min-height: 420px;
  }

  .plusi__item {
    min-height: 345px;
    text-align: center;
    padding: 28px;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 330px;
  }

  .plusi__info {
    width: 100%;
  }

  .pusi__img {
    display: none;
  }

  .plusi1 {
    background-image: url(/img/plusi/001.png);
  }

  .plusi2 {
    background-image: url(/img/plusi/002.png);
  }

  .plusi3 {
    background-image: url(/img/plusi/003.png);
  }

  .plusi4 {
    background-image: url(/img/plusi/004.png);
  }

  .plusi-rs1 {
    background-image: url(/img/rs/001.png);
  }

  .plusi-rs2 {
    background-image: url(/img/rs/002.png);
  }

  .plusi-rs3 {
    background-image: url(/img/rs/003.png);
  }

  .plusi-rs4 {
    background-image: url(/img/rs/004.png);
  }

  .plusi-sp1 {
    background-image: url(/img/sp/001.png);
  }

  .plusi-sp2 {
    background-image: url(/img/sp/002.png);
  }

  .plusi-sp3 {
    background-image: url(/img/sp/003.png);
  }

  .plusi-sp4 {
    background-image: url(/img/sp/004.png);
  }

  .plusi-ved1 {
    background-image: url(/img/ved/001.png);
  }

  .plusi-ved2 {
    background-image: url(/img/ved/002.png);
  }

  .plusi-ved3 {
    background-image: url(/img/ved/003.png);
  }

  .plusi-ved4 {
    background-image: url(/img/ved/004.png);
  }

  .plusi-bkrd1 {
    background-image: url(/img/bkrd/001.png);
  }

  .plusi-bkrd2 {
    background-image: url(/img/bkrd/002.png);
  }

  .plusi-bkrd3 {
    background-image: url(/img/bkrd/003.png);
  }

  .plusi-bkrd4 {
    background-image: url(/img/bkrd/004.png);
  }

  .plusi-garant1 {
    background-image: url(/img/garant/001.png);
  }

  .plusi-garant2 {
    background-image: url(/img/garant/002.png);
  }

  .plusi-garant3 {
    background-image: url(/img/garant/003.png);
  }

  .plusi-garant4 {
    background-image: url(/img/garant/004.png);
  }

  .plusi-sredstva1 {
    background-image: url(/img/sredstva/001.png);
  }

  .plusi-sredstva2 {
    background-image: url(/img/sredstva/002.png);
  }

  .plusi-sredstva3 {
    background-image: url(/img/sredstva/003.png);
  }

  .plusi-sredstva4 {
    background-image: url(/img/sredstva/004.png);
  }

  .plusi-servis1 {
    background-image: url(/img/servis/001.png);
  }

  .plusi-servis2 {
    background-image: url(/img/servis/002.png);
  }

  .plusi-servis3 {
    background-image: url(/img/servis/003.png);
  }

  .plusi-servis4 {
    background-image: url(/img/servis/004.png);
  }

  .requirements__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .kak__inner {
    display: block;
    text-align: center;
  }

  .kak__inner::after {
    content: none;
  }

  .kak__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .nadejniy-info__list {
    grid-template-columns: repeat(1, 1fr);
  }

  br {
    display: none;
  }

  .footer-bot__right {
    flex-direction: column;
    text-align: center;
  }

  .shapka-top__btn {
    margin-left: 0;
  }

  .qr-list__item a {
    overflow-wrap: break-word;
  }

  .forma-sp__bg {
    padding: 40px 20px;
  }
}

@media (max-width: 450px) {
  .tarif__item {
    width: 100%;
  }

  .mobile-menu__item .shapka-top__r {
    display: block;
    text-align: center;
  }

  .mobile-menu__item .shapka-top__btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .service__item {
    min-height: 350px;
  }

  .mobile-menu__logo,
  .line-top__logo {
    margin-right: 10px;
  }

  .gen__title,
  .bg-block__title {
    font-size: 28px;
    line-height: 140%;
  }

  .slide-stati {
    background-size: 100% auto;
  }

  .tarif__subtitle {
    min-height: auto;
  }

  .blue-item__title {
    font-size: 28px;
  }

  .news-block__top {
    flex-direction: column-reverse;
  }

  .news-block__title {
    text-align: center;
  }

  .office__item-list li {
    display: block;
    width: 100%;
  }
}

.dokument__inner {
  position: relative;
  padding-bottom: 80px;
}

.dokument__inner .docs__item {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}

.docs__gallery img {
  width: 100%;
}

.dokument__inner h1 {
  text-align: center;
}

@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;
}

.title36 {
  font-size: 36px;
}

.dist__item {
  background-image: url(/img/distantsionnoye-bankovskoye-obsluzhivaniye/slide.jpg);
  background-size: cover;
}

.dist-dbl__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.dist-dbl__item {
  padding: 20px;
  border-radius: 10px;
  background: #f3f3f3;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.dist-dbl__title {
  color: #102538;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.dist-dbl__title a {
  color: #abb2b9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px dashed #abb2b9;
}

.dist-dbl__info {
  width: 100%;
}

.dist-dbl__text {
  color: #102538;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}

.dist-dbl__text ol {
  padding-inline-start: 20px;
}

.dist-dbl__text li {
  margin-bottom: 10px;
}

.blue-shop__btn a {
  padding: 15px 21px;
  width: fit-content;
  background-color: #2A5FE7;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  font-weight: 400;
}

.proverka__numb-er {
  border-color: #E33D3D;
}

.office-right .active-tab__link {
  background: #2a5fe7;
}

.info-rel__drop {
  position: relative;
}

.ModalInfo {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: none;
  width: 400px;
  box-sizing: 0 0 6px #eee;
  z-index: 900;
}



@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);
  }

  .dist-dbl__block {
    grid-template-columns: repeat(1, 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;
  }

  .dist__item {
    background-image: url(/img/distantsionnoye-bankovskoye-obsluzhivaniye/slide-s.jpg);
  }

  .dist-dbl__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dist-dbl__title {
    justify-content: center;
  }

  .blue-shop__btn a {
    margin: 0 auto;
  }

  .proverka__numb {
    width: 50px;
    height: 50px;
  }

  .proverka-mid__numbs {
    gap: 5px;
  }
}

@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;
  }
}


.slider__ad-text {
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    bottom: 10px;
    right: 20px;
}