/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
    src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format('embedded-opentype'), url(/fonts/vendor/slick-carousel/slick/slick.woff?295183786cd8a138986521d9f388a286) format('woff'), url(/fonts/vendor/slick-carousel/slick/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format('truetype'), url(/fonts/vendor/slick-carousel/slick/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";
.noty_layout_mixin, #noty_layout__centerRight, #noty_layout__centerLeft, #noty_layout__center, #noty_layout__bottomRight, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottom, #noty_layout__topRight, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__top {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__relax.noty_bar .noty_body {
  padding: 10px;
}
.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}
.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF;
}
.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}
.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen;
}
.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

header.MuiAppBar-root {
  position: absolute;
  background-color: transparent;
  width: 100%;
  margin: auto;
  z-index: 10;
}

header.MuiAppBar-root.open-mega-menu {
  background-color: #F4F4F0;
}

img.currency-trend-up {
  transform: scaleY(-1);
}

@media only screen and (max-width: 639px) {
  .header.MuiToolbar-root {
    padding-top: 0;
    padding-bottom: 11px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .header.MuiToolbar-root {
    padding-top: 0;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header.MuiToolbar-root {
    padding-block: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .header.MuiToolbar-root {
    padding-block: 32px;
  }
}
.MuiTypography-root.MuiTypography-body1 .slider-green-text {
  font-family: "DIN Pro", sans-serif;
  color: #499034;
  font-size: 104px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.12px;
}

.MuiTypography-root.MuiTypography-body1 .slider-black-text {
  color: #171814;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.3px;
}

.news-block-caption.MuiTypography-h1.MuiTypography-root {
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #171814;
  padding-left: 32px;
  font-size: 41px;
}

.news-card.MuiPaper-root {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  transform: translateZ(0);
}
.news-card.MuiPaper-root .MuiCardActionArea-root {
  display: flex;
  height: -webkit-fill-available;
}

.news-card-content.MuiCardContent-root {
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
}
.news-card-content.MuiCardContent-root .news-card-news-text.MuiTypography-root.MuiTypography-body1 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card-content.MuiCardContent-root .news-card-date.MuiBox-root {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 64px;
}
.news-card-content.MuiCardContent-root .news-card-date.MuiBox-root .news-card-date-day.MuiTypography-root {
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-size: 41px;
  color: #499034;
}
.news-card-content.MuiCardContent-root .news-card-date.MuiBox-root .news-card-date-month.MuiTypography-root {
  color: #B3B5A8;
  font-size: 26px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.52px;
}
.news-card-content.MuiCardContent-root .news-card-date.MuiBox-root .news-card-date-year.MuiTypography-h5.MuiTypography-root {
  color: #B3B5A8;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.16px;
}

.news-card.MuiPaper-root.MuiCard-root:hover,
.news-card.MuiPaper-root.MuiCard-root.hover:first-of-type {
  background-color: #ECE441;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.news-card.MuiPaper-root.MuiCard-root:hover .news-card-date.MuiBox-root .news-card-date-day.MuiTypography-root,
.news-card.MuiPaper-root.MuiCard-root:hover .news-card-date.MuiBox-root .news-card-date-month.MuiTypography-root,
.news-card.MuiPaper-root.MuiCard-root:hover .news-card-date.MuiBox-root .news-card-date-year.MuiTypography-root.MuiTypography-h5,
.news-card.MuiPaper-root.MuiCard-root.hover:first-of-type .news-card-date.MuiBox-root .news-card-date-day.MuiTypography-root,
.news-card.MuiPaper-root.MuiCard-root.hover:first-of-type .news-card-date.MuiBox-root .news-card-date-month.MuiTypography-root,
.news-card.MuiPaper-root.MuiCard-root.hover:first-of-type .news-card-date.MuiBox-root .news-card-date-year.MuiTypography-root.MuiTypography-h5 {
  color: #171814;
}
.news-card.MuiPaper-root.MuiCard-root:hover .MuiCardActions-root.news-card-link,
.news-card.MuiPaper-root.MuiCard-root.hover:first-of-type .MuiCardActions-root.news-card-link {
  visibility: visible;
}

.MuiCardActions-root.news-card-link {
  visibility: hidden;
}
.MuiCardActions-root.news-card-link a {
  margin-left: auto;
}

.news-container .slick-slider.slick-initialized .slick-list {
  margin-bottom: 48px;
}
.news-container .slick-slider.slick-initialized .slick-list .slick-track {
  margin-left: 0;
  display: flex;
  align-items: stretch;
}
.news-container .slick-slider.slick-initialized .slick-list .slick-track .slick-slide {
  display: flex;
  align-self: stretch;
  height: auto;
}

.office-card.MuiPaper-root {
  overflow: initial;
}

.office-card-content.MuiCardContent-root {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 0;
}

.office-card-content.MuiCardContent-root:last-child {
  padding-bottom: 0;
}

.office-type.MuiTypography-root {
  color: #171814;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.office-address-street.MuiTypography-root {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.52px;
}

.office-phone.MuiTypography-root a,
.office-regime.MuiTypography-root {
  color: #171814;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: unset;
}

.office-locality div.MuiSelect-select {
  color: #737664;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.floating-actions-btn-group {
  position: fixed;
  bottom: 30px;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.floating-actions-btn-group .MuiButtonBase-root.MuiFab-root {
  box-shadow: unset;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.floating-actions-btn-group .MuiButtonBase-root.MuiFab-root img {
  width: 64px;
  height: 56px;
}

@media only screen and (max-width: 640px) {
  .offices-on-map {
    max-height: 300px !important;
  }
  .news-card.MuiPaper-root {
    max-height: 320px;
  }
  .MuiCardActions-root.news-card-link {
    visibility: visible;
  }
  .MuiTypography-root.MuiTypography-body1 .slider-green-text {
    font-size: 41px;
    line-height: 110%;
    letter-spacing: -0.82px;
  }
  .MuiTypography-root.MuiTypography-body1 .slider-black-text {
    font-size: 26px;
    letter-spacing: -0.82px;
    line-height: 120%;
    letter-spacing: -0.52px;
  }
  .news-container.container.MuiContainer-root {
    padding-block: 64px;
  }
  .news-block-caption.MuiTypography-h1.MuiTypography-root {
    letter-spacing: -0.82px;
    padding-left: 8px;
    font-size: 41px;
  }
  .office-locality div.MuiSelect-select {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    color: #171814;
  }
  .news-container.container.MuiContainer-root {
    padding-block: 64px;
  }
  .news-block-caption.MuiTypography-h1.MuiTypography-root {
    letter-spacing: -0.82px;
    padding-left: 8px;
    font-size: 41px;
  }
  .office-card-content.MuiCardContent-root {
    row-gap: 16px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .news-card.MuiPaper-root {
    max-height: 305px;
  }
  .MuiTypography-root.MuiTypography-body1 .slider-green-text {
    font-size: 65px;
    line-height: 110%;
    letter-spacing: -1.3px;
  }
  .MuiTypography-root.MuiTypography-body1 .slider-black-text {
    font-size: 41px;
    letter-spacing: -0.82px;
  }
  .news-container.container.MuiContainer-root {
    padding-block: 104px;
  }
  .news-card .news-card-content {
    padding-top: 16px;
    padding-left: 16px;
  }
  .news-block-caption.MuiTypography-h1.MuiTypography-root {
    letter-spacing: -0.82px;
    padding-left: 8px;
    font-size: 41px;
  }
  .office-locality div.MuiSelect-select {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    color: #171814;
  }
  .office-address-street.MuiTypography-root {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.16px;
  }
  .office-card-content.MuiCardContent-root {
    row-gap: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .MuiTypography-root.MuiTypography-body1 .slider-green-text {
    font-size: 65px;
    line-height: 110%;
    letter-spacing: -1.3px;
  }
  .MuiTypography-root.MuiTypography-body1 .slider-black-text {
    font-size: 41px;
    letter-spacing: -0.82px;
  }
  .news-container.container.MuiContainer-root {
    padding-block: 144px;
  }
  .news-block-caption.MuiTypography-h1.MuiTypography-root {
    font-size: 65px;
  }
  .news-card.MuiPaper-root .news-card-content.MuiCardContent-root {
    padding-top: 32px;
    padding-left: 32px;
  }
  .news-card.MuiPaper-root .news-card-content.MuiCardContent-root .news-card-date {
    margin-bottom: 104px;
  }
}
@media only screen and (min-width: 1600px) {
  .news-container.container.MuiContainer-root {
    padding-block: 144px;
  }
  .news-block-caption.MuiTypography-h1.MuiTypography-root {
    font-size: 65px;
  }
  .news-card.MuiPaper-root .news-card-content.MuiCardContent-root {
    padding-top: 32px;
    padding-left: 32px;
  }
  .news-card.MuiPaper-root .news-card-content.MuiCardContent-root .news-card-date {
    margin-bottom: 104px;
  }
}
.loan-btn.MuiButtonBase-root,
.deposit-btn.MuiButtonBase-root {
  border-radius: 2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #171814;
  border: 1px solid #D9DAD3;
  padding: 20px 48px 18px 48px;
}

.loan-btn.MuiButtonBase-root.active,
.deposit-btn.MuiButtonBase-root.active {
  color: #FFFFFF;
  border: 1px solid #499034;
  background-color: #499034;
}

sup.rub-icon {
  font-size: 0.5em;
  margin-left: 7px;
}

.loan-info-text.MuiButtonBase-root.Mui-disabled {
  color: #737664;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #D9DAD3;
  background-color: transparent;
  padding-block: 16px;
}

button.loan-request-btn.MuiButtonBase-root {
  border-radius: 2px;
  background: var(--unnamed, #171814);
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding-block: 20px;
  width: 100%;
}
button.loan-request-btn.MuiButtonBase-root :hover {
  background: var(--unnamed, #171814);
  color: #FFFFFF;
}

.loan-terms-arrow.MuiGrid-root.MuiGrid-item {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.loan-terms-arrow img {
  width: 64px;
}

.loan-terms-arrow img.can-click {
  cursor: pointer;
}

.loan-period-btn.MuiButtonBase-root {
  border-radius: 2px;
  background: #F4F4F0;
  color: #171814;
  box-shadow: unset;
  width: -moz-max-content;
  width: max-content;
}
.loan-period-btn.MuiButtonBase-root.active-period {
  background: #499034;
  color: #FFFFFF;
}
.loan-period-btn.MuiButtonBase-root.active-period:hover {
  background: #499034;
  color: #FFFFFF;
  box-shadow: unset;
}
.loan-period-btn.MuiButtonBase-root:hover {
  background: #F4F4F0;
  color: #171814;
  box-shadow: unset;
}

@media only screen and (max-width: 639px) {
  button.loan-request-btn.MuiButtonBase-root {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
  }
  .loan-terms-arrow img {
    width: 32px;
  }
  .loan-btn.MuiButtonBase-root,
  .deposit-btn.MuiButtonBase-root {
    font-size: 10px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.8px;
    padding: 20px 32px 18px 32px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .loan-btn.MuiButtonBase-root,
  .deposit-btn.MuiButtonBase-root {
    font-size: 10px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.8px;
    padding: 20px 32px 18px 32px;
  }
}
.news-page.MuiBox-root,
.blog-page.MuiBox-root {
  padding-bottom: 256px;
}

.news-content {
  background: linear-gradient(180deg, #F4F4F0 0%, rgba(244, 244, 240, 0) 100%);
}

.news-title.MuiTypography-h2 {
  color: #171814;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.3px;
}

button.react-share__ShareButton {
  display: flex;
  justify-content: center;
}

.single-news-date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-news-date .MuiTypography-root {
  color: #171814;
}
.single-news-date .MuiTypography-root.single-news-date-month {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
}

.ad-banner-block {
  background: #ECE441;
}
.ad-banner-block .ad-banner-content {
  background: url("/static/images/bg/white_triagles_bg.png") no-repeat 60% center;
  padding: 97px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.ad-banner-block .ad-banner-content .main-text {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.3px;
}
.ad-banner-block .ad-banner-content .main-text sup.MuiTypography-root {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1.1em;
}
.ad-banner-block .ad-banner-content .more-btn {
  background: #171814;
  color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #171814;
}
.ad-banner-block .ad-banner-content .sub-text.MuiTypography-root {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.blog-banner {
  padding-top: 144px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.blog-banner-description.MuiGrid-item {
  margin-left: auto;
  opacity: 0.9;
  background: #171814;
  padding: 64px 96px 120px 64px;
}

.MuiList-root.news-filter {
  padding-top: 46px;
  border-right: 1px solid #D9DAD3;
}

.MuiListItem-root.filter-year .MuiListItemText-primary {
  color: #B3B5A8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.16px;
}

.MuiListItem-root.filter-year.active .MuiListItemText-primary {
  color: #499034;
  font-size: 26px;
}

@media only screen and (max-width: 639px) {
  .blog-banner-description.MuiGrid-item {
    padding: 24px 16px 124px 16px;
  }
  .blog-banner {
    padding-top: 96px;
    row-gap: 48px;
  }
  .ad-banner-block .ad-banner-content {
    padding: 49px 0;
    row-gap: 24px;
    flex-direction: column;
    align-items: baseline;
  }
  .ad-banner-block .ad-banner-content .main-text {
    font-size: 41px;
    line-height: 110%;
    letter-spacing: -0.82px;
  }
  .ad-banner-block .ad-banner-content .main-text sup.MuiTypography-root {
    font-size: 16px;
  }
  .ad-banner-block .ad-banner-content .sub-text.MuiTypography-root {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .news-title.MuiTypography-h2 {
    font-size: 41px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.82px;
  }
  .news-page.MuiBox-root,
  .blog-page.MuiBox-root {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .blog-banner-description.MuiGrid-item {
    padding: 24px 16px 124px 16px;
  }
  .blog-banner {
    padding-top: 96px;
    row-gap: 48px;
  }
  .ad-banner-block .ad-banner-content {
    padding: 52px 0;
    row-gap: 24px;
    flex-direction: column;
    align-items: baseline;
  }
  .ad-banner-block .ad-banner-content .sub-text.MuiTypography-root {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .ad-banner-block .ad-banner-content .main-text {
    font-size: 41px;
    line-height: 110%;
    letter-spacing: -0.82px;
  }
  .ad-banner-block .ad-banner-content .main-text sup.MuiTypography-root {
    font-size: 16px;
  }
  .news-title.MuiTypography-h2 {
    font-size: 41px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.82px;
  }
  .news-page.MuiBox-root,
  .blog-page.MuiBox-root {
    padding-bottom: 144px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-banner-description.MuiGrid-item {
    padding: 64px 80px 151px 64px;
  }
}
footer.MuiBox-root {
  background: linear-gradient(180deg, #F4F4F0 0%, rgba(244, 244, 240, 0) 100%);
}

.footer-container.container.MuiContainer-root {
  display: flex;
  flex-direction: column;
}
.footer-container.container.MuiContainer-root .footer-menu-caption.MuiTypography-root {
  color: #171814;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.footer-container.container.MuiContainer-root .footer-column {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer-container.container.MuiContainer-root .footer-column .footer-menu {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.footer-container.container.MuiContainer-root .footer-column .footer-menu a.footer-menu-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: #171814;
}

footer .copyright {
  align-items: center;
}
footer .copyright .title.MuiTypography-root {
  font-size: 10px;
  white-space: break-spaces;
}
footer .copyright .year.MuiTypography-root {
  font-size: 26px;
}

.footer-address.MuiTypography-root.MuiTypography-h4,
.footer-phone.MuiTypography-root.MuiTypography-h4 {
  font-size: 26px;
  color: #11310C;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.52px;
}

.footer-menu-swiper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.footer-menu-swiper .swiper-slide:last-child {
  width: 100% !important;
}
.footer-menu-swiper .swiper-pagination-bullets {
  display: none;
}

.footer-offices-swiper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100vw;
}
.footer-offices-swiper .swiper-slide:last-child {
  width: 100% !important;
  max-width: unset;
}
.footer-offices-swiper .swiper-slide:last-child .office-address-street {
  width: 90vw;
}
.footer-offices-swiper .swiper-pagination-bullets {
  display: none;
}

@media only screen and (max-width: 639px) {
  .footer-container.container.MuiContainer-root {
    padding-top: 48px;
    padding-bottom: 24px;
    row-gap: 32px;
  }
  footer .footer-phone.MuiTypography-root.MuiTypography-h4,
  footer .footer-address.MuiTypography-root.MuiTypography-h4,
  footer .working-hours.MuiTypography-root,
  footer .rest-time.MuiTypography-root.MuiTypography-h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .footer-container.container.MuiContainer-root {
    padding-top: 64px;
    padding-bottom: 24px;
    row-gap: 64px;
  }
  footer .footer-phone.MuiTypography-root.MuiTypography-h4,
  footer .rest-time.MuiTypography-root.MuiTypography-h5,
  footer .working-hours.MuiTypography-root {
    font-size: 16px;
  }
  footer .footer-address.MuiTypography-root.MuiTypography-h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-container.container.MuiContainer-root {
    padding-top: 144px;
    padding-bottom: 32px;
    row-gap: 104px;
  }
  footer .footer-address.MuiTypography-root.MuiTypography-h4,
  footer .footer-phone.MuiTypography-root.MuiTypography-h4,
  footer .working-hours.MuiTypography-root {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-container.container.MuiContainer-root {
    padding-top: 144px;
    padding-bottom: 32px;
    row-gap: 104px;
  }
  footer .footer-address.MuiTypography-root.MuiTypography-h4,
  footer .footer-phone.MuiTypography-root.MuiTypography-h4,
  footer .working-hours.MuiTypography-root {
    font-size: 26px;
  }
}
.services-box.MuiBox-root {
  background: url("/static/images/services_bg.png") center bottom no-repeat;
  background-size: cover;
}

.services-block-title.MuiTypography-h2 {
  color: #171814;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.3px;
}

.services-block-info.MuiTypography-root {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.service-card-content.MuiCardContent-root {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-inline: 32px;
  padding-top: 32px;
}

.bank-info-page .MuiCard-root.service-card {
  border: 1px solid #171814;
}

.MuiCard-root.service-card {
  height: 304px;
  overflow-y: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MuiCard-root.service-card .service-title {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.52px;
}
.MuiCard-root.service-card .service-description {
  color: #171814;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.MuiCard-root.service-card .MuiCardActions-root {
  justify-content: flex-end;
  padding: 0;
}

.MuiCard-root.more-service-card {
  border-radius: 2px;
  background: #171814;
  background-color: #171814;
  box-shadow: none;
  height: 304px;
  overflow-y: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.MuiCard-root.more-service-card .more-service-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 42px;
}
.MuiCard-root.more-service-card .more-service-physical a,
.MuiCard-root.more-service-card .more-service-legal a {
  color: #84CB6F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  text-decoration: unset;
  border-bottom: 1.5px solid #499034;
  padding-bottom: 8px;
}

.services-container.MuiContainer-root {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.services-container.MuiContainer-root .slick-slider.slick-initialized .slick-dots.slick-thumb {
  display: flex !important;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-items: center;
  position: initial;
  list-style-type: none;
  margin-top: 38px;
}
.services-container.MuiContainer-root .slick-slider.slick-initialized .slick-dots.slick-thumb li {
  width: 18px !important;
  height: 18px !important;
}
.services-container.MuiContainer-root .slick-slider.slick-initialized .slick-dots.slick-thumb li::marker {
  display: none;
}
.services-container.MuiContainer-root .slick-slider.slick-initialized .slick-dots.slick-thumb li.slick-active {
  width: 24px !important;
  height: 24px !important;
}
.services-container.MuiContainer-root .slick-slider.slick-initialized .slick-dots.slick-thumb li.slick-active .slider-dots {
  background-size: cover !important;
  width: 24px !important;
  height: 24px !important;
}
.services-container.MuiContainer-root .slick-slider.slick-initialized .slick-dots.slick-thumb li .slider-dots {
  background-size: cover !important;
  width: 18px !important;
  height: 18px !important;
}
.services-container.MuiContainer-root .slick-slider.slick-initialized .slick-dots.slick-thumb li .slider-dots.even {
  transform: scaleY(-1);
}
.services-container.MuiContainer-root .slick-slider.slick-initialized .slick-dots.slick-thumb li.slick-active .slider-dots.even {
  transform: scaleY(-1);
}

@media only screen and (max-width: 639px) {
  .services-block-info.MuiTypography-root {
    font-size: 16px;
  }
  .services-block-title.MuiTypography-h2 {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.52px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .services-block-title.MuiTypography-h2 {
    font-size: 41px;
    letter-spacing: -0.82px;
  }
  .services-block-info.MuiTypography-root {
    font-size: 16px;
  }
}
.month-offer-box.MuiBox-root {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.month-offer-more-btn.MuiButtonBase-root {
  border-radius: 2px;
  border: 1px solid #499034;
  color: #84CB6F;
  padding: 20px 64px 18px 64px;
  background: transparent;
}
.month-offer-more-btn.MuiButtonBase-root:hover {
  background: transparent;
  color: #84CB6F;
}

.month-offer-badge.MuiBox-root {
  background: url("/static/images/yellow_bg.png") no-repeat left top;
  width: -moz-min-content;
  width: min-content;
  white-space: break-spaces;
  padding-top: 30px;
  padding-bottom: 111px;
  padding-left: 20px;
  margin-bottom: 91px;
  background-size: contain;
  padding-right: 125px;
}

.month-offer-container.container {
  padding-bottom: 144px;
}

@media only screen and (max-width: 639px) {
  .month-offer-container.container {
    padding-bottom: 66px;
  }
  .month-offer-badge.MuiBox-root {
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 47px;
    padding-left: 8px;
    background-size: cover;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .month-offer-badge.MuiBox-root {
    width: -moz-min-content;
    width: min-content;
    white-space: break-spaces;
    padding-top: 16px;
    padding-bottom: 60px;
    padding-left: 16px;
    margin-bottom: 48px;
    background-size: cover;
    padding-right: 69px;
  }
  .month-offer-badge.MuiBox-root {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .month-offer-container.container {
    padding-bottom: 104px;
  }
  .month-offer-badge.MuiBox-root {
    margin-bottom: 73px;
    padding-left: 26px;
    padding-right: 125px;
  }
}
.rek-card.MuiPaper-root {
  border-radius: 2px;
  border: 1px solid #171814;
  cursor: pointer;
  display: flex;
  height: 100%;
}

.rek-card-content.MuiCardContent-root {
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 96px;
}

@media only screen and (max-width: 639px) {
  .rek-card-content.MuiCardContent-root {
    row-gap: 64px;
    padding: 32px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .rek-card-content.MuiCardContent-root {
    row-gap: 64px;
    padding: 32px;
  }
}
.popular-offer-card.MuiPaper-root {
  cursor: pointer;
  background-color: #499034;
  background-size: cover;
  background-blend-mode: overlay;
  color: #FFFFFF;
  border-radius: 0;
  box-shadow: unset;
}

.popular-offer-card-content.MuiCardContent-root {
  padding: 48px 32px 28px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 412px;
}

.popular-offer-card-number.MuiTypography-root {
  color: #FFFFFF;
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.3px;
}

@media only screen and (max-width: 639px) {
  .popular-offer-card-number.MuiTypography-root {
    font-size: 41px;
    letter-spacing: -0.82px;
  }
  .popular-offer-card-content.MuiCardContent-root {
    padding: 24px 16px 16px 16px;
    row-gap: 208px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .popular-offer-card-number.MuiTypography-root {
    font-size: 41px;
    letter-spacing: -0.82px;
  }
  .popular-offer-card-content.MuiCardContent-root {
    padding: 24px 16px 16px 16px;
    row-gap: 208px;
  }
}
.slick-dots.slick-thumb {
  display: flex !important;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  position: initial;
  list-style-type: none;
}

.slick-dots.slick-thumb li {
  width: 18px !important;
  height: 18px !important;
}
.slick-dots.slick-thumb li::marker {
  display: none;
}

.slick-dots.slick-thumb li.slick-active {
  width: 24px !important;
  height: 24px !important;
}

.slick-dots.slick-thumb li.slick-active .slider-dots {
  background-size: cover !important;
  width: 24px !important;
  height: 24px !important;
}

.slick-dots.slick-thumb li .slider-dots {
  background-size: cover !important;
  width: 18px !important;
  height: 18px !important;
}

.slick-dots.slick-thumb li .slider-dots.even {
  transform: scaleY(-1);
}

.slick-dots.slick-thumb li.slick-active .slider-dots.even {
  transform: scaleY(-1);
}

.MuiContainer-root.numbers-container.container {
  width: 1160px;
  padding-inline: 0;
}

.numbers-component-number.MuiTypography-root {
  color: #499034;
  font-size: 166px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4.98px;
}

.numbers-component-unit.MuiTypography-root {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.triangle.MuiBox-root {
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  cursor: pointer;
}

img.triangle-green {
  display: none;
  position: absolute;
}

img.triangle-green-top {
  top: -14px;
  left: -52%;
  transform: rotate(180deg) scaleX(-1);
}

img.triangle-green-bottom {
  left: -51.5%;
  bottom: 0;
}

img.triangle-green-4 {
  left: -49.5%;
}

img.triangle-green-0 {
  left: -53.5%;
}

img.triangle-green-3 {
  left: -50%;
}

.numbers-text-block {
  position: absolute;
  text-align: center;
  flex-direction: column;
  row-gap: 70px;
  display: none;
}

.numbers-text-bottom-grid {
  bottom: 36px;
}

.numbers-text-top-grid {
  bottom: -36px;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
}

.numbers-text.MuiTypography-root {
  color: #FFFFFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.numbers-sub-text.MuiTypography-root {
  color: #FFFFFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.numbers-grid-item.MuiGrid-item {
  cursor: pointer;
  position: relative;
}
.numbers-grid-item.MuiGrid-item:hover > img.triangle-green,
.numbers-grid-item.MuiGrid-item:hover > .numbers-text-block {
  display: flex;
}

.numbers-page-pagination-block.MuiBox-root {
  display: flex;
  justify-content: center;
  align-items: center;
}
.numbers-page-pagination-block.MuiBox-root .pagination:nth-of-type(even) {
  transform: scaleY(-1);
}

@media only screen and (max-width: 639px) {
  .MuiContainer-root.numbers-container.container {
    width: 792px;
    padding-inline: 0;
  }
}
.vacancy-banner {
  background: linear-gradient(180deg, #F4F4F0 0%, #FFFFFF 100%);
  padding-bottom: 144px;
}

.vacancy-accordion-left-side.MuiGrid-item {
  border-right: 1px solid #D9DAD3;
}

.active.vacancy-accordion-left-side.MuiGrid-item {
  border-right: 8px solid #499034;
}

.vacancy-form input.MuiInputBase-input.MuiInput-input::-moz-placeholder {
  color: #737664;
  opacity: 1;
}

.vacancy-form input.MuiInputBase-input.MuiInput-input::placeholder {
  color: #737664;
  opacity: 1;
}

.vacancy-form.dark-theme input.MuiInputBase-input.MuiInput-input::-moz-placeholder {
  color: #B3B5A8;
}

.vacancy-form.dark-theme input.MuiInputBase-input.MuiInput-input::placeholder {
  color: #B3B5A8;
}

.vacancy-form,
.legal-info-form {
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.dark-vacancy-form .vacancy-form,
.legal-info-form {
  padding: 144px 0 0 0;
}

.legal-info-form-textfield input,
.legal-info-form-textfield textarea {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #737664;
  padding: 8px 0;
}

.legal-info-form-textfield .MuiFormLabel-root {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.legal-info-form .MuiFormLabel-root {
  color: #B3B5A8;
}

.legal-info-form input,
.legal-info-form textarea {
  color: #FFFFFF;
}

.legal-info-form .MuiInputBase-root.MuiInput-root:before,
.legal-info-form .MuiInputBase-root.MuiInput-root:after,
.legal-info-form .MuiInputBase-root.MuiInput-root:hover:before {
  border-color: #FFFFFF;
}

.send-vacancy-btn.MuiButtonBase-root {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 64px 18px 64px;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
}
.send-vacancy-btn.MuiButtonBase-root:hover {
  color: #FFFFFF;
  background: #499034;
  box-shadow: unset;
}

.legal-info-form .consent-to-processing-personal-data-checkbox.MuiFormControlLabel-root .MuiFormControlLabel-label a {
  color: #FFFFFF;
}
.legal-info-form .consent-to-processing-personal-data-checkbox.MuiFormControlLabel-root .MuiSvgIcon-root,
.legal-info-form .consent-to-processing-personal-data-checkbox.MuiFormControlLabel-root .Mui-checked .MuiSvgIcon-root {
  color: #FFFFFF;
}

@media only screen and (max-width: 639px) {
  .expended-vacancy-accordion.MuiPaper-root {
    border-left: 4px solid #499034;
  }
  .vacancy-accordion.MuiPaper-root {
    border-left: 1px solid #D9DAD3;
  }
  .vacancy-accordion-left-side.MuiGrid-item {
    border-right: none;
  }
  .active.vacancy-accordion-left-side.MuiGrid-item {
    border-right: none;
  }
  .dark-vacancy-form .vacancy-form,
  .legal-info-form {
    padding: 0;
  }
  .legal-info-form-textfield .MuiFormLabel-root {
    font-size: 16px;
  }
  .vacancy-form {
    padding: 32px 16px;
    gap: 32px;
  }
  .vacancy-banner {
    padding-bottom: 98px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .legal-info-form-textfield .MuiFormLabel-root {
    font-size: 16px;
  }
  .dark-vacancy-form .vacancy-form,
  .legal-info-form {
    padding: 0;
  }
  .vacancy-form {
    padding: 48px 32px;
    gap: 48px;
  }
  .vacancy-banner {
    padding-bottom: 98px;
  }
}
.page-banner {
  background: linear-gradient(180deg, #F4F4F0 0%, #FFFFFF 100%);
  padding-bottom: 144px;
}

.page-banner.documents-banner {
  padding-bottom: 88px;
}

.document-file-img {
  width: 64px;
  height: 64px;
}

.documents-bank-auditor-info-block {
  padding: 64px;
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  background: var(--unnamed, #F4F4F0);
  align-items: center;
}

.documents-bank-auditor-link {
  cursor: pointer;
  width: 64px;
  height: 64px;
}

@media only screen and (max-width: 639px) {
  .document-file-img {
    width: 32px;
    height: 32px;
  }
  .documents-bank-auditor-info-block {
    padding: 16px 24px;
    gap: 24px;
  }
  .documents-bank-auditor-link {
    margin-left: auto;
  }
  .documents-banner {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .document-file-img {
    width: 48px;
    height: 48px;
  }
  .documents-bank-auditor-info-block {
    padding: 24px;
  }
  .documents-banner {
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .documents-banner {
    padding-bottom: 36px;
  }
}
.about-us-banner {
  background-image: url("/static/images/bg/about_us_banner_xl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-us-menu-item-card.MuiCard-root,
.legal-info-card.MuiCard-root {
  cursor: pointer;
  height: 304px;
  overflow-y: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #171814;
}

.about-us-menu-item-card-actions.MuiCardActions-root,
.legal-info-card-actions.MuiCardActions-root {
  padding: 0;
  justify-content: flex-end;
}

.legal-info-banner.page-banner {
  padding-bottom: 192px;
}

@media only screen and (max-width: 639px) {
  .legal-info-banner.page-banner {
    padding-bottom: 124px;
  }
  .about-us-banner {
    background-image: url("/static/images/bg/about_us_banner_xs.png");
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .legal-info-banner.page-banner {
    padding-bottom: 133px;
  }
  .about-us-banner {
    background-image: url("/static/images/bg/about_us_banner_md.png");
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-us-banner {
    background-image: url("/static/images/bg/about_us_banner_lg.png");
  }
}
.page-banner.partnership-banner {
  background-image: url("/static/images/bg/partnership_banner_xl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 0;
}

.partnership-ad-block {
  background-image: url("/static/images/partnership-ad-block-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: rgba(23, 24, 20, 0.8);
}

img.advantage-card-icon {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.advantage-card {
  height: 304px;
  border-radius: 2px;
  border: 1px solid #171814;
}

.advantage-card-content.MuiCardContent-root {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
}

.partnership-bottom-banner {
  border-radius: 2px;
  background: #F4F4F0;
  padding: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background-image: url("/static/images/bg/handshake_large_bg.png");
  background-repeat: no-repeat;
  background-position: right -7% top -70%;
}

@media only screen and (max-width: 639px) {
  .partnership-bottom-banner {
    padding: 24px;
    background-image: url("/static/images/bg/handshake_small_bg.png");
    background-position: right top;
  }
  .page-banner.partnership-banner {
    background-image: url("/static/images/bg/partnership_banner_xs.png");
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .partnership-bottom-banner {
    padding: 24px;
    background-image: url("/static/images/bg/handshake_small_bg.png");
    background-position: right top;
  }
  .page-banner.partnership-banner {
    background-image: url("/static/images/bg/partnership_banner_md.png");
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-banner.partnership-banner {
    background-image: url("/static/images/bg/partnership_banner_lg.png");
  }
}
main .bank-info-page {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}

main .bank-info-page .news-container.container.MuiContainer-root {
  padding-top: 0;
  padding-bottom: 0;
}

.bank-info-banner.page-banner {
  padding-bottom: 192px;
}

.about-bank-founder-banner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 64px;
  padding: 104px 196px 104px 176px;
  background: url("/static/images/about-bank-founder-banner-bg.png") center center no-repeat, #499034;
  background-blend-mode: soft-light;
  background-size: cover;
}

.bank-founder-banner-img {
  width: 224px;
  height: 224px;
}

.apply_for_loan_btn.MuiButtonBase-root {
  border-radius: 2px;
  background: #499034;
  padding: 20px 64px 18px 64px;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
}

.container.charity-container {
  background: url("/static/images/hands-with-heart.png") no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.numbers-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-bank-numbers-container .slick-list {
  margin: 0 -30px;
}

.about-bank-numbers-container .slick-slide .numbers-card {
  margin: 0 30px;
}

.MuiTypography-root.numbers-text {
  white-space: break-spaces;
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.foundation-year-container > div {
  background: url("/static/images/light-green-triangle.png") top left no-repeat;
  background-size: contain;
}

.foundation-year-box {
  position: relative;
  padding-top: 110px;
  padding-bottom: 350px;
}
.foundation-year-box img {
  width: 100%;
}

.foundation-info-container.MuiGrid-container {
  position: absolute;
  bottom: 156px;
}

.foundation-info-block.MuiGrid-item {
  background-color: #FFFFFF;
  padding: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media only screen and (max-width: 639px) {
  main .bank-info-page .news-container.container.MuiContainer-root {
    padding-top: 0;
    padding-bottom: 0;
  }
  .foundation-info-container.MuiGrid-container {
    bottom: -20px;
  }
  .foundation-info-block.MuiGrid-item {
    padding: 16px;
    row-gap: 16px;
  }
  .foundation-year-box {
    padding-top: 24px;
    padding-bottom: 75px;
  }
  .MuiTypography-root.numbers-text {
    font-size: 16px;
  }
  .container.charity-container {
    background-position: bottom center;
  }
  .apply_for_loan_btn.MuiButtonBase-root {
    padding: 20px 32px 18px 32px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
  }
  .bank-founder-banner-img {
    width: 128px;
    height: 128px;
  }
  .about-bank-founder-banner {
    flex-direction: column;
    gap: 32px;
    padding: 32px 8px 32px 8px;
  }
  .bank-info-banner.page-banner {
    padding-bottom: 137px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  main .bank-info-page .news-container.container.MuiContainer-root {
    padding-top: 0;
    padding-bottom: 0;
  }
  .foundation-info-container.MuiGrid-container {
    bottom: 20px;
  }
  .foundation-info-block.MuiGrid-item {
    row-gap: 16px;
    padding: 24px;
  }
  .foundation-year-box {
    padding-top: 46px;
    padding-bottom: 147px;
  }
  .container.charity-container {
    background-position: bottom center;
  }
  .apply_for_loan_btn.MuiButtonBase-root {
    padding: 20px 48px 18px 48px;
    font-size: 16px;
  }
  .bank-founder-banner-img {
    width: 160px;
    height: 160px;
  }
  .about-bank-founder-banner {
    padding: 92px 32px 92px 32px;
  }
  .bank-info-banner.page-banner {
    padding-bottom: 133px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  main .bank-info-page .news-container.container.MuiContainer-root {
    padding-top: 0;
    padding-bottom: 0;
  }
  .foundation-info-block.MuiGrid-item {
    padding-right: 0px;
  }
  .foundation-info-container.MuiGrid-container {
    bottom: 0px;
  }
  .foundation-year-box {
    padding-top: 80x;
    padding-bottom: 250px;
  }
  .container.charity-container {
    background-position: bottom center;
  }
  .about-bank-founder-banner {
    padding: 92px 76px 92px 76px;
  }
  .bank-info-banner.page-banner {
    padding-bottom: 241px;
  }
}
.contacts-page-banner.page-banner {
  padding-top: 144px;
  padding-bottom: 264px;
}

.contacts-page {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}

.contacts-menu-btn.MuiButtonBase-root {
  border-radius: 2px;
  border: 1px solid #D9DAD3;
  color: #171814;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  padding: 20px 48px 18px 48px;
}
.contacts-menu-btn.MuiButtonBase-root.active {
  border: 1px solid #499034;
  background: #499034;
  color: #FFFFFF;
}

.MuiFormControlLabel-root.view-type {
  color: #171814;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

.requisites-download-btn.MuiButtonBase-root {
  border-radius: 2px;
  border: 1px solid #499034;
  color: #171814;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding: 20px 48px 18px 48px;
}

.contacts-page .select-office.office-locality {
  padding: 0;
}
.contacts-page .select-office.office-locality.MuiInputBase-root.MuiInput-root.MuiSelect-root.Mui-focused:after {
  transform: unset;
}
.contacts-page .select-office.office-locality .MuiSelect-select {
  padding-block: 8px;
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.26px;
}
.contacts-page .select-office.office-locality .MuiSelect-select:focus {
  border-color: unset;
  background-color: transparent;
  border-radius: 0;
}
.contacts-page .select-office.office-locality:before {
  border-bottom: 2px solid #171814;
}
.contacts-page .select-office.office-locality:hover:before {
  border-bottom: 2px solid #171814;
}

.office-type.MuiTypography-h4 {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.contact-page .office-regime.MuiTypography-root {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.26px;
}

a.call-office-btn.MuiButtonBase-root {
  color: #171814;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding: 20px 48px 18px 48px;
  border-radius: 2px;
  border: 1px solid #499034;
}

@media only screen and (max-width: 639px) {
  a.call-office-btn.MuiButtonBase-root {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 20px 32px 18px 32px;
  }
  .contact-page .office-regime.MuiTypography-root {
    font-size: 16px;
  }
  .office-type.MuiTypography-h4 {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .contacts-page .select-office.office-locality {
    padding: 0;
  }
  .contacts-page .select-office.office-locality .MuiSelect-select {
    color: #171814;
    font-size: 16px;
  }
  .requisites-download-btn.MuiButtonBase-root {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 20px 32px 18px 32px;
  }
  .contacts-menu-btn.MuiButtonBase-root {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 18px 24px;
  }
  .contacts-page-banner.page-banner {
    padding-top: 96px;
    padding-bottom: 168px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  a.call-office-btn.MuiButtonBase-root {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 20px 32px 18px 32px;
  }
  .contact-page .office-regime.MuiTypography-root {
    font-size: 16px;
  }
  .office-type.MuiTypography-h4 {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .contacts-page .select-office.office-locality {
    padding: 0;
  }
  .contacts-page .select-office.office-locality .MuiSelect-select {
    color: #171814;
    font-size: 16px;
  }
  .requisites-download-btn.MuiButtonBase-root {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 20px 32px 18px 32px;
  }
  .contacts-menu-btn.MuiButtonBase-root {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 20px 32px 18px 32px;
  }
  .contacts-page-banner.page-banner {
    padding-top: 96px;
    padding-bottom: 164px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .contacts-page-banner.page-banner {
    padding-bottom: 241px;
  }
}
.create-account-btn.MuiButtonBase-root {
  color: #FFFFFF;
  padding: 20px 64px 18px 64px;
  border-radius: 2px;
  background: #499034;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .create-account-btn.MuiButtonBase-root {
    padding: 20px 48px 18px 48px;
  }
}
@media only screen and (max-width: 639px) {
  .create-account-btn.MuiButtonBase-root {
    padding: 20px 0 18px 0;
    width: 100%;
  }
}
.submit-application-btn.MuiButtonBase-root {
  width: -moz-max-content;
  width: max-content;
  border-radius: 2px;
  box-shadow: unset;
  background: #499034;
  padding: 20px 64px 18px 64px;
}

@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .submit-application-btn.MuiButtonBase-root {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .submit-application-btn.MuiButtonBase-root {
    width: 100%;
    padding: 20px 0 18px 0;
  }
}
.lending-product-loan-properties {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(23, 24, 20, 0.6);
  justify-content: space-between;
  background-blend-mode: multiply;
  padding: 32px;
}

.lending-product-loan-general-info.MuiGrid-item {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.lending-product-loan-general-info.MuiGrid-item p {
  margin: 0;
}
.lending-product-loan-general-info.MuiGrid-item .submit-application.MuiButtonBase-root {
  border-radius: 2px;
  background: #499034;
  padding: 20px 64px 18px 64px;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .lending-product-loan-general-info.MuiGrid-item {
    row-gap: 32px;
  }
  .lending-product-loan-general-info.MuiGrid-item .submit-application.MuiButtonBase-root {
    padding: 20px 48px 18px 48px;
  }
  .lending-product-loan-properties {
    padding: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .lending-product-loan-general-info.MuiGrid-item {
    row-gap: 24px;
  }
  .lending-product-loan-general-info.MuiGrid-item .submit-application.MuiButtonBase-root {
    padding: 20px 32px 18px 32px;
    font-size: 10px;
  }
  .lending-product-loan-properties {
    width: 100%;
    padding: 16px 8px;
  }
}
.order-currency-btn {
  color: #FFFFFF;
  padding: 20px 64px 18px 64px;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #171814;
  background: #171814;
}

.individuals-banner {
  background-image: url("/static/images/bg/individ_banner_xl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.individuals-general-banner {
  background: url("/static/images/bg/individ_general_banner_bg.png") no-repeat center;
  background-size: cover;
}

.categories-caption.MuiTypography-h4 {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.category-title.MuiTypography-h3 {
  color: #171814;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.82px;
  margin-bottom: 32px;
}

.category-description.MuiTypography-root {
  color: #171814;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.individuals-categories.MuiBox-root,
.legal-entities-categories.MuiBox-root {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.individuals-categories-item.MuiGrid-container,
.legal-entities-categories-item.MuiGrid-container {
  border: 1px solid black;
  border-color: rgba(0, 0, 255, 0.16);
  cursor: pointer;
}
.individuals-categories-item.MuiGrid-container:hover,
.legal-entities-categories-item.MuiGrid-container:hover {
  background-color: #F0F9EE;
}
.individuals-categories-item.MuiGrid-container:hover .categories-item-img,
.legal-entities-categories-item.MuiGrid-container:hover .categories-item-img {
  visibility: visible;
}

.categories-item-img {
  width: 100%;
  visibility: hidden;
  height: 100%;
}

.categories-item-link-img {
  width: 64px;
  height: 64px;
  margin-left: auto;
}

.depost-card.MuiPaper-root {
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #171814;
  height: 294px;
}
.depost-card.MuiPaper-root.active {
  background-color: #499034;
}

.MuiCardContent-root.depost-card-content {
  height: -webkit-fill-available;
}
.MuiCardContent-root.depost-card-content img {
  background-color: #FFFFFF;
  margin-bottom: -24px;
  margin-left: auto;
}

.deposit-banner {
  background: url("/static/images/deposit_banner_bg.png") no-repeat center;
  background-size: cover;
  background-color: linear-gradient(180deg, #E6F5E2 0%, rgba(230, 245, 226, 0) 100%);
}

.deposit-slider .swiper-slide {
  height: -moz-fit-content;
  height: fit-content;
}

.deposit-slider.swiper.swiper-initialized.swiper-horizontal {
  height: 360px;
}

.deposit-slider .swiper-pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}

.deposit-slider .swiper-pagination-bullet {
  opacity: 1;
  width: 24px;
  height: 24px;
  background: url("/static/images/news-slider-dot-odd.png") no-repeat center;
  border-radius: 0;
  background-size: cover;
}
.deposit-slider .swiper-pagination-bullet.even {
  transform: scaleY(-1);
}
.deposit-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: url("/static/images/news-slider-dot-odd-active.png") no-repeat center;
  background-size: cover;
}

.MuiButtonBase-root.open-deposit-btn {
  border-radius: 2px;
  background: #499034;
  color: #FFFFFF;
  padding: 20px 64px 18px 64px;
}
.MuiButtonBase-root.open-deposit-btn:hover {
  background: #499034;
  color: #FFFFFF;
}

.swiper.deposit-variants-slider .swiper-slide {
  width: 33.3333%;
}

.MuiBox-root.deposits-variant-card {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  background: linear-gradient(133deg, rgba(230, 245, 226, 0) 50%, #E6F5E2 100%);
}

.swiper.deposit-variants-slider {
  margin-left: 0;
  min-width: 100%;
}

.MuiButtonBase-root.currency-badge-btn {
  padding: 20px 16px 18px 16px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 2px;
  border: 1px solid #499034;
  min-width: -moz-min-content;
  min-width: min-content;
  width: -moz-fit-content;
  width: fit-content;
}
.MuiButtonBase-root.currency-badge-btn.MuiButton-contained {
  background: #499034;
  color: #FFFFFF;
}
.MuiButtonBase-root.currency-badge-btn.MuiButton-contained:hover {
  color: #FFFFFF;
  background: #499034;
  border: 1px solid #499034;
}
.MuiButtonBase-root.currency-badge-btn.MuiButton-outlined {
  background-color: transparent;
  color: #171814;
}
.MuiButtonBase-root.currency-badge-btn.MuiButton-outlined:hover {
  background-color: transparent;
  color: #171814;
}

@media only screen and (max-width: 639px) {
  .individuals-banner {
    background-image: url("/static/images/bg/individ_banner_xs.png");
  }
  .MuiButtonBase-root.currency-badge-btn {
    padding: 10px 6px 8px 6px;
  }
  .order-currency-btn {
    padding: 20px 48px 18px 48px;
  }
  .swiper.deposit-variants-slider .swiper-slide {
    width: 100%;
  }
  .MuiButtonBase-root.open-deposit-btn {
    padding: 20px 32px 18px 32px;
  }
  .deposit-slider.swiper.swiper-initialized.swiper-horizontal {
    height: 348px;
  }
  .deposit-slider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .deposit-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
  }
  .categories-item-link-img {
    width: 24px;
    height: 24px;
  }
  .categories-item-img {
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    visibility: visible;
  }
  .individuals-categories.MuiBox-root,
  .legal-entities-categories.MuiBox-root {
    row-gap: 16px;
  }
  .category-description.MuiTypography-root {
    font-size: 16px;
  }
  .category-title.MuiTypography-h3 {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.52px;
    margin-bottom: 16px;
  }
  .categories-caption.MuiTypography-h4 {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .individuals-banner {
    background-image: url("/static/images/bg/individ_banner_md.png");
  }
  .MuiButtonBase-root.currency-badge-btn {
    padding: 20px 16px 18px 16px;
  }
  .order-currency-btn {
    padding: 20px 48px 18px 48px;
  }
  .swiper.deposit-variants-slider .swiper-slide {
    width: 50%;
  }
  .MuiButtonBase-root.open-deposit-btn {
    padding: 20px 48px 18px 48px;
  }
  .categories-item-link-img {
    width: 32px;
    height: 32px;
  }
  .category-description.MuiTypography-root {
    font-size: 16px;
  }
  .category-title.MuiTypography-h3 {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
  }
  .categories-caption.MuiTypography-h4 {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .categories-item-img {
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .individuals-banner {
    background-image: url("/static/images/bg/individ_banner_lg.png");
  }
}
.transaction-commissions.MuiPaper-root {
  border-radius: 2px;
  background: rgba(23, 24, 20, 0.02);
  padding: 32px;
}
.transaction-commissions.MuiPaper-root .MuiButtonBase-root.MuiAccordionSummary-root {
  padding-left: 0;
}
.transaction-commissions.MuiPaper-root .MuiAccordionDetails-root {
  padding-left: 0;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media only screen and (max-width: 639px) {
  .transaction-commissions.MuiPaper-root {
    padding: 16px;
  }
  .transaction-commissions.MuiPaper-root .MuiAccordionDetails-root {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .transaction-commissions.MuiPaper-root {
    padding: 24px;
  }
  .transaction-commissions.MuiPaper-root .MuiAccordionDetails-root {
    padding-bottom: 0px;
  }
}
.legal-entities-cat-banner {
  background: url("/static/images/bg/salary_project_banner_bg.png") no-repeat center;
  background-size: cover;
}

.legal-entities-banner.page-banner {
  background-image: url("/static/images/bg/legal_entity_xl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}

.fill-application-box.MuiBox-root {
  background-size: cover;
}

.link-to-application-form-btn.MuiButtonBase-root {
  padding: 20px 64px 18px 64px;
  border-radius: 2px;
  background: #499034;
  width: 100%;
  color: #FFFFFF;
}
.link-to-application-form-btn.MuiButtonBase-root:hover {
  background: #499034;
  color: #FFFFFF;
}

.container.fill-application-container {
  padding-top: 256px;
  padding-bottom: 256px;
}

.grey-bottom-banner {
  border-radius: 2px;
  background: #F4F4F0;
  padding: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .link-to-application-form-btn.MuiButtonBase-root {
    padding: 20px 64px 18px 64px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fill-application-container.container {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .legal-entities-banner.page-banner {
    background-image: url("/static/images/bg/legal_entity_lg.png");
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .legal-entities-banner.page-banner {
    background-image: url("/static/images/bg/legal_entity_md.png");
  }
  .grey-bottom-banner {
    padding: 24px;
  }
  .container.fill-application-container {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .link-to-application-form-btn.MuiButtonBase-root {
    padding: 20px 32px 18px 32px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 639px) {
  .grey-bottom-banner {
    padding: 24px;
  }
  .container.fill-application-container {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .link-to-application-form-btn.MuiButtonBase-root {
    padding: 20px 32px 18px 32px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .legal-entities-banner.page-banner {
    background-image: url("/static/images/bg/legal_entity_xs.png");
  }
}
.MuiTypography-root.text-1 {
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.MuiTypography-root.text-2-1 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.MuiTypography-root.text-2-2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.26px;
}
.MuiTypography-root.text-2-3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.52px;
}
.MuiTypography-root.text-3-1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.MuiTypography-root.text-3-2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.MuiTypography-root.text-3-3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.MuiTypography-root.text-4-1 {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.12px;
}
.MuiTypography-root.text-4-2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.12px;
}
.MuiTypography-root.text-5-1 {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.MuiTypography-root.text-5-2 {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.MuiTypography-root.text-5-3 {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.5px;
}
.MuiTypography-root.text-6-1 {
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.MuiTypography-root.MuiTypography-h1 {
  font-size: 104px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.12px;
}

.MuiTypography-root.MuiTypography-h2 {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.3px;
}

.MuiTypography-root.MuiTypography-h3 {
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.82px;
}

.MuiTypography-root.MuiTypography-h4.text-1 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.52px;
}
.MuiTypography-root.MuiTypography-h4.text-2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.MuiTypography-root.MuiTypography-h5.text-1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.16px;
}
.MuiTypography-root.MuiTypography-h5.text-2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.MuiTypography-root.MuiTypography-h6 {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.MuiTypography-root.number-1 {
  font-size: 166px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4.98px;
}
.MuiTypography-root.number-2 {
  font-size: 104px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.12px;
}
.MuiTypography-root.number-3 {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.3px;
}
.MuiTypography-root.number-4 {
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.82px;
}
.MuiTypography-root.number-5 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.MuiTypography-root.number-6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
}
.MuiTypography-root.number-7 {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.MuiButtonBase-root.button-1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.MuiButtonBase-root.button-2 {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

a.link-1 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline !important;
}
a.link-2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline !important;
}
a.link-3 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-decoration-line: underline !important;
}
a.link-4 {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.5px;
  text-decoration-line: underline !important;
}
a.MuiTypography-root.hover-green:hover {
  color: #499034;
}

.menu-1,
.MuiLink-root.menu-1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.menu-2,
.MuiLink-root.menu-2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.tariff-info .button-green {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 2px;
  background: #499034;
  padding: 20px 64px 18px 64px;
  border: 1px solid #499034;
}
.tariff-info .service-price .variant-h3 {
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.82px;
}
.tariff-info .service-price .variant-h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.52px;
}
.tariff-info .service-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media only screen and (max-width: 639px) {
  .tariff-info .button-green {
    font-size: 10px;
    padding: 14px 0 12px 0;
    width: 100%;
  }
  .tariff-info .service-price .variant-h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.16px;
  }
  .tariff-info .service-price .variant-h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.16px;
  }
  .tariff-info .service-description .text-3-3 {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .tariff-info .button-green {
    padding: 14px 14px 12px 14px;
  }
  .tariff-info .service-price .variant-h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.16px;
  }
  .tariff-info .service-price .variant-h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.52px;
  }
  .tariff-info .service-description {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tariff-info .button-green {
    padding: 20px 32px 18px 32px;
  }
}
@font-face {
  font-family: "DIN Pro"; /*Can be any text*/
  src: local("DINPro"), url("/fonts/DINPro.ttf") format("truetype"), url("/fonts/DINPro.woff") format("woff"), url("/fonts/DINPro.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "DIN Pro Cond";
  /* src: url('/public/fonts/DINPro-CondensedRegular.eot'); */
  src: local("DINPro-CondensedRegular"), url("/fonts/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/DINPro-CondensedRegular.woff") format("woff"), url("/fonts/DINPro-CondensedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.flip {
  transform: scaleY(-1);
}

.application-form-date-picker .MuiPickersDay-root:hover {
  will-change: background-color;
  background-color: #84CB6F;
}
.application-form-date-picker .MuiPickersDay-root.Mui-selected, .application-form-date-picker .MuiPickersDay-root:focus.Mui-selected {
  background-color: #499034;
}

.list-item,
.list-item.MuiTypography-root {
  display: list-item;
  margin-left: 1em;
}

.expanded {
  transform: scaleY(-1);
}

.hide-overflow-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-overflow-scrollbar::-webkit-scrollbar {
  display: none;
}

.text-uppercase {
  text-transform: uppercase;
}

*:focus {
  outline: none !important;
}

a {
  text-decoration: unset;
}

.text-underline {
  text-decoration: underline;
}

*,
body {
  font-family: "DIN Pro", sans-serif;
}

.condensed-font {
  font-family: "DIN Pro Cond", sans-serif !important;
}

html,
body {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#app {
  min-height: 100vh;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.text-uppercase {
  text-transform: uppercase;
}

a {
  color: #499034;
}

.text-green-light-color {
  color: #84CB6F;
}

.text-black-color,
a.text-black-color {
  color: #171814;
}
.text-black-color.MuiTypography-root,
a.text-black-color.MuiTypography-root {
  color: #171814;
}

.text-grey-color {
  color: #B3B5A8;
}

.text-dark-grey-color {
  color: #737664;
}

.text-white-color,
.MuiTypography-root.text-white-color,
.MuiLink-root.text-white-color {
  color: #FFFFFF;
}

.text-yellow-color {
  color: #ECE441;
}

.text-red-color {
  color: #DC5E42;
}

.text-primary-color,
.text-primary-color.MuiTypography-root {
  color: rgb(73, 144, 52);
}

.text-green-color,
.text-green-color.MuiTypography-root {
  color: #499034;
}

.callback-frame-second-block-text.dark-theme.text-black-color.MuiTypography-h5 {
  color: #FFFFFF;
}

.callback-frame-second-block-text.MuiTypography-h5 {
  font-family: "DIN Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.01em;
}

.callback-frame-text.MuiTypography-h5 {
  color: rgb(73, 144, 52);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01em;
}

.callback-frame-text.MuiTypography-h1 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
}

.callback-frame-main-text {
  color: rgb(23, 24, 20);
}

.callback-frame-main-text.dark-theme {
  color: #FFFFFF;
}

.callback-frame-sub-text {
  color: rgb(73, 144, 52);
}

.callback-frame-phone-block .MuiInputBase-root.MuiInput-root:after,
.callback-frame-phone-block .MuiInputBase-root.MuiInput-root:before {
  border-bottom: 2px solid #171814;
}

/* меню */
.primary-menu {
  justify-content: center;
}

.mega-menu .MuiTabs-flexContainer {
  align-items: flex-start;
}

.mega-menu .menu-item {
  align-items: flex-start;
  width: 100%;
  text-transform: uppercase;
  text-align: start;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #171814;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.mega-menu .menu-item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #171814;
  text-decoration: unset;
}

.primary-menu .menu-item.MuiButtonBase-root {
  font-family: "DIN Pro Cond", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #171814;
  white-space: nowrap;
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
  padding-inline: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.primary-menu .menu-item.MuiButtonBase-root:hover {
  background-color: unset;
  color: #499034;
}
.primary-menu .menu-item.MuiButtonBase-root.active {
  color: #499034;
  font-weight: 700;
}
.primary-menu .menu-item.MuiButtonBase-root a, .primary-menu .menu-item.MuiButtonBase-root a:visited {
  text-decoration: unset;
  color: inherit;
}

.MuiButtonBase-root.MuiButton-root.online-bank-btn {
  font-family: "DIN Pro", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #171814;
}

.mega-menu .sub-menu .sub-menu-item a {
  color: #171814;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  font-size: 26px;
}

.map-block {
  background: #FFFFFF;
}
.map-block .offices-on-map {
  /* Track */
  /* Handle */
}
.map-block .offices-on-map ::-webkit-scrollbar {
  width: 2px;
  margin-left: 4px;
}
.map-block .offices-on-map ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.map-block .offices-on-map ::-webkit-scrollbar-thumb,
.map-block .offices-on-map ::-webkit-scrollbar-thumb:hover {
  background: #171814;
}
.map-block .offices-on-map ::-webkit-scrollbar-button:end:increment {
  height: 5%;
  display: block;
  background: transparent;
}
.map-block .map-block .select-o .map-office-card .MuiTypography-root.MuiTypography-body1 {
  color: #171814;
}
.map-block .map-office-card:hover .MuiTypography-root.MuiTypography-body1 {
  color: #D9DAD3;
}
.map-block .map {
  height: inherit;
}

/* футер */
img.sns_icon {
  width: 28px;
  height: auto;
}

.working-hours.MuiTypography-root {
  color: #11310C;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.16px;
}

.rest-time.MuiTypography-root.MuiTypography-h5 {
  color: #11310C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  text-align: right;
}

/* мега меню */
div#mega-menu.MuiPopper-root {
  width: 100%;
  max-width: 100%;
  box-shadow: unset;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(180deg, #F4F4F0 0%, #FFFFFF 100%);
}

/* SLIDER */
.main-slider .slick-slider {
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.main-slider .thumbnail-slider-wrap {
  min-width: 100%;
  bottom: 24px;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
}
.main-slider .thumbnail-slider-wrap .slick-slide .MuiTypography-root {
  padding: 10px 10px 10px 10px;
}
.main-slider .thumbnail-slider-wrap .slick-track {
  display: flex;
  margin: 0;
  align-items: baseline;
}
.main-slider .thumbnail-slider-wrap span div.inProgress {
  background-color: rgb(255, 255, 255);
  width: 0%;
  height: 4px;
}
.main-slider .thumbnail-slider-wrap span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

main .main-margin-top.MuiBox-root {
  margin-top: 128px;
}

main div.home-page.MuiBox-root {
  margin-top: 0;
}

.breadcrumbs {
  padding-top: 48px;
  padding-bottom: 72px;
}
.breadcrumbs a {
  text-decoration: unset;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  background: unset;
}
.breadcrumbs a:hover {
  background: unset;
}

.callback-frame-phone-block.dark-theme input {
  color: #FFFFFF;
}

.callback-frame-phone-block .callback-request-phone.dark-theme.MuiTypography-root {
  color: #FFFFFF;
}
.callback-frame-phone-block .callback-request-phone.MuiTypography-root {
  color: #171814;
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.3px;
}
.callback-frame-phone-block input {
  border: none;
  background: transparent;
  color: #171814;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.3px;
}

.MuiTypography-root.processing-personal-data {
  color: #171814;
  font-weight: 400;
  font-size: 16px;
}
.MuiTypography-root.processing-personal-data a {
  color: #171814;
  text-decoration: underline;
}

.MuiTypography-root.dark-theme.processing-personal-data {
  color: #B3B5A8;
}
.MuiTypography-root.dark-theme.processing-personal-data a {
  color: #B3B5A8;
}

.light-green-banner {
  background: linear-gradient(180deg, rgba(132, 203, 111, 0.3) 0%, rgba(132, 203, 111, 0) 100%);
}

.advantage-card.advantage-action-card {
  height: 304px;
  border-radius: 2px;
  border: 1px solid #499034;
}

.action-btn.MuiButtonBase-root {
  border-radius: 2px;
  box-shadow: none;
}
.action-btn.MuiButtonBase-root.button-1 {
  padding: 0 64px 0 64px;
  height: 80px;
}
.action-btn.MuiButtonBase-root.button-2-1 {
  padding: 0 32px 0 32px;
  height: 42px;
}
.action-btn.MuiButtonBase-root.button-icon {
  padding: 0 10px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.action-btn.MuiButtonBase-root.MuiButton-outlined {
  border: 1px solid #499034;
}
.action-btn.MuiButtonBase-root.MuiButton-contained {
  background: #499034;
}
.action-btn.MuiButtonBase-root.MuiButton-contained.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
}

.mySwiper .swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.mySwiper .swiper-pagination-bullet {
  flex: 1;
  min-width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  border-bottom: 2px solid white;
  border-radius: unset;
  text-align: left;
  padding-bottom: 10px;
  background-color: transparent;
  text-transform: uppercase;
}
.mySwiper.swiper {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mySwiper .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.mySwiper .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.application-page .MuiFormLabel-root.MuiInputLabel-root {
  transform: unset;
}

.application-add-row-btn.MuiButtonBase-root {
  border-radius: 2px;
  border: 1px solid #499034;
  background: transparent;
  height: 58px;
  padding: 0;
  color: #171814;
}

@media only screen and (max-width: 639px) {
  .mega-menu .menu-item,
  .mega-menu .menu-item a {
    font-size: 16px;
  }
  .application-add-row-btn.MuiButtonBase-root {
    height: 42px;
  }
  .map-block .map {
    height: 400px;
  }
  .mega-menu .sub-menu .sub-menu-item a {
    font-size: 16px;
  }
  .callback-frame-text.MuiTypography-h5 {
    font-size: 10px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.5px;
  }
  .callback-frame-text.MuiTypography-h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.82px;
  }
  .container.MuiContainer-root {
    padding-inline: 8px;
  }
  main .main-margin-top.MuiBox-root {
    margin-top: 64px;
  }
  main div.home-page.MuiBox-root {
    margin-top: 0;
  }
  .map-box .select-office .MuiSelect-select {
    color: #737664;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .offices-on-map {
    position: initial;
    background: #FFFFFF;
  }
  .callback-frame-phone-block input,
  .callback-frame-phone-block .callback-request-phone.MuiTypography-root {
    font-size: 26px;
  }
  .main-slider .thumbnail-slider-wrap {
    bottom: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .mega-menu .menu-item,
  .mega-menu .menu-item a {
    font-size: 16px;
  }
  main .main-margin-top.MuiBox-root {
    margin-top: 64px;
  }
  .application-add-row-btn.MuiButtonBase-root {
    height: 42px;
  }
  .mega-menu .sub-menu .sub-menu-item a {
    font-size: 16px;
  }
  .callback-frame-text.MuiTypography-h1 {
    font-size: 65px;
  }
  .container.MuiContainer-root {
    padding-inline: 8px;
  }
  .map-box .select-office .MuiSelect-select {
    color: #737664;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .offices-on-map {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
  }
  .main-slider .thumbnail-slider-wrap {
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .callback-frame-text.MuiTypography-h1 {
    font-size: 104px;
  }
  .container.MuiContainer-root {
    padding-inline: 80px;
  }
  .map-box .select-office .MuiSelect-select {
    color: #737664;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .offices-on-map {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 1600px) {
  .callback-frame-text.MuiTypography-h1 {
    font-size: 104px;
  }
  .container.MuiContainer-root {
    padding-inline: 96px;
  }
  .map-box .select-office .MuiSelect-select {
    color: #737664;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .offices-on-map {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
  }
}
