/* [project]/src/src/features/rate/RatesCard/RatesCard.scss.css [app-client] (css) */
.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.clear, .clear:before, .clear:after {
  display: block;
  clear: both;
  content: "";
}

.RatesCard {
  border-radius: 10px;
  border: 1px dashed #07093d;
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-width: 550px;
}

@media (width <= 833px) {
  .RatesCard {
    width: 100%;
  }
}

.RatesCard__wrapper-title {
  border-radius: 2px;
  text-align: center;
  margin-bottom: 22px;
}

@media (width <= 600px) {
  .RatesCard__wrapper-title {
    margin-bottom: 20px;
  }
}

.RatesCard__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
  font-family: Montserrat;
  padding: 16px 47px;
  color: #07093d;
}

@media (width <= 600px) {
  .RatesCard__title {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
    font-family: Montserrat;
    padding: 16px;
  }
}

.RatesCard__title_isTwoLines {
  display: flex;
  flex-direction: column;
}

.RatesCard__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  font-family: Montserrat;
  text-align: center;
  margin-bottom: 33px;
}

@media (width <= 600px) {
  .RatesCard__desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    font-family: Montserrat;
    margin-bottom: 20px;
  }
}

.RatesCard__list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

@supports not (translate: 100px) {
  .RatesCard__list > * {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .RatesCard__list > :first-child {
    margin-top: 0;
  }

  .RatesCard__list > :last-child {
    margin-bottom: 0;
  }
}

@supports (translate: 100px) {
  .RatesCard__list {
    gap: 22px;
  }
}

.RatesCard__list-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: Montserrat;
  padding-right: 18px;
}

@media (width <= 600px) {
  .RatesCard__list-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    font-family: Montserrat;
  }
}

.RatesCard__advantages {
  margin-bottom: 28px;
}

@media (width <= 600px) {
  .RatesCard__advantages {
    margin-bottom: 24px;
  }
}

.RatesCard__item {
  display: flex;
  align-items: center;
}

.RatesCard__item-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: Montserrat;
  margin-left: 12px;
}

@media (width <= 600px) {
  .RatesCard__item-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    font-family: Montserrat;
    margin: 0 0 auto 12px;
  }
}

.RatesCard__item-valuation {
  text-wrap: nowrap;
}

.RatesCard__item-line {
  display: block;
}

.RatesCard__item-line_currency {
  display: inline;
}

@media (width <= 600px) {
  .RatesCard__item {
    align-items: baseline;
  }
}

.RatesCard__rates {
  margin-bottom: 12px;
}

@media (width <= 600px) {
  .RatesCard__rates {
    margin-bottom: 8px;
  }
}

.RatesCard__rate {
  display: flex;
  padding: 0 4px 4px;
}

.RatesCard__rate-valuation {
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
}

.RatesCard__rate-valuation_highlight {
  color: #3d0711;
}

.RatesCard__valuation {
  margin: auto 0 12px 40px;
  display: flex;
  flex-direction: column;
}

.RatesCard__valuation-old {
  color: #b4b4b4;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  font-family: Montserrat;
}

@media (width <= 600px) {
  .RatesCard__valuation-old {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: Montserrat;
  }
}

.RatesCard__valuation-new {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  font-family: Montserrat;
}

@media (width <= 600px) {
  .RatesCard__valuation-new {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    font-family: Montserrat;
  }
}

@media (width <= 833px) {
  .RatesCard__valuation {
    margin-left: 0;
    text-align: center;
  }
}

@media (width <= 600px) {
  .RatesCard__valuation {
    margin: auto 0 8px;
  }
}


/* [project]/src/src/features/rate/RatesCard/components/Check.scss.css [app-client] (css) */
.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.clear, .clear:before, .clear:after {
  display: block;
  clear: both;
  content: "";
}

.Check {
  min-width: 28px;
  min-height: 28px;
}

@media (width <= 600px) {
  .Check {
    min-width: 22px;
    min-height: 22px;
    width: 22px;
    height: 22px;
  }
}


