.program-link:link {

  text-decoration: none;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.program-link:hover {
  color: #f47195;
  text-decoration: underline;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.program-link {
  color: #f13c6d;
}
.program-link:visited {

}

.main-page {
  padding-bottom: 100px;
}

@media (max-width: 650px) {
  .main-page {
    padding-bottom: 50px;
  }
}

.main-page__fund-program {
  margin-top: 100px;
}

@media (max-width: 650px) {
  .main-page__fund-program {
    margin-top: 50px;
  }
}

.main-page__fin-calc {
  margin-top: 100px;
}

@media (max-width: 460px) {
  .main-page__fin-calc {
    margin-top: 8px;
  }
}

.main-page__title-basic {
  font-weight: 800;
  font-size: 36px;
  line-height: 53px;
}

@media (max-width: 650px) {
  .main-page__title-basic {
    font-size: 24px;
    line-height: 35px;
  }
}

.main-page__banks {
  margin-top: 100px;
}

@media (max-width: 1000px) {
  .main-page__banks {
    margin-top: 50px;
  }
}

@media (max-width: 460px) {
  .main-page__banks {
    margin-top: 47px;
  }
}

.main-page__reviews {
  margin-top: 100px;
}

@media (max-width: 460px) {
  .main-page__reviews {
    margin-top: 50px;
  }
}

.main-page__useful-resources {
  margin-top: 100px;
}

@media (max-width: 460px) {
  .main-page__useful-resources {
    margin-top: 50px;
  }
}

.main-page__news {
  margin-top: 100px;
}

@media (max-width: 460px) {
  .main-page__news {
    margin-top: 10px;
  }
}

.banner {
  height: 328px;
  width: 100%;
  /*background: url("./../img/banner.png") no-repeat;*/
  background-position: center;
}

@media (max-width: 650px) {
  .banner {
    height: auto;
    background-position: top center;
  }
}

.banner .container {
  height: 100%;
}

.banner__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 650px) {
  .banner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.banner__info {
  max-width: 630px;
  width: 100%;
  color: #ffffff;
}

@media (max-width: 650px) {
  .banner__info {
    height: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 460px) {
  .banner__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 31px;
    height: 298px;
  }
}

.banner__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 53px;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .banner__title {
    font-size: 20px;
    line-height: 29px;
  }
}

@media (max-width: 460px) {
  .banner__title span {
    display: block;
  }
}

.banner__subtitle {
  margin-top: 10px;
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
}

@media (max-width: 1000px) {
  .banner__subtitle {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 460px) {
  .banner__subtitle {
    margin-top: 14px;
  }
  .banner__subtitle span {
    display: block;
  }
}

.banner__button {
  margin-top: 22px;
  background: #3bb6d1;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 42.5px;
}

@media (max-width: 650px) {
  .banner__button {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 460px) {
  .banner__button {
    margin-top: 25px;
    max-width: 270px;
  }
}

.banner__button:hover {
  background: #3bb6d1;
  cursor: url("./../img/control/cursor.png"), pointer;
}

.banner__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

@media (max-width: 1000px) {
  .banner__indicators {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px;
  }
}

@media (max-width: 650px) {
  .banner__indicators {
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}

@media (max-width: 460px) {
  .banner__indicators {
    row-gap: 15px;
  }
}

.banner__indicators-card {
  padding: 13px 23px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 650px) {
  .banner__indicators-card {
    background: #ffffff;
    color: #2c2a29;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.banner__indicators-card::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 22px;
}

.banner__indicators-card:first-child:after {
  background: url("./../img/icon/loans_vol.png");
  width: 34px;
  height: 34px;
}

.banner__indicators-card:last-child:after {
  background: url("./../img/icon/loans_amount.png");
  width: 34px;
  height: 34px;
}

.banner__indicators-price {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
}

@media (max-width: 1000px) {
  .banner__indicators-price {
    font-size: 24px;
  }
}

.banner__indicators-desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1000px) {
  .banner__indicators-desc {
    font-size: 18px;
  }
}

.swiper {
  overflow: visible;
}

@media (max-width: 1000px) {
  .swiper {
    overflow: hidden;
  }
}

@media (max-width: 460px) {
  .fund-program .swiper-control {
    margin-top: 9px;
  }
}

.fund-program .swiper-button-prev {
  display: none;
}

@media (max-width: 750px) {
  .fund-program .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fund-program .swiper-button-prev::after {
    content: '';
    background: url("./../img/control/swiper-prev.png") no-repeat;
    width: 14px;
    height: 24px;
  }
}

.fund-program .swiper-button-next {
  display: none;
}

@media (max-width: 750px) {
  .fund-program .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fund-program .swiper-button-next::after {
    content: '';
    background: url("./../img/control/swiper-next.png") no-repeat;
    width: 14px;
    height: 24px;
  }
}

.fund-program__list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  row-gap: 24px;
  -webkit-column-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 750px) {
  .fund-program__list {
    -ms-grid-columns: (100%)[9];
    grid-template-columns: repeat(9, 100%);
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

.card-program {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 30px 24px 30px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -ms-grid-rows: 1fr auto auto;
  -ms-grid-columns: 1fr;
  grid-template: 1fr auto auto / 1fr;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 460px) {
  .card-program {
    padding: 20px 15px 20px 15px;
  }
}

.card-program.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-program__search-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #f13c6d;
  text-align: center;
}

.card-program__search-button {
  background: #3bb6d1;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 39px;
  margin-top: 30px;
}

.card-program__search-button:hover {
  background: #3bb6d1;
  cursor: url("./../img/control/cursor.png"), pointer;
}

.card-program__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

@media (max-width: 460px) {
  .card-program__desc {
    row-gap: 8px;
  }
}

.card-program__desc-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #235cc5;
}

@media (max-width: 650px) {
  .card-program__desc-title {
    font-size: 20px;
  }
}

.card-program__desc-question {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}

.card-program__desc-question span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 650px) {
  .card-program__desc-question {
    font-size: 14px;
  }
}

.card-program__desc-question-info {
  position: absolute;
  width: 330px;
  top: 1px;
  left: 110px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px 26px 15px 15px;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card-program__desc-question.question::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 91px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("./../img/icon/question2.png") no-repeat;
  width: 14px;
  height: 14px;
}

.card-program__desc-question.question span:hover ~ div {
  opacity: 1;
}

.card-program__desc-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.card-program__desc-subtitle a {
  color: #3bb6d1;
}

@media (max-width: 650px) {
  .card-program__desc-subtitle {
    font-size: 16px;
  }
}

.card-program__info {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  row-gap: 5px;
  -ms-grid-rows: (1fr)[2];
  -ms-grid-columns: 152px auto;
  grid-template: repeat(2, 1fr)/152px auto;
}

@media (max-width: 430px) {
  .card-program__info {
    -ms-grid-rows: (1fr)[2];
    -ms-grid-columns: minmax(100px, 1fr) auto;
    grid-template: repeat(2, 1fr)/minmax(100px, 1fr) auto;
  }
}

.card-program__info-wrapper:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.card-program__info-wrapper:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.card-program__info-wrapper:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.card-program__info-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 650px) {
  .card-program__info-title {
    font-size: 14px;
  }
}

.card-program__info-price {
  font-weight: 800;
  font-size: 32px;
  line-height: 47px;
}

@media (max-width: 650px) {
  .card-program__info-price {
    font-size: 24px;
    line-height: 35px;
  }
}

.card-program__controls {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 430px) {
  .card-program__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card-program__controls-button {
  background: #3bb6d1;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 42.5px;
}

@media (max-width: 430px) {
  .card-program__controls-button {
    width: 100%;
  }
}

.card-program__controls-button:hover {
  background: #3bb6d1;
  cursor: url("./../img/control/cursor.png"), pointer;
}

.card-program__controls-info {
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  margin-right: 21px;
}

@media (max-width: 430px) {
  .card-program__controls-info {
    margin-right: 0px;
    margin-top: 20px;
  }
}

.card-program:nth-child(8) .card-program__info {
  margin-top: 40px;
}

.fin-calc {
  background: #ffffff;
  padding: 40px 25px 81px 25px;
  border-radius: 10px;
}

@media (max-width: 560px) {
  .fin-calc {
    padding: 20px 25px 20px 25px;
  }
}

@media (max-width: 460px) {
  .fin-calc {
    padding: 20px 15px 20px 15px;
  }
}

.fin-calc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .fin-calc__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fin-calc__calculations {
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
  margin-top: 117px;
}

@media (max-width: 460px) {
  .fin-calc__calculations {
    margin-top: 37px;
  }
}

.fin-calc__info-block {
  max-width: 424px;
  width: 100%;
  margin-right: 109px;
}

@media (max-width: 1250px) {
  .fin-calc__info-block {
    margin-right: 20px;
  }
}

.fin-calc__icon {
  background: url("./../img/logo.png") no-repeat;
  width: 60px;
  height: 60px;
}

@media (max-width: 1000px) {
  .fin-calc__icon {
    display: none;
  }
}

.fin-calc__title {
  margin-top: 25px;
}

.fin-calc__subtitle {
  margin-top: 25px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #aeacac;
}

@media (max-width: 560px) {
  .fin-calc__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 460px) {
  .fin-calc__subtitle {
    margin-top: 10px;
  }
}

.fin-calc__contrl-mob {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 460px) {
  .fin-calc__contrl-mob {
    margin-top: 54px;
  }
}

.fin-calc__button {
  margin-top: 49px;
  background: #3bb6d1;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  padding: 25px 85.5px;
}

@media (max-width: 1000px) {
  .fin-calc__button {
    display: none;
  }
}

.fin-calc__button-mob {
  background: #3bb6d1;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  padding: 16px 20px;
  max-width: 400px;
  width: 100%;
  display: none;
}

@media (max-width: 1000px) {
  .fin-calc__button-mob {
    display: block;
  }
}

.fin-calc__button:hover {
  background: #3bb6d1;
  cursor: url("./../img/control/cursor.png"), pointer;
}

.fin-calc__prompt-text {
  margin-top: 44px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1000px) {
  .fin-calc__prompt-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: none;
  }
}

.fin-calc__prompt-text-mob {
  display: none;
}

@media (max-width: 1000px) {
  .fin-calc__prompt-text-mob {
    margin-top: 20px;
    display: block;
  }
}

@media (max-width: 460px) {
  .fin-calc__prompt-text-mob {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}

.fin-calc__calculator-block {
  padding-top: 10px;
  max-width: 563px;
  width: 100%;
}

@media (max-width: 1000px) {
  .fin-calc__calculator-block {
    max-width: 1000px;
    width: 100%;
  }
}

@media (max-width: 460px) {
  .fin-calc__calculator-block {
    padding-top: 21px;
  }
}

.calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 84px;
}

@media (max-width: 460px) {
  .calculator {
    row-gap: 50px;
  }
}

.calculator__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[2];
  -ms-grid-columns: 272px 1fr;
  grid-template: repeat(2, auto)/272px 1fr;
}

