* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "LT Superior", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
  background: #1A4D3A;
}

body.off {
  overflow: hidden;
}

#kvaaa .inner {
  z-index: 1;
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #kvaaa .inner {
    padding: 0 25px;
  }
}

strong {
  font-weight: bold;
}

.picture-pc {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.picture-pc__poster {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}
@media (min-width: 1200px) {
  .picture-pc__poster {
    border-radius: 0 0 50px 50px;
  }
}
.picture-pc__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@font-face {
  font-family: "LT Superior";
  src: url("/static/short_layout_green/fonts/LTSuperior-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LT Superior";
  src: url("/static/short_layout_green/fonts/LTSuperior-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LT Superior";
  src: url("/static/short_layout_green/fonts/LTSuperior-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LT Superior";
  src: url("/static/short_layout_green/fonts/LTSuperior-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LT Superior";
  src: url("/static/short_layout_green/fonts/LTSuperior-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LT Superior";
  src: url("/static/short_layout_green/fonts/LTSuperior-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LT Superior";
  src: url("/static/short_layout_green/fonts/LTSuperior-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LT Superior";
  src: url("/static/short_layout_green/fonts/LTSuperior-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
#kvaaa .error {
  height: 100%;
}
#kvaaa .error__title {
  padding: 10px 0;
}
#kvaaa .error__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kvaaa .error__text-new {
  display: none;
}
#kvaaa .error__boxButton {
  display: none;
}
#kvaaa .error__text {
  text-align: center;
  padding-bottom: 5px;
}
#kvaaa .error__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kvaaa .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#kvaaa .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#kvaaa .error__button {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background-color: #FB9F2E;
  border-radius: 100px;
  max-width: 350px;
  padding: 18px 42px;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 992px) {
  #kvaaa .error__button {
    font-size: 22px;
  }
}
#kvaaa .error__button a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#kvaaa .main {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#kvaaa .main__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}
@media (min-width: 992px) {
  #kvaaa .main__wrap {
    padding: 0;
  }
}
#kvaaa .main__wrap-title {
  font-size: 29px;
  font-weight: 500;
  line-height: normal;
  max-width: 210px;
}
@media (min-width: 992px) {
  #kvaaa .main__wrap-title {
    font-size: 54px;
    max-width: 367px;
  }
}
#kvaaa .main__wrap-p {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  max-width: 208px;
  padding-bottom: 16px;
  padding-top: 8px;
}
@media (min-width: 992px) {
  #kvaaa .main__wrap-p {
    font-size: 24px;
    max-width: 100%;
  }
}
#kvaaa .main__img-ps {
  position: absolute;
  z-index: -1;
  bottom: -7px;
  right: 0;
  max-width: 120px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  #kvaaa .main__img-ps {
    display: none;
  }
}
@media (min-width: 992px) {
  #kvaaa .main__img-ps {
    display: block;
    max-width: 363px;
    bottom: -52px;
    left: 18px;
  }
}
@media (min-width: 1200px) {
  #kvaaa .main__img-ps {
    left: 290px;
    max-width: 429px;
  }
}
#kvaaa .main__img-ps img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#kvaaa .main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  #kvaaa .main__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
#kvaaa .main .main__container {
  position: relative;
  border-radius: 0px 0px 10px 10px;
}
@media (min-width: 768px) {
  #kvaaa .main .main__container {
    display: block;
    display: grid;
    grid-template-columns: 1fr 466px;
    gap: 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    justify-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #kvaaa .main .main__container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.stats {
  display: none;
}
@media (min-width: 992px) {
  .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    max-width: 1200px;
    margin-bottom: 21px;
  }
}
.stats__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  max-width: 180px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.stats__value {
  font-size: 56px;
  font-weight: 500;
  line-height: normal;
  color: #002B1A;
  margin-bottom: 8px;
}
.stats__label {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #002B1A;
  white-space: pre-line;
}

