.sticky-promo {
  background: #29b377;
  width: 100%;
  height: 62px;
  display: none;
  position: relative;
}
.mt-2 {
  margin-top: 20px;
}
.p-15-5 {
  padding: 17.5px;
}
.m-1 {
  margin-top: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-1 {
  margin-bottom: 10px;
}
.w-100 {
  width: 100%;
}
.advantages + #lead-form .credit {
  padding-top: 20px !important;
}
.info + #lead-form .credit {
  padding-top: 0 !important;
}
.credit + #application {
  margin-top: 50px !important;
}
.steps + #application {
  margin-top: 80px !important;
}
.has-promo .sticky-promo {
  display: flex;
  align-items: center;
}
.sticky-promo .container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sticky-promo__title {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 127.5%;
  text-align: center;
  margin-right: 10px;
}
.sticky-promo__subtitle {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 127.5%;
  text-align: center;
}
.sticky-promo__close-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.logo-wrapper {
  display: flex;
  align-items: baseline;
}
@media (max-width: 480px) {
  .logo-wrapper {
    display: contents;
  }
}
.logo-wrapper .btn-mobile-menu {
  margin-right: 15px;
  align-self: center;
}
@media (max-width: 480px) {
  .logo-wrapper .btn-mobile-menu {
    margin-right: 0;
  }
}
.mob-menu-tel {
  color: #006fbb !important;
  margin: 20px 0 !important;
  text-decoration: none;
  font-weight: 700 !important;
  cursor: pointer;
  display: block !important;
}
.new-heading {
  font-size: 35px;
  line-height: 130%;
  display: block;
  /* identical to box height, or 39px */
  text-align: center;
  text-transform: initial;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  margin-block-start: 15px;
  margin-block-end: 25px;
}
.subheader {
  display: none;
  height: 53px;
  padding: 0px 16px;
  justify-content: space-between;
  background: #fff;
  align-items: center;
}
.swiper-pagination-bullet-active {
  background: #ec660a;
}
.subheader__offices {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #2e2e2e;
}
.subheader__offices svg {
  margin-right: 5px;
}
.mobile-phone {
  display: none;
}
.subheader__banking {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #3e3e3e;
  width: 134px;
  height: 40px;
  border: 1px solid #ec660a;
  box-sizing: border-box;
  border-radius: 3px;
}
.swiper-button-style.swiper-button-main {
  background-image: url(img/arrow-left-1.png);
  width: 50px;
  height: 60px;
  top: 50% !important;
  background-size: inherit !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.page- .section2 {
  padding-top: 12px;
}
.page- .section4 {
  padding-top: 0px;
}
.underline {
  text-decoration: underline;
}
.footer {
  margin-top: 55px;
}
.services {
  margin: 50px 0;
}
.services__title {
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  text-align: center;
}
.services__items {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 7px;
  width: 280px;
  height: 246px;
  background: #f6f7fb;
  padding: 57px 45px 53px;
  align-items: center;
}
.services__item:hover {
  background: #29b377;
}
.services__item__img-holder {
  border-radius: 6px;
  width: 61px;
  height: 61px;
  background: #29b377;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-shrink: 0;
}
.services__item:hover .services__item__img-holder {
  background: #fff;
}
.services__item__img-holder {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.services__item__img-holder .fillable {
  fill: #fff;
}
.services__item:hover .services__item__img-holder .fillable {
  fill: #29b377;
}
.services__item span {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  margin-top: 16px;
  /* or 26px */
  max-width: 200px;
  color: #000000;
  text-align: center;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.services__item:hover span {
  color: #fff;
}
.products__tabs__wrapper {
  width: 100%;
  overflow: hidden;
}
.products__tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 458px;
  overflow-x: auto;
  margin: 20px auto;
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.products__tabs-item {
  width: 142px;
  height: 43px;
  border: 1px solid #ec660a;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.products__tabs-item--active {
  color: #fff;
  background: #ec660a;
  font-weight: 600;
}
.products__tabs__content {
  margin-top: 30px;
}
.products__tabs__content-item {
  display: none;
}
.products__tabs__content-item.tab-active {
  display: block !important;
}
.products__list {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 0px auto;
}
.products__list--large {
  max-width: unset;
}
.products__list .card {
  width: 280px;
}
.card-offer {
  height: auto;
}
.card-offer img {
  height: 155px;
  width: 100%;
}
.card-offer .info {
  font-size: 13px;
}
.card-offer .head {
  min-height: 45px;
}
.footer-top {
  padding-top: 55px;
}
@media only screen and (max-width: 1366px) {
  .main-slide .container {
    height: 120%;
  }
  .services__title,
  .new-heading {
    font-size: 30px;
  }
  /*.main-slide {*/
  /*height:351px;*/
  /*}*/
  .main-slide .info.var2 {
    margin-top: 15px;
  }
  .main-slide.f-medium .info {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 200;
  }
  .swiper-container-offers .swiper-slide {
    width: 220px !important;
  }
  .card-offer {
    width: 218px;
    height: auto;
  }
  .card-offer img {
    height: 134px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .sticky-promo {
    height: 64px;
  }
  .sticky-promo .container {
    display: block;
  }
  .sticky-promo__title {
    font-size: 19px;
    margin-right: 0;
  }
  .sticky-promo__subtitle {
    font-size: 16px;
  }
  .sticky-promo__close-btn svg {
    width: 19px;
    height: 19px;
  }
  .section2 {
    margin-top: 10px;
  }
  .card-offer {
    width: 218px;
    height: auto;
  }
  .card-offer img {
    height: 134px;
    width: 100%;
  }
  .card-offer .head {
    font-size: 14px;
  }
  .new-heading {
    font-size: 30px;
  }
  .services__item {
    width: 236px;
    height: 236px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .services__item span {
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 810px) {
  .uverennost .info.var2 {
    max-width: 400px;
  }
  .uverennost .info.var2 br {
    display: none;
  }
  .products__tabs__content {
    overflow: hidden;
  }
  .products__list {
    overflow-x: auto;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: -50px;
  }
  .card-offer {
    margin-bottom: 20px;
    flex-shrink: 0;
    margin: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .sticky-promo {
    height: 51px;
  }
  .sticky-promo__title {
    font-size: 17px;
  }
  .sticky-promo__subtitle {
    font-size: 14px;
  }
  .sticky-promo__close-btn svg {
    width: 15px;
    height: 15px;
  }
  .services__items {
    justify-content: center;
  }
}

@media only screen and (max-width: 560px) {
  .section2 {
    padding-top: 25px;
  }
  .section4 {
    padding-top: 0;
  }
  .subheader {
    display: none;
  }
  .mobile-phone {
    display: block;
  }
  .breadcrumb {
    margin: 0;
    padding: 5px 0;
  }
  .section2 .container {
    padding: 0;
  }
  .products__tabs-item {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 8px;
    width: 110px;
  }
  .products__tabs__content {
    overflow: hidden;
  }
  .products__list {
    overflow-x: auto;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: -50px;
  }
  .card-offer {
    margin-bottom: 20px;
    flex-shrink: 0;
    margin: 9px;
  }
  .slider-offers-block .swiper-slide {
    max-width: unset;
  }
  .header-middle {
    background: #f6f7fb;
  }
  .new-heading {
    font-size: 25px;
  }
  .card-about svg {
    margin-right: unset;
  }

  .services__title {
    font-size: 25px;
  }
  .services__items {
    flex-wrap: wrap;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .services__item {
    width: 220px;
    height: 180px;
    padding: 27px 0;
    justify-content: flex-start;
    flex-basis: 43%;
  }
  .services__item__img-holder {
    width: 54px;
    height: 54px;
  }
  .services__item__img-holder svg {
    height: 25px;
  }
  .services__item span {
    font-size: 16px;
    max-width: 170px;
  }
  .swiper-button-style.swiper-button-main {
    display: block !important;
  }
  .header-middle .tel-links {
    display: none;
  }
  .header-middle .header-middle-inner {
    padding: 3px 0;
  }
  .page-kredit-new .main-slide.f-medium.var2 .head,
  .page- .main-slide.f-medium.var2 .head,
  .page-kredit-new .main-slide.f-medium.var2 .info,
  .page- .main-slide.f-medium.var2 .info {
    /*! max-width: 220px; */
    max-width: unset;
    /* order: 1; */
    height: 50px;
    display: flex;
    justify-content: left;
    text-align: left;
  }
  .page-kredit-new .main-slide.f-medium.var2 .info,
  .page- .main-slide.f-medium.var2 .info {
    margin-bottom: 20px;
  }
  .page-kredit-new .main-slide.f-medium.var2 .info br,
  .page- .main-slide.f-medium.var2 .info br {
    display: none !important;
  }
  .page- .main-slide.var2 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    white-space: normal;
    padding: 10px;
    font-size: 13px;
    margin: 0px 0px;
    order: 3;
    margin-bottom: 10px;
    height: 58px;
    font-size: 16px;
    line-height: 2.6;
    bottom: 80px;
    position: absolute;
    bottom: 0;
  }
  .page-kredit-new .main-slide .slide-img,
  .page- .main-slide .slide-img {
    position: initial;
    right: unset;
    bottom: unset;
    pointer-events: none;
    height: 250px !important;
    margin: 0 auto;
    order: 2;
    width: auto !important;
    max-width: 100% !important;
  }
  .page-kredit-new .main-slide.f-medium .head,
  .page- .main-slide.f-medium .head {
    align-items: flex-end;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
  }
  .page-kredit-new .main-slide.f-medium .info {
    font-weight: 200;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #000000;
    height: 73px;
    max-width: 280px !important;
    margin: 10px auto;
  }
  .page- .main-slide.f-medium .info {
    font-weight: normal;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    height: 73px;
    max-width: 280px !important;
  }
  .page-kredit-new .main-slide.full-width.var2,
  .page- .main-slide.full-width.var2 {
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .services__item {
    width: 220px;
    height: 180px;
    padding: 20px 0;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 420px) {
  .services__item {
    width: 160px;
    height: 150px;
    padding: 20px 0;
    justify-content: flex-start;
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 390px) {
  .sticky-promo {
    min-height: 47px;
    height: initial;
    padding-block: 4px;
  }
  .sticky-promo__title {
    font-size: 15px;
  }
  .sticky-promo__subtitle {
    font-size: 13px;
  }
  .sticky-promo__close-btn svg {
    width: 12px;
    height: 12px;
  }
  .services__item {
    width: 150px;
    height: 136px;
    padding: 23px 0;
    justify-content: space-between;
    box-sizing: border-box;
    flex-basis: calc(50% - 20px);
  }
  .services__item__img-holder {
    width: 42px;
    height: 42px;
  }
  .services__item__img-holder svg {
    height: 20px;
  }
  .services__item span {
    font-size: 13px;
    padding-inline: 15px;
  }
  .new-heading {
    font-size: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .services__item {
    width: 150px;
    height: 136px;
    padding: 20px 0;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-basis: calc(50% - 20px);
  }
  .services__item__img-holder {
    width: 42px;
    height: 42px;
  }
  .services__item__img-holder svg {
    height: 20px;
  }
  .services__item span {
    font-size: 13px;
  }
  .new-heading {
    font-size: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .services__item {
    width: 140px;
    height: 126px;
    flex-basis: 40%;
  }
  .services__item__img-holder {
    flex-shrink: 0;
  }
  .services__item span {
    font-size: 12px;
  }
}
.cookie-accept {
  box-shadow: 0 0 4px rgba(30, 34, 46, 0.16), 0 -4px 12px rgba(30, 34, 46, 0.08);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999999;
  padding: 16px 0;
  background: #fff;
  max-width: 1048px;
  margin: 0 auto;
  border-radius: 8px;
  bottom: 10px;

}

.cookie-accept__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px;
}

.cookie-accept__text {
  padding-right: 40px;
}

.cookie-accept__text a {
  display: inline;
}

.cookie-accept__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  padding: 0 16px;
  color: #1e222e;
  border: 1px solid rgba(30, 34, 46, 0.24);
  border-radius: 8px;
  transition: background 0.2s;
  cursor: pointer;
  background: none;
  min-width: 170px;
}

.cookie-accept__close {
  background: none;
  border: none;
  position: absolute;
  cursor: pointer;
  padding: 24px 32px;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
}
.cookie-accept__text{
  font-size: 13px;
  padding-right: 22px
}
.cookie-accept__close{
  display: none!important;
}

@media screen and (max-width: 992px) {
  .cookie-accept__close {
    padding: 24px 32px;
  }
  .cookie-accept__button {
    flex-shrink: 0;
    margin: 0 44px 0 0;
  }
  .cookie-accept__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .cookie-accept__container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-accept {
    height: 172px;
    bottom: 0;

  }

  .cookie-accept__text a {
    display: inline;
  }
  .cookie-accept__button {
    margin-top: 15px;
  }
}

.page- .main-slide.f-medium.var2 .info.show_br br {
  display: block !important;
}
@media screen and (max-width: 1920px) {
  .cookie-accept {
    left: -6%;
  }
}
@media screen and (max-width: 1440px) {
  .cookie-accept {
    left: -20%;
    max-width: 880px;
  }
}
@media screen and (max-width: 1280px) {
  .cookie-accept {
    left: -26%;
    max-width: 831px;
  }
}
  @media screen and (max-width: 450px) {
    .cookie-accept {
      left: 0;
      max-width:none;
      height: 185px;
    }
  }
@media screen and (max-width: 768px) {
  .pik-section .head {
    max-width: 300px !important;
  }
}

/*# sourceMappingURL=cookies.css.map */