@media (max-width: 560px) {
  .calculator__wrapper {
    -ms-grid-rows: (auto)[2];
    -ms-grid-columns: 160px 1fr;
    grid-template: repeat(2, auto)/160px 1fr;
  }
}

@media (max-width: 460px) {
  .calculator__wrapper {
    -ms-grid-rows: (auto)[3];
    -ms-grid-columns: 1fr;
    grid-template: repeat(3, auto)/1fr;
  }
}

.calculator__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 35px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 560px) {
  .calculator__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 460px) {
  .calculator__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.calculator__input {
  height: 54px;
  position: relative;
}

@media (max-width: 1000px) {
  .calculator__input {
    max-width: 300px;
    width: 100%;
    justify-self: flex-end;
  }
}

@media (max-width: 560px) {
  .calculator__input {
    height: 48px;
  }
}

@media (max-width: 460px) {
  .calculator__input {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-column-align: start;
    justify-self: start;
    margin-top: 10px;
  }
}

.calculator__input input {
  font-weight: 800;
  font-size: 24px;
  line-height: 35px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  outline: none;
}

@media (max-width: 460px) {
  .calculator__input input {
    padding-left: 22px;
  }
}

.calculator__input input:hover {
  border: 2px solid #2c2a29;
  cursor: url("./../img/control/cursor.png"), pointer;
}

.calculator__input.attention input {
  border: 2px solid #3bb6d1;
  background: #fcdad5;
}

.calculator__input-attention {
  display: none;
  position: absolute;
  top: -30px;
  left: 1px;
  color: #3bb6d1;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1000px) {
  .calculator__input-attention {
    top: -22px;
  }
}

.calculator__input.attention div {
  display: block;
}

.calculator__slider {
  margin-top: 30px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  height: 9px;
}

@media (max-width: 460px) {
  .calculator__slider {
    margin-top: 24px;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.calculator .noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -17px;
  top: -10px;
}

.calculator .noUi-handle {
  border: 2px solid #ffffff;
  border-radius: 3px;
  background: #3bb6d1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.calculator .noUi-handle:after,
.calculator .noUi-handle:before {
  display: none;
}

.calculator .noUi-connect {
  background: #3bb6d1;
}

.calculator .noUi-marker {
  display: none;
}

.calculator .noUi-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #bcbcbc;
}

@media (max-width: 560px) {
  .calculator .noUi-value {
    font-size: 10px;
    line-height: 18px;
  }
}

.calculator .noUi-pips-horizontal {
  padding: 14px 0;
}

@media (max-width: 460px) {
  .calculator .noUi-pips-horizontal {
    padding: 8px 0;
  }
}

.calculator .active-pip {
  color: red;
}

.calculations {
  background: #ffffff;
  height: 508px;
  overflow-y: scroll;
  display: none;
}

@media (max-width: 460px) {
  .calculations {
    height: 262px;
  }
}

.calculations.active {
  display: block;
}

.calculations::-webkit-scrollbar {
  width: 9px;
  margin-left: -10px;
}

@media (max-width: 460px) {
  .calculations::-webkit-scrollbar {
    display: none;
  }
}

.calculations::-webkit-scrollbar-track {
  background-color: #bcbcbc;
  border-radius: 5px;
}

.calculations::-webkit-scrollbar-thumb {
  background: #2c2a29;
  border-radius: 5px;
}

.calculations__colum-name {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 5% 17% 33% 18% 27%;
  grid-template: 1fr / 5% 17% 33% 18% 27%;
  justify-items: center;
  max-width: 1096px;
  margin: 0 auto;
  padding-bottom: 25px;
}

@media (max-width: 460px) {
  .calculations__colum-name {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 5% 25% 25% 25% 20%;
    grid-template: 1fr / 5% 25% 25% 25% 20%;
    padding-bottom: 8px;
  }
}

.calculations__colum-name-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 650px) {
  .calculations__colum-name-text {
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
  }
}

.calculations__colum-name-text:nth-child(3) {
  max-width: 150px;
  width: 100%;
  margin-left: -7px;
}

@media (max-width: 460px) {
  .calculations__colum-name-text:nth-child(3) {
    padding-left: 12px;
  }
}

@media (max-width: 460px) {
  .calculations__colum-name-text:nth-child(4) {
    padding-left: 12px;
  }
}

.calculations__colum-name-text:nth-child(5) {
  padding-left: 58px;
}

@media (max-width: 460px) {
  .calculations__colum-name-text:nth-child(5) {
    padding-left: 12px;
  }
}

.calculations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1096px;
  margin: 0 auto;
}