.calc {
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
  padding: 16px;
  color: #002B1A;
}
.calc__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  .calc__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.calc__item-title {
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 1140px) {
  .calc__item-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.calc__item-box {
  width: 100%;
  height: 110px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
}
.calc__item-box.--indentation {
  margin: 8px 0 28px 0;
}
.calc__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.calc__item-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
}
.calc__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc__item-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc__item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e5ebe8;
}
@media (min-width: 360px) {
  .calc__item-value {
    width: 170px;
  }
}
.calc__item-value, .calc__item-span {
  font-size: 26px;
  line-height: normal;
  pointer-events: none;
  text-align: right;
  margin-left: auto;
}
@media (min-width: 360px) {
  .calc__item-value, .calc__item-span {
    font-size: 26px;
    line-height: normal;
  }
}
.calc__item-title {
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
}
.calc__item-title span {
  font-weight: 700;
}
.calc__fromto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
}
.calc__fromto-span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  opacity: 0.5;
}
.calc__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin: 16px 0;
}
.calc__cards-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
  min-height: 48px;
  width: 100%;
}
.calc__cards-bg img {
  width: auto;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  display: block;
}
.calc .input-box {
  margin-top: 18px;
}
.calc .input-name {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  width: 100%;
  padding: 18px 19px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
  text-align: flex-start;
  margin-top: 4px;
}
.calc .input-name.--margin {
  padding: 18px 19px 18px 28px;
}
.calc .form {
  height: 100%;
}
.calc .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.calc__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  width: 100%;
  padding: 15px 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
  pointer-events: none;
  background: #da9a7c;
}
.calc__button.prevent-register {
  pointer-events: auto;
  background: #D76129;
}
.calc .modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.calc .modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 662px;
  padding: 22px;
  z-index: 1;
  border-radius: 40px;
  margin: 10px;
  background: #FFF;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  overflow: hidden;
  height: calc(100% - 20px);
}
@media (min-width: 992px) {
  .calc .modal__box {
    padding: 60px;
  }
}
@media (min-height: 800px) {
  .calc .modal__box {
    height: auto;
  }
}
.calc .modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .calc .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
.calc .modal__box-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
.calc .modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
.calc .modal__box-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
.calc .modal.open {
  visibility: visible;
  opacity: 1;
}
.calc .modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.calc .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.calc .checkbox-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.calc .checkbox-text__span {
  color: #696969;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.calc .checkbox-text__span-link {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #696969;
  text-decoration: underline;
}
.calc .checkbox-text-error {
  font-size: 12px;
  background-color: #ef5555;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.calc .checkbox-text-error.off {
  display: none;
}
.calc .checkbox-text.--padding {
  margin: 18px 0 12px;
}
.calc .bid__form-errors {
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  background-color: #EF5555;
  padding: 10px;
  margin-bottom: 10px;
  color: #FFF;
  text-align: center;
}
.calc input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  border: 1px solid #39846A;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc input[type=checkbox]:checked {
  border-radius: 6px;
  border: 1px solid #39846A;
  background: #39846A;
}
.calc input[type=checkbox]:checked::before {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNi42NTY4Nkw0LjgyODQzIDkuNDg1MjlMMTAuNDg1MyAzLjgyODQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  content: "";
  background-repeat: no-repeat;
  background-position: 40% 30%;
  color: #FFF;
  width: 20px;
  height: 20px;
}
.calc .checkbox-text .link {
  cursor: pointer;
}

