.NotFoundPage {
  width: 100%;
  background: #FFF;
}
.NotFoundPage .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 100px auto;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) {
  .NotFoundPage .content {
    flex-direction: row;
  }
}
.NotFoundPage .content .image {
  background: url('https://minfin.com.ua/i/cat.png') no-repeat;
  min-width: 100px;
  width: 100px;
  height: 157px;
  top: 0;
  background-size: 100px auto;
}
@media (min-width: 768px) {
  .NotFoundPage .content .image {
    width: 211px;
    height: 340px;
    position: relative;
    min-width: 211px;
    background-size: 211px;
  }
}
.NotFoundPage .content .description {
  margin-left: 24px;
}
.NotFoundPage .content .description h1 {
  color: #2d2d2d;
  font-family: 'Raleway', sans-serif;
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .NotFoundPage .content .description h1 {
    text-align: start;
  }
}
.NotFoundPage .content .description p {
  margin-bottom: 10px;
}
.NotFoundPage .content .description ul {
  padding: 0 35px;
  list-style-type: circle;
}
.NotFoundPage .content .description ul li {
  line-height: 22px;
}
.NotFoundPage .content .description ul li a {
  color: #4a90e2;
}
.NotFoundPage .content .description ul li a:hover {
  color: #4a90e2;
  text-decoration: underline;
}

.ContactInfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  padding: 24px 0 8px 0;
  flex-direction: row;
  gap: 0 20px;
  justify-items: start;
}
.ContactInfo .ContactInfo__item {
  margin-bottom: 8px;
}
.ContactInfo .address {
  display: flex;
  flex-direction: row;
  min-height: 40px;
  order: 1;
}
.ContactInfo .address .textWrapper {
  padding-right: 24px;
  display: flex;
}
.ContactInfo .address .textWrapper .textDistance {
  margin-left: 5px;
}
.ContactInfo .address .textWrapper span {
  align-self: center;
  color: #454D49;
}
.ContactInfo .address .point {
  min-width: 24px;
  align-self: center;
  margin-right: 6px;
  height: 24px;
}
.ContactInfo .subway {
  display: flex;
  flex-direction: row;
  height: 40px;
  order: 3;
}
.ContactInfo .subway .mobileSubway {
  display: none;
}
.ContactInfo .subway span {
  color: #454D49;
  align-self: center;
}
.ContactInfo .subway .desktopSubway {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  align-self: center;
}
.ContactInfo .subway .desktopSubway path {
  transform: scale(1.25);
}
.ContactInfo .phone {
  display: inline-flex;
  height: 40px;
  flex-direction: row;
  width: auto;
  order: 2;
  cursor: pointer;
}
.ContactInfo .phone svg {
  pointer-events: none;
}
.ContactInfo .phone .phoneNumber {
  align-self: center;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}