.calculations__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 5% 17% 33% 18% 27%;
  grid-template: 1fr / 5% 17% 33% 18% 27%;
  justify-items: center;
  padding: 20px 0;
}

@media (max-width: 460px) {
  .calculations__item {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 5% 25% 25% 25% 20%;
    grid-template: 1fr / 5% 25% 25% 25% 20%;
    padding: 5px 0 5px 0;
  }
}

.calculations__item:nth-child(2n + 1) {
  background: #f8f8f8;
}

.calculations__item-desc {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 650px) {
  .calculations__item-desc {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
  }
}

.calculations__item-desc:nth-child(1) {
  margin-left: -6px;
}

.calculations__item-desc:nth-child(2) {
  margin-left: 3px;
}

@media (max-width: 460px) {
  .calculations__item-desc:nth-child(2) {
    margin-left: 4px;
  }
}

.calculations__item-desc:nth-child(3) {
  margin-left: -8px;
}

@media (max-width: 460px) {
  .calculations__item-desc:nth-child(3) {
    margin-left: 10px;
  }
}

.calculations__item-desc:nth-child(4) {
  margin-left: 25px;
}

@media (max-width: 460px) {
  .calculations__item-desc:nth-child(4) {
    margin-left: 11px;
  }
}

.calculations__item-desc:nth-child(5) {
  margin-left: 58px;
}