.refund {
  border-radius: 20px;
  background: rgba(251, 159, 46, 0.1);
  border: 1px solid black;
  padding: 0 15px;
  height: 100%;
  margin-bottom: 10px;
}
.refund__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px;
  height: 100%;
}
.refund h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  padding-bottom: 24px;
}
.refund__picture {
  margin-bottom: 70px;
}
.refund__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.refund__btn {
  max-width: 314px;
  width: 100%;
}
.refund__button {
  border-radius: 10px;
  background: #D76129;
  max-width: 314px;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper::before {
  content: "+";
  position: absolute;
  color: #757575;
  z-index: 1;
  left: 18px;
  top: 56%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
}
@media (min-width: 375px) {
  .input-wrapper::before {
    left: 18px;
    top: 33px;
  }
}
@media (min-width: 412px) {
  .input-wrapper::before {
    left: 18px;
  }
}
@media (min-width: 768px) {
  .input-wrapper::before {
    left: 18px;
  }
}

.input-wrapper:focus-within::before {
  color: #000;
}

/* input[type='range'] */
input[type=range] {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  display: block;
  background: rgba(215, 97, 41, 0.2509803922);
  background: -webkit-gradient(linear, left top, right top, from(#D76129), color-stop(35%, #D76129), color-stop(35%, rgba(215, 97, 41, 0.2509803922)), to(rgba(215, 97, 41, 0.2509803922)));
  background: linear-gradient(to right, #D76129 0%, #D76129 35%, rgba(215, 97, 41, 0.2509803922) 35%, rgba(215, 97, 41, 0.2509803922) 100%);
  height: 6px;
  border-radius: 100px;
  margin: 12px 0;
}

input.w-14[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#D76129), color-stop(35%, #D76129), color-stop(35%, rgba(215, 97, 41, 0.2509803922)), to(rgba(215, 97, 41, 0.2509803922)));
  background: linear-gradient(to right, #D76129 0%, #D76129 35%, rgba(215, 97, 41, 0.2509803922) 35%, rgba(215, 97, 41, 0.2509803922) 100%);
}

input.w-0[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#D76129), color-stop(34.7826%, #D76129), color-stop(34.7826%, rgba(215, 97, 41, 0.2509803922)), to(rgba(215, 97, 41, 0.2509803922)));
  background: linear-gradient(to right, #D76129 0%, #D76129 34.7826%, rgba(215, 97, 41, 0.2509803922) 34.7826%, rgba(215, 97, 41, 0.2509803922) 100%);
}

/* thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 10px inset #D76129;
          box-shadow: 0 0 0 10px inset #D76129;
  border-radius: 50px;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0 0 0 10px inset #D76129;
  border-radius: 50px;
}

input[type=range]::-ms-range-thumb {
  -ms-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0 0 0 10px inset #D76129;
  border-radius: 50px;
}

/* progress */
input[type=range]::range-progress {
  background-color: #D76129;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-range-progress,
input[type=range]::-moz-range-progress,
input[type=range]::-ms-range-progress {
  background-color: #D76129;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-moz-range-track,
input[type=range]::-ms-fill-lower {
  background-color: #D76129;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-lower {
  background-color: #D76129;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-upper {
  background-color: rgba(215, 97, 41, 0.2509803922);
  height: 4px;
  border-radius: 2px;
}

/* /progress */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.label {
  color: #696969;
  font-size: 12px;
  font-weight: 450;
  line-height: normal;
}

.span {
  color: #D5373A;
}

.position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 16px;
}

.col-day {
  color: #002B1A;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 992px) {
  .company {
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .company .container {
    margin: 0;
  }
}
.company__cards {
  border-radius: 16px;
  background: #305E4D;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  padding: 16px;
}
@media (min-width: 992px) {
  .company__cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    padding: 40px;
  }
}
.company__cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .company__cards-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.company__cards-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__cards-item-img {
  max-width: 40px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .company__cards-item-img {
    margin-bottom: 24px;
    max-width: 60px;
  }
}
.company__cards-item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .company__cards-item-title {
    font-size: 18px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .company__cards-item-title {
    font-size: 20px;
  }
}
.company__cards-item-description {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) {
  .company__cards-item-description {
    font-size: 16px;
  }
}

.condition {
  position: relative;
  border-radius: 16px;
  background: #D76129;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
  padding: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0;
    padding: 40px;
  }
}
.condition__title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .condition__title {
    font-size: 44px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .condition__title {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .condition__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .condition__container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.condition__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .condition__box {
    margin-bottom: 0;
  }
}
.condition__box-img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .condition__box-img {
    width: 32px;
    height: 32px;
  }
}
.condition__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.condition__box p {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
@media (min-width: 992px) {
  .condition__box p {
    font-size: 24px;
  }
}
.condition__button {
  display: inherit;
  text-align: center;
  width: 100%;
  padding: 22px 0;
  border-radius: 16px;
  background: #1A4D3A;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
@media (min-width: 992px) {
  .condition br {
    display: none;
  }
}
.condition__ps-button {
  display: none;
}
@media (min-width: 992px) {
  .condition__ps-button {
    display: block;
    width: 100%;
    max-width: 247px;
  }
}
.condition__mb-button {
  display: block;
}
@media (min-width: 992px) {
  .condition__mb-button {
    display: none;
  }
}

.step {
  margin: 16px 0;
  padding: 16px;
}
@media (min-width: 992px) {
  .step {
    margin: 40px 0px;
    padding: 40px 35px;
  }
}
.step__title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  text-align: start;
  padding-bottom: 16px;
  position: relative;
}
@media (min-width: 992px) {
  .step__title {
    font-size: 48px;
    padding-bottom: 40px;
    text-align: start;
  }
  .step__title br {
    display: none;
  }
}
.step__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .step__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24;
  }
}
.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.step__wrap-img {
  margin-right: 12px;
  max-width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .step__wrap-img {
    max-width: 32px;
  }
}
.step__wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.step__wrap-text {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .step__wrap-text {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
.step__wrap-info {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) {
  .step__wrap-info {
    font-size: 18px;
  }
}

#kvaaa .header {
  z-index: 1;
  position: relative;
}
#kvaaa .header__container {
  padding: 20px 15px;
  max-width: 250px;
  margin: 0 auto;
}
#kvaaa .header__container img {
  width: 100%;
  height: 100%;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #kvaaa .header__container img {
    max-height: 40px;
  }
}

.description__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  padding: 20px 0 10px 0;
}
@media (min-width: 900px) {
  .description__title {
    font-size: 36px;
  }
}
.description__title.--padding {
  padding: 0 0 10px 0;
}
.description h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 992px) {
  .description h3 {
    font-size: 25px;
  }
}
.description p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
@media (min-width: 992px) {
  .description p {
    font-size: 18px;
  }
}
.description__list {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  margin: 0 15px;
}
@media (min-width: 900px) {
  .description__list {
    font-size: 16px;
  }
}

#kvaaa .footer {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  border-radius: 16px 16px 0 0;
  background: #164231;
}
#kvaaa .footer__wrap {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #FFF;
  text-align: start;
}
#kvaaa .footer__wrap p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  padding-bottom: 5px;
  opacity: 0.6;
}
#kvaaa .footer .footer__container {
  padding: 30px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#kvaaa .footer .footer__container__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#kvaaa .footer .footer__container .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 992px) {
  #kvaaa .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#kvaaa .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #kvaaa .footer .footer__container .footer__list .footer__item {
    padding-top: 0;
  }
}
#kvaaa .footer .footer__container .footer__list .footer__item a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-decoration: underline;
  cursor: pointer;
}
#kvaaa .footer .link-img {
  width: 25px;
  margin-right: 5px;
}
#kvaaa .footer .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #kvaaa .footer .link-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#kvaaa .offers__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 768px) {
  #kvaaa .offers__title {
    font-size: 46px;
    padding-bottom: 20px;
  }
}

