/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/features/rate/RatesCard/RatesCard.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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 (max-width: 833px) {
  .RatesCard {
    width: 100%;
  }
}
.RatesCard__wrapper-title {
  border-radius: 2px;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-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 (max-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 (max-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 (max-width:600px) {
  .RatesCard__list-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    font-family: Montserrat;
  }
}
.RatesCard__advantages {
  margin-bottom: 28px;
}
@media (max-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 (max-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 (max-width:600px) {
  .RatesCard__item {
    align-items: baseline;
  }
}
.RatesCard__rates {
  margin-bottom: 12px;
}
@media (max-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 (max-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 (max-width:600px) {
  .RatesCard__valuation-new {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    font-family: Montserrat;
  }
}
@media (max-width: 833px) {
  .RatesCard__valuation {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width:600px) {
  .RatesCard__valuation {
    margin: auto 0 8px 0;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/features/rate/RatesCard/components/Check.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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 (max-width:600px) {
  .Check {
    min-width: 22px;
    min-height: 22px;
    width: 22px;
    height: 22px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/features/rate/RatesCards/RatesCards.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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 (max-width: 1279px) {
  .RatesCards {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-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;
    }
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/shared/ui/Button/Button.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.Button {
  display: block;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background: #252942;
  border: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Button:hover {
  background: #373c59;
}
.Button__link {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.Button__link_image {
  padding-left: 13px;
  margin-bottom: -3px;
}
.Button__link_onlytext {
  font-weight: 400;
  color: black;
  cursor: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  background: none;
  transition: all 300ms ease;
}
.Button__link_onlytext:hover {
  background: transparent !important;
}
.Button__link_tg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
}
.Button__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.Button__content-wrapper_textSize_small {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_textSize_small {
    font-size: 0.7291666667vw;
    line-height: 0.8854166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_textSize_small {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_textSize_small {
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
  }
}
.Button__content-wrapper_textSize_medium {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_textSize_medium {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_textSize_medium {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_textSize_medium {
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
  }
}
.Button__content-wrapper_size_medium {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_size_medium {
    padding-top: 0.7291666667vw;
    padding-bottom: 0.7291666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_size_medium {
    padding-top: 4.0625vw;
    padding-bottom: 4.0625vw;
    padding-left: 18.75vw;
    padding-right: 18.75vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_size_medium {
    padding-top: 2.2887323944vh;
    padding-bottom: 2.2887323944vh;
    padding-left: 10.5633802817vh;
    padding-right: 10.5633802817vh;
  }
}
.Button__content-wrapper_size_small {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_size_small {
    padding-top: 0.5729166667vw;
    padding-bottom: 0.5729166667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_size_small {
    padding-top: 3.4375vw;
    padding-bottom: 3.4375vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_size_small {
    padding-top: 1.9366197183vh;
    padding-bottom: 1.9366197183vh;
    padding-left: 3.5211267606vh;
    padding-right: 3.5211267606vh;
  }
}
.Button__content-wrapper_size_xlsmall {
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 33px;
  padding-right: 33px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_size_xlsmall {
    padding-top: 0.5729166667vw;
    padding-bottom: 0.6770833333vw;
    padding-left: 1.71875vw;
    padding-right: 1.71875vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_size_xlsmall {
    padding-top: 3.4375vw;
    padding-bottom: 4.0625vw;
    padding-left: 10.3125vw;
    padding-right: 10.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_size_xlsmall {
    padding-top: 1.9366197183vh;
    padding-bottom: 2.2887323944vh;
    padding-left: 5.8098591549vh;
    padding-right: 5.8098591549vh;
  }
}
.Button .link_image {
  margin-right: 14px;
  margin-left: -12px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button .link_image {
    margin-left: -0.625vw !important;
    margin-right: 0.7291666667vw !important;
  }
}
.Button .link_image path {
  fill: #fff;
}
.Button_backgroundWhite {
  color: #07093d;
  background: #fff;
}
.Button_backgroundWhite .link_image {
  margin-right: 14px;
  margin-left: -12px;
}
.Button_backgroundWhite .link_image path {
  fill: #07093d;
}
.Button_backgroundWhite:hover {
  color: #fff;
}
.Button_backgroundWhite:hover .link_image {
  transition: all 0.2s ease-out;
  filter: invert(96%) sepia(4%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(105%);
}
.Button_whiteButton {
  color: #252942;
  background: #fff;
}
.Button_whiteButton:hover {
  color: #fff;
  background: transparent;
  transition: all 0.2s ease-out;
}
.Button__text {
  display: flex;
  align-items: center;
}
.Button_transparent {
  font-weight: 600;
  color: #252942;
  background: transparent;
  border: 1px solid #252942;
}
.Button_transparent:hover {
  color: #fff;
  background: #373c59;
  transition: all 0.2s ease-out;
}
.Button_transparent:hover .link_image {
  transition: all 0.2s ease-out;
  filter: invert(96%) sepia(4%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(105%);
}
.Button_transparent:hover .Button__link {
  color: #fff;
  transition: all 0.1s ease-out;
}
.Button_transparent:hover .Button__link_image path {
  fill: #fff;
}
.Button_transparent_revert {
  color: #fff;
  background-color: #252942;
}
.Button_transparent_revert:hover {
  background-color: #373c59;
}
.Button_width100 {
  width: 100%;
}
.Button_height100 {
  height: 100%;
}
.Button_padding0 {
  padding: 0;
}
.Button_paddingLR0 {
  padding-right: 0;
  padding-left: 0;
}
.Button_paddingTB0 {
  padding-top: 0;
  padding-bottom: 0;
}
.Button_hasBorder {
  border: 1px solid #fff;
  border-radius: 100px;
}
.Button_file {
  padding: 0;
}
.Button__file-upload-input {
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.Button__file-upload-label {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  cursor: pointer;
}
.Button_disabled {
  cursor: not-allowed;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/shared/ui/InteractionButtons/InteractionButtons.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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 (max-width: 833px) {
  .InteractionButtons__whatsapp .Whatsapp {
    margin-left: 15px;
  }
}
@media (max-width:600px) {
  .InteractionButtons__whatsapp .Whatsapp {
    height: 34px;
    width: 34px;
  }
}
.InteractionButtons__whatsapp path {
  transition: all 0.2s ease-out;
  fill: #07093d;
}
.InteractionButtons__whatsapp:hover path {
  fill: white;
  stroke: #07093d;
}
.InteractionButtons__buttons {
  display: flex;
  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 (max-width: 833px) {
  .InteractionButtons__buttons .Button {
    width: 100%;
  }
}
@media (max-width:600px) {
  .InteractionButtons__buttons .Button {
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    font-family: Montserrat;
  }
}
@media (max-width: 833px) {
  .InteractionButtons__buttons {
    line-height: 20px;
    max-width: 550px;
    width: 100%;
    grid-gap: 0px;
    gap: 0px;
    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 (max-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;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Rates/Rates.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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 (max-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 (max-width:600px) {
  .Rates__title {
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
    font-family: Montserrat;
    margin-bottom: 22px;
  }
}