@media (max-width: 460px) {
  .calculations__item-desc:nth-child(5) {
    margin-left: 11px;
  }
}

.banks__wrapper {
  padding: 35px 60px 25px 50px;
  margin-top: 20px;
  background: #ffffff;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .banks__wrapper {
    padding: 20px 20px 20px 20px;
  }
}

@media (max-width: 460px) {
  .banks__wrapper {
    padding: 15px 20px 15px 20px;
    margin-top: 24px;
  }
}

.banks__item {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -ms-grid-rows: (auto)[3];
  -ms-grid-columns: 153px 0.95fr 0.65fr 0.9fr;
  grid-template: repeat(3, auto)/153px 0.95fr 0.65fr 0.9fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .banks__item {
    -ms-grid-rows: (auto)[4];
    -ms-grid-columns: (1fr)[2];
    grid-template: repeat(4, auto)/repeat(2, 1fr);
  }
}

.banks__item:nth-child(1) {
  padding-bottom: 12px;
}

@media (max-width: 1000px) {
  .banks__item:nth-child(1) {
    display: none;
  }
}

.banks__item.bank {
  margin-top: 50px;
}

@media (max-width: 460px) {
  .banks__item.bank {
    margin-top: 0px;
    -webkit-column-gap: 17px;
    column-gap: 17px;
  }
}