#kvaaa .offers__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #kvaaa .offers__text {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

#kvaaa .cards .card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(129px, 1fr));
  grid-gap: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #kvaaa .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  }
}
@media (min-width: 992px) {
  #kvaaa .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 24px;
  }
}
@media (min-width: 1000px) {
  #kvaaa .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    padding: 0;
  }
}
#kvaaa .cards__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #kvaaa .cards__border {
    padding-top: 12px;
  }
}
#kvaaa .cards__border-amount {
  text-align: center;
}
#kvaaa .cards .card__wrap {
  position: relative;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}
#kvaaa .cards .card__container-stars {
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
#kvaaa .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#kvaaa .cards .card__container-stars.--color-2 svg:first-child path,
#kvaaa .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#kvaaa .cards .card__container-stars.--color-3 svg:first-child path,
#kvaaa .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#kvaaa .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#kvaaa .cards .card__container-stars.--color-4 svg:first-child path,
#kvaaa .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#kvaaa .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#kvaaa .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#kvaaa .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #kvaaa .cards .card__container-stars {
    height: 27px;
  }
}
#kvaaa .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #kvaaa .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#kvaaa .cards .card__container-stars span {
  color: rgba(24, 25, 56, 0.4);
  font-size: 12px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  #kvaaa .cards .card__container-stars span {
    font-size: 14px;
  }
}
#kvaaa .cards .bg-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #FF7A2F;
  border-radius: 12px;
  margin: 0 -5px 8px -5px;
}
@media (min-width: 992px) {
  #kvaaa .cards .bg-card {
    margin: 0 0px 8px 0px;
  }
}
#kvaaa .cards .bg-card span {
  position: absolute;
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  padding: 5px 10px;
}
#kvaaa .cards .card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kvaaa .cards .card__img {
  height: 60px;
  max-width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
}
#kvaaa .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #kvaaa .cards .card__img img {
    width: 100%;
  }
}
#kvaaa .cards .card-bg {
  border-radius: 14px;
  margin-bottom: 11px;
  overflow: hidden;
}
#kvaaa .cards .cards__info {
  color: #002B1A;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  #kvaaa .cards .cards__info {
    font-size: 14px;
  }
}
#kvaaa .cards .cards__info-amount {
  color: #002B1A;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding-top: 2px;
}
@media (min-width: 992px) {
  #kvaaa .cards .cards__info-amount {
    font-size: 24px;
  }
}
#kvaaa .cards .cards__list {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-right: 5px;
}
@media (min-width: 992px) {
  #kvaaa .cards .cards__list {
    font-size: 14px;
  }
}
#kvaaa .cards .cards__list-amount {
  color: #696969;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) {
  #kvaaa .cards .cards__list-amount {
    font-size: 18px;
  }
}
#kvaaa .cards .cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#kvaaa .cards .cards__button {
  margin: 0 auto;
  width: 100%;
  border-radius: 16px;
  background: #D76129;
  color: #FFF;
  margin: auto 0 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 15px 16px;
  display: inline-block;
  cursor: pointer;
  margin-top: 8px;
}
@media (min-width: 992px) {
  #kvaaa .cards .cards__button {
    padding: 20px 30px;
    font-size: 20px;
    margin-top: 12px;
  }
}
#kvaaa .cards .cards__footer {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 8px;
  line-height: 9px;
  color: #181938;
  opacity: 0.6;
  padding-top: 8px;
  height: 61px;
}
@media (min-width: 992px) {
  #kvaaa .cards .cards__footer {
    font-size: 10px;
  }
}