.ContactInfo .phone .phoneNumber span:not(:last-child) {
  margin-right: 4px;
}
.ContactInfo .phone .phoneNumber .blue {
  color: #5076C0;
}
.ContactInfo .phone .phoneNumber .blue.black {
  color: #111512;
}
.ContactInfo .phone .phoneIcon {
  margin-right: 12px;
  align-self: center;
}
.ContactInfo .phone .phoneIcon path {
  fill: #111512;
  height: 16px;
  width: 16px;
}
.ContactInfo .schedule {
  display: flex;
  height: auto;
  min-height: 40px;
  flex-direction: column;
  order: 5;
}
.ContactInfo .schedule .clockIcon {
  min-width: 20px;
  margin-right: 10px;
  align-self: center;
}
.ContactInfo .schedule .clockIcon path {
  fill: #111512;
  height: 20px;
  width: 20px;
}
.ContactInfo .schedule .head {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  cursor: pointer;
}
.ContactInfo .schedule .head .time {
  display: flex;
  min-height: 40px;
  flex-direction: row;
  margin-right: 8px;
  pointer-events: none;
}
.ContactInfo .schedule .head .time svg {
  pointer-events: none;
}
.ContactInfo .schedule .head .time .timeWrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
  pointer-events: none;
}
.ContactInfo .schedule .head .time .timeWrapper .timeLabels {
  display: none !important;
}
.ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock span {
  align-self: center;
}
.ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock .red {
  color: #DF3115;
}
.ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock .yellow {
  color: #B38C2E;
}
.ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock .grey {
  color: #454D49 !important;
}
.ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock .text {
  color: #454D49;
}
.ContactInfo .schedule .head .arrowDownIcon {
  align-self: center;
  transition: all 0.5s ease-out, transform 0s;
  flex-shrink: 0 !important;
}
.ContactInfo .schedule .head .arrowDownIconActive {
  align-self: center;
  transform: rotate(180deg);
  flex-shrink: 0 !important;
  transition: all 0.5s ease-out, transform 0s;
}
.ContactInfo .scheduleSub {
  display: flex;
  height: auto;
  min-height: 40px;
  flex-direction: column;
  order: 3;
}
.ContactInfo .scheduleSub .clockIcon {
  min-width: 20px;
  margin-right: 10px;
  align-self: center;
}
.ContactInfo .scheduleSub .clockIcon path {
  fill: #111512;
  height: 20px;
  width: 20px;
}
.ContactInfo .scheduleSub .head {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  cursor: pointer;
}
.ContactInfo .scheduleSub .head .time {
  display: flex;
  min-height: 40px;
  flex-direction: row;
  margin-right: 8px;
}
.ContactInfo .scheduleSub .head .time .timeWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ContactInfo .scheduleSub .head .time .timeLabels {
  display: none !important;
}
.ContactInfo .scheduleSub .head .time .todayStatusBlock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.ContactInfo .scheduleSub .head .time .todayStatusBlock span {
  align-self: center;
}
.ContactInfo .scheduleSub .head .time .todayStatusBlock .red {
  color: #DF3115;
}
.ContactInfo .scheduleSub .head .time .todayStatusBlock .yellow {
  color: #B38C2E;
}
.ContactInfo .scheduleSub .head .time .todayStatusBlock .grey {
  color: #454D49 !important;
}
.ContactInfo .scheduleSub .head .time .todayStatusBlock .text {
  color: #454D49;
}
.ContactInfo .scheduleSub .head .arrowDownIcon {
  align-self: center;
  transition: all 0.5s ease-out, transform 0s;
  flex-shrink: 0 !important;
}
.ContactInfo .scheduleSub .head .arrowDownIconActive {
  align-self: center;
  transform: rotate(180deg);
  transition: all 0.5s ease-out, transform 0s;
  flex-shrink: 0 !important;
}
.ContactInfo .license {
  display: flex;
  height: 40px;
  flex-direction: row;
  padding-right: 21px;
  order: 4;
}
@media (max-width: 959px) {
  .ContactInfo .license {
    width: 100%;
  }
}
.ContactInfo .license span {
  color: #454D49;
  align-self: center;
}
.ContactInfo .license .checkedIcon {
  margin-right: 9px;
  align-self: center;
}
.ContactInfo .license .checkedIcon svg {
  height: 12px;
  width: 19px;
}
.ContactInfo .license__cursor {
  cursor: pointer;
}
.ContactInfo .margin {
  margin-right: 10px;
}
.ContactInfo_ReservationButton {
  width: auto !important;
  padding: 0 24px !important;
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  .ContactInfo {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
  }
  .ContactInfo .ContactInfo__item {
    min-height: 48px;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    padding: 14px 16px;
  }
  .ContactInfo .ContactInfo__item:not(:last-child) {
    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;
  }
  .ContactInfo .address {
    order: 1;
    box-shadow: none !important;
  }
  .ContactInfo .address .point {
    margin-left: 2px;
  }
  .ContactInfo .phone {
    order: 3;
  }
  .ContactInfo .phone svg,
  .ContactInfo .phone div {
    pointer-events: none;
  }
  .ContactInfo .subway {
    order: 2;
    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;
  }
  .ContactInfo .subway .mobileSubway {
    display: block;
    align-self: center;
    margin-right: 11px;
    width: 18px;
    height: 14px;
  }
  .ContactInfo .scheduleSub {
    display: flex;
    order: 4;
    padding: 0 16px;
  }
  .ContactInfo .scheduleSub .head {
    justify-content: space-between;
    width: 100%;
    align-self: flex-start;
  }
  .ContactInfo .scheduleSub .head .time .timeWrapper .timeLabels {
    margin-left: 69px;
    display: grid;
    grid-template-columns: 102px 78px;
    grid-template-rows: 24px;
  }
  .ContactInfo .scheduleSub .head .time .timeWrapper .timeLabels span {
    color: #87928C;
  }
  .ContactInfo .scheduleSub .head .time .todayStatusBlock {
    min-height: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .ContactInfo .scheduleSub .head .time .todayStatusBlock span {
    align-self: center;
  }
  .ContactInfo .scheduleSub .head .time .todayStatusBlock .text {
    color: #454D49;
  }
  .ContactInfo .scheduleSub .head .time .todayStatusBlock .red {
    color: #DF3115;
    margin-right: 2px;
  }
  .ContactInfo .scheduleSub .head .time .todayStatusBlock .yellow {
    color: #B38C2E;
    margin-right: 2px;
  }
  .ContactInfo .scheduleSub .head .time .todayStatusBlock .gray {
    color: #454D49;
    margin-right: 2px;
  }
  .ContactInfo .schedule {
    display: flex;
    order: 4;
    padding: 0 16px;
  }
  .ContactInfo .schedule .head {
    justify-content: space-between;
    width: 100%;
    align-self: flex-start;
  }
  .ContactInfo .schedule .head svg {
    flex-shrink: 0;
    align-self: flex-start !important;
    margin-top: 22px;
  }
  .ContactInfo .schedule .head .time {
    display: flex;
    flex-direction: row;
  }
  .ContactInfo .schedule .head .time .clockIcon {
    min-width: 20px;
    margin-right: 10px;
    margin-top: 13px;
    align-self: flex-start;
  }
  .ContactInfo .schedule .head .time .clockIcon path {
    fill: #111512;
    height: 20px;
    width: 20px;
  }
  .ContactInfo .schedule .head .time .timeWrapper {
    display: flex;
    flex-direction: column;
  }
  .ContactInfo .schedule .head .time .timeWrapper .timeLabels {
    margin-left: 69px;
    display: grid;
    grid-template-columns: 102px 78px;
    grid-template-rows: 24px;
  }
  .ContactInfo .schedule .head .time .timeWrapper .timeLabels span {
    color: #87928C;
  }
  .ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock {
    min-height: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock span {
    align-self: center;
  }
  .ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock .text {
    color: #454D49;
  }
  .ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock .red {
    color: #DF3115;
    margin-right: 2px;
  }
  .ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock .yellow {
    color: #B38C2E;
    margin-right: 2px;
  }
  .ContactInfo .schedule .head .time .timeWrapper .todayStatusBlock .gray {
    color: #454D49;
    margin-right: 2px;
  }
  .ContactInfo .license {
    order: 5;
    padding: 16px;
    height: 48px;
  }
}

.reserved-modal {
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  color: #111512;
}
.reserved-modal .exchanger-location {
  color: #111512;
}
@media (min-width: 768px) {
  .reserved-modal {
    min-width: 400px !important;
    width: 400px !important;
  }
}
.reserved-modal .PointButtons {
  display: flex;
  gap: 8px;
  width: 100%;
}
.reserved-modal .PointButtons > a {
  flex: 1;
}
.reserved-modal .text-phone span,
.reserved-modal .title-id {
  font-family: 'Roboto', sans-serif;
}
.reserved-modal .reservation-alert-info {
  background-color: #F6F5F8;
  border-radius: 10px;
  padding: 8px 8px 8px 16px;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  color: #111512;
  margin-top: 16px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.reserved-modal .reservation-alert-info-wrapper {
  padding: 0;
}
.reserved-modal .reserved-modal-canceled {
  padding: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.reserved-modal .reserved-modal-canceled--button-group {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.reserved-modal .reserved-modal-canceled--button-group button {
  color: #298662;
  text-transform: uppercase;
  padding: 0 8px;
  line-height: 48px;
  font-weight: bold;
}
.reserved-modal .reservation-alert-info-buttons {
  display: flex;
  gap: 8px;
  margin-left: 48px;
}
.reserved-modal .reservation-alert-button {
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  text-transform: none;
}
.reserved-modal .reservation-alert-button-close {
  border: 1px solid #CACCCB;
  color: #111512;
}
.reserved-modal .reservation-alert-button-close svg {
  margin-right: 8px;
}
.reserved-modal .reservation-alert-button-done {
  border: 1px solid #35A47C;
  background-color: #35A47C !important;
  color: #fff;
}
.reserved-modal .reservation-alert-button-done svg {
  margin-right: 4px;
  top: -1px;
  position: relative;
}
.reserved-modal .reservation-alert-button-done svg path {
  fill: #fff;
}
.reserved-modal .btn-content-copy {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.reserved-modal .btn-content-copy:hover {
  opacity: 0.8;
}
.reserved-modal .content-copy-code {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #111512;
  margin-top: 4px;
}
.reserved-modal_result-divider--bottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}
.reserved-modal_result {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  background-color: #F6F5F8;
  border-radius: 8px;
  color: #696F6B;
  font-size: 14px;
}
.reserved-modal_result-row {
  display: flex;
  justify-content: space-between;
}
.reserved-modal_result-currency {
  color: #111512;
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
}
.reserved-modal_result-currency-name {
  margin-left: 4px;
  text-transform: uppercase;
  font-size: 12px;
  color: #696F6B;
}
.reserved-modal .choose-modal__header button_left {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .reserved-modal .choose-modal__header button_left {
    display: none;
  }
}
.reserved-modal .choose-modal__close-button_right {
  width: 36px;
  position: absolute;
  right: -20px;
}
.reserved-modal .choose-modal__close-button_right svg {
  transform: rotate(-90deg);
}
.reserved-modal .choose-modal__close-button_right svg path {
  fill: #696F6B;
}
.reserved-modal .reserved-modal-content {
  padding: 24px 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .reserved-modal .reserved-modal-content {
    padding: 0 24px;
    max-height: 80vh;
    overflow: auto;
  }
}
.reserved-modal .reserved-modal-content_middle {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.reserved-modal .choose-modal__title-desktop {
  font-size: 18px;
  line-height: 32px;
}
.reserved-modal .DualButton-lite {
  width: 100%;
}
.reserved-modal .DualButton-lite label {
  flex: 1;
}
.reserved-modal .FloatInput {
  height: 48px;
  max-height: 48px;
  border-color: #CACCCB;
}
.reserved-modal .FloatInput.active .placeholder,
.reserved-modal .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.reserved-modal .item-title {
  margin-bottom: 8px;
}
.reserved-modal_footer {
  display: flex;
  flex-direction: column;
}
.reserved-modal_footer button {
  flex: 1;
}
.reserved-modal_footer--canceled button.primary.borderless {
  color: #DF3115 !important;
}
@media (min-width: 768px) {
  .reserved-modal_footer {
    flex-direction: row;
  }
}
.reserved-modal .primary.borderless {
  color: #87928C !important;
}

.TextareaWrapper {
  position: relative;
  min-height: 15px;
  width: 100%;
}
.TextareaWrapper .Textarea {
  height: 100%;
  width: 100%;
  text-overflow: ellipsis;
  border: 1px solid #CACCCB;
  border-radius: 1px;
  padding: 12px;
  transition: border-color 0.3s ease-in-out;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.TextareaWrapper .Textarea:disabled {
  background: #f7f7f7;
}
.TextareaWrapper .Textarea:disabled:hover {
  border-color: #e2e2e2;
}
.TextareaWrapper .Textarea:hover {
  border-color: #e2e2e2;
}
.TextareaWrapper .Textarea:focus {
  border-color: #35A47C;
  box-shadow: inset 0 0 0 1px #35A47C;
}
.TextareaWrapper .Textarea:active,
.TextareaWrapper .Textarea:focus {
  outline: none;
}
.TextareaWrapper .Textarea::placeholder {
  font-size: 14px;
}
.TextareaWrapper .Textarea--WithError {
  border: 2px solid #DF3115;
  border-radius: 2px;
}
.TextareaWrapper .Textarea--WithError:hover,
.TextareaWrapper .Textarea--WithError:focus {
  border-color: #DF3115;
}
.TextareaWrapper .errorMessage {
  color: #DF3115;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.TextareaWrapper .helper {
  color: #87928C;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-align: right;
  margin-top: -4px;
}

.uploadWrapper {
  position: relative;
}
.uploadWrapper .errorText {
  position: relative;
  left: 0;
  font-family: Roboto, "Roboto", sans-serif;
  bottom: -2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #DF3115 !important;
  text-transform: none;
}
.uploadWrapper .errorText .Typography {
  color: #DF3115 !important;
}
.Upload {
  cursor: pointer;
  font-family: Raleway, sans-serif;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.Upload .Text {
  transition: opacity 0.3s ease-in-out;
}
.Upload__Icon {
  margin-right: 10px;
}
.Upload input {
  display: none;
}

.ImagesUpload {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media (max-width: 959px) {
  .ImagesUpload {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ImagesUpload--Empty {
  grid-template-columns: 1fr;
}
.ImagesUpload:not(.ImagesUpload--Empty) .ButtonUpload {
  display: flex !important;
  align-items: center;
  padding: 0 5px !important;
  height: 96px;
  max-height: initial;
}
.ImagesUpload .ButtonUpload {
  margin-top: 0 !important;
  max-height: 48px;
}
.ImagesUpload .ImageItem {
  position: relative;
  height: 96px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 2px;
}
.ImagesUpload .ImageItem__Img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.ImagesUpload .ImageItem__RemoveButton {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}
.ImagesUpload .ImageItem__RemoveButton:hover,
.ImagesUpload .ImageItem__RemoveButton:focus {
  opacity: 0.85;
}
.ImagesUpload .ImageItem__RemoveButton > svg {
  margin-right: 0;
}
.Upload {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 24px;
  border: 2px dashed #CACCCB;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #111512;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  transition-property: color, border-color;
}
.Upload.Disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.Upload--DragIn:not(.Disabled) {
  border-color: #1E2621;
  background-color: #E5E5E5;
}
.Upload--DragIn:not(.Disabled) .Text {
  opacity: 0.5;
}
.Upload--DragIn.Disabled {
  cursor: not-allowed;
}
.Upload.ButtonTakePhoto {
  box-sizing: border-box !important;
  border-radius: 2px !important;
  border-style: solid !important;
  border-width: 1px !important;
  max-height: 40px !important;
}
.Upload:hover,
.Upload:focus {
  border-color: #b0b3b2;
  color: #000;
}

.BranchPhotos .Section__Header {
  margin-bottom: 24px;
}

.exchange-page-header {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.exchange-page-header__content {
  flex: 1;
}
.exchange-page-header__content__map-block-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.exchange-page-header__content__map-block-wrapper button {
  margin: 0;
}
@media (min-width: 640px) {
  .exchange-page-header__content__map-block-wrapper {
    flex-direction: row;
  }
  .exchange-page-header__content__map-block-wrapper .PointMainBlock {
    padding-right: 16px;
  }
}
@media (min-width: 640px) {
  .exchange-page-header__content {
    margin-left: -16px;
  }
}
@media (min-width: 960px) {
  .exchange-page-header__content {
    margin: 0;
  }
}
.exchange-page-header_map {
  border: 0;
  padding: 0;
}
.exchange-page-header .changeFreeBranchWrapper {
  display: flex;
  padding: 8px 0;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 960px) {
  .exchange-page-header .changeFreeBranchWrapper {
    flex-direction: row;
  }
}
.exchange-page-header .changeFreeBranchWrapper .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  width: 100%;
  height: 48px;
  background: #FFF;
  border: 1px solid #CACCCB;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111512;
  flex: 1;
  line-height: 48px;
}
@media (min-width: 960px) {
  .exchange-page-header .changeFreeBranchWrapper .button {
    width: 50%;
  }
}
.exchange-page-header .changeFreeBranchWrapper .button svg {
  margin-right: 8px;
}
.exchange-page-header .changeFreeBranchWrapper .button__owner {
  color: #298662;
}
.exchange-page-header .changeFreeBranchWrapper .button__owner svg {
  fill: #298662;
}
.exchange-page-header .changeFreeBranchWrapper .button__edit svg {
  fill: #111512;
}
@media (max-width: 959px) {
  .exchange-page-header {
    flex-direction: column-reverse;
  }
  .exchange-page-header .content-loader__wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.MapModal.Modal {
  pointer-events: auto;
}
.MapModal .content {
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.5));
}
.MapModal .content-loader__wrapper_map-mode {
  width: calc(100vw - 80px) !important;
  height: calc(100vh - 80px) !important;
  border-radius: 4px;
}
.MapModal .MapBlockMapMode .Map {
  height: 100%;
  border-radius: 4px;
}

.page-sidebar {
  width: 100%;
}
@media (min-width: 960px) {
  .page-sidebar {
    width: 332px;
    height: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
  }
}
.page-sidebar_m-hide {
  display: none;
}
@media (min-width: 960px) {
  .page-sidebar_m-hide {
    display: flex;
  }
}

.sidebar-section {
  margin-bottom: 40px;
  width: 100%;
}
.sidebar-section_sticky {
  position: sticky;
  top: 16px;
}
.sidebar-section_m-hide {
  display: none;
}
@media (min-width: 960px) {
  .sidebar-section_m-hide {
    display: block;
  }
}

.button-group {
  display: flex;
  height: 40px;
}
.button-group__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 8px;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.button-group__button:first-child {
  border-left: 1px solid #E6E6E6;
}
.button-group__button:last-child {
  border-right: 1px solid #E6E6E6;
}
.button-group__button:not(:first-child) {
  margin-left: -1px;
}
.button-group__button:hover,
.button-group__button.focus-visible {
  z-index: 1;
  border-color: #76C1A6;
  color: #FFF;
  background-color: #35A47C;
}
@media (min-width: 640px) {
  .button-group__button {
    padding: 8px;
  }
}
.button-group__button_active {
  z-index: 1;
  border-color: #76C1A6;
  color: #FFF;
  background-color: #35A47C;
}
.button-group__button_active:first-child {
  border-color: #76C1A6;
}
.button-group__button_active:last-child {
  border-color: #76C1A6;
}
@media (min-width: 640px) {
  .button-group {
    height: 32px;
  }
}

.rates-chart-tooltip {
  display: flex;
  flex-direction: column;
  background: #FFF;
  padding: 12px;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.rates-chart-tooltip__avr {
  margin-top: 8px;
}
.rates-chart-tooltip__payload {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.rates-chart-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.rates-chart-tooltip__dash {
  width: 8px;
  height: 2px;
  margin-right: 8px;
  border: 1px dashed #76C1A6;
}

.rates-chart .recharts-brush-texts {
  font-size: 0;
}

.rates-chart-section {
  padding: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.rates-chart-section .Dropdown {
  min-width: 156px;
}
@media (min-width: 640px) {
  .rates-chart-section .Dropdown {
    width: auto !important;
  }
}
.rates-chart-section .DropdownContent {
  height: 48px;
  border-color: #CACCCB !important;
}
.rates-chart-section .DropdownContent .arrow {
  border-left: 5px solid #111512 !important;
  margin-left: auto;
  margin-right: 8px;
}
@media (min-width: 640px) {
  .rates-chart-section {
    padding: 24px 16px;
  }
}
.rates-chart-section .currency-selector-wrapper {
  min-width: 100%;
}
@media (min-width: 640px) {
  .rates-chart-section .currency-selector-wrapper {
    min-width: 108px;
  }
}
.rates-chart-section .currency-selector {
  background-color: #FFF;
  border: 1px solid #CACCCB;
  border-radius: 2px;
  color: #111512;
  font-size: 16px;
  min-width: 100%;
  margin-right: 0 !important;
}
@media (min-width: 640px) {
  .rates-chart-section .currency-selector {
    min-width: 108px;
  }
}
.rates-chart-section .currency-selector__arrow {
  border-left: 5px solid #111512;
  margin-left: auto;
  margin-right: 8px;
}
.rates-chart-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rates-chart-section__title {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #111512;
}
@media (min-width: 640px) {
  .rates-chart-section__title {
    font-size: 16px;
  }
}
.rates-chart-section__close {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #696F6B;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.rates-chart-section__close > svg {
  margin-right: 9px;
}
.rates-chart-section__close > svg > path {
  fill: #696F6B !important;
}
.rates-chart-section__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0;
  gap: 24px 16px;
}
.rates-chart-section__buttons .button-group {
  width: 100%;
  height: 40px;
}
.rates-chart-section__buttons .button-group button {
  width: 100%;
  border-color: #CACCCB;
}
@media (min-width: 640px) {
  .rates-chart-section__buttons {
    flex-direction: row;
    align-items: center;
    margin: 24px 0 8px 0 !important;
    justify-content: flex-start;
  }
  .rates-chart-section__buttons .button-group {
    width: inherit;
  }
  .rates-chart-section__buttons .button-group button {
    width: inherit;
  }
}
.rates-chart-section__wrapper-buttons {
  width: 100%;
}
@media (min-width: 640px) {
  .rates-chart-section__wrapper-buttons {
    width: inherit;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
.rates-chart-section__archive {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35A47C;
  margin: 16px 0 0 auto;
  display: block;
  width: max-content;
}
@media (min-width: 640px) {
  .rates-chart-section__archive {
    margin: 0 0 0 24px;
  }
}
.rates-chart-section .WrapperCheckbox {
  margin-bottom: 16px;
}

.onceTimeDisplay-modal__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 4px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 304px;
  background: #fff;
  outline: none;
  height: auto;
  padding: 16px 16px 8px;
  font-family: 'Roboto', sans-serif;
}
.onceTimeDisplay-modal__title {
  margin-bottom: 8px;
}
.onceTimeDisplay-modal__closeButton {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  margin-left: auto;
  height: 48px;
  line-height: 48px;
  color: #298662;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 0;
  transition: opacity 0.3s;
  margin-top: 8px;
  display: flex;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.onceTimeDisplay-modal__closeButton:hover {
  opacity: 0.8;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.Gallery {
  height: auto;
  padding: 16px 16px 15px 16px;
  position: relative;
  width: 640px;
}
.Gallery--Not-Centered .slick-list .slick-track {
  transform: translate3d(-2px, 0px, 0px) !important;
}
.Gallery .slick-list {
  margin-top: 12px;
}
.Gallery .slick-list .slick-track {
  height: 240px;
}
.Gallery .slick-list .slick-track div {
  height: 100%;
  margin: 2px;
}
.Gallery .slick-list .image {
  height: 100%;
  width: 426px !important;
  border-radius: 4px;
  cursor: pointer;
  object-fit: cover;
}
.Gallery .mobileSlider {
  display: none;
}
.Gallery .arrowButtons {
  display: flex;
  align-self: center;
  flex-direction: row;
  padding: 0px 15px;
  justify-content: space-between;
  position: absolute;
  width: 606px;
  top: 151px;
  right: 16px;
}
.Gallery .arrowButtons .nonDisplay {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.Gallery .arrowButtons .arrowButton {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  background-color: #FFF;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.Gallery .arrowButtons .arrowButton:hover {
  border: 1px solid #87928C;
  background-color: #CACCCB;
}
.Gallery .arrowButtons .arrowRight {
  align-self: center;
  transform: rotate(180deg);
  transition: all 0.5s ease-out;
}
.Gallery .arrowButtons .arrowRight path {
  fill: #87928C;
}
.Gallery .arrowButtons .arrowLeft {
  align-self: center;
  transition: all 0.5s ease-out;
}
.Gallery .arrowButtons .arrowLeft path {
  fill: #87928C;
}
@media (max-width: 959px) {
  .Gallery {
    height: 168px;
    width: auto;
  }
  .Gallery .arrowButtons {
    display: none;
  }
  .Gallery .arrowButtons .arrowButton {
    display: none;
  }
  .Gallery .slick-list {
    display: none;
  }
  .Gallery .slick-list .slick-track {
    height: 96px;
  }
  .Gallery .slick-list .image {
    height: 100%;
    width: 170px !important;
    border-radius: 4px;
    object-fit: cover;
  }
  .Gallery .mobileSlider {
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: 16px;
    flex-direction: row;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow-x: scroll;
    height: 96px;
  }
  .Gallery .mobileSlider .image {
    height: 100%;
    width: 170px !important;
    margin-right: 4px;
    border-radius: 4px;
    object-fit: cover;
  }
}

.ApplicationText {
  padding: 16px;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
}
.ApplicationText .themeText {
  margin-bottom: 16px;
}

.OtherOffers {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 16px 0 0 0;
  background-color: #FFF;
  border-bottom: 1px solid #E6E6E6;
}
.OtherOffers .loader {
  height: 35px;
  width: 35px;
}
.OtherOffers .themeText {
  padding-left: 16px;
}
.OtherOffers .showAllOffers {
  background-color: #FFF;
  margin: 2px 0 0 0 !important;
  padding: 0;
  align-self: center !important;
  min-height: 48px;
  min-width: 35px;
  justify-content: center;
}
.OtherOffers .showAllOffers .text {
  color: #35A47C;
  align-self: center;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.OtherOffers .noneOffers {
  margin-left: 16px;
  color: #AD1D0C;
}
.OtherOffers .listOfOffers {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 16px;
}
.OtherOffers .listOfOffers .blockPadding {
  display: none;
}
.OtherOffers .listOfOffers .wrapper > a {
  box-shadow: inset 0px -1px 0px #E6E6E6;
}
.OtherOffers .listOfOffers .button {
  display: none;
}
@media (max-width: 959px) {
  .OtherOffers {
    box-shadow: 0 0 0 0 #E6E6E6 inset, 0 1px 0 0 #E6E6E6 inset;
  }
  .OtherOffers .showAllOffers {
    display: none;
  }
  .OtherOffers .listOfOffers {
    flex-direction: row;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 16px 16px 16px;
    -ms-overflow-style: none;
  }
  .OtherOffers .listOfOffers .blockPadding {
    display: block;
    min-width: 13px;
  }
  .OtherOffers .listOfOffers::-webkit-scrollbar {
    display: none;
  }
  .OtherOffers .listOfOffers .wrapper > a {
    box-shadow: none !important;
  }
  .OtherOffers .listOfOffers .button {
    display: flex;
    justify-content: center;
  }
  .OtherOffers .listOfOffers .button .text {
    background-color: #FFF;
    color: #35A47C;
    align-self: center;
    font-family: Raleway !important;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .OtherOffers .listOfOffers .wrapper {
    border: 1px solid #E6E6E6;
    min-width: calc(100% - 6px);
    border-radius: 8px;
    margin: 4px;
  }
  .OtherOffers .listOfOffers .wrapper .Card {
    min-height: 180px;
    height: 100%;
    border-radius: 8px;
    width: 100%;
    padding: 16px;
    box-shadow: none;
  }
  .OtherOffers .listOfOffers .wrapper .Card .body2 {
    white-space: normal;
  }
}

.ExchangeRates {
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E6E6E6;
}
.ExchangeRates__table {
  table-layout: auto;
  width: 432px;
}
@media (max-width: 479px) {
  .ExchangeRates__table {
    table-layout: fixed;
    width: 100%;
  }
}
.ExchangeRates__table thead {
  color: #696F6B;
  font-size: 12px;
}
.ExchangeRates__table tbody tr {
  vertical-align: top;
}
.ExchangeRates__table tbody td {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
}
.ExchangeRates__table tbody td .currencyType {
  color: #696F6B;
  font-weight: normal;
  font-size: 14px;
}
.ExchangeRates .rateTheme {
  margin-bottom: 20px;
  text-align: left;
}
.ExchangeRates .headline6 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.ExchangeRates .caption2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.ExchangeRates .body2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.ExchangeRates .container {
  margin-bottom: 22px;
}
.ExchangeRates .container .rateHeading {
  display: grid;
  align-items: center;
  grid-template-columns: 139px 278px;
  grid-template-rows: 32px;
}
.ExchangeRates .container .rateHeading .currencyType {
  font-weight: bold;
}
.ExchangeRates .container .rateHeading .labels {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 139px;
}
.ExchangeRates .container .rateHeading .labels .buy,
.ExchangeRates .container .rateHeading .labels .sale {
  color: #696F6B;
  text-align: left;
}
.ExchangeRates .container .currencyGroup {
  display: grid;
  grid-template-columns: 139px 139px 139px;
  grid-template-rows: 32px;
  align-items: center;
}
.ExchangeRates .showAllButton {
  border: none;
  padding-left: 0;
  align-self: flex-start;
  margin-bottom: 8px;
}
.ExchangeRates .showAllButton .text {
  font-weight: bold;
  color: #35A47C;
}
@media (max-width: 639px) {
  .ExchangeRates .rateTheme {
    margin-bottom: 16px;
  }
  .ExchangeRates .container {
    margin-bottom: 8px;
  }
  .ExchangeRates .container .rateHeading {
    grid-template-columns: 1fr 150px;
  }
  .ExchangeRates .container .rateHeading .labels {
    grid-template-columns: 75px 75px;
  }
  .ExchangeRates .container .rateHeading .labels .buy,
  .ExchangeRates .container .rateHeading .labels .sale {
    text-align: right;
  }
  .ExchangeRates .container .currencyGroup {
    grid-template-columns: 1fr 75px 75px;
  }
  .ExchangeRates .container .currencyGroup .buy,
  .ExchangeRates .container .currencyGroup .sale {
    text-align: right;
  }
  .ExchangeRates .showAllButton {
    align-self: center;
  }
}

.AdditionalServices {
  display: flex;
  flex-direction: column;
  height: auto;
  background: #FFF;
  padding: 16px 0 16px 16px;
  border-bottom: 1px solid #E6E6E6;
}
.AdditionalServices .themeText {
  padding-bottom: 16px;
}
.AdditionalServices .list {
  display: flex;
  flex-wrap: wrap;
}
.AdditionalServices .list .item {
  margin-right: 24px;
  min-height: 24px;
  height: auto;
}
.AdditionalServices .list .item span {
  align-self: center;
}
@media (max-width: 959px) {
  .AdditionalServices {
    height: auto;
  }
  .AdditionalServices .list {
    display: flex;
    flex-direction: column;
  }
}

.DescriptionFromOwner {
  height: auto;
  width: 100%;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #E6E6E6;
}
.DescriptionFromOwner .descriptionBody {
  cursor: default;
  margin-top: 14px;
  max-height: 500px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s, opacity 0.3s, margin-top 0.3s ease;
}
.DescriptionFromOwner .descriptionBodyN {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s, opacity 0.3s, margin-top 0.3s ease;
}
.DescriptionFromOwner .head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.DescriptionFromOwner .head .themeText {
  align-self: center;
}
.DescriptionFromOwner .head .arrowDownIcon {
  align-self: center;
  margin-right: 7px;
  transition: all 0.5s ease-out, transform 0s;
}
.DescriptionFromOwner .head .arrowDownIconActive {
  align-self: center;
  margin-right: 7px;
  transform: rotate(180deg);
  transition: all 0.5s ease-out, transform 0s;
}

.CardHeader {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  opacity: 1;
  height: auto;
  width: 100%;
  background: #FFF;
  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;
  padding-left: 20px;
  padding-right: 10px;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease;
}
.CardHeader .backButton {
  align-self: center;
  margin-right: 20px;
}
.CardHeader .backButton .arrowLeftIcon {
  cursor: pointer;
  align-self: center;
}
.CardHeader .titleText {
  font-weight: bold !important;
  line-height: 24px !important;
  font-size: 18px !important;
  color: #111512;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 959px) {
  .CardHeader .titleText {
    font-size: 14px !important;
  }
}
.CardHeader:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.SortReviews {
  margin-bottom: 12px;
}
.SortReviews .Dropdown .DropdownContent {
  border-radius: 8px;
}
.SortReviews .Dropdown .DropdownItemsWrapper {
  max-height: 320px;
}
.SortReviews .OrderSelector {
  max-width: 288px;
}
.SortReviews .OrderSelector__Content .arrow {
  content: '';
  position: relative;
  margin-left: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #3a3333;
  display: inline-block;
  transform: rotate(90deg);
}
.SortReviews .OrderSelector__ItemsWrapper {
  border-radius: 8px;
}
@media (max-width: 479px) {
  .SortReviews {
    justify-content: center !important;
  }
}
@media (max-width: 959px) {
  .SortReviews {
    display: flex;
    justify-content: flex-end;
  }
  .SortReviews .OrderSelector {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 959px) {
  .SortReviews_compact {
    display: none;
  }
}
@media (max-width: 639px) {
  .SortReviews_compact {
    display: flex;
  }
}
.SortReviews .wrapper__mobileSelect .mobileSelect {
  width: 100%;
  border: 1px solid #CACCCB;
  padding-left: 40px;
}
.SortReviews .wrapper__mobileSelect .Dropdown__Icon {
  margin-left: 11px;
  position: absolute;
  top: 10px;
}
.SortReviews .wrapper__mobileSelect .dropdown__arrow {
  left: inherit;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #3a3333;
  right: 20px;
}

.exchange-point {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  position: relative;
  justify-content: space-between;
}
.exchange-point__main {
  display: flex;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
@media (max-width: 959px) {
  .exchange-point__main {
    flex-direction: column;
  }
}
.exchange-point__content {
  flex: 1;
  border-right: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  width: calc(100% - 332px);
}
@media (max-width: 959px) {
  .exchange-point__content {
    width: 100%;
  }
}
.exchange-point .callButtons {
  display: none;
}
@media (max-width: 959px) {
  .exchange-point .callButtons {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #FFF;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 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;
    z-index: 99;
  }
  .exchange-point .callButtons > * {
    width: calc(50% - 4px);
  }
  .exchange-point .callButtons .phoneButton,
  .exchange-point .callButtons .callButton {
    height: 48px;
    font-family: 'Raleway', sans-serif;
    margin-right: 8px;
  }
  .exchange-point .callButtons .phoneButton {
    border: 1px solid #CACCCB;
  }
  .exchange-point .callButtons .phoneButton svg path {
    fill: #111512;
  }
  .exchange-point .callButtons .callButton {
    border: none;
    background-color: #35A47C;
    color: #FFF;
  }
  .exchange-point .callButtons .callButton svg {
    min-width: 16px;
  }
  .exchange-point .callButtons .callButton svg path {
    fill: #FFF;
  }
  .exchange-point .callButtons .wayButton {
    width: 100%;
    height: 48px;
    border: 1px solid #CACCCB;
    background-color: #FFF;
    padding: 2px 11px;
    font-family: 'Raleway', sans-serif;
    pointer-events: none;
  }
}
@media (max-width: 959px) and (max-width: 639px) {
  .exchange-point .callButtons .phoneButton {
    display: none;
  }
}
@media (max-width: 959px) and (min-width: 640px) {
  .exchange-point .callButtons .callButton {
    display: none;
  }
}
.exchange-point .showAllOffers {
  border: none;
  padding-left: 0;
  align-self: flex-start;
  margin-bottom: 8px;
}
.exchange-point .showAllOffers .text {
  font-weight: bold;
  color: #35A47C;
}
.exchange-point .navigation {
  display: none;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0 16px;
}
@media (max-width: 959px) {
  .exchange-point {
    min-width: 67%;
  }
}
@media (max-width: 639px) {
  .exchange-point {
    min-width: 320px;
    width: 100%;
  }
  .exchange-point .navigation {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .exchange-point .navigation .Navigation {
    padding-left: 8px;
    box-shadow: 0 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 0 0 0 0 #e6e6e6 inset !important;
  }
}

.ExchangeDescriptionPage {
  width: 100%;
  min-height: calc(100% - 56px);
  background: #FFF;
  position: relative;
  display: flex;
}
@media (max-width: 959px) {
  .ExchangeDescriptionPage {
    max-width: 100%;
    min-height: calc(100% - 56px);
    background: #FFF;
    position: relative;
    display: flex;
  }
}
@media (max-width: 479px) {
  .ExchangeDescriptionPage {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.ExchangeDescriptionPage .CardHeader {
  box-shadow: none;
  border: 1px solid #E6E6E6;
  margin-top: 1px;
  border-top: none;
  background: transparent;
}

.PopUp {
  position: fixed;
  z-index: 9999999;
  width: 100vw;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #111512;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.PopUp .licensePhoto {
  margin-bottom: 30px;
  align-self: center;
  height: 90%;
  width: 95%;
  object-fit: contain;
}
.PopUp .imagesContainer {
  align-items: center;
  display: flex;
  justify-content: center;
}
.PopUp .imagesContainer img.popupImg {
  max-width: 80%;
}
.PopUp .slick-slider {
  display: flex;
  justify-content: center;
  height: 70%;
}
.PopUp .slick-slider .slick-list {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.PopUp .slick-slider .slick-list .slick-track {
  display: flex;
  height: 100%;
}
.PopUp .slick-slider .slick-list .slick-track .slick-slide {
  max-height: 90%;
  align-self: center;
  display: flex;
  justify-content: center;
}
.PopUp .slick-slider .slick-list .slick-track .slick-slide div {
  object-fit: fill;
  display: flex;
  align-items: center;
  width: 80%;
  height: auto;
}
.PopUp .slick-slider .slick-list .slick-track .slick-slide div .popupImg {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.PopUp .text {
  align-self: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}
.PopUp .headerPopup {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 25px 25px 0px 16px;
}
.PopUp .headerPopup .closeButton {
  position: -webkit-sticky;
  position: sticky;
  cursor: pointer;
  align-self: center;
  border: none;
  background-color: transparent;
  margin-left: auto;
}
.PopUp .headerPopup .closeButton .closeIcon path {
  fill: #FFF;
  height: 14px;
  width: 14px;
}
.PopUp .bottomPopup {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.PopUp .bottomPopup .arrowButton {
  position: -webkit-sticky;
  position: sticky;
  align-self: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  justify-content: center;
}
.PopUp .bottomPopup .arrowButton .arrowLeftIcon {
  margin-right: 20px;
}
.PopUp .bottomPopup .arrowButton .arrowLeftIcon path {
  fill: #FFF;
  width: 8px;
  height: 12px;
}
.PopUp .bottomPopup .arrowButton .arrowRightIcon {
  transform: rotate(180deg);
  margin-left: 20px;
}
.PopUp .bottomPopup .arrowButton .arrowRightIcon path {
  fill: #FFF;
  width: 8px;
  height: 12px;
}

.auth-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.3);
}
.auth-loader .overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 25px;
}
@media (max-width: 479px) {
  .auth-loader .overlay {
    padding: 0;
  }
}
.dialogOpened {
  overflow: hidden;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
.header,
.footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
body {
  background-color: #e9ebee;
  width: 100%;
  margin: 0;
}
body.mfz-mobile-nav-opened.js-mobile {
  overflow: hidden;
}
body .mfz-page-wrap,
body #main {
  margin-top: 0 !important;
  padding: 0 !important;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.trm-bs12 {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
}
.trm-bs12-l {
  left: 0;
}
.trm-bs12-r {
  right: 0;
}
.trm-bs12-c > span {
  display: block;
  float: inherit;
  font: 10px Arial;
  color: #93a4ac;
  line-height: 24px;
}
.trm-bs12-c > div {
  width: 160px;
  height: 600px;
}
.trm-bs12-l .trm-bs12-c {
  float: right;
  margin-right: 999999px;
  padding-right: 10px;
}
.trm-bs12-r .trm-bs12-c {
  float: left;
  margin-left: 999999px;
  padding-left: 10px;
}
.trm-bs12-r .trm-bs12-c > span {
  float: right;
}
.trm-bs12-l .trm-bs12-c > span {
  float: left;
}
.trm-branding .trm-bs12 {
  z-index: 0;
}
.mfz-mobile-nav-opened.js-mobile main.mfz-section:before,
.js-mobile.mfz-mobile-nav-opened main.mfz-section:before {
  z-index: 999999 !important;
}
@media only screen and (max-width: 780px) {
  [data-layout='responsive'] .mfz-main-header {
    z-index: 1000000 !important;
  }
  [data-layout='responsive'].mfz-mobile-nav-opened .top-nav-wrapper {
    position: absolute;
    padding-bottom: 30px;
  }
}
#__next {
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  .mfz-main-header.mob-hidden,
  .mfz-footer.mob-hidden {
    display: none;
  }
}
.MainLayout {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 2px auto 0 auto;
  position: relative;
  overflow: initial;
  font-family: 'Roboto', sans-serif;
}
.MainLayout a {
  text-decoration: none;
}
.MainLayout .banner {
  width: 100%;
  max-width: calc(50vw - 512px);
  max-height: 100vh;
  min-height: 100vh;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.MainLayout .banner img {
  width: 100%;
  object-fit: cover;
  height: max-content;
}
.MainLayout .layoutContent {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
@media (max-width: 959px) {
  .MainLayout .banner {
    display: none;
  }
}
@media (max-width: 639px) {
  .scroll-to-top {
    display: none;
  }
}

.Message {
  position: sticky;
  position: -webkit-sticky;
  bottom: 16px;
  margin-top: 24px;
  z-index: 100000;
  padding: 0 16px;
}
.Message .content {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  width: 100%;
  background-color: #1e2621;
  padding: 0 16px;
  border-radius: 4px;
}
@media (max-width: 479px) {
  .Message {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 8px;
    bottom: 8px;
  }
}

.SimpleMessage__text {
  color: #FFF !important;
}
.SimpleMessage__button {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #55B391;
}

.ApplicationPage {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: #FFF;
}
.ApplicationPage .back {
  height: 48px;
  line-height: 48px;
  box-shadow: inset 0px -1px 0px #E6E6E6;
}
.ApplicationPage .back .back__icon {
  margin-right: 20px;
  cursor: pointer;
}
.ApplicationPage .back .back__label {
  cursor: pointer;
  display: inline-block;
  line-height: unset;
  padding: 0 24px;
}
@media (max-width: 959px) {
  .ApplicationPage .back .back__label {
    font-size: 14px;
  }
}
.ApplicationPage .content {
  max-width: 480px;
  margin: 16px;
  position: relative;
}
.ApplicationPage .content .submit__button {
  background: #35A47C;
  color: #FFF;
  border-radius: 2px;
  border: 0;
  font-size: 12px;
  min-height: 56px;
  line-height: 55px;
  width: 100%;
}
.ApplicationPage .content .outlined__button {
  background: #FFFFFF;
  color: #35A47C;
  border: 1px solid #35A47C;
  border-radius: 2px;
  font-size: 12px;
  min-height: 56px;
  line-height: 55px;
  width: 100%;
}
.ApplicationPage .content .form__header {
  background-color: #F7D160;
  height: 72px;
  width: 100%;
}
.ApplicationPage .content .icon_cashRegister {
  position: absolute;
  top: 24px;
}
.ApplicationPage .content .icon_successPayment {
  position: relative;
  top: 48px;
}
@media (min-width: 960px) {
  .ApplicationPage .content {
    min-width: unset;
    margin: 32px auto;
  }
}
.ApplicationPage .content .form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px auto;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  overflow: hidden;
}
.ApplicationPage .content .form__content {
  padding: 64px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 960px) {
  .ApplicationPage .content .form__content {
    padding: 64px 48px 48px;
  }
}
.ApplicationPage .content .form__title {
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  .ApplicationPage .content .form__title {
    font-size: 20px;
  }
}
.ApplicationPage .content .form__subtitle {
  max-width: 600px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media (max-width: 959px) {
  .ApplicationPage .content .form__subtitle {
    max-width: unset;
    font-size: 14px;
  }
}
.ApplicationPage .content form {
  margin-top: 24px;
  width: 100%;
}
.ApplicationPage .content form .FloatInput {
  margin-bottom: 32px;
  height: 48px;
}
.ApplicationPage .content form .FloatInput.active .placeholder,
.ApplicationPage .content form .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.ApplicationPage .content form .placeholder[data-fixed-placeholder='true'] {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.ApplicationPage .content form input {
  font-family: 'Roboto', sans-serif;
  width: 100%;
}
.ApplicationPage .content form .feedback__message {
  max-width: 600px;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .ApplicationPage .content form .feedback__message {
    width: 100%;
  }
}
.ApplicationPage .content form .feedback__message > textarea {
  resize: none;
}
.ApplicationPage .infoblock__container {
  margin-top: 5px;
}
@media (max-width: 959px) {
  .ApplicationPage .infoblock__container {
    margin-top: 40px;
  }
}
.ApplicationPage .infoblock__container .infoblock__ad {
  margin-top: 0;
}
@media (max-width: 959px) {
  .ApplicationPage .infoblock__container .infoblock__ad {
    margin-top: 40px;
    display: none;
  }
}
.ApplicationPage .infoblock__container .info-block {
  margin-top: 20px;
}
@media (max-width: 959px) {
  .ApplicationPage .infoblock__container .info-block {
    margin-top: 0;
  }
}
.ApplicationPage .Message {
  padding: 0;
}

.RadioContainer {
  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;
  overflow: hidden;
}
.RadioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.RadioContainer .RadioCheckmark {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #CACCCB;
  border-radius: 50%;
  transition: border-color 0.2s ease-in-out;
}
.RadioContainer .radioHover {
  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;
}
.RadioContainer:hover input ~ .radioHover {
  background: #CACCCB;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.RadioContainer input:checked:hover ~ .radioHover {
  background: #00CA83;
  opacity: 0.1;
  transition: all 0.3s ease;
}
.RadioContainer input:checked ~ .RadioCheckmark {
  border-color: #35A47C;
  transition: all 0.3s ease;
}
.RadioContainer .RadioCheckmark:after {
  content: '';
  position: absolute;
  display: none;
}
.RadioContainer input:checked ~ .RadioCheckmark:after {
  display: block;
}
.RadioContainer .RadioCheckmark:after {
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #35A47C;
}
@media (pointer: coarse) {
  .RadioContainer .radioHover {
    display: none;
  }
}
.RadioContainer.error:hover input ~ .RadioCheckmark {
  border-color: #DF3115;
}
.RadioContainer.error .RadioCheckmark {
  border-color: #DF3115;
}
.RadioContainer.error > span,
.RadioContainer.error > span * {
  color: #DF3115 !important;
}
.RadioContainer.error > span.link,
.RadioContainer.error > span *.link {
  color: #93180A !important;
}

.Switcher {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.Switcher input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.Switcher__Text {
  margin-right: 16px;
}
.Switcher .Slider {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  background-color: #CACCCB;
  border-radius: 56px;
  transition: 0.4s;
}
.Switcher .Slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #FFF;
  border-radius: 56px;
  transition: all 0.4s, width 0.2s;
}
.Switcher:active .Slider::before {
  width: 24px;
}
.Switcher input:checked + .Slider {
  background-color: #35A47C;
}
.Switcher input:checked + .Slider:before {
  right: 4px;
  left: initial;
}
.Switcher input:focus + .Slider,
.Switcher input:hover + .Slider {
  box-shadow: 0 0 1px #35A47C;
}

.BreakItem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
}
@media (max-width: 959px) {
  .BreakItem {
    grid-template-columns: 80% 20%;
  }
}
.BreakItem__Dropdowns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
}
.BreakItem__RemoveBreakButton {
  width: fit-content;
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.Schedule .Section__Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .Schedule .Section__Header {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .Schedule .Section__Header {
    flex-direction: column;
    align-items: initial;
  }
}
.Schedule__SwitcherWrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .Schedule__SwitcherWrapper {
    margin: 12px 0;
  }
}
.Schedule__SwitcherWrapper__Switcher {
  margin-left: 16px;
}
@media (max-width: 959px) {
  .Schedule__SwitcherWrapper__Switcher {
    margin-left: 0;
  }
}
@media (max-width: 959px) {
  .Schedule__SwitcherWrapper__Switcher .Switcher {
    flex-direction: row-reverse;
  }
}
@media (max-width: 959px) {
  .Schedule__SwitcherWrapper__Switcher .Switcher .Slider {
    margin-right: 16px;
  }
}
.Schedule .ScheduleItem {
  padding: 16px 0 28px !important;
}
.Schedule .ScheduleItem:not(:last-child) {
  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;
}
.Schedule .ScheduleItem:first-child {
  box-shadow: none;
}
.Schedule .ScheduleItem__Header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.Schedule .ScheduleItem__Header span {
  margin-right: 14px;
}
.Schedule .ScheduleItem__Header .CheckboxContainer {
  margin-left: auto;
}
.Schedule .ScheduleItem__Main .WorkTime {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
}
.Schedule .ScheduleItem__Main .Breaks {
  display: grid;
  margin-top: 32px;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}
.Schedule .ScheduleItem__Main .ItemControls {
  display: flex;
  margin-top: 28px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .Schedule .ScheduleItem__Main .ItemControls {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.Schedule .ScheduleItem__Main .ItemControls__AddBreakButton {
  cursor: pointer;
  color: #298662;
  width: fit-content;
  text-transform: initial;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  border: none;
  padding: 0;
}
@media (max-width: 959px) {
  .Schedule .ScheduleItem__Main .ItemControls__AddBreakButton:hover {
    text-decoration: none !important;
  }
}
.Schedule .ScheduleItem__Main .ItemControls__AddBreakButton:not(:disabled):hover,
.Schedule .ScheduleItem__Main .ItemControls__AddBreakButton:not(:disabled):focus {
  color: #247757;
}
.Schedule .ScheduleItem__Main .ItemControls__AddBreakButton:not(:disabled):hover {
  text-decoration: underline;
}

.ChooseOnMap {
  width: 100%;
  min-height: 48px;
  border: 1px solid #CACCCB;
}
.ChooseOnMap svg {
  margin-right: 9px;
}

.LocationSection .Dropdown--Opened .DropdownHeader {
  color: #35A47C !important;
  font-family: 'Roboto', sans-serif;
  transform: translate(10px, -6px) !important;
  min-height: 16px;
}
.LocationSection .Dropdown--Opened .DropdownContent {
  border: 2px solid #35A47C !important;
  transition: all 0.2s ease;
}

.ContactInfo {
  flex-direction: column;
}
.ContactInfo .Controls__Row {
  display: flex;
  margin: 0 -8px 32px;
}
.ContactInfo .Controls .Dropdown__Header {
  position: absolute;
  color: #87928c;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
  pointer-events: none;
  transform-origin: top left;
  transform: translate(4px, -16px) scale(1);
  transition: transform 0.2s ease, color 0.25s linear;
  z-index: 9;
  font-family: roboto, sans-serif;
}
.ContactInfo .Controls .Dropdown--Opened .DropdownHeader,
.ContactInfo .Controls .Dropdown--Selected .DropdownHeader {
  font-size: 12px;
  line-height: 16px;
  transform: translate(-1px, -38px) !important;
  transition: color 0.2s ease;
}
.ContactInfo .Controls .Dropdown--Opened .DropdownHeader {
  color: #35a47c !important;
}
.ContactInfo .Controls .DropdownItemsWrapper__SearchInput {
  height: 48px;
}
.ContactInfo .Controls .arrow {
  border-left: 5px solid #111512;
  right: 16px;
}
.ContactInfo .Controls .DropdownContent,
.ContactInfo .Controls .SearchLocationInput,
.ContactInfo .Controls .FloatInput {
  height: 48px;
  max-height: 48px;
  border-color: #CACCCB;
}
.ContactInfo .Controls .FloatInput.active .placeholder,
.ContactInfo .Controls .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.ContactInfo .Controls .LocationSection,
.ContactInfo .Controls .CitiesDropdown {
  width: 50%;
  margin: 0 8px;
}
.ContactInfo .Controls .SearchLocationInput {
  width: 100%;
}
.ContactInfo .Controls .SearchLocationInput .InputWrapper {
  height: 100%;
}
.ContactInfo .Controls__ChooseGeoLocation {
  margin: 0 0 32px;
}
.ContactInfo .Controls__ChooseGeoLocation .ChooseOnMap {
  width: auto;
  border-radius: 0 2px 2px 0;
  margin-left: -1px;
  height: 48px;
}
.ContactInfo .Controls__ChooseGeoLocation .ChooseOnMap svg {
  margin-right: 0;
}
.ContactInfo .Controls__city {
  width: 100%;
}
.ContactInfo .Section__Header {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .ContactInfo .Controls__Row {
    flex-wrap: wrap;
  }
  .ContactInfo .Controls__Row.Controls__ChooseGeoLocation {
    flex-wrap: nowrap;
  }
  .ContactInfo .Controls .LocationSection {
    margin-top: 32px;
  }
  .ContactInfo .Controls .LocationSection,
  .ContactInfo .Controls .CitiesDropdown {
    width: 100%;
  }
}

.ApplicationEditPage {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: #FFF;
}
.ApplicationEditPage .Navigation__Container {
  padding: 0;
}
.ApplicationEditPage .Navigation {
  justify-content: center;
  top: -1px;
}
.ApplicationEditPage .Wrapper__Main__MapMode {
  display: none;
}
.ApplicationEditPage .MapBlock {
  display: none;
}
.ApplicationEditPage .Wrapper__MapMode .MapBlock {
  display: block;
}
.ApplicationEditPage .back {
  height: 48px;
  line-height: 48px;
  box-shadow: inset 0px -1px 0px #E6E6E6;
}
.ApplicationEditPage .back .back__icon {
  margin-right: 20px;
  cursor: pointer;
}
.ApplicationEditPage .back .back__label {
  cursor: pointer;
  display: inline-block;
  line-height: unset;
  padding: 0 24px;
}
@media (max-width: 959px) {
  .ApplicationEditPage .back .back__label {
    font-size: 14px;
  }
}
.ApplicationEditPage .exchanger-content {
  padding: 0 24px 24px;
  margin-left: -38px;
}
.ApplicationEditPage .RadioContainer {
  padding-left: 53px;
}
.ApplicationEditPage .RadioContainer .RadioCheckmark {
  left: 14px;
}
.ApplicationEditPage .RadioContainer .radioHover {
  left: 2px;
}
.ApplicationEditPage .main-content {
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
}
@media (min-width: 960px) {
  .ApplicationEditPage .map-wrapper {
    margin-top: -40px;
  }
}
.ApplicationEditPage .content-page {
  max-width: 578px;
  padding: 24px 24px;
}
@media (min-width: 960px) {
  .ApplicationEditPage .content-page {
    margin: 0 auto;
    padding: 32px 0 0;
  }
}
.ApplicationEditPage .content-page.successPayment {
  text-align: center;
}
.ApplicationEditPage .content-page .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .ApplicationEditPage .content-page .title {
    font-size: 16px;
  }
}
.ApplicationEditPage .content-page .submit__button {
  background: #35A47C;
  color: #FFF;
  border-radius: 2px;
  border: 0;
  font-size: 12px;
  min-height: 56px;
  line-height: 55px;
  width: 100%;
  margin-bottom: 56px;
}
.ApplicationEditPage .content-page .Schedule {
  margin: 0;
  display: block;
  max-height: 100%;
}
.ApplicationEditPage .content-page .outlined__button {
  background: #FFFFFF;
  color: #35A47C;
  border: 1px solid #35A47C;
  border-radius: 2px;
  font-size: 12px;
  min-height: 56px;
  line-height: 55px;
  width: 100%;
}
.ApplicationEditPage .content-page .form__header {
  background-color: #F7D160;
  height: 72px;
  width: 100%;
}
.ApplicationEditPage .content-page .icon_cashRegister {
  position: absolute;
  top: 24px;
}
.ApplicationEditPage .content-page .icon_successPayment {
  position: relative;
  top: 48px;
}
.ApplicationEditPage .content-page .form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px auto;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
}
.ApplicationEditPage .content-page .form__content {
  padding: 64px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 960px) {
  .ApplicationEditPage .content-page .form__content {
    padding: 64px 48px 48px;
  }
}
.ApplicationEditPage .content-page .form__title {
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  .ApplicationEditPage .content-page .form__title {
    font-size: 20px;
  }
}
.ApplicationEditPage .content-page .form__subtitle {
  max-width: 600px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media (max-width: 959px) {
  .ApplicationEditPage .content-page .form__subtitle {
    max-width: unset;
    font-size: 14px;
  }
}
.ApplicationEditPage .content-page form {
  margin-top: 24px;
  width: 100%;
}
.ApplicationEditPage .content-page form .FloatInput {
  margin-bottom: 32px;
  height: 48px;
}
.ApplicationEditPage .content-page form .FloatInput.active .placeholder,
.ApplicationEditPage .content-page form .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.ApplicationEditPage .content-page form .placeholder[data-fixed-placeholder='true'] {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.ApplicationEditPage .content-page form input {
  font-family: 'Roboto', sans-serif;
  width: 100%;
}
.ApplicationEditPage .content-page form .feedback__message {
  max-width: 600px;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .ApplicationEditPage .content-page form .feedback__message {
    width: 100%;
  }
}
.ApplicationEditPage .content-page form .feedback__message > textarea {
  resize: none;
}
.ApplicationEditPage .infoblock__container {
  margin-top: 5px;
}
@media (max-width: 959px) {
  .ApplicationEditPage .infoblock__container {
    margin-top: 40px;
  }
}
.ApplicationEditPage .infoblock__container .infoblock__ad {
  margin-top: 0;
}
@media (max-width: 959px) {
  .ApplicationEditPage .infoblock__container .infoblock__ad {
    margin-top: 40px;
    display: none;
  }
}
.ApplicationEditPage .infoblock__container .info-block {
  margin-top: 20px;
}
@media (max-width: 959px) {
  .ApplicationEditPage .infoblock__container .info-block {
    margin-top: 0;
  }
}
.ApplicationEditPage .Message {
  padding: 0;
}
.ApplicationEditPage .Dropdown .DropdownContent {
  max-height: 48px;
  height: 48px;
}
.ApplicationEditPage .Dropdown__Header {
  transform: translate(0px, -39px) scale(1);
}
.ApplicationEditPage .CheckboxContainer input {
  width: 0 !important;
}

.info-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}
.info-block a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #5076C0;
  display: flex;
  margin: 0 0 14px 0;
  width: 100%;
}
.info-block a p {
  flex: 1;
  margin: 0 0 0 8px;
  max-width: 260px;
}
@media (min-width: 768px) {
  .info-block a {
    flex: 50%;
  }
}
@media (min-width: 768px) {
  .info-block {
    border-bottom: 1px solid #E6E6E6;
    padding: 0 16px 16px;
  }
}
@media (min-width: 960px) {
  .info-block {
    display: none;
  }
}
.info-block_sidebar {
  padding: 0;
}
@media (min-width: 768px) {
  .info-block_sidebar a {
    flex: 100%;
  }
}
@media (min-width: 768px) {
  .info-block_sidebar {
    border-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .info-block_sidebar {
    display: flex;
  }
}

.FeedbackPage {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: #FFF;
}
.FeedbackPage .back {
  height: 48px;
  line-height: 48px;
  box-shadow: inset 0px -1px 0px #E6E6E6;
}
.FeedbackPage .back .back__icon {
  cursor: pointer;
  margin-right: 20px;
}
.FeedbackPage .back .back__label {
  line-height: unset;
  padding: 0 24px;
}
@media (max-width: 959px) {
  .FeedbackPage .back .back__label {
    font-size: 14px;
  }
}
.FeedbackPage .content {
  display: flex;
  flex-direction: row;
  margin: 24px;
}
@media (max-width: 959px) {
  .FeedbackPage .content {
    margin: 16px;
    flex-direction: column;
  }
}
.FeedbackPage .content .form__container {
  min-width: 750px;
}
@media (max-width: 959px) {
  .FeedbackPage .content .form__container {
    min-width: unset;
  }
}
.FeedbackPage .content .form__container .form__title {
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  .FeedbackPage .content .form__container .form__title {
    font-size: 20px;
  }
}
.FeedbackPage .content .form__container .form__subtitle {
  max-width: 600px;
  line-height: 24px;
}
@media (max-width: 959px) {
  .FeedbackPage .content .form__container .form__subtitle {
    max-width: unset;
    font-size: 14px;
  }
}
.FeedbackPage .content .form__container form {
  margin-top: 24px;
}
.FeedbackPage .content .form__container form .FloatInput {
  width: 290px;
  margin-bottom: 32px;
}
.FeedbackPage .content .form__container form input {
  font-family: 'Roboto', sans-serif;
  width: 288px;
}
@media (max-width: 959px) {
  .FeedbackPage .content .form__container form input {
    width: 100%;
  }
}
.FeedbackPage .content .form__container form .feedback__message {
  max-width: 600px;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .FeedbackPage .content .form__container form .feedback__message {
    width: 100%;
  }
}
.FeedbackPage .content .form__container form .feedback__message > textarea {
  resize: none;
}
.FeedbackPage .content .form__container form .submit__button {
  background: #35A47C;
  color: #FFF;
  text-transform: none;
  border-radius: 2px;
  border: 0;
  font-size: 18px;
  min-height: 48px;
  line-height: 48px;
  letter-spacing: normal;
}
@media (max-width: 959px) {
  .FeedbackPage .content .form__container form .submit__button {
    width: 100%;
  }
}
.FeedbackPage .content .infoblock__container {
  margin-top: 5px;
}
@media (max-width: 959px) {
  .FeedbackPage .content .infoblock__container {
    margin-top: 40px;
  }
}
.FeedbackPage .content .infoblock__container .infoblock__ad {
  margin-top: 0;
}
@media (max-width: 959px) {
  .FeedbackPage .content .infoblock__container .infoblock__ad {
    margin-top: 40px;
    display: none;
  }
}
.FeedbackPage .content .infoblock__container .info-block {
  margin-top: 20px;
}
@media (max-width: 959px) {
  .FeedbackPage .content .infoblock__container .info-block {
    margin-top: 0;
  }
}
.FeedbackPage .Message {
  padding: 0;
}

.rates-chart-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.rates-chart-switcher svg {
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.rates-chart-switcher:hover svg {
  opacity: 0.8;
}
.rates-chart-switcher_active {
  background: #F2F3F2;
}
.rates-chart-switcher_active svg {
  opacity: 1;
}

.hint-rate-wrapper {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.Statistics {
  width: 100%;
  padding: 16px 16px 0 0;
  position: relative;
}
.Statistics .enterButton {
  min-height: 18px;
  border-radius: 24px;
  border: 1px solid #CACCCB;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
}
@media (max-width: 479px) {
  .Statistics .enterButton {
    width: 100%;
  }
}
.Statistics .modal-groups {
  display: flex;
}
@media (max-width: 479px) {
  .Statistics .modal-groups {
    flex-direction: column;
  }
}
.Statistics .skeletonButton {
  position: absolute;
  bottom: 32px;
  right: 16px;
}
@media (max-width: 959px) {
  .Statistics .skeletonButton {
    bottom: 0;
    right: initial;
    left: 16px;
  }
}
.Statistics .chart-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 14px;
}
@media (max-width: 959px) {
  .Statistics .chart-button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.Statistics .mobileSkeleton {
  height: 222px;
  display: none;
}
.Statistics .valueWrapper {
  display: flex;
  align-items: center;
}
.Statistics .value {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-right: 5px;
}
.Statistics .heading {
  margin-bottom: 8px;
  align-items: center;
}
@media (max-width: 479px) {
  .Statistics .heading h1 {
    margin-bottom: 8px;
    margin-top: 16px;
  }
}
.Statistics .blackMarketHeading {
  margin: 0;
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  .Statistics .blackMarketHeading {
    margin-bottom: 0;
  }
}
.Statistics .chart-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Statistics .average {
  display: flex;
}
.Statistics .buy,
.Statistics .sale {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 24px;
}
.Statistics .mobileCaption {
  color: #696F6B;
  display: block;
  min-width: 107px;
}
.Statistics .desktop-chart-bars .HorizontalBarChart:first-child {
  margin-bottom: 4px;
}
.Statistics .diff {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  display: inline;
  margin-left: 5px;
}
.Statistics .diff.increase {
  color: #35A47C;
}
.Statistics .diff.decrease {
  color: #DF3115;
}
.Statistics button {
  margin: 0;
}
.Statistics .cardHeadlineL {
  margin-right: 5px;
}
.Statistics .cardHeadlineL + .caption2 {
  font-weight: bold;
}
.Statistics__updated {
  display: flex;
  align-items: center;
}
.Statistics__updated .clockIcon {
  width: 12px;
  height: 12px;
}
.Statistics__updated .clockIcon path {
  fill: #87928C;
}
.Statistics__updated p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #87928C;
  margin: 0 0 0 6px;
}
.Statistics__map-block-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.Statistics__map-block-wrapper .heading-wrapper {
  width: 100%;
  margin: 0 32px 8px 0;
}
@media (max-width: 479px) {
  .Statistics__map-block-wrapper .heading-wrapper {
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .Statistics__map-block-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .Statistics .buy {
    margin-right: 16px;
  }
  .Statistics .buy,
  .Statistics .sale {
    flex-direction: column;
    align-items: flex-start;
  }
  .Statistics .mobileCaption {
    color: #696F6B;
    display: block;
  }
  .Statistics .desktop-chart-bars {
    display: none;
  }
  .Statistics .desktopCaption {
    display: none;
  }
  .Statistics .diff {
    display: inline;
    margin-left: 5px;
  }
}
@media (max-width: 959px) {
  .Statistics .desktopSkeleton {
    display: none;
  }
  .Statistics .mobileSkeleton {
    display: block;
  }
}
@media (max-width: 639px) {
  .Statistics {
    padding: 24px 16px 0;
  }
}

.exchanges-page-header {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.exchanges-page-header_map {
  border: 0;
  padding: 0;
}
@media (max-width: 639px) {
  .exchanges-page-header {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.MapModal.Modal {
  pointer-events: auto;
}
.MapModal .content {
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.5));
}
.MapModal .content-loader__wrapper_map-mode {
  width: calc(100vw - 80px) !important;
  height: calc(100vh - 80px) !important;
  border-radius: 4px;
}
.MapModal .MapBlockMapMode .Map {
  height: 100%;
  border-radius: 4px;
}

.empty-list {
  padding-top: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.empty-list__error {
  align-self: center;
  text-align: center;
}
.empty-list__head {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 8px;
}
.empty-list__clear {
  cursor: pointer;
  height: 48px;
  width: 288px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #35A47C;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0.1em;
  transition: color 0.3s ease-in-out;
}
.empty-list__clear:focus {
  outline: none;
}
.empty-list__clear:hover,
.empty-list__clear:focus {
  color: #2F956E;
}

button.personal-account-button {
  font-family: 'Roboto', sans-serif;
}
button.personal-account-button__button {
  align-self: center;
  display: block;
  height: 48px;
  width: 90%;
  max-width: 238px;
  border: none;
  color: #FFF;
  background-color: #35A47C !important;
  margin: 8px auto;
}
@media (max-width: 959px) {
  button.personal-account-button__button {
    align-self: center;
    display: block;
    height: 48px;
    width: 90%;
    max-width: 90%;
    border: none;
    color: #FFF;
    background-color: #35A47C !important;
    margin: 8px auto;
  }
}

.phone-reveal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0 9px;
  outline: 0;
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  overflow: hidden;
  transition: width 0.3s ease;
  cursor: pointer;
}
.phone-reveal-button__phone {
  display: none;
}
.phone-reveal-button_show {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: visible;
}
.phone-reveal-button_show .phone-reveal-button__phone {
  display: flex;
  align-items: center;
  margin-left: 6px;
  white-space: nowrap;
  user-select: text;
  pointer-events: none;
}
.phone-reveal-button_show .phone-reveal-button__phone > div {
  position: relative;
  margin-left: 10px;
}
.phone-reveal-button_show .phone-reveal-button__phone > div svg {
  pointer-events: visible;
}
.phone-reveal-button_show .phone-reveal-button__phone > div::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: -6px;
  top: -6px;
  z-index: 1;
}

.compact-card {
  display: flex;
  align-items: stretch;
  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;
}
.compact-card:hover {
  background: #fafafb;
}
.compact-card_painted {
  background: #FEF9E9;
}
.compact-card .point-currency__rate span[data-active='false'] {
  color: #87928C;
}
.compact-card .point-currency__rate .divider {
  color: #111512;
}
.compact-card .point-currency__rate .divider[data-active='true'] {
  color: #87928C;
}
.compact-card__content {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 16px;
  background: transparent;
  border: 0;
  outline: 0;
}
.compact-card__address {
  text-align: left;
}
.compact-card__item {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.compact-card__item svg {
  pointer-events: none;
}
.compact-card__item:not(:last-child) {
  pointer-events: none;
}
.compact-card__item:nth-child(1) {
  display: flex;
}
.compact-card__item:nth-child(2) {
  margin-left: auto;
}
.compact-card__item:nth-child(3) {
  font-size: 14px;
  line-height: 24px;
  color: #696F6B;
  width: 100%;
}
.compact-card__item:nth-child(2),
.compact-card__amount {
  font-size: 13px;
  line-height: 22px;
  color: #696F6B;
  text-align: left;
}
.compact-card__item:nth-child(4) {
  margin-left: auto;
}
@media (min-width: 640px) {
  .compact-card__item {
    flex: 1 1;
  }
  .compact-card__item:nth-child(1) {
    flex-basis: 23%;
    flex-direction: column;
    align-items: flex-start;
  }
  .compact-card__item:nth-child(2) {
    flex-basis: 10%;
    order: -1;
    margin-left: 0;
  }
  .compact-card__item:nth-child(3) {
    flex-basis: 57%;
    width: auto;
  }
  .compact-card__item:nth-child(4) {
    flex-basis: 10%;
    display: flex;
    justify-content: flex-end;
    height: 32px;
  }
}


.seo-blocks__wrapper {
  margin: 32px 0;
  padding: 0 16px;
}
.seo-blocks__title {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #1E2621;
  margin-bottom: 16px;
}
.seo-blocks__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seo-blocks__item {
  width: 100%;
  padding: 8px 8px 8px 0;
  box-shadow: inset 0 -1px 0 #E5E5E5, inset 0 1px 0 #E5E5E5;
  margin-top: -1px;
  position: relative;
  transition: 0.2s;
}
.seo-blocks__item:hover {
  opacity: 0.8;
}
@media (min-width: 640px) {
  .seo-blocks__item {
    width: calc(50% - 24px);
  }
}
.seo-blocks__text,
.seo-blocks__result {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.seo-blocks__text {
  font-size: 16px;
  line-height: 20px;
  color: #1E2621;
}
.seo-blocks__result {
  font-size: 13px;
  line-height: 16px;
  color: #696F6B;
}
.seo-blocks__link-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.verification-user-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #FFF;
}
.verification-user-loader__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 25px;
}
@media (max-width: 479px) {
  .verification-user-loader__overlay {
    padding: 0;
  }
}

.SortNavigation__Mobile {
  align-items: center;
  padding: 16px;
  border-top: 1px solid #e6e6e6;
}
.SortNavigation__Mobile {
  display: none;
}
.SortNavigation__Mobile .OrderSelector {
  max-width: 288px;
}
.SortNavigation__Mobile .OrderSelector__Content {
  max-height: 32px !important;
  border-radius: 8px !important;
}
.SortNavigation__Mobile .OrderSelector__Content .arrow {
  content: '';
  position: relative;
  margin-left: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #3a3333;
  display: inline-block;
  transform: rotate(90deg);
}
.SortNavigation__Mobile .OrderSelector__ItemsWrapper {
  border-radius: 8px;
}
@media (max-width: 479px) {
  .SortNavigation__Mobile {
    justify-content: center !important;
  }
}
@media (max-width: 959px) {
  .SortNavigation__Mobile {
    display: flex;
    justify-content: flex-end;
  }
  .SortNavigation__Mobile .OrderSelector {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 959px) {
  .SortNavigation__Mobile_compact {
    display: none;
  }
}
@media (max-width: 639px) {
  .SortNavigation__Mobile_compact {
    display: flex;
  }
}
.SortNavigation > * {
  line-height: 14px;
}

.Filters {
  display: flex;
  flex-direction: row;
  padding: 20px 16px 0;
  margin-bottom: 8px;
  gap: 8px;
}
.Filters .DualButton,
.Filters .currency-selector {
  margin-right: 0;
}
.Filters .show-more-button {
  margin-left: 0;
}
.Filters .Button {
  border-radius: 8px;
  text-transform: none;
  color: #111512 !important;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0 !important;
  font-size: 14px;
  border: 1px solid #CACCCB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.Filters .Button .leftIcon {
  margin-right: 0;
}
.Filters .Button svg {
  fill: #111512;
  width: 24px;
}
.Filters .Button.active {
  color: #35A47C !important;
  border-color: #76C1A6 !important;
  background-color: #F3FAF7 !important;
}
.Filters .Button.active svg {
  fill: #35A47C;
}
.Filters .CurrencySelector {
  min-width: 54px;
  width: auto;
  max-height: 40px !important;
  flex-shrink: 0;
}
.Filters .CurrencySelector.Dropdown .DropdownItemsWrapper .DropdownItemContainer {
  padding: 0 12px;
}
.Filters .CurrencySelector.Dropdown--Opened .DropdownContent .arrow {
  top: -3px;
}
.Filters .CurrencySelector .DropdownItemsWrapper {
  max-height: 360px;
  width: 100px;
}
.Filters .CurrencySelector .DropdownContent {
  background-color: #35A47C !important;
  border: none !important;
  color: #FFF !important;
  max-height: 100%;
  padding-right: 12px;
}
.Filters .CurrencySelector .DropdownContent .arrow {
  position: relative;
  border-left: 5px solid #FFF;
  width: 10px;
  height: 9px;
  right: -4px;
  top: 3px;
}
@media (max-width: 639px) {
  .Filters {
    margin-bottom: 0;
    display: none;
  }
}
.Filters .FloatInput {
  width: 154px;
}
.FiltersMore {
  padding: 0 16px;
}
.FiltersMore__Form__Section {
  margin-top: 32px;
  position: relative;
}
.FiltersMore__Form__Section .FloatInput {
  display: none;
}
@media (max-width: 639px) {
  .FiltersMore__Form__Section .FloatInput {
    display: block;
    max-width: 160px;
  }
}
.FiltersMore__Form__Section__Title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #111512;
}
.FiltersMore__Form__Section__SubmitButton {
  cursor: pointer;
  width: 100%;
  background-color: #35A47C;
  border-radius: 2px;
  margin-bottom: 24px;
  border: none;
  padding: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, transform;
}
.FiltersMore__Form__Section__SubmitButton:focus {
  outline: none;
}
.FiltersMore__Form__Section__SubmitButton:hover,
.FiltersMore__Form__Section__SubmitButton:focus {
  background-color: #2F956E;
}
.FiltersMore__Form__Section__SubmitButton:active {
  transform: translateY(1px);
}
.FiltersMore__Form__Section__SubmitButton:disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: none;
}

.MinfinDescription {
  padding: 0 16px;
}
.MinfinDescription .MinfinDescription__Title {
  margin-bottom: 16px;
  display: block;
}
.MinfinDescription a {
  color: #5076C0;
  transition: opacity 0.3s ease;
}
.MinfinDescription a:hover {
  opacity: 0.8;
}
.MinfinDescription div,
.MinfinDescription p {
  margin-bottom: 16px;
}
.MinfinDescription h1 i,
.MinfinDescription h2 i,
.MinfinDescription h3 i,
.MinfinDescription h4 i,
.MinfinDescription h5 i,
.MinfinDescription h6 i {
  color: #df3014;
  font-style: normal;
}
.MinfinDescription h1,
.MinfinDescription h2,
.MinfinDescription h3 {
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .MinfinDescription h1,
  .MinfinDescription h2,
  .MinfinDescription h3 {
    margin-bottom: 24px;
  }
}
.MinfinDescription h4,
.MinfinDescription h5,
.MinfinDescription h6 {
  margin-bottom: 16px;
}
.MinfinDescription h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #1E2621;
}
@media (min-width: 768px) {
  .MinfinDescription h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1216px) {
  .MinfinDescription h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.MinfinDescription h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #1E2621;
}
.MinfinDescription h2 span {
  font-family: inherit !important;
}
.MinfinDescription h2 a {
  font-family: inherit !important;
}
@media (min-width: 768px) {
  .MinfinDescription h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1216px) {
  .MinfinDescription h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.MinfinDescription h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #1E2621;
}
@media (min-width: 768px) {
  .MinfinDescription h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1216px) {
  .MinfinDescription h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.MinfinDescription h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 700;
  color: #1E2621;
}
@media (min-width: 768px) {
  .MinfinDescription h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.MinfinDescription h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #1E2621;
}
@media (min-width: 768px) {
  .MinfinDescription h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1216px) {
  .MinfinDescription h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.MinfinDescription h6 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #1E2621;
}
.MinfinDescription table {
  border-bottom: none;
  border-collapse: collapse;
  border-top: 1px solid #e4eaf4;
  line-height: 20px;
  table-layout: unset;
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .MinfinDescription table {
    margin-bottom: 24px;
  }
}
.MinfinDescription table thead {
  background-color: #f8fafb;
  font-weight: 700;
}
.MinfinDescription table tr {
  width: 100%;
  border-bottom: 1px solid #e4eaf4;
}
.MinfinDescription table tr td {
  padding: 16px;
  color: #2b2b2b;
  min-width: 80px;
}
.MinfinDescription table tr td:first-child {
  min-width: 40px;
}
.MinfinDescription table tr th {
  padding: 16px;
  color: #575757;
  font-weight: normal;
}
.MinfinDescription > *:last-child {
  margin-bottom: 0;
}
.MinfinDescription strong {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-top: 8px;
  display: inline-block;
}
.MinfinDescription,
.MinfinDescription p,
.MinfinDescription ul,
.MinfinDescription ol,
.MinfinDescription a {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .MinfinDescription,
  .MinfinDescription p,
  .MinfinDescription ul,
  .MinfinDescription ol,
  .MinfinDescription a {
    font-size: 16px;
    line-height: 28px;
  }
}
.MinfinDescription p,
.MinfinDescription ul,
.MinfinDescription ol {
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .MinfinDescription p,
  .MinfinDescription ul,
  .MinfinDescription ol {
    margin-bottom: 24px;
  }
}
.MinfinDescription ul > li::before {
  content: '\2014';
  color: #DF3115;
  margin-right: 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}
.MinfinDescription ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 16px;
}
@media (min-width: 640px) {
  .MinfinDescription ol {
    padding-left: 0;
  }
}
.MinfinDescription ol > li {
  margin: 0 0 16px 0;
  counter-increment: my-counter;
  position: relative;
}
@media (min-width: 640px) {
  .MinfinDescription ol > li {
    margin-left: 20px;
  }
}
.MinfinDescription ul > li {
  margin: 0 0 16px 0;
}
.MinfinDescription ol > li::before {
  content: counter(my-counter) ". ";
  color: #95A4AC;
  font-size: 12px;
  position: absolute;
  left: -16px;
  line-height: 24px;
  top: 2px;
}
@media (min-width: 640px) {
  .MinfinDescription ol > li::before {
    font-size: 16px;
    line-height: 28px;
    top: 0;
    left: -20px;
  }
}
.MinfinDescription ol > li > p,
.MinfinDescription ul > li > p {
  display: inline;
  margin: 0;
}
.MinfinDescription p:has(+ ul) {
  margin-bottom: 16px;
}
.MinfinDescription img {
  display: block;
}
.MinfinDescription blockquote {
  padding: 16px;
  width: calc(100% + 32px);
  background-color: #FEF9E9;
  margin: 0 -16px 24px;
  color: #43360B;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.MinfinDescription blockquote > div {
  margin: 0;
}
@media (min-width: 640px) {
  .MinfinDescription blockquote {
    font-size: 16px;
    line-height: 28px;
  }
}
.MinfinDescription p.footer-text {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: #93a4ac;
  margin: 0;
}
@media (min-width: 640px) {
  .MinfinDescription p.footer-text {
    text-align: start;
  }
}
.MinfinDescription div.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.MinfinDescription div.iframe-container iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.MinfinDescription p.list-item {
  display: flex;
}
.MinfinDescription p.list-item span:first-child {
  margin-right: 8px;
}

.exchanges-page {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  min-height: calc(100% - 56px);
  background: #FFF;
  display: flex;
  position: relative;
}
.exchanges-page__main {
  display: flex;
}
@media (max-width: 959px) {
  .exchanges-page__main {
    flex-direction: column;
  }
}
.exchanges-page__content {
  flex: 1;
  border-right: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
}
.exchanges-page .MapFilters {
  display: none;
}
@media (max-width: 639px) {
  .exchanges-page .MapFilters {
    display: flex;
  }
}
.exchanges-page .LoadMoreButton {
  cursor: pointer;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  color: #35a47c;
  transition: color 0.3s ease-in-out;
  font-family: 'Raleway', sans-serif;
  display: block;
  margin: 16px auto;
}
.exchanges-page .WrapperLoader {
  padding: 16px 0 16px;
}
.exchanges-page .WrapperLoader svg {
  width: 36px;
  height: auto;
}
.exchanges-page .Navigation {
  padding: 0 16px;
}
.exchanges-page__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.exchanges-page__container .Pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exchanges-page__container .Pagination ul {
  width: 100%;
}
.exchanges-page__container .Navigation {
  box-shadow: none;
  position: relative;
}
.exchanges-page__container .Navigation button {
  height: 48px;
  line-height: 47px;
  display: inline-block;
}
.exchanges-page__container .Navigation__Wrapper:last-child .Button {
  color: #87928C;
}
.exchanges-page__container .FloatingButton {
  bottom: calc(64px + env(safe-area-inset-bottom));
  margin-right: 12px;
}
@media (min-width: 640px) {
  .exchanges-page__container .FloatingButton {
    display: none;
  }
}
@media (max-width: 639px) {
  .exchanges-page__container .reservation-notifications ~ .FloatingButton {
    bottom: calc(64px + 70px + env(safe-area-inset-bottom));
  }
  .exchanges-page__container .reservation-notifications ~ .widget-notification {
    bottom: calc(130px + 70px + env(safe-area-inset-bottom));
  }
  .exchanges-page__container .reservation-notifications--no-collapsed ~ .FloatingButton,
  .exchanges-page__container .reservation-notifications--no-collapsed ~ .widget-notification {
    display: none;
  }
}
@media (max-width: 959px) {
  .exchanges-page__container_map-mode {
    min-height: unset;
  }
}
.exchanges-page__NothingFound {
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 479px) {
  .exchanges-page {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .exchanges-page__container .Navigation .Button:last-child {
    position: static;
  }
}

.NewNotificationPage {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: #FFF;
  padding-bottom: 32px;
}
.NewNotificationPage .Section {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .NewNotificationPage .Schedule_Wrapper {
    display: flex;
    margin-left: -12px;
  }
}
.NewNotificationPage .Navigation__Container {
  padding: 0;
}
.NewNotificationPage .Navigation {
  box-shadow: 0 1px 0 0 #E6E6E6;
  margin-bottom: 32px;
}
.NewNotificationPage .Wrapper {
  margin-bottom: 32px;
}
.NewNotificationPage .back {
  height: 48px;
  line-height: 48px;
  box-shadow: inset 0px -1px 0px #E6E6E6;
}
.NewNotificationPage .back .back__icon {
  margin-right: 20px;
  cursor: pointer;
}
.NewNotificationPage .back .back__label {
  cursor: pointer;
  display: inline-block;
  line-height: unset;
  padding: 0 24px;
}
@media (max-width: 959px) {
  .NewNotificationPage .back .back__label {
    font-size: 14px;
  }
}
.NewNotificationPage .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}
.NewNotificationPage .exchanger-content {
  padding: 0 24px 24px;
  margin-left: -38px;
}
.NewNotificationPage .RadioContainer {
  padding-left: 53px;
  margin-right: 24px;
}
.NewNotificationPage .RadioContainer input {
  left: 0;
}
.NewNotificationPage .RadioContainer .RadioCheckmark {
  left: 14px;
}
.NewNotificationPage .RadioContainer .radioHover {
  left: 2px;
}
.NewNotificationPage .main-content {
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
}
@media (min-width: 960px) {
  .NewNotificationPage .map-wrapper {
    margin-top: -40px;
  }
}
.NewNotificationPage .content-page {
  max-width: 578px;
  padding: 24px 24px;
}
@media (min-width: 960px) {
  .NewNotificationPage .content-page {
    margin: 0 auto;
    padding: 32px 0 32px;
  }
}
.NewNotificationPage .content-page.successPayment {
  text-align: center;
}
.NewNotificationPage .content-page .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .NewNotificationPage .content-page .title {
    font-size: 16px;
  }
}
.NewNotificationPage .content-page .Period_Wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-top: 16px;
}
.NewNotificationPage .content-page .Period_Wrapper button {
  height: 32px;
}
.NewNotificationPage .content-page .Period_Title {
  margin-bottom: 8px;
  font-size: 14px;
}
.NewNotificationPage .content-page .submit__button {
  color: #FFF;
  border-radius: 2px;
  border: 0;
  font-size: 12px;
  min-height: 48px;
  line-height: 47px;
  width: 100%;
  margin-bottom: 8px;
}
.NewNotificationPage .content-page .submit__button svg {
  margin-right: 8px;
}
.NewNotificationPage .content-page .submit__button--telegram {
  background: #039BE5;
}
.NewNotificationPage .content-page .outlined__button {
  background: #FFFFFF;
  color: #35A47C;
  border: 1px solid #35A47C;
  border-radius: 2px;
  font-size: 12px;
  min-height: 56px;
  line-height: 55px;
  width: 100%;
}
.NewNotificationPage .content-page .form__header {
  background-color: #F7D160;
  height: 72px;
  width: 100%;
}
.NewNotificationPage .content-page .icon_cashRegister {
  position: absolute;
  top: 24px;
}
.NewNotificationPage .content-page .icon_successPayment {
  position: relative;
  top: 48px;
}
.NewNotificationPage .content-page .Section.ContactInfo {
  padding: 0;
}
.NewNotificationPage .content-page .ContactInfo .Controls .LocationSection,
.NewNotificationPage .content-page .ContactInfo .Controls .CitiesDropdown {
  width: 100%;
  margin: 0;
}
.NewNotificationPage .content-page .form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px auto;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
}
.NewNotificationPage .content-page .form__content {
  padding: 64px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 960px) {
  .NewNotificationPage .content-page .form__content {
    padding: 64px 48px 48px;
  }
}
.NewNotificationPage .content-page .form__title {
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  .NewNotificationPage .content-page .form__title {
    font-size: 20px;
  }
}
.NewNotificationPage .content-page .form__subtitle {
  max-width: 600px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media (max-width: 959px) {
  .NewNotificationPage .content-page .form__subtitle {
    max-width: unset;
    font-size: 14px;
  }
}
.NewNotificationPage .content-page form {
  margin-top: 24px;
  width: 100%;
}
.NewNotificationPage .content-page form .FloatInput {
  margin-bottom: 32px;
  height: 48px;
}
.NewNotificationPage .content-page form .FloatInput.active .placeholder,
.NewNotificationPage .content-page form .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.NewNotificationPage .content-page form .placeholder[data-fixed-placeholder='true'] {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.NewNotificationPage .content-page form input {
  font-family: 'Roboto', sans-serif;
  width: 100%;
}
.NewNotificationPage .content-page form .feedback__message {
  max-width: 600px;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .NewNotificationPage .content-page form .feedback__message {
    width: 100%;
  }
}
.NewNotificationPage .content-page form .feedback__message > textarea {
  resize: none;
}
.NewNotificationPage .infoblock__container {
  margin-top: 5px;
}
@media (max-width: 959px) {
  .NewNotificationPage .infoblock__container {
    margin-top: 40px;
  }
}
.NewNotificationPage .infoblock__container .infoblock__ad {
  margin-top: 0;
}
@media (max-width: 959px) {
  .NewNotificationPage .infoblock__container .infoblock__ad {
    margin-top: 40px;
    display: none;
  }
}
.NewNotificationPage .infoblock__container .info-block {
  margin-top: 20px;
}
@media (max-width: 959px) {
  .NewNotificationPage .infoblock__container .info-block {
    margin-top: 0;
  }
}
.NewNotificationPage .Message {
  padding: 0;
}
.NewNotificationPage .Dropdown .DropdownContent {
  max-height: 48px;
  height: 48px;
}
.NewNotificationPage .Dropdown__Header {
  transform: translate(0px, -39px) scale(1);
}
.NewNotificationPage .CheckboxContainer input {
  width: 0 !important;
}

.LocationSection .Dropdown--Opened .DropdownHeader {
  color: #35A47C !important;
  font-family: 'Roboto', sans-serif;
  transform: translate(10px, -6px) !important;
  min-height: 16px;
}
.LocationSection .Dropdown--Opened .DropdownContent {
  border: 2px solid #35A47C !important;
  transition: all 0.2s ease;
}

.Parameters {
  flex-direction: column;
}
.Parameters .Controls {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.Parameters .Controls .Dropdown__Header {
  position: absolute;
  color: #87928c;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
  pointer-events: none;
  transform-origin: top left;
  transform: translate(4px, -16px) scale(1);
  transition: transform 0.2s ease, color 0.25s linear;
  z-index: 9;
  font-family: roboto, sans-serif;
}
.Parameters .Controls .Dropdown--Opened .DropdownHeader,
.Parameters .Controls .Dropdown--Selected .DropdownHeader {
  font-size: 12px;
  line-height: 16px;
  transform: translate(-1px, -38px) !important;
  transition: color 0.2s ease;
}
.Parameters .Controls .Dropdown--Opened .DropdownHeader {
  color: #35a47c !important;
}
.Parameters .Controls .DropdownItemsWrapper__SearchInput {
  height: 48px;
}
.Parameters .Controls .Dropdown .DropdownContent .arrow {
  border-left: 5px solid #111512;
  right: 16px;
}
.Parameters .Controls .DropdownContent,
.Parameters .Controls .SearchLocationInput,
.Parameters .Controls .FloatInput {
  height: 48px;
  max-height: 48px;
  border-color: #cacccb;
}
.Parameters .Controls .FloatInput.active .placeholder,
.Parameters .Controls .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.Parameters .Controls__city {
  width: 100%;
}
.Parameters .Section__Header {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .Parameters .Controls__Row {
    flex-wrap: wrap;
  }
  .Parameters .Controls__Row.Controls__ChooseGeoLocation {
    flex-wrap: nowrap;
  }
  .Parameters .Controls .LocationSection {
    margin-top: 32px;
  }
  .Parameters .Controls .LocationSection,
  .Parameters .Controls .CitiesDropdown {
    width: 100%;
  }
}

.CustomPayment {
  padding: 40px 16px;
  max-width: 434px;
  width: 100%;
  font-family: Roboto, "Roboto", sans-serif;
  margin: 0 auto;
}
.CustomPayment__Support {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  padding: 16px 20px;
  width: 100%;
  max-height: 48px;
  background: #FFFFFF;
  border: 1px solid #CACCCB;
  transition: opacity 0.3s ease-in-out;
  margin-top: 24px;
  color: #111512;
  margin-bottom: 24px;
}
.CustomPayment__Support svg {
  margin-bottom: 0 !important;
  margin-right: 12px;
}
.CustomPayment__Support svg path {
  fill: #111512;
}
@media (max-width: 479px) {
  .CustomPayment {
    padding-top: 32px;
  }
}
.CustomPayment__Wrapper {
  width: 100%;
  background-color: #FFFFFF;
}
.CustomPayment__Wrapper .payment-card-alert {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}
.CustomPayment__Alert {
  width: 100%;
  justify-content: center;
  background: #FDF3F1;
  color: #C72610;
  font-weight: bold;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
}
.CustomPayment__Alert svg {
  margin-right: 10px;
}
.CustomPayment__Container {
  padding: 32px 30px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media (max-width: 479px) {
  .CustomPayment__Container {
    padding: 24px 16px;
  }
}
.CustomPayment__Container dl {
  display: grid;
  margin: 0;
}
@media (min-width: 480px) {
  .CustomPayment__Container dl {
    grid-template-columns: auto 1fr;
    grid-gap: 16px 14px;
  }
}
.CustomPayment__Container dt {
  font-weight: bold;
}
.CustomPayment__Container dd {
  margin: 0;
}
@media (max-width: 479px) {
  .CustomPayment__Container dd:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 480px) {
  .CustomPayment__Container dd {
    text-align: right;
  }
}
.CustomPayment__ContentAmount dt {
  font-weight: normal;
}
.CustomPayment__ContentAmount dd {
  font-weight: bold;
}
@media (max-width: 479px) {
  .CustomPayment__ContentAmount {
    grid-template-columns: auto auto;
    grid-gap: 16px 14px;
  }
  .CustomPayment__ContentAmount dd {
    text-align: right;
  }
}
.CustomPayment__Content {
  padding: 24px 0;
  margin: 24px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.CustomPayment__Description {
  margin-bottom: 24px;
  text-align: center;
  color: #87928C;
  font-size: 12px;
  line-height: 16px;
}
.CustomPayment__Button {
  width: 100%;
  margin: 24px 0;
}
.CustomPayment__List {
  font-size: 12px;
  line-height: 16px;
  color: #87928C;
  margin-left: 16px;
}
.CustomPayment__List ul {
  margin: 0;
}
.CustomPayment__List li {
  margin-bottom: 8px;
  list-style: disc;
}
.CustomPayment__SuccessPayment {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 30px 8px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 479px) {
  .CustomPayment__SuccessPayment {
    padding: 24px 16px 8px;
  }
}
.CustomPayment__SuccessPayment svg {
  margin-bottom: 24px;
}
.ConfirmationForm__Description {
  margin-top: 8px;
  text-align: center;
}
.PaymentMethodsList {
  width: max-content;
  margin: 22px auto 0;
}
.PaymentMethodsList .PaymentMethodIcon:not(:last-of-type) {
  margin-right: 8px;
}

.reserved-modal {
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  color: #111512;
}
.reserved-modal .Dropdown__Label {
  text-transform: none !important;
}
.reserved-modal .Dropdown__Item__Description {
  color: #696F6B !important;
}
.reserved-modal .CurrenciesDropdown_Reservation .Dropdown__Header {
  bottom: 7px;
}
@media (max-width: 479px) {
  .reserved-modal .CurrenciesDropdown_Reservation .Dropdown__Header {
    bottom: -2px;
  }
}
.reserved-modal .CurrenciesDropdown_Reservation .Dropdown__Item span {
  text-transform: capitalize;
}
.reserved-modal .CurrenciesDropdown_Reservation .DropdownContent {
  max-height: 48px;
  border-color: #CACCCB;
}
.reserved-modal .CurrenciesDropdown_Reservation .DropdownContent .Dropdown__Label {
  text-transform: uppercase;
}
.reserved-modal .CurrenciesDropdown_Reservation .DropdownContent .arrow {
  border-left: 5px solid #111512;
  right: 16px;
}
.reserved-modal__title-mobile {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #111512;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .reserved-modal__title-mobile {
    display: none;
  }
}
.reserved-modal .point-info {
  color: #111512;
}
.reserved-modal .point-info_subway {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .reserved-modal {
    min-width: 400px !important;
    width: 400px !important;
  }
}
.reserved-modal_result {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  background-color: #F6F5F8;
  border-radius: 8px;
  color: #696F6B;
  font-size: 14px;
}
.reserved-modal_result-divider {
  border-top: 1px solid #E5E5E5;
  padding-top: 12px;
}
.reserved-modal_result-row {
  display: flex;
  justify-content: space-between;
}
.reserved-modal_result-currency {
  color: #111512;
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
}
.reserved-modal_result-currency-name {
  margin-left: 4px;
  text-transform: uppercase;
  font-size: 12px;
  color: #696F6B;
}
.reserved-modal_result-time {
  color: #111512;
  font-size: 14px;
}
.reserved-modal_result .clockIcon {
  display: flex;
  align-items: center;
}
.reserved-modal_result .clockIcon svg {
  margin-right: 4px;
  height: 12px;
  width: 12px;
}
.reserved-modal_result .clockIcon svg path {
  fill: #696F6B;
}
.reserved-modal .choose-modal__close-button_left {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .reserved-modal .choose-modal__close-button_left {
    display: none;
  }
}
.reserved-modal .choose-modal__close-button_right {
  width: 36px;
}
.reserved-modal .reserved-modal-content {
  padding: 24px 16px 0;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .reserved-modal .reserved-modal-content {
    padding: 0 24px 0;
    max-height: 80vh;
    overflow: auto;
  }
}
.reserved-modal .reserved-modal-content::-webkit-scrollbar {
  width: 4px;
}
.reserved-modal .reserved-modal-content::-webkit-scrollbar-button {
  display: none;
}
.reserved-modal .reserved-modal-content::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.reserved-modal .reserved-modal-content::-webkit-scrollbar-thumb {
  height: 20px;
  background-color: #e6e6e6;
  border-radius: 1.5px;
}
.reserved-modal .reserved-modal-content::-webkit-resizer {
  background-color: #e6e6e6;
}
.reserved-modal .reserved-modal-content_middle {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.reserved-modal .choose-modal__title-desktop {
  font-size: 18px;
  line-height: 32px;
}
.reserved-modal .DualButton-lite {
  width: 100%;
}
.reserved-modal .DualButton-lite label {
  flex: 1;
}
.reserved-modal .DualButton-lite .filters__label {
  height: 48px;
}
.reserved-modal .DualButton-lite .buyLabel {
  margin-right: -1px;
  position: relative;
  border-right: 1px solid #76c1a6;
}
.reserved-modal .DualButton-lite input:checked + label {
  background-color: #f3faf7;
  border-color: #76c1a6;
}
.reserved-modal .DualButton-lite input:checked + label span {
  color: #35a47c;
}
.reserved-modal .DualButton-lite input:checked + label svg {
  margin-right: 4px;
}
.reserved-modal .DualButton-lite input:checked + label svg path {
  fill: #35a47c;
}
.reserved-modal .FloatInput {
  height: 48px;
  max-height: 48px;
  border-color: #CACCCB;
}
.reserved-modal .FloatInput.active .placeholder,
.reserved-modal .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.reserved-modal .item-title {
  margin-bottom: 8px;
  font-weight: bold;
}
.reserved-modal .reservation-visit_time {
  margin-bottom: 24px;
}
.reserved-modal_footer {
  display: flex;
  padding: 32px 16px 0;
  z-index: 1;
  position: relative;
  flex-direction: column-reverse;
  gap: 8px;
}
.reserved-modal_footer .Button {
  width: 100%;
  flex: auto;
}
.reserved-modal_footer button {
  flex: 1;
}
@media (min-width: 768px) {
  .reserved-modal_footer {
    flex-direction: row;
    padding: 8px 24px 0;
  }
  .reserved-modal_footer .Button {
    width: auto;
    flex: 1;
  }
}
.reserved-modal .primary.borderless {
  color: #87928C;
}
.reserved-modal .choose-modal__Floating {
  color: #FFF !important;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
.reserved-modal .choose-modal__Floating > div {
  background-color: #111512;
}

.rates-chart-section {
  padding: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.rates-chart-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rates-chart-section__title {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #111512;
}
@media (min-width: 640px) {
  .rates-chart-section__title {
    font-size: 16px;
  }
}
.rates-chart-section__close {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #696F6B;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.rates-chart-section__close > svg {
  margin-right: 9px;
}
.rates-chart-section__close > svg > path {
  fill: #696F6B !important;
}
.rates-chart-section__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 16px;
}
.rates-chart-section__buttons .button-group {
  width: 100%;
}
.rates-chart-section__buttons .button-group button {
  width: 100%;
}
@media (min-width: 640px) {
  .rates-chart-section__buttons {
    flex-direction: row;
    align-items: center;
  }
  .rates-chart-section__buttons .button-group {
    width: inherit;
  }
  .rates-chart-section__buttons .button-group button {
    width: inherit;
  }
}
.rates-chart-section__wrapper-buttons {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 640px) {
  .rates-chart-section__wrapper-buttons {
    margin-top: 0;
    width: inherit;
    display: flex;
    align-items: center;
  }
}
.rates-chart-section__archive {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35A47C;
  margin: 16px 0 0 auto;
  display: block;
  width: max-content;
}
@media (min-width: 640px) {
  .rates-chart-section__archive {
    margin: 0 0 0 24px;
  }
}

.myCluster {
  height: 48px !important;
  width: 48px !important;
  border-radius: 50%;
  background-color: #35A47C;
  border: 2px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: Roboto, "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.myRedCluster {
  height: 48px !important;
  width: 48px !important;
  border-radius: 50%;
  background-color: #DF3115;
  border: 2px solid #FFF;
  align-items: center;
  color: #FFF;
  font-family: Roboto, "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.myRedCluster i {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  color: #FFF;
  letter-spacing: 0;
}
.myRedToolTip {
  color: #DF3115;
  font-family: Roboto, "Roboto", sans-serif;
  font-style: normal;
  z-index: 20;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  padding: 0px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: center;
}
.myRedToolTip i {
  display: block;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  color: #DF3115;
  letter-spacing: 0;
}
.fullRedToolTip {
  color: #FFF;
  font-family: Roboto, "Roboto", sans-serif;
  width: 47px;
  height: 37px;
  font-style: normal;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  padding: 0px;
  background-color: #df3115;
  opacity: 1;
  border: none;
  box-shadow: none;
  outline: none;
  flex-wrap: wrap;
}
.fullRedToolTip i {
  width: 100%;
  display: block;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0;
}
.myToolTip {
  color: #111512;
  font-family: Roboto, "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  padding: 0px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: center;
}
.myToolTip i {
  display: block;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  color: #696F6B;
  letter-spacing: 0;
}
.userMarker {
  height: 13px !important;
  width: 13px !important;
  border-radius: 50%;
  background-color: #5076C0;
  border: 2px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.userMarker i {
  display: block;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  color: #696F6B;
  letter-spacing: 0;
}
.MapBlock {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  width: calc(100% - 640px);
  border-left: 1px solid #E5E5E5;
  transition: width 0.3s ease;
}
@media (max-width: 959px) {
  .MapBlock {
    width: 37%;
  }
}
.MapBlock__Hider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
}
.MapBlock--Blur {
  position: relative;
  filter: blur(3px);
  transition: all 0.3s ease;
}
.MapBlock--Blur .shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.24);
}
.MapBlock .footerControl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 110;
  right: 0;
}
.MapBlock .footerControl .setPointWrapper {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 0 10px 72px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #F2F3F2;
}
.MapBlock .footerControl .FloatingButton {
  display: none;
}
.MapBlock--MapMode {
  width: 100%;
  transition: width 0.3s ease;
}
.MapBlock--MapMode .footerControl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 110;
  right: 0;
}
.MapBlock--MapMode .footerControl .setPointWrapper {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 0 10px 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #F2F3F2;
}
.MapBlock--MapMode .footerControl .FloatingButton {
  display: none;
  left: 0;
}
@media (max-width: 479px) {
  .MapBlock--MapMode .footerControl .FloatingButton {
    display: flex;
  }
}
.MapBlock--MapMode .controlMap .mapMode {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 401;
  margin: 8px 0 0 0;
  position: absolute;
  border-radius: 0 8px 8px 0;
  height: 48px;
  width: 94px !important;
  border: 1px solid #E5E5E5;
  border-left: none;
  background-color: #FFF;
  transition: width 0.1s ease;
  opacity: 1;
}
.MapBlock--MapMode .controlMap .mapMode:hover {
  opacity: 0.9;
  transition: width 0.5s ease;
}
.MapBlock--MapMode .controlMap .mapMode .arrowListMode {
  margin-left: 10px;
  transform: rotate(180deg) !important;
  transition: all 0.3s ease;
  opacity: 1;
}
.MapBlock--MapMode .controlMap .mapMode .arrowListMode:hover {
  opacity: 0.9;
  transition: width 0.5s ease;
}
@media (max-width: 479px) {
  .MapBlock--MapMode .controlMap .mapMode {
    display: none;
  }
}
.MapBlock--MapMode .controlMap .mapInput {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 8px 0 0 102px !important;
  position: absolute;
  z-index: 100;
  width: calc(100% - 36px);
  height: 46px;
  min-width: 304px;
  max-width: calc(100% - 136px);
  border-radius: 4px;
  background-color: #FFF;
  transition: all 0.3s ease;
}
@media (max-width: 959px) {
  .MapBlock--MapMode .controlMap .mapInput {
    display: none;
  }
}
.MapBlock--MapMode .controlMap .mapInput .FloatInput {
  height: 50px;
  flex-direction: row;
}
.MapBlock--MapMode .controlMap .mapInput .FloatInput.active .placeholder,
.MapBlock--MapMode .controlMap .mapInput .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1) !important;
}
.MapBlock--MapMode .controlMap .mapInput .FloatInput .placeholder {
  background: transparent !important;
  left: 35px !important;
  top: inherit;
  text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0;
}
@media (max-width: 479px) {
  .MapBlock--MapMode .controlMap .mapInput {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    margin: 8px 0 0 8px !important;
    position: absolute;
    z-index: 110;
    width: calc(100% - 16px) !important;
    height: 46px;
    min-width: 200px;
    max-width: calc(100% - 16px) !important;
    border-radius: 4px;
    background-color: #FFF;
  }
  .MapBlock--MapMode .controlMap .mapInput .InputWrapper {
    min-height: 0;
  }
}
.MapBlock--MapMode .controlMap .mapInput svg {
  flex-shrink: 0;
}
.MapBlock--MapMode .controlMap .mapInput .Input {
  border: none;
  max-width: 268px;
}
@media (max-width: 479px) {
  .MapBlock--MapMode {
    opacity: 1;
    max-height: 100vh;
    transition: all 0.3s ease;
  }
}
.MapBlock .controlMap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.MapBlock .controlMap .mapMode {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 401;
  margin: 8px 0 0 0;
  position: absolute;
  border-radius: 0 8px 8px 0;
  height: 48px;
  width: 22px;
  border: 1px solid #E5E5E5;
  border-left: none;
  background-color: #FFF;
  opacity: 1;
  transition: width 0.1s ease;
}
.MapBlock .controlMap .mapMode:hover {
  opacity: 0.9;
  transition: width 0.5s ease;
}
@media (max-width: 479px) {
  .MapBlock .controlMap .mapMode {
    display: none;
  }
}
.MapBlock .controlMap .mapInput {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 8px 0 0 30px;
  position: absolute;
  z-index: 401;
  width: calc(100% - 36px);
  height: 48px;
  max-width: 365px;
  border-radius: 4px;
  background-color: #FFF;
  transition: all 0.3s ease;
}
.MapBlock .controlMap .mapInput .FloatInput {
  height: 50px;
  flex-direction: row;
}
.MapBlock .controlMap .mapInput .FloatInput.active .placeholder,
.MapBlock .controlMap .mapInput .FloatInput.focused .placeholder {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1) !important;
}
.MapBlock .controlMap .mapInput .FloatInput .placeholder {
  background: transparent !important;
  left: 35px !important;
  text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0;
}
.MapBlock .controlMap .mapInput .InputWrapper {
  min-height: 0;
  height: 46px;
  align-self: center;
}
.MapBlock .controlMap .mapInput .InputWrapper input {
  height: 100%;
}
@media (max-width: 959px) {
  .MapBlock .controlMap .mapInput {
    display: none;
  }
}
.MapBlock .controlMap .mapInput svg {
  flex-shrink: 0;
}
.MapBlock .controlMap .mapInput .Input {
  border: none;
}
@media (max-width: 479px) {
  .MapBlock .controlMap {
    display: block;
  }
}
.MapBlock .Map {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 9;
}
@media (max-width: 479px) {
  .MapBlock .Map {
    min-height: 120px;
  }
}
.MapBlock .Map .leaflet-control-zoom {
  margin-bottom: 50px;
  box-shadow: none;
  border: none !important;
  transition: margin-bottom 0.3s ease;
}
.MapBlock .Map .leaflet-control-zoom .leaflet-control-zoom-in {
  box-shadow: 0px 8px 24px rgba(16, 51, 39, 0.24);
}
.MapBlock .Map .leaflet-control-zoom .leaflet-control-zoom-out {
  box-shadow: 0px 8px 24px rgba(16, 51, 39, 0.24);
}

.DescriptionPageSkeletonLoader .desktop {
  width: 67%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonPointHeader {
  display: flex;
  height: 48px;
  width: 100%;
  background: #FFF;
  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;
  padding-left: 20px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonPointHeader .backButton {
  align-self: center;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonPointHeader .backButton .arrowLeftIcon {
  cursor: pointer;
  align-self: center;
  margin-right: 20px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonPointHeader .titleText {
  align-self: center;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonPointMainBlock {
  display: flex;
  flex-direction: row;
  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;
  max-height: 152px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonPointMainBlock .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-height: 152px;
  padding: 16px 16px 0 0;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonPointMainBlock .container .wayButton {
  max-width: 124px;
  align-self: flex-end;
  display: flex;
  height: 32px;
  flex-direction: row;
  justify-content: center;
  border: 1px solid #CACCCB;
  background-color: #FFF;
  border-radius: 2px;
  padding: 2px 11px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo {
  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;
  padding: 16px 0 6px;
  height: auto;
  max-height: 152px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock {
  display: flex;
  flex-wrap: wrap;
  padding-left: 21px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .locations {
  order: 1;
  width: 50%;
  height: 40px;
  display: flex;
  flex-direction: row;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .locations .point {
  align-self: center;
  min-width: 14px;
  margin-left: 3px;
  margin-right: 13px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .subwayDesktop {
  order: 3;
  width: 50%;
  height: 40px;
  display: flex;
  flex-direction: row;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .subwayDesktop .desktopSubway {
  margin-right: 10px;
  min-width: 20px;
  height: 20px;
  align-self: center;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .subwayDesktop .desktopSubway path {
  transform: scale(1.25);
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .phone {
  order: 2;
  width: 50%;
  height: 40px;
  display: flex;
  padding-left: 10px;
  flex-direction: row;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .phone .phoneIcon {
  margin-right: 12px;
  align-self: center;
  min-width: 16px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .phone .phoneIcon path {
  fill: #111512;
  height: 16px;
  width: 16px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .clock {
  order: 5;
  width: 50%;
  height: 40px;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .clock .clockIcon {
  min-width: 20px;
  margin-right: 10px;
  align-self: center;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .clock .clockIcon path {
  fill: #111512;
  height: 20px;
  width: 20px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .checked {
  order: 4;
  width: 50%;
  height: 40px;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .checked .checkedIcon {
  min-width: 19px;
  margin-right: 9px;
  align-self: center;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonContactInfo .iconsBlock .checked .checkedIcon svg {
  height: 12px;
  width: 19px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonAdditionalServices {
  min-height: 96px;
  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;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonDescriptionFromOwner {
  display: flex;
  flex-direction: row;
  height: 56px;
  padding: 14px 23px 16px 16px;
  justify-content: space-between;
  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;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonDescriptionFromOwner .expansionArrowIcon {
  margin-top: 10px;
  margin-left: 8px;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonExchangeRates {
  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;
}
.DescriptionPageSkeletonLoader .desktop .SkeletonGallery {
  padding: 0 16px 0 0;
  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;
  min-height: 311px;
}
.DescriptionPageSkeletonLoader .mobile {
  display: none;
}
@media (max-width: 479px) {
  .DescriptionPageSkeletonLoader .desktop {
    display: none !important;
  }
  .DescriptionPageSkeletonLoader .mobile {
    display: block !important;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonPointMainBlockMobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    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;
    min-height: 140px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonPointMainBlockMobile .timeMobile {
    display: flex;
    flex-direction: column;
    padding: 25px 16px 0 0;
    max-width: 56px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonPointMainBlockMobile .timeMobile .backButton {
    margin-right: 9px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonPointMainBlockMobile .timeMobile svg {
    align-self: flex-end;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonPointHeaderMobile {
    display: flex;
    height: 48px;
    width: 100%;
    background: #FFF;
    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;
    padding-left: 20px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonPointHeaderMobile .backButton {
    align-self: center;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonPointHeaderMobile .backButton .arrowLeftIcon {
    cursor: pointer;
    align-self: center;
    margin-right: 20px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonPointHeaderMobile .titleText {
    align-self: center;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonDescriptionFromOwnerMobile {
    display: flex;
    flex-direction: row;
    height: 56px;
    padding: 14px 23px 16px 16px;
    justify-content: space-between;
    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;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonDescriptionFromOwnerMobile .expansionArrowIcon {
    margin-top: 10px;
    margin-left: 8px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonExchangeRatesMobile {
    display: flex;
    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;
    flex-direction: row;
    justify-content: space-between;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonExchangeRatesMobile .skeletonRates {
    width: 152px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile {
    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;
    height: auto;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock {
    display: flex;
    flex-direction: column;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .locations {
    order: 1;
    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;
    padding-left: 21px;
    height: 48px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .locations .point {
    align-self: center;
    min-width: 14px;
    margin-left: 2px;
    margin-right: 13px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .subwayDesktop {
    order: 2;
    height: 48px;
    padding-left: 21px;
    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;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .subwayDesktop .desktopSubway {
    margin-right: 5px;
    min-width: 18px;
    height: 14px;
    align-self: center;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .phone {
    order: 3;
    height: 48px;
    padding-left: 21px;
    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;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .phone .phoneIcon {
    margin-right: 12px;
    align-self: center;
    min-width: 16px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .phone .phoneIcon path {
    fill: #111512;
    height: 16px;
    width: 16px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .clock {
    order: 4;
    padding-left: 21px;
    height: 48px;
    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;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .clock .clockIcon {
    min-width: 20px;
    margin-right: 10px;
    align-self: center;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .clock .clockIcon path {
    fill: #111512;
    height: 20px;
    width: 20px;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .checked {
    order: 5;
    padding-left: 21px;
    height: 48px;
    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;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .checked .checkedIcon {
    min-width: 19px;
    margin-right: 9px;
    align-self: center;
  }
  .DescriptionPageSkeletonLoader .mobile .SkeletonContactInfoMobile .iconsBlock .checked .checkedIcon svg {
    height: 12px;
    width: 19px;
  }
}

.ConfirmDeleteModal {
  display: flex;
  flex-direction: column;
  min-width: 304px;
  padding: 16px 16px 8px;
  position: relative;
  pointer-events: visible;
}
.ConfirmDeleteModal .actions {
  align-self: flex-end;
  margin-top: 8px;
}
.ConfirmDeleteModal .actions button {
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 16px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 16px;
  color: #298662;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.PointMainBlock {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.PointMainBlock .ratesContainer {
  display: flex;
  gap: 16px;
}
.PointMainBlock .exchangerInfo.withLogo {
  flex-direction: row !important;
}
.PointMainBlock .officeName {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  display: block;
  max-width: 100% !important;
  overflow: visible !important;
}
.PointMainBlock .officeName::first-letter {
  text-transform: uppercase;
}
.PointMainBlock .ratesRow {
  display: flex;
  gap: 8px;
  align-items: center;
}
.PointMainBlock .ratingCommon {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #111512;
  letter-spacing: 0.36px;
  line-height: 20px;
}
.PointMainBlock .ratingCommon svg {
  fill: #f5c142;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.PointMainBlock--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .PointMainBlock--right {
    margin-bottom: 0;
    gap: 8px;
  }
}
.PointMainBlock .star-icon {
  padding: 8px;
  fill: #696f6b;
  height: 40px;
  width: 40px;
}
.PointMainBlock .star-icon path {
  fill: #696f6b;
}
@media (max-width: 959px) {
  .PointMainBlock {
    padding: 16px 0 16px 0;
  }
}
.PointMainBlock .rates-chart-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.PointMainBlock .rates-chart-switcher svg {
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.PointMainBlock .rates-chart-switcher:hover svg {
  opacity: 0.8;
}
.PointMainBlock .range {
  color: #696F6B;
}
.PointMainBlock .all-ratings {
  font-family: 'Roboto', sans-serif;
  display: flex;
  font-size: 12px;
  color: #111512;
  gap: 2px;
  transition: opacity 0.3s;
  align-items: center;
  letter-spacing: 0.36px;
  line-height: 20px;
}
.PointMainBlock .all-ratings:hover {
  opacity: 0.8;
}
.PointMainBlock .rateAndButton {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media (min-width: 960px) {
  .PointMainBlock .rateAndButton {
    justify-content: space-between;
    flex-direction: row;
  }
}
.PointMainBlock .rateAndButton a {
  margin: 0;
}
.PointMainBlock .rateAndButton .ratesWrapper {
  display: flex;
  align-items: flex-start;
  flex: 1;
  margin-bottom: 20px;
}
.PointMainBlock .rateAndButton .ratesWrapper.isFreeBranch .star-icon {
  padding: 0 !important;
  padding-left: 8px;
  width: 24px;
  height: 24px;
}
.PointMainBlock .rateAndButton .ratesWrapper .star-icon {
  margin-left: 8px;
  padding: 0 !important;
  width: 24px;
  height: 24px;
}
.PointMainBlock .rateAndButton .ratesTextCurrency {
  margin-left: 4px;
  font-size: 16px;
  line-height: 19px;
}
.PointMainBlock .rateAndButton .rates {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  margin-right: 16px;
}
.PointMainBlock .rateAndButton .rates .ratesText {
  margin-right: 4px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #111512;
}
@media (min-width: 960px) {
  .PointMainBlock .rateAndButton .rates .ratesText {
    font-size: 24px;
  }
}
.PointMainBlock .rateAndButton .rates .typeText {
  line-height: 20px;
  font-size: 14px;
}
.PointMainBlock .rateAndButton p {
  align-self: start;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.PointMainBlock .rateAndButton .backButton {
  display: none;
}
.PointMainBlock .rateAndButton .wayButton {
  max-width: 124px;
  align-self: start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 1px solid #CACCCB;
  background-color: #FFF;
  border-radius: 2px;
  padding: 0 11px;
  pointer-events: none;
  height: 40px;
  line-height: 39px;
  margin-left: 16px;
}
.PointMainBlock .rateAndButton .wayButton .wayIcon {
  align-self: center;
  margin-left: 2px;
}
.PointMainBlock .rateAndButton .wayButton .wayIcon path {
  height: 20px;
  width: 20px;
}
.PointMainBlock .rateAndButton .wayButton p {
  margin: 0 0 0 10px;
}
.PointMainBlock .exchanger {
  background-color: #FBE7AB;
  width: auto;
  color: #43360B;
  padding: 0 8px;
  border-radius: 16px;
  font-size: 13px !important;
  height: 20px;
  display: block;
}
.PointMainBlock .exchanger__free {
  background: #E6E6E6;
  color: #111512;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.PointMainBlock .achivements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}
@media (min-width: 960px) {
  .PointMainBlock .achivements {
    margin-top: 20px;
  }
}
.PointMainBlock .achivements__logo {
  height: 48px;
  width: 48px;
  border-radius: 4px;
  border: 1px solid #F2F3F2;
  overflow: hidden;
}
.PointMainBlock .achivements__logo img {
  display: block;
  width: 48px;
}
.PointMainBlock .achivements__left {
  display: flex;
  gap: 4px 12px;
  align-items: center;
}
.PointMainBlock .achivements__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
@media (max-width: 479px) {
  .PointMainBlock .achivements {
    flex-direction: column;
    justify-content: start;
    flex-wrap: nowrap;
  }
  .PointMainBlock .achivements__right {
    margin-left: 0;
  }
}
.PointMainBlock .achivements .bank {
  background-color: #CFE9E0;
  width: auto;
  padding: 2px 4px;
  color: #19553E;
}
.PointMainBlock .achivements .customer {
  background-color: #E5E5E5;
  width: auto;
  padding: 2px 4px;
  color: #111512;
}
.PointMainBlock .achivements .duration {
  margin-left: 4px;
  background: #F7CEC7;
  width: auto;
  padding: 0 8px 0 4px;
  color: #93180A;
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 0 0);
}
.PointMainBlock .reviewText {
  color: #696F6B;
}
.PointMainBlock .updateText {
  color: #696F6B;
}
@media (max-width: 959px) {
  .PointMainBlock {
    border-radius: 10px 10px 0 0;
    min-height: 100px;
  }
  .PointMainBlock .rateAndButton .backButton {
    display: block;
    margin: 9px 9px 0 0;
  }
  .PointMainBlock .rateAndButton .wayLink {
    margin-left: auto;
    margin-right: 24px;
  }
  .PointMainBlock .rateAndButton .wayButton {
    height: 36px;
    min-width: 36px;
  }
  .PointMainBlock .rateAndButton .wayButton .leftIcon {
    margin: 0;
  }
  .PointMainBlock .rateAndButton .wayButton span {
    display: none;
  }
}
@media (max-width: 639px) {
  .PointMainBlock .wayLink {
    display: none;
  }
}

.Schedule {
  display: flex;
  max-height: 600px;
  opacity: 1;
  flex-direction: column;
  margin: 14px 0 20px 29px;
  transition: max-height 0.3s, height 0.3s, opacity 0.3s, margin 0.3s ease;
  cursor: default;
}
.Schedule .timeLabels {
  margin-left: 69px;
  display: grid;
  grid-template-columns: 102px 78px;
  grid-template-rows: 24px;
}
.Schedule .timeLabels span {
  color: #87928C;
}
.Schedule .time {
  justify-content: last baseline;
}
.Schedule .time .timeWrapper .timeLabels {
  display: none !important;
}
.Schedule .time .day {
  display: grid;
  grid-template-columns: 69px 1fr;
  opacity: 1;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: display 0.5s, opacity 0.5s ease;
}
.Schedule .time .day .dayHours {
  text-align: left;
  width: 90px;
  color: #454D49;
  margin: 0;
  flex-shrink: 0;
}
.Schedule .time .day .timeContainer {
  display: grid;
  grid-template-columns: 102px 1fr;
}
.Schedule .time .day .timeContainer .breaksBlock {
  margin-top: -2px;
}
.Schedule .time .day .timeContainer .breaksBlock .breaks {
  color: #DF3115;
  align-self: flex-start;
  position: relative;
}
.Schedule .time .day .timeContainer .breaksBlock .breaksTimes {
  display: flex;
  flex-direction: column;
}
.Schedule .time .day .timeContainer .breaksBlock .breaksTimes .breaksTime {
  color: #87928C;
  margin-top: 3px;
  width: 79px;
}
.Schedule .time .day .dayText {
  width: 22px;
  text-align: left;
  color: #454D49;
  font-weight: bold;
  margin: 0 4px 0 0;
}
.Schedule .time .day .doubleDayText {
  width: 100%;
  text-align: left;
  color: #454D49;
  font-weight: bold;
  margin: 0 4px 0 0;
}
.ScheduleN {
  max-height: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  opacity: 0;
  flex-direction: row;
  margin: 0 0 0 30px;
  transition: max-height 0.3s, height 0.3s, opacity 0.3s, margin 0.3s ease;
}
.ScheduleN .time {
  display: none;
  flex-direction: column;
  transition: display 0.5s ease;
}
.ScheduleN .time .day {
  display: none;
  flex-direction: row;
  margin-right: 8px;
  opacity: 0;
  transition: display 0.5s, opacity 0.5s ease;
}
.ScheduleN .time .day .breaks {
  color: #AD1D0C;
}
.ScheduleN .time .day .dayText {
  align-self: center;
  color: #454D49;
  font-weight: bold;
  margin: 0 4px 0 0;
}
.ScheduleN .time .breaks {
  color: #AD1D0C;
}
.ScheduleN .time .dayHours {
  color: #454D49;
  align-self: left;
  margin: 0;
}

.tooltip-container {
  --tooltipBackground: #111512;
  --tooltipBorder: #111512;
  background-color: var(--tooltipBackground);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 16px;
  transition: opacity 0.3s;
  z-index: 9999;
  max-width: 240px;
  width: 240px;
}
.tooltip-container__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 4px;
}
.tooltip-container__text {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 8px;
}
.tooltip-container__button {
  outline: 0;
  border: 0;
  color: #55b391;
  align-self: flex-end;
  padding: 0!important;
}
.tooltip-container[data-popper-interactive='false'] {
  pointer-events: none;
}
.tooltip-arrow {
  height: 14px;
  position: absolute;
  width: 14px;
  pointer-events: none;
}
.tooltip-arrow::before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  width: 0;
}
.tooltip-arrow::after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
}
.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow {
  left: 0;
  margin-top: -5rem;
  top: 0;
}
.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow::before {
  border-color: transparent transparent var(--tooltipBorder) transparent;
  border-width: 0 7px 5px 7px;
  position: absolute;
  top: -1px;
}
.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow::after {
  border-color: transparent transparent var(--tooltipBackground) transparent;
  border-width: 0 7px 5px 7px;
}
.tooltip-container[data-popper-placement*='top'] .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-bottom: -14px;
}
.tooltip-container[data-popper-placement*='top'] .tooltip-arrow::before {
  border-color: var(--tooltipBorder) transparent transparent transparent;
  border-width: 5px 7px 0 7px;
  position: absolute;
  top: 1px;
}
.tooltip-container[data-popper-placement*='top'] .tooltip-arrow::after {
  border-color: var(--tooltipBackground) transparent transparent transparent;
  border-width: 5px 7px 0 7px;
}
.tooltip-container[data-popper-placement*='right'] .tooltip-arrow {
  left: 0;
  margin-left: -10px;
}
.tooltip-container[data-popper-placement*='right'] .tooltip-arrow::before {
  border-color: transparent var(--tooltipBorder) transparent transparent;
  border-width: 7px 5px 7px 0;
}
.tooltip-container[data-popper-placement*='right'] .tooltip-arrow::after {
  border-color: transparent var(--tooltipBackground) transparent transparent;
  border-width: 7px 5px 7px 0;
  left: 6px;
  top: 0;
}
.tooltip-container[data-popper-placement*='left'] .tooltip-arrow {
  margin-right: -10px;
  right: 0;
}
.tooltip-container[data-popper-placement*='left'] .tooltip-arrow::before {
  border-color: transparent transparent transparent var(--tooltipBorder);
  border-width: 7px 0 7px 5px;
}
.tooltip-container[data-popper-placement*='left'] .tooltip-arrow::after {
  border-color: transparent transparent transparent var(--tooltipBackground);
  border-width: 7px 0 7px 5px;
  left: 3px;
  top: 0;
}

.widget-notification {
  position: fixed;
  z-index: 130;
  right: 14px;
  bottom: calc(130px + env(safe-area-inset-bottom));
}
.widget-notification .tooltip-container[data-popper-placement*='left'] .tooltip-arrow {
  margin-right: -9px !important;
}
.widget-notification a,
.widget-notification button {
  width: 56px;
  height: 56px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
}
.widget-notification a:hover,
.widget-notification button:hover {
  opacity: 0.6;
}
@media (min-width: 960px) {
  .widget-notification {
    right: inherit;
    left: calc(100% - 136px);
    bottom: calc(10px + env(safe-area-inset-bottom));
  }
}

.desktopCard {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.desktopCard svg {
  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;
}
.mobileCard {
  display: none;
}
@media (max-width: 959px) {
  .desktopCard {
    display: none;
  }
  .mobileCard {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .mobileCard svg {
    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;
  }
}

.compact-sort-navigation {
  align-items: center;
  padding: 16px;
  border-top: 1px solid #e6e6e6;
  display: flex;
}
@media (max-width: 639px) {
  .compact-sort-navigation {
    display: none;
  }
}
.compact-sort-navigation__item {
  display: flex;
  flex: 1 1;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #696F6B;
}
.compact-sort-navigation__item:nth-child(1) {
  flex-basis: 10%;
}
.compact-sort-navigation__item:nth-child(2) {
  flex-basis: 23%;
}
.compact-sort-navigation__item:nth-child(3) {
  flex-basis: 57%;
}
.compact-sort-navigation__item:nth-child(4) {
  flex-basis: 10%;
  justify-content: flex-end;
}

.default-sort-navigation {
  align-items: center;
  padding: 16px;
  border-top: 1px solid #e6e6e6;
  display: flex;
}
@media (max-width: 959px) {
  .default-sort-navigation {
    display: none;
  }
}
.default-sort-navigation__course {
  min-width: 196px;
  max-width: 196px;
  margin: 0px;
}
.default-sort-navigation__details {
  flex: 1 0;
}
.default-sort-navigation__time {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 140px;
}
.default-sort-navigation__toggler {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #696F6B;
}


/*# sourceMappingURL=styles.1200622c.chunk.css.map*/