.banks__column-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
}

.banks__column-heading.mob {
  display: none;
}

@media (max-width: 1000px) {
  .banks__column-heading.mob {
    display: block;
  }
}

.banks__column-heading.mob {
  display: none;
}

@media (max-width: 1000px) {
  .banks__column-heading.mob {
    display: block;
  }
}

@media (max-width: 560px) {
  .banks__column-heading.mob {
    font-size: 14px;
    line-height: 18px;
  }
}

.banks__column-heading:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding-left: 21px;
}

.banks__column-heading:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-column-align: center;
  justify-self: center;
}

.banks__column-heading:nth-child(3) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-column-align: center;
  justify-self: center;
}

.banks__icon.psb {
  width: 153px;
  height: 100px;
  background: url("./../img/icon/psb_bank.png") no-repeat;
  background-position: center center;
}

@media (max-width: 560px) {
  .banks__icon.psb {
    width: 81px;
    height: 53px;
    background: url("./../img/icon/psb_bank-mob.png") no-repeat;
    background-position: center center;
  }
}

.banks__icon.alfa {
  width: 153px;
  height: 100px;
  background: url("./../img/icon/alfa_bank.png") no-repeat;
  background-position: center center;
}

@media (max-width: 560px) {
  .banks__icon.alfa {
    width: 81px;
    height: 53px;
    background: url("./../img/icon/alfa_bank-mob.png") no-repeat;
    background-position: center center;
  }
}

@media (max-width: 460px) {
  .banks__icon.alfa {
    margin-top: -15px;
  }
}

.banks__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  padding-left: 21px;
}

@media (max-width: 560px) {
  .banks__name {
    font-size: 16px;
    line-height: 24px;
  }
}