.credit-rating-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #c9d4d0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 992px) {
  .credit-rating-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 40px;
  }
}
.credit-rating-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.credit-rating-card__box-rating-info h3 {
  color: #002B1A;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.credit-rating-card__box p {
  color: #002B1A;
  font-size: 12px;
  font-weight: 450;
  line-height: normal;
}
.credit-rating-card__box .button-reting {
  display: inline-block;
  max-width: 120px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 7px 30px;
  border-radius: 100px;
  background: #305E4D;
}
.credit-rating-card__box .button-reting-color {
  display: inline-block;
  max-width: 120px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 7px 30px;
  border-radius: 100px;
  background: #CAC112;
}
.credit-rating-card .approval-box {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .credit-rating-card .approval-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
    height: 72px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
            box-shadow: 0 10px 10px 0 rgba(0, 43, 26, 0.05);
    padding: 16px;
    margin-top: 0;
    overflow: hidden;
  }
}
.credit-rating-card .approval-box-img {
  position: absolute;
  right: 0;
  bottom: -8px;
}
.credit-rating-card .approval-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.credit-rating-card .approval-box__text span {
  color: #002B1A;
  font-size: 12px;
  font-weight: 450;
  line-height: normal;
  padding-bottom: 4px;
}
.credit-rating-card .approval-box__text-sum {
  color: #002B1A;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.card__container-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.partners-approval {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.partners-approval h2 {
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .partners-approval h2 {
    font-size: 24px;
    padding: 0 0 40px 0;
  }
}
.partners-approval .partner-card {
  border-radius: 20px;
  border: 1px solid #D2D2DA;
  background: #FFF;
  -webkit-box-shadow: 0 10px 10px 0 rgba(38, 45, 51, 0.05);
          box-shadow: 0 10px 10px 0 rgba(38, 45, 51, 0.05);
  padding: 30px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .partners-approval .partner-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px;
  }
}
.partners-approval .partner-card .partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 40px;
}
@media (min-width: 992px) {
  .partners-approval .partner-card .partner-logo {
    width: 140px;
  }
}
.partners-approval .partner-card .partner-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.partners-approval .partner-card .partner-logo svg {
  width: 24px;
  height: 24px;
}
.partners-approval .partner-card .partner-logo span {
  font-weight: 500;
  font-size: 16px;
}
.partners-approval .partner-card .partner-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  .partners-approval .partner-card .partner-details {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.partners-approval .partner-card .partner-details-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .partners-approval .partner-card .partner-details-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .partners-approval .partner-card .partner-details-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.partners-approval .partner-card .partner-details-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .partners-approval .partner-card .partner-details-bottom {
    padding-top: 0;
  }
}
.partners-approval .partner-card .partner-details .detail-item__label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.partners-approval .partner-card .partner-details .detail-item__value {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 992px) {
  .partners-approval .partner-card .partner-details .detail-item__value {
    font-size: 16px;
  }
}
.partners-approval .partner-card .partner-details .detail-item-sum {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.partners-approval .partner-card .action-button {
  border-radius: 10px;
  background: #3A499D;
  color: #FFF;
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.partners-approval .partner-card .status {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  padding: 5px 15px;
  border-radius: 0 20px;
  background: var(--Linear, linear-gradient(90deg, #37811C 0%, #9CDF2E 100%));
}
.partners-approval .hr {
  border-bottom: 1px solid #D2D2DA;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .partners-approval .hr {
    display: none;
  }
}
.partners-approval .num-sum {
  color: #3A499D;
  text-align: start;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.partners-approval .sum {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  .partners-approval .margin {
    margin: 0 auto;
  }
}

.title-partners {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  .title-partners {
    font-size: 28px;
  }
}

.title-partners-text {
  font-size: 12px;
  font-weight: 250;
  line-height: normal;
  padding: 8px 0 16px 0;
}
@media (min-width: 992px) {
  .title-partners-text {
    font-size: 14px;
    padding: 8px 0 40px 0;
  }
}

.ellipse {
  position: relative;
  width: 120px;
  background: #c9d4d0;
}
@media (min-width: 992px) {
  .ellipse {
    margin-left: 10px;
  }
}
.ellipse__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #333;
  z-index: 2;
}
.ellipse svg {
  max-width: 240px;
  position: relative;
}
.ellipse foreignObject.logoBack {
  -webkit-transform-origin: 50px 50px;
      -ms-transform-origin: 50px 50px;
          transform-origin: 50px 50px;
}
.ellipse div.logoGradient {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 270deg, #468908 10%, #CF142B 35%, #D0C412 70% 80%, #468908 95%);
}
.ellipse g.logoBlend {
  mix-blend-mode: lighten;
}
.ellipse g.logoBlend > rect {
  fill: #c9d4d0;
}
.ellipse g.logoBlend > path {
  stroke: black;
  stroke-width: 8;
  stroke-linecap: round;
  fill: none;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 360;
  stroke-dashoffset: 0;
  -webkit-animation: pathStroke 1s linear forwards;
          animation: pathStroke 1s linear forwards;
}
.ellipse g.logoBlend > path.--55 {
  -webkit-animation: pathStroke55 1s linear forwards;
          animation: pathStroke55 1s linear forwards;
}
.ellipse g.logoBlend > path.--87 {
  -webkit-animation: pathStroke87 1s linear forwards;
          animation: pathStroke87 1s linear forwards;
}

@-webkit-keyframes pathStroke {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes pathStroke {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes pathStroke55 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 190;
  }
}
@keyframes pathStroke55 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 190;
  }
}
@-webkit-keyframes pathStroke87 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 100;
  }
}
@keyframes pathStroke87 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 100;
  }
}
#kvaaa .button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 50px 20px 0 20px;
}
#kvaaa .prev,
#kvaaa .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #913FFA;
  color: #F8F7F7;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  max-width: 120px;
  overflow: hidden;
  cursor: pointer;
}
#kvaaa .prev img,
#kvaaa .next img {
  width: 100%;
  height: 100%;
  max-height: 28px;
  max-width: 17px;
  margin: 6px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#kvaaa .--button {
  background-color: #B4B6BD;
  cursor: auto;
}
#kvaaa .num {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.reviews__wrapper {
  position: relative;
}
.reviews__title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 16px;
  text-align: start;
}
@media (min-width: 992px) {
  .reviews__title {
    font-size: 48px;
    padding-bottom: 40px;
  }
}
.reviews__title br {
  display: none;
}
.reviews .swiper {
  position: relative;
  padding: 0 14px 38px 2px;
}
@media (min-width: 768px) {
  .reviews .swiper {
    padding: 0 14px 20px 2px;
  }
}
.reviews .swiper-slide {
  height: unset;
}
.reviews__slider {
  padding: 0 20px;
}
.reviews__slider-prev, .reviews__slider-next {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.reviews__slider-prev img, .reviews__slider-next img {
  width: 24px;
}
@media (min-width: 768px) {
  .reviews__slider-prev, .reviews__slider-next {
    top: 50%;
    bottom: unset;
  }
}
.reviews__slider-prev::after, .reviews__slider-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reviews__slider-prev {
  left: 50%;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .reviews__slider-prev {
    top: 95%;
  }
}
@media (min-width: 992px) {
  .reviews__slider-prev {
    top: 38%;
    left: 30px;
  }
}
.reviews__slider-prev::after {
  background: url("/static/short_layout_green/images/prev.png") no-repeat center center/contain;
}
.reviews__slider-next {
  right: 50%;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .reviews__slider-next {
    top: 95%;
  }
}
@media (min-width: 992px) {
  .reviews__slider-next {
    top: 38%;
    right: 40px;
  }
}
.reviews__slider-next::after {
  background: url("/static/short_layout_green/images/next.png") no-repeat center center/contain;
}
.reviews__item {
  width: 340px;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
  min-height: 100%;
  border-radius: 10px;
  border: 1px solid #305E4D;
  cursor: pointer;
}
@media (min-width: 900px) {
  .reviews__item {
    width: 100%;
    max-width: 100%;
  }
}
.reviews__item-top {
  position: relative;
  margin-bottom: auto;
  padding: 16px;
  height: 100%;
  background: #305E4D;
  border-radius: 16px;
  margin: 8px;
}
.reviews__item-bottom {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
}
.reviews__item-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.reviews__item-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__item-star {
  width: 17px;
  height: 17px;
}
.reviews__item-star img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__item-text {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 768px) {
  .reviews__item-text {
    padding-right: 40px;
  }
}
.reviews__item-avatar {
  margin-right: 10px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background: #D76129;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews__item-name {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}
.reviews__item-age {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}