/* [project]/src/src/features/rate/RatesCards/RatesCards.scss.css [app-client] (css) */
.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.clear, .clear:before, .clear:after {
  display: block;
  clear: both;
  content: "";
}

.RatesCards {
  margin: 0 auto 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

@media (width <= 1279px) {
  .RatesCards {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 833px) {
  .RatesCards {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    grid-gap: 0;
  }

  @supports not (translate: 100px) {
    .RatesCards > * {
      margin-top: 16px;
      margin-bottom: 16px;
    }

    .RatesCards > :first-child {
      margin-top: 0;
    }

    .RatesCards > :last-child {
      margin-bottom: 0;
    }
  }

  @supports (translate: 100px) {
    .RatesCards {
      gap: 32px;
    }
  }
}


/* [project]/src/src/shared/ui/InteractionButtons/InteractionButtons.scss.css [app-client] (css) */
.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.clear, .clear:before, .clear:after {
  display: block;
  clear: both;
  content: "";
}

.InteractionButtons__whatsapp {
  display: flex;
  cursor: pointer;
}

.InteractionButtons__whatsapp .Whatsapp {
  height: 40px;
  width: 40px;
}

@media (width <= 833px) {
  .InteractionButtons__whatsapp .Whatsapp {
    margin-left: 15px;
  }
}

@media (width <= 600px) {
  .InteractionButtons__whatsapp .Whatsapp {
    height: 34px;
    width: 34px;
  }
}

.InteractionButtons__whatsapp path {
  transition: all .2s ease-out;
  fill: #07093d;
}

.InteractionButtons__whatsapp:hover path {
  fill: #fff;
  stroke: #07093d;
}

.InteractionButtons__buttons {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
}

@supports not (translate: 100px) {
  .InteractionButtons__buttons > * {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .InteractionButtons__buttons > :first-child {
    margin-left: 0;
  }

  .InteractionButtons__buttons > :last-child {
    margin-right: 0;
  }
}

@supports (translate: 100px) {
  .InteractionButtons__buttons {
    gap: 15px;
  }
}

.InteractionButtons__buttons .Button {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: Montserrat;
  height: 50px;
}

.InteractionButtons__buttons .Button__content-wrapper {
  align-items: center;
}

@media (width <= 833px) {
  .InteractionButtons__buttons .Button {
    width: 100%;
  }
}

@media (width <= 600px) {
  .InteractionButtons__buttons .Button {
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    font-family: Montserrat;
  }
}

@media (width <= 833px) {
  .InteractionButtons__buttons {
    line-height: 20px;
    max-width: 550px;
    width: 100%;
    gap: 0;
    display: grid;
  }

  .InteractionButtons__buttons > * {
    margin-left: 0;
    margin-right: 0;
  }
}

.InteractionButtons__social-networks .Button {
  color: #fff;
  background-color: #07093d;
}

.InteractionButtons__social-networks .Button__text {
  margin-left: 14px;
}

.InteractionButtons__social-networks .Button:hover {
  border-color: #07093d;
  color: #07093d;
  background-color: #fff;
}

.InteractionButtons__social-networks .Button:hover path {
  fill: #07093d;
}

@media (width <= 833px) {
  .InteractionButtons__social-networks {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
}

.InteractionButtons__choose .Button {
  border-color: #07093d;
}

.InteractionButtons__choose .Button:hover {
  background-color: #07093d;
}


/* [project]/src/src/pages/Rates/Rates.scss.css [app-client] (css) */
.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.clear, .clear:before, .clear:after {
  display: block;
  clear: both;
  content: "";
}

.Rates__wrapper {
  width: 90vw;
  margin: 31px auto 80px;
  max-width: 1728px;
}

@media (width <= 600px) {
  .Rates__wrapper {
    margin: 30px auto 50px;
  }
}

.Rates__title {
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  font-family: Montserrat;
  color: #252942;
  margin-bottom: 35px;
  text-align: center;
}

@media (width <= 600px) {
  .Rates__title {
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
    font-family: Montserrat;
    margin-bottom: 22px;
  }
}


/*# sourceMappingURL=src_src_bcaf71._.css.map*/