.banks__proc {
  font-weight: 800;
  font-size: 32px;
  line-height: 47px;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media (max-width: 560px) {
  .banks__proc {
    font-size: 24px;
    line-height: 35px;
  }
}

.banks__price {
  font-weight: 800;
  font-size: 32px;
  line-height: 47px;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media (max-width: 560px) {
  .banks__price {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 1000px) {
  .banks__item.bank .banks__column-heading.one {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .banks__item.bank .banks__proc {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .banks__item.bank .banks__column-heading.two {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media (max-width: 1000px) and (max-width: 460px) {
  .banks__item.bank .banks__column-heading.two {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .banks__item.bank .banks__price {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .banks__item.bank .banks__icon {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media (max-width: 1000px) and (max-width: 460px) {
  .banks__item.bank .banks__icon {
    -ms-grid-column-align: start;
    justify-self: start;
    margin-left: -5px;
  }
}

@media (max-width: 1000px) {
  .banks__item.bank .banks__name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column-align: center;
    justify-self: center;
    padding-left: 0;
  }
}

@media (max-width: 1000px) and (max-width: 460px) {
  .banks__item.bank .banks__name {
    -ms-grid-column-align: start;
    justify-self: start;
    margin-top: 3px;
  }
}

@media (max-width: 460px) {
  .banks__item.bank:nth-child(3) {
    margin-top: 26px;
  }
  .banks__item.bank:nth-child(3) .banks__name {
    margin-top: -20px;
    margin-left: -5px;
  }
}

.reviews__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__title-btn {
  position: relative;
  padding: 9px 46.5px 9px 29.5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #f13c6d;
  border-radius: 100px;
  border: 2px solid #f13c6d;
  cursor: url("./../img/control/cursor.png"), pointer;
}

@media (max-width: 460px) {
  .reviews__title-btn {
    display: none;
  }
}

.reviews__title-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("./../img/control/title-btn.png") no-repeat;
}

@media (max-width: 460px) {
  .reviews__title-btn-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 21px;
  }
}

.reviews__title-btn-mob {
  display: none;
  position: relative;
  padding: 11px 58px 11px 39px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f13c6d;
  border-radius: 100px;
  border: 2px solid #f13c6d;
  cursor: url("./../img/control/cursor.png"), pointer;
}

@media (max-width: 460px) {
  .reviews__title-btn-mob {
    display: inline-block;
  }
}

.reviews__title-btn-mob::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("./../img/control/title-btn.png") no-repeat;
}

.reviews__wrapper {
  margin-top: 23px;
  padding: 40px 0 60px 0;
  background: #ffffff;
  border-radius: 10px;
}

@media (max-width: 460px) {
  .reviews__wrapper {
    padding: 17px 0 4px 0;
  }
}

.reviews__wrapper .swiper-button-prev {
  display: none;
}

@media (max-width: 1000px) {
  .reviews__wrapper .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reviews__wrapper .swiper-button-prev::after {
    content: '';
    background: url("./../img/control/swiper-prev.png") no-repeat;
    width: 14px;
    height: 24px;
  }
}

.reviews__wrapper .swiper-button-next {
  display: none;
}

@media (max-width: 1000px) {
  .reviews__wrapper .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reviews__wrapper .swiper-button-next::after {
    content: '';
    background: url("./../img/control/swiper-next.png") no-repeat;
    width: 14px;
    height: 24px;
  }
}

.reviews__list {
  width: 100%;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (minmax(auto, 390px))[3];
  grid-template: 1fr/repeat(3, minmax(auto, 390px));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .reviews__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

.reviews__container {
  padding: 15px 20px 10px 20px;
}

@media (max-width: 460px) {
  .reviews__container {
    padding: 15px 20px 10px 14px;
  }
}

.reviews__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #c4c4c4;
}

@media (max-width: 460px) {
  .reviews__date {
    font-size: 14px;
    line-height: 21px;
  }
}

.reviews__name {
  margin-top: 9px;
  font-weight: 800;
  font-size: 24px;
  line-height: 35px;
}

@media (max-width: 460px) {
  .reviews__name {
    font-size: 18px;
    line-height: 27px;
  }
}

.reviews__desc {
  margin-top: 9px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 460px) {
  .reviews__desc {
    font-size: 14px;
    line-height: 18px;
  }
}

.reviews__desc span {
  display: inline-block;
}

@media (max-width: 1000px) {
  .useful-resources {
    padding-bottom: 30px;
  }
}

.useful-resources__wrapper {
  margin-top: 20px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1000px) {
  .useful-resources__wrapper {
    margin-top: 10px;
  }
  .useful-resources__wrapper .swiper-control {
    margin-top: 5px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
  .useful-resources__wrapper .swiper-pagination-bullets {
    -webkit-column-gap: 6px;
    column-gap: 6px;
  }
}

.useful-resources__wrapper .swiper-pagination {
  display: none;
}

@media (max-width: 1000px) {
  .useful-resources__wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.useful-resources__wrapper .swiper-button-prev {
  left: -20px;
  top: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

@media (max-width: 1380px) {
  .useful-resources__wrapper .swiper-button-prev {
    left: 0px;
  }
}

@media (max-width: 1300px) {
  .useful-resources__wrapper .swiper-button-prev {
    top: 140px;
  }
}

@media (max-width: 1000px) {
  .useful-resources__wrapper .swiper-button-prev {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
  }
}

.useful-resources__wrapper .swiper-button-prev::after {
  content: '';
  background: url("./../img/control/swiper-prev.png") no-repeat;
  width: 14px;
  height: 24px;
}

.useful-resources__wrapper .swiper-button-next {
  right: -20px;
  top: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

@media (max-width: 1380px) {
  .useful-resources__wrapper .swiper-button-next {
    right: 0px;
  }
}

@media (max-width: 1300px) {
  .useful-resources__wrapper .swiper-button-next {
    top: 140px;
  }
}

@media (max-width: 1000px) {
  .useful-resources__wrapper .swiper-button-next {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
  }
}

.useful-resources__wrapper .swiper-button-next::after {
  content: '';
  background: url("./../img/control/swiper-next.png") no-repeat;
  width: 14px;
  height: 24px;
}

.useful-resources__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (25%)[9];
  grid-template-columns: repeat(9, 25%);
}

@media (max-width: 1000px) {
  .useful-resources__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.useful-resources__item {
  text-align: center;
}

.useful-resources__item img {
  max-width: 100%;
}

@media (max-width: 1380px) {
  .useful-resources__item img {
    max-width: 90%;
  }
}

@media (max-width: 1000px) {
  .useful-resources__item img {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .useful-resources__item img {
    max-width: 93%;
  }
}

.news-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-block__title-btn {
  position: relative;
  padding: 9px 45px 9px 26px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #f13c6d;
  border-radius: 100px;
  border: 2px solid #f13c6d;
  cursor: url("./../img/control/cursor.png"), pointer;
}

@media (max-width: 460px) {
  .news-block__title-btn {
    display: none;
  }
}

.news-block__title-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("./../img/control/title-btn.png") no-repeat;
}

.news-block__wrapper {
  margin-top: 23px;
  padding: 40px 0 40px 0;
  background: #ffffff;
  border-radius: 10px;
}

@media (max-width: 460px) {
  .news-block__wrapper {
    padding: 17px 0 2px 0;
  }
}

.news-block__wrapper .swiper-button-prev {
  display: none;
}

@media (max-width: 1000px) {
  .news-block__wrapper .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-block__wrapper .swiper-button-prev::after {
    content: '';
    background: url("./../img/control/swiper-prev.png") no-repeat;
    width: 14px;
    height: 24px;
  }
}

.news-block__wrapper .swiper-button-next {
  display: none;
}

@media (max-width: 1000px) {
  .news-block__wrapper .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-block__wrapper .swiper-button-next::after {
    content: '';
    background: url("./../img/control/swiper-next.png") no-repeat;
    width: 14px;
    height: 24px;
  }
}

.news-block__list {
  width: 100%;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (minmax(auto, 390px))[3];
  grid-template: 1fr/repeat(3, minmax(auto, 390px));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .news-block__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

@media (max-width: 1000px) {
  .news-block__item:nth-child(4) {
    display: none;
  }
  .news-block__item:nth-child(5) {
    display: none;
  }
  .news-block__item:nth-child(6) {
    display: none;
  }
}

.news-block__container {
  padding: 15px 20px 45px 20px;
}

@media (max-width: 460px) {
  .news-block__container {
    padding: 15px 20px 20px 14px;
  }
}

.news-block__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #c4c4c4;
}

@media (max-width: 460px) {
  .news-block__date {
    font-size: 14px;
    line-height: 21px;
  }
}

.news-block__name {
  margin-top: 9px;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 460px) {
  .news-block__name {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    margin-top: 9px;
  }
}

.news-block__desc {
  position: relative;
  margin-top: 19px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #3bb6d1;
  cursor: url("./../img/control/cursor.png"), pointer;
}

@media (max-width: 460px) {
  .news-block__desc {
    margin-top: 21px;
  }
}

.news-block__desc::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 116px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("./../img/control/title-btn.png") no-repeat;
}

@media (max-width: 460px) {
  .news-block__desc::after {
    left: 80px;
  }
}

@media (max-width: 460px) {
  .news-block__desc {
    font-size: 14px;
    line-height: 18px;
  }
}

.news-block__desc span {
  display: inline-block;
}

@media (max-width: 1000px) {
  .swiper-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 460px) {
  .swiper-control {
    -webkit-column-gap: 5px;
    column-gap: 5px;
  }
}

.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .swiper-pagination-bullets {
    position: static;
  }
}

@media (max-width: 460px) {
  .swiper-pagination-bullets {
    -webkit-column-gap: 3px;
    column-gap: 3px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c4c4c4;
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #235cc5;
}

@media (max-width: 1000px) {
  .swiper-button-next {
    position: static;
  }
}

@media (max-width: 1000px) {
  .swiper-button-prev {
    position: static;
  }
}

@media (max-width: 1000px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: auto;
  }
}

@media (max-width: 1000px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: 0;
  }
}
