.Typography {
  color: #111512;
  font-style: normal;
}
.Typography.headline1 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
}
.Typography.headline2 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}
.Typography.headline3 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}
.Typography.headline4 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.Typography.headline5 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.Typography.headline6 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.Typography.body1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}
.Typography.body2,
.Typography.body3 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.Typography.caption1 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
}
.Typography.caption2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.Typography.cardHeadlineXXL {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
}
.Typography.cardHeadlineXL {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.Typography.cardHeadlineL {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.Typography.cardHeadline {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.Typography.feedHeadline {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.Typography.error {
  color: #DF3115;
  width: fit-content;
  padding-left: 8px;
}
.Typography.red {
  color: #DF3115;
  margin-right: 2px;
  align-self: flex-start;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.Typography.yellow {
  color: #B38C2E;
  margin-right: 2px;
  align-self: flex-end;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.Typography.grey {
  color: #696F6B;
  margin-right: 2px;
  align-self: flex-end;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.Typography.bold {
  font-weight: bold;
}
@media (max-width: 959px) {
  .Typography.body2 {
    line-height: 20px;
  }
  .Typography.headline4 {
    font-size: 18px;
    line-height: 24px;
  }
  .Typography.body1 {
    font-size: 14px;
    line-height: 24px;
  }
  .Typography.md-6-offset {
    margin-bottom: 6px;
  }
  .Typography.md-4-offset {
    margin-bottom: 4px;
  }
}
h2 {
  margin: 0;
}

.fadeAnimation-enter,
.fadeAnimation-appear {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.fadeAnimation-enter-active,
.fadeAnimation-appear-active,
.fadeAnimation-enter-done,
.fadeAnimation-appear-done {
  opacity: 1;
}
.fadeAnimation-exit {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.fadeAnimation-exit-active,
.fadeAnimation-exit-done {
  opacity: 0;
}

.bounceInAnimation-appear {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.bounceInAnimation-appear-active {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.bounceInAnimation-enter {
  opacity: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.bounceInAnimation-enter-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.bounceInAnimation-exit {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.bounceInAnimation-exit-active {
  opacity: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

svg.green path {
  fill: #35A47C;
}
svg.blue path {
  fill: #5076C0;
}
svg.red path {
  fill: #DF3115;
}

.Loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.Loader .Loader-Spin {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3F4C69;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  border-top-color: transparent;
}
.Loader__verification-user {
  width: 60px;
  height: 60px;
}
.Loader__verification-user .Loader-Spin {
  width: 50px;
  height: 50px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.Button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.1em;
  outline: 0 !important;
  outline: none !important;
  box-shadow: unset !important;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.Button .Loader {
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: 12px;
  width: 20px;
  height: 20px;
}
.Button .Loader__Spin {
  width: 16px;
  height: 16px;
  border-top-color: transparent;
}
.Button.sizeXS {
  height: 32px;
}
.Button.sizeS {
  height: 40px;
}
.Button.sizeM {
  height: 48px;
}
.Button.sizeL {
  height: 56px;
}
.Button.sizeXL {
  height: 64px;
  font-size: 14px;
}
.Button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.Button:active {
  opacity: 0.9;
  outline: 0 !important;
  outline: none !important;
}
.Button.primary {
  background: #35A47C;
  color: #FFF;
}
.Button.primary.disabled {
  background: #CACCCB;
}
.Button.primary.outlined {
  color: #35A47C;
  border: 1px solid #CACCCB;
}
.Button.primary.outlined.disabled {
  color: #CACCCB;
}
.Button.primary.borderless {
  border: 1px solid transparent;
  padding: 0;
}
.Button.secondary {
  background: #DF3115;
  color: #FFF;
}
.Button.secondary.disabled {
  background: #CACCCB;
}
.Button.secondary.outlined {
  color: #DF3115;
  border: 1px solid #CACCCB;
}
.Button.secondary.outlined.disabled {
  color: #CACCCB;
}
.Button.secondary.borderless {
  border: 1px solid transparent;
  padding: 0;
}
.Button.black {
  color: #87928C;
}
.Button.black:hover {
  border: 1px solid #E5EAEF;
}
.Button.black:focus {
  border: 1px solid #E5EAEF;
}
.Button.black.outlined {
  border: 1px solid #CACCCB;
  color: #464646;
}
.Button.black.borderless {
  border: 1px solid transparent;
  padding: 0;
}
.Button.outlined {
  background: transparent;
}
.Button.normal {
  border: 1px solid transparent;
}
.Button.disabled {
  pointer-events: none;
}
.Button.icon {
  padding: 0 12px;
}
.Button .leftIcon {
  margin-right: 10px;
}
.Button .leftIcon.route path {
  fill: #111512;
}

.switch {
  display: inline-flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.switch i {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  width: 46px;
  height: 24px;
  background-color: #E6E6E6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
  pointer-events: none;
}
.switch i::before {
  content: '';
  position: absolute;
  left: 0;
  width: 42px;
  height: 20px;
  background-color: #E6E6E6;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.switch i::after {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 50%;
  transform: translate3d(4px, 4px, 0);
  transition: all 0.2s ease-in-out;
}
.switch input {
  display: block;
  overflow: visible;
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked + i {
  background-color: #35A47C;
}
.switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.switch input:checked + i::after {
  transform: translate3d(26px, 4px, 0);
}

.Navigation {
  position: relative;
  height: 48px;
  flex: 1;
  width: 100%;
  box-shadow: 0 0 0 0 #E6E6E6, 0 1px 0 0 #E6E6E6, 0 1px 0 0 #E6E6E6, 0 0 0 0 #E6E6E6 inset, 0 1px 0 0 #E6E6E6 inset;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  background-color: #FFF;
  -ms-overflow-style: none;
  overflow-x: scroll;
}
.Navigation::-webkit-scrollbar {
  display: none;
}
.Navigation__Container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 640px) {
  .Navigation__Container {
    padding-right: 16px;
    flex-direction: row;
    align-items: center;
  }
}
.Navigation__Liner {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #DF3115;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  transition-property: width, left;
}
.Navigation__Switch {
  padding: 16px;
  box-shadow: 0 0 0 0 #E6E6E6, 0 1px 0 0 #E6E6E6, 0 1px 0 0 #E6E6E6, 0 0 0 0 #E6E6E6 inset, 0 1px 0 0 #E6E6E6 inset;
}
@media (min-width: 640px) {
  .Navigation__Switch {
    padding: 0;
    box-shadow: none;
  }
}
.Navigation__Shadow {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff);
  height: 48px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 2;
}
@media (min-width: 480px) {
  .Navigation__Shadow {
    display: none;
  }
}
.Navigation__Wrapper {
  position: relative;
}
.Navigation__Wrapper:not(:last-child) {
  margin-right: 16px;
}
.Navigation__Wrapper button {
  border: none;
  color: #111512;
  padding: 0;
  height: 48px;
  line-height: 47px;
}
.Navigation__Wrapper:not(.Navigation__Wrapper--Active):last-child {
  padding-right: 24px;
}
.Navigation__Wrapper:not(.Navigation__Wrapper--Active):last-child button {
  color: #111512 !important;
}
.Navigation__Wrapper--Active .button {
  color: #DF3115 !important;
}
@media (min-width: 960px) {
  .Navigation {
    overflow-x: auto;
  }
}

.InputWrapper {
  position: relative;
  min-height: 15px;
  width: 100%;
}
.InputWrapper .Input {
  height: 100%;
  width: 100%;
  text-overflow: ellipsis;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  padding: 10px;
  transition: border-color 0.3s ease-in-out;
}
.InputWrapper .Input:disabled {
  background: #F7F7F7;
}
.InputWrapper .Input:disabled:hover {
  border-color: #e2e2e2;
}
.InputWrapper .Input:hover,
.InputWrapper .Input:focus {
  border-color: #d6d6d6;
}
.InputWrapper .Input:active,
.InputWrapper .Input:focus {
  outline: none;
}
.InputWrapper .Input--Clearable {
  padding-right: 44px;
}
.InputWrapper__ClearButton {
  border: none;
  outline: none;
  color: #DF3115;
  background-color: #FFF;
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0 15px;
  height: calc(100% - 4px);
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.InputWrapper__ClearButton svg path {
  fill: #DF3115;
}

.Dropdown {
  position: relative;
  width: 100%;
  user-select: none;
  color: #111512;
  transition: opacity 0.3s ease-in-out;
}
.Dropdown--Empty .Dropdown__Header {
  transform: translate(0px, 0px) scale(1);
}
.Dropdown .choose-metro-modal__subwayIcon {
  width: 16px;
  margin-right: 8px;
}
.Dropdown__Label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.Dropdown__Icon {
  margin-right: 11px;
}
.Dropdown .DropdownContent {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  max-height: 40px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.Dropdown .DropdownContent span {
  pointer-events: none;
}
.Dropdown .DropdownContent:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.Dropdown .DropdownContent:hover,
.Dropdown .DropdownContent:focus {
  border-color: #b0b3b2;
}
.Dropdown .DropdownContent:active,
.Dropdown .DropdownContent:focus {
  outline: none;
}
.Dropdown .DropdownContent .arrow {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  display: inline-block;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media (max-width: 959px) {
  .Dropdown .DropdownContent .arrow {
    right: 7px;
  }
}
.Dropdown__NothingFound {
  text-align: center;
  padding: 20px;
  margin: 0;
}
@media (max-width: 959px) {
  .Dropdown .DropdownItemsWrapperContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100000;
  }
}
.Dropdown .DropdownItemsWrapper {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #FFF;
  border: 1px solid #CACCCB;
  border-radius: 2px;
  box-sizing: border-box;
  max-height: 162px;
  font-size: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}
@media (max-width: 959px) {
  .Dropdown .DropdownItemsWrapper {
    position: initial;
    top: initial;
    left: initial;
    width: 90%;
    max-width: 300px;
    max-height: initial;
    overflow-y: hidden;
  }
}
.Dropdown .DropdownItemsWrapper__Header {
  display: none;
  padding: 10px 16px;
  margin-bottom: 10px;
  box-shadow: inset 0px -1px 0px #E6E6E6;
}
@media (max-width: 959px) {
  .Dropdown .DropdownItemsWrapper__Header {
    display: flex;
    justify-content: space-between;
  }
}
.Dropdown .DropdownItemsWrapper__Header__Title {
  font-weight: bold;
}
.Dropdown .DropdownItemsWrapper__Header__Button {
  border: none;
  padding: 0;
}
.Dropdown .DropdownItemsWrapper__Header__Button > svg {
  margin-right: 0;
  fill: #111512;
}
@media (max-width: 959px) {
  .Dropdown .DropdownItemsWrapper__Body {
    max-height: 200px;
    overflow-y: scroll;
  }
}
.Dropdown .DropdownItemsWrapper .DropdownItemContainer {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background-color: transparent;
  border: none;
  white-space: pre;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}
.Dropdown .DropdownItemsWrapper .DropdownItemContainer span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.Dropdown .DropdownItemsWrapper .DropdownItemContainer--Selected {
  position: relative;
}
@media (max-width: 959px) {
  .Dropdown .DropdownItemsWrapper .DropdownItemContainer--Selected {
    background-color: transparent !important;
  }
  .Dropdown .DropdownItemsWrapper .DropdownItemContainer--Selected .arrow {
    content: none !important;
    border-color: #298662 !important;
  }
  .Dropdown .DropdownItemsWrapper .DropdownItemContainer--Selected > span {
    font-weight: bold;
    color: #298662;
  }
}
.Dropdown .DropdownItemsWrapper .DropdownItemContainer--Selected .arrow {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  display: block;
  width: 3px;
  height: 6px;
  color: #FFF;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
@media (max-width: 959px) {
  .Dropdown .DropdownItemsWrapper .DropdownItemContainer--Selected .arrow {
    right: 7px;
  }
}
.Dropdown .DropdownItemsWrapper .DropdownItemContainer--Selected {
  background-color: #bee1d5;
}
.Dropdown .DropdownItemsWrapper .DropdownItemContainer--Focused,
.Dropdown .DropdownItemsWrapper .DropdownItemContainer:hover {
  background-color: #E6E6E6;
}
.Dropdown .DropdownItemsWrapper .DropdownItemContainer__Highlighted {
  font-weight: bold;
}
.Dropdown .DropdownItemsWrapper__SearchInput {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
}
.Dropdown__Header {
  position: absolute;
  left: 10px;
  bottom: 0;
  transform: translate(0px, -30px) scale(1);
  padding: 0 2px;
  color: #87928C;
  font-size: 12px;
  line-height: 16px;
  background-color: #FFF;
  z-index: 9;
}
@media (max-width: 479px) {
  .Dropdown__Header {
    transform: translate(0px, -39px) scale(1);
  }
}
.Dropdown--Opened .Dropdown__Header {
  color: #35A47C !important;
  transform: translate(0px, -30px) scale(1);
}
@media (max-width: 479px) {
  .Dropdown--Opened .Dropdown__Header {
    transform: translate(0px, -39px) scale(1);
  }
}
.Dropdown--Opened .DropdownContent {
  transition: all 0.1s ease;
}
.Dropdown--Opened .DropdownContent .arrow {
  transform: rotate(270deg);
  transition: all 0.3s ease;
}
.Dropdown--Opened .InputWrapper input {
  border: 2px solid #35A47C !important;
  transition: all 0.3s ease;
}
.Dropdown--Disabled {
  opacity: 0.5;
}
.Dropdown--Disabled .DropdownContent {
  cursor: not-allowed;
}
.Dropdown.CurrencySelector .dropdown__arrow {
  border-left: 5px solid #111512;
  left: inherit;
  right: 20px;
}
.Dropdown.CurrencySelector .mobileSelect {
  color: #111512;
}
.wrapper__mobileSelect {
  position: relative;
  width: 100%;
}
.wrapper__mobileSelect .mobileSelect {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  padding: 0 3px;
  height: 40px;
  line-height: 39px;
  border-radius: 8px;
  cursor: pointer;
}
.wrapper__mobileSelect .dropdown__arrow {
  position: absolute;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  pointer-events: none;
  content: '';
  top: calc(50% - 5px);
  left: 42px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  display: inline-block;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.MapFilters .wrapper__mobileSelect {
  margin-right: 8px;
}
.MapFilters .mobileSelect {
  width: auto;
  padding: 0 16px 0 6px;
  background-color: #35A47C;
  border: 1px solid #76C1A6;
  color: #FFF;
}
.MapFilters .dropdown__arrow {
  position: relative;
  top: 0;
  right: 13px;
  left: inherit;
}
.SortNavigation__Mobile .mobileSelect {
  width: 100%;
  border: 1px solid #E5E5E5;
  color: #111512;
  padding-left: 44px;
  height: 32px;
  line-height: 31px;
}
.SortNavigation__Mobile .dropdown__arrow {
  left: 100%;
  border-left: 5px solid #111512;
  margin-left: -20px;
}
.SortNavigation__Mobile .Dropdown__Icon {
  position: absolute;
  top: calc(50% - 6px);
  left: 12px;
}

.CheckboxContainer {
  display: flex;
  align-items: center;
  position: relative;
  height: 48px;
  padding-left: 39px;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  user-select: none;
  color: #252525;
}
.CheckboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
}
.CheckboxContainer .CheckboxCheckmark {
  position: absolute;
  top: calc(50% - 12.5px);
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #CACCCB;
  border-radius: 2px;
  transition: border-color 0.2s ease-in-out;
}
.CheckboxContainer .checkboxHover {
  background-color: transparent;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 24px);
  left: -12px;
  opacity: 0.3;
  z-index: 2;
  transition: all 0.3s ease;
}
.CheckboxContainer:hover input ~ .checkboxHover {
  background: #CACCCB;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.CheckboxContainer input:checked:hover ~ .checkboxHover {
  background: #00CA83;
  opacity: 0.1;
  transition: all 0.3s ease;
}
.CheckboxContainer input:checked ~ .CheckboxCheckmark {
  border-color: #35A47C;
  background-color: #35A47C;
  transition: all 0.3s ease;
}
.CheckboxContainer .CheckboxCheckmark:after {
  content: '';
  position: absolute;
  display: none;
}
.CheckboxContainer input:checked ~ .CheckboxCheckmark:after {
  display: block;
}
.CheckboxContainer .CheckboxCheckmark:after {
  left: calc(50% - 4px);
  top: calc(50% - 8px);
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
@media (pointer: coarse) {
  .CheckboxContainer .checkboxHover {
    display: none;
  }
}
.CheckboxContainer.error:hover input ~ .CheckboxCheckmark {
  border-color: #DF3115;
}
.CheckboxContainer.error .CheckboxCheckmark {
  border-color: #DF3115;
}
.CheckboxContainer.error > span,
.CheckboxContainer.error > span * {
  color: #DF3115 !important;
}
.CheckboxContainer.error > span.link,
.CheckboxContainer.error > span *.link {
  color: #93180A !important;
}

.FloatInput {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  border: 1px solid #CACCCB;
  border-radius: 2px;
  transition: border-color 0.25s linear;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 14px;
}
.FloatInput:before {
  content: " ";
  pointer-events: none;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border: 2px solid rgba(53, 164, 124, 0);
  border-radius: 2px;
  transition: border-color 0.2s linear;
}
.FloatInput:hover {
  border-color: #87928C;
}
.FloatInput input {
  height: 100%;
  width: 100%;
  outline: none;
  border: 0;
  padding: 0 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #252525;
}
@media (max-width: 479px) {
  .FloatInput input {
    font-size: 16px;
  }
}
.FloatInput .placeholder {
  position: absolute;
  top: calc(50% - 9px);
  left: 10px;
  padding: 2px;
  color: #87928C;
  pointer-events: none;
  background: #ffffff;
  transition: transform 0.1s ease-out, color 0.25s linear;
  transform-origin: left;
  font-family: 'Roboto', sans-serif;
}
.FloatInput .helper {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #87928C;
  font-family: 'Roboto', sans-serif;
}
.FloatInput .errorText {
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #DF3115;
  font-family: 'Roboto', sans-serif;
}
.FloatInput .iconWrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease-in-out;
}
.FloatInput .iconWrapper:hover svg {
  fill: #a2aaa6 !important;
}
.FloatInput .iconWrapper.eye {
  cursor: pointer;
  margin-right: 12px;
}
.FloatInput .iconWrapper.eye svg {
  fill: #87928C;
  transition: all 0.25s linear;
}
.FloatInput .iconWrapper.search {
  cursor: pointer;
  margin-left: 15px;
}
.FloatInput.active .placeholder,
.FloatInput.focused .placeholder {
  background: #ffffff;
  transform: translate3d(0px, -19px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.FloatInput.active.error .placeholder,
.FloatInput.focused.error .placeholder {
  color: #DF3115;
}
.FloatInput.focused {
  border-color: rgba(0, 0, 0, 0);
}
.FloatInput.focused:before {
  border-color: #35a47c;
}
.FloatInput.focused .placeholder {
  color: #35A47C;
}
.FloatInput.error:before {
  border-color: #DF3115;
}


/*# sourceMappingURL=c2991e399fb456f0c74f5d862c2c89365f4cb61c_CSS.10199b72.chunk.css.map*/