.hero-title-block {
  flex: none;
}

.feedback-contact-section-container .container {
  display: flex;
  justify-content: space-between;
}

.contacts-map-section-fullwidth {
  width: 100%;
}

.contacts-map-embed-iframe {
  border-radius: 33.29px;
  width: 100%;
  height: 100%;
  min-height: 606px;
  border: 0;
}

.world-map-dotted-background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.world-map-dotted-background-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.watch-timezone-wrapper {
  position: absolute;
  right: 4.72%;
  top: 53%;
}

.analog-watch-time-display-widget {
  width: 101px;
  height: 101px;
  position: relative;
}

.clock-face {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hour-hand,
.minute-hand,
.second-hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: bottom center;
}

.hour-hand {
  width: 3.07px;
  height: 30.3px;
  background: white;
  margin-left: -1.54px;
  filter: drop-shadow(1.01px 0 1.01px rgba(0, 0, 0, 0.1));
}

.minute-hand {
  width: 2.02px;
  height: 40.4px;
  background: white;
  margin-left: -1.01px;
  filter: drop-shadow(1.01px 0 1.01px rgba(0, 0, 0, 0.1));
}

.second-hand {
  width: 1.01px;
  height: 45.45px;
  background: #ff4f4f;
  margin-left: -0.51px;
  filter: drop-shadow(1.01px 0 0.51px rgba(0, 0, 0, 0.1));
}

.center-dot {
  position: absolute;
  width: 6.06px;
  height: 6.06px;
  background: #ff4f4f;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.timezone-moscow-text-label-display {
  font-weight: 500;
  font-size: 16.16px;
  margin-top: 14.14px;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}

.contact-information-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 56.56px;
  position: absolute;
  left: 4.72%;
  top: 34%;
  max-width: 540px;
}

.contact-information-blocks-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 50.5px;
  width: 100%;
}

.main-heading-feedback-title-text {
  font-family: 'Segoe UI', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52.52px;
  line-height: 100%;
  font-variant: small-caps;
  letter-spacing: 2.02px;
  color: #ffffff;
  margin-bottom: 0;
}

.main-heading-feedback-title-text::first-letter {
  font-size: 50.5px;
  font-weight: 600;
}

.office-contacts-information-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  gap: 76.76px;
  width: 100%;
}

.main-office-address-details-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 16.16px;
}

.office-section-heading-title-label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 29px;
  line-height: 100%;
  color: #a5c6f6;
}

.office-physical-address-text-paragraph {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21.01px;
  line-height: 100%;
  color: #ffffff;
}

.contacts-communication-details-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 16.16px;
}

.contacts-section-heading-title-label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 29.09px;
  line-height: 100%;
  color: #a5c6f6;
}

.email-phone-contact-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  padding: 0;
  gap: 8.08px;
}

.email-address-contact-text-display,
.phone-number-contact-text-display {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 21.01px;
  line-height: 100%;
  color: #ffffff;
}

.subscription-form-input-button-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 8.08px;
  width: 100%;
  max-width: 481.57px;
}

.email-input-field-textbox-element {
  width: 286.03px;
  height: 54.54px;
  background: #101010;
  text-decoration: none;
  border-radius: 8.08px;
  border: none;
  padding: 0 14.14px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16.16px;
  color: #ffffff;
  outline: none;
}

.email-input-field-textbox-element::placeholder {
  color: #9d9d9d;
}

.submit-button-send-action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12.12px 32.32px;
  width: 187.86px;
  height: 54.54px;
  background: #0c47a0;
  border-radius: 8.08px;
  border: none;
  cursor: pointer;
  gap: 5.05px;
  transition: background 0.3s ease;
}

.submit-button-send-action-container:hover {
  background: #8fb5ec;
}

.submit-button-text-label-content {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18.18px;
  line-height: 150%;
  color: #ffffff;
}

.submit-button-send-action-container svg {
  width: 22.22px;
  height: 22.22px;
}

@media (min-width: 1280px) and (max-width: 1616px) {
  .feedback-contact-section-container {
    min-height: 700px;
  }

  .contacts-map-embed-iframe {
    min-height: 500px;
  }
}

@media (max-width: 630px) {
  .more-services-mobile {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .contact-information-content-wrapper {
    max-width: 45vw;
    gap: 5vw;
  }

  .office-contacts-information-container {
    gap: 6vw;
  }

  .geo-icon-small {
    bottom: -0.5rem;
  }

  .office-section-heading-title-label {
    font-size: 24px;
  }

  .contacts-section-heading-title-label {
    font-size: 24px;
  }

  .office-physical-address-text-paragraph {
    font-size: 18px;
  }

  .email-address-contact-text-display,
  .phone-number-contact-text-display {
    font-size: 18px;
  }
}

@media (min-width: 1030px) and (max-width: 1280px) {
  .geo-icon-small {
    bottom: -0.5rem;
  }
}

@media (max-width: 868px) {
  .feedback-contact-section-container {
    min-height: auto;
  }

  .geo-icon-small {
    width: 60px !important;
    margin-top: -0.9rem !important;
    height: auto;
  }

  .geo-icon-large {
    display: none;
  }

  .contacts-map-embed-iframe {
    min-height: 300px;
    border-radius: 16px;
  }

  .feedback-contact-section-container .container {
    flex-direction: column;
    gap: 40px;
  }

  .contact-information-content-wrapper {
    position: static;
    left: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    gap: 40px;
    padding: 40px 0;
    z-index: 10;
  }

  .contact-information-blocks-container {
    gap: 30px;
  }

  .world-map-dotted-background-layer {
    z-index: 0;
  }

  .main-heading-feedback-title-text {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .main-heading-feedback-title-text::first-letter {
    font-size: 32px;
  }

  .office-contacts-information-container {
    gap: 40px;
    justify-content: flex-start;
  }

  .main-office-address-details-block {
    gap: 12px;
  }

  .office-section-heading-title-label {
    font-size: 16px;
  }

  .office-physical-address-text-paragraph {
    font-size: 14px;
    line-height: 140%;
  }

  .contacts-communication-details-block {
    gap: 12px;
  }

  .contacts-section-heading-title-label {
    font-size: 16px;
  }

  .email-phone-contact-details-wrapper {
    gap: 8px;
  }

  .email-address-contact-text-display,
  .phone-number-contact-text-display {
    font-size: 14px;
  }

  .subscription-form-input-button-container {
    gap: 12px;
    max-width: 100%;
    width: 100%;
  }

  .email-input-field-textbox-element {
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 8px;
  }

  .submit-button-send-action-container {
    width: 100%;
    height: 48px;
    padding: 12px 24px;
    border-radius: 8px;
    max-width: 140px;
    gap: 8px;
  }

  .submit-button-text-label-content {
    font-size: 16px;
  }

  .submit-button-send-action-container svg {
    min-width: 16px;
    min-height: 16px;
  }

  .watch-timezone-wrapper {
    position: static;
    order: -1;
    display: flex;
    width: 100px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 40px;
    z-index: 10;
  }

  .analog-watch-time-display-widget {
    width: 100px;
    height: 100px;
    z-index: 10;
  }

  .hour-hand {
    width: 3px;
    height: 30px;
    margin-left: -1.5px;
    filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.1));
  }

  .minute-hand {
    width: 2px;
    height: 40px;
    margin-left: -1px;
    filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.1));
  }

  .faq-question-title-text {
    font-size: 16px !important;
  }

  .faq-answer-text-content {
    font-size: 14px !important;
  }

  .second-hand {
    width: 1px;
    height: 45px;
    margin-left: -0.5px;
    filter: drop-shadow(1px 0 0.5px rgba(0, 0, 0, 0.1));
  }

  .center-dot {
    width: 6px;
    height: 6px;
  }

  .timezone-moscow-text-label-display {
    font-size: 14px;
    margin-top: 16px;
    line-height: 150%;
    position: relative;
    left: 100px;
    top: -100px;
    text-align: center;
  }

  .more-services-mobile {
    display: inline;
  }

  .geo-icon-small {
    position: relative;
    top: -0.25rem !important;
  }
}

@media (max-width: 480px) {
  .geo-icon-small {
    width: 50px !important;
  }

  .contacts-map-embed-iframe {
    min-height: 250px;
    border-radius: 12px;
  }

  .contact-information-content-wrapper {
    gap: 30px;
    padding: 30px 0;
  }

  .contact-information-blocks-container {
    gap: 24px;
  }

  .main-heading-feedback-title-text {
    font-size: 26px;
    letter-spacing: 1.5px;
  }

  .main-heading-feedback-title-text::first-letter {
    font-size: 26px;
  }

  .office-contacts-information-container {
    gap: 24px;
  }

  .main-office-address-details-block,
  .contacts-communication-details-block {
    gap: 10px;
  }

  .office-section-heading-title-label,
  .contacts-section-heading-title-label {
    font-size: 14px;
  }

  .office-physical-address-text-paragraph,
  .email-address-contact-text-display,
  .phone-number-contact-text-display {
    font-size: 13px;
  }

  .subscription-form-input-button-container {
    gap: 10px;
  }

  .email-input-field-textbox-element {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }

  .submit-button-send-action-container {
    height: 44px;
    padding: 10px 20px;
  }

  .submit-button-text-label-content {
    font-size: 14px;
  }

  .submit-button-send-action-container svg {
    width: 18px;
    height: 18px;
  }

  .watch-timezone-wrapper {
    padding-top: 30px;
  }

  .analog-watch-time-display-widget {
    width: 80px;
    height: 80px;
  }

  .hour-hand {
    width: 2.5px;
    height: 24px;
    margin-left: -1.25px;
  }

  .minute-hand {
    width: 1.5px;
    height: 32px;
    margin-left: -0.75px;
  }

  .second-hand {
    width: 1px;
    height: 36px;
    margin-left: -0.5px;
  }

  .center-dot {
    width: 5px;
    height: 5px;
  }

  .timezone-moscow-text-label-display {
    font-size: 12px;
    margin-top: 34px;
  }
}

.more-services-mobile {
  display: none;
}

.feedback-contact-section-container {
  position: relative;
  width: 100vw;
  max-height: 700px;
  background: #000000;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.feedback-contact-section-container .container {
  max-width: 1616px;
  margin: 0 auto;
  padding-left: 40.4px;
  padding-right: 40.4px;
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 859.71px;
}

@media (min-width: 1616px) {
  .feedback-contact-section-container {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .feedback-contact-section-container .container {
    max-width: 1616px;
    padding-left: 40.4px;
    padding-right: 40.4px;
  }

  .contacts-map-section-fullwidth {
    margin-top: 110px;
  }
}

@media (min-width: 1026px) and (max-width: 1616px) {
  .feedback-contact-section-container {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .contacts-map-section-fullwidth {
    margin-top: 90px;
  }

  .feedback-contact-section-container .container {
    max-width: 1280px;
    padding-left: 40.4px;
    padding-right: 40.4px;
  }

  .office-section-heading-title-label {
    font-size: 24px;
  }

  .contacts-section-heading-title-label {
    font-size: 24px;
  }

  .email-address-contact-text-display {
    font-size: 19px;
  }

  .office-physical-address-text-paragraph {
    font-size: 19px;
  }

  .faq-large-heading-text {
    font-size: 62px !important;
  }

  .faq-small-heading-text {
    font-size: 30px !important;
  }
}

/* faq section */
.faq-main-section-wrapper {
  background: white;
}

.faq-main-section-wrapper .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20.2px;
  padding: 101px 40.4px;
}

.faq-header-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 30.3px;
  width: 428.24px;
  flex-shrink: 0;
}

.faq-small-heading-text {
  width: 100%;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 600;
  font-size: 36.36px;
  line-height: 100%;
  color: #0c47a0;
  margin: 0;
}

.faq-large-heading-text {
  width: 100%;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 600;
  font-size: 74.74px;
  line-height: 100%;
  color: #393939;
  margin: 0;
}

.faq-accordion-wrapper-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  max-width: 675.49px;
}

.faq-questions-list-container {
  width: 100%;
  max-width: 636.3px;
}

.faq-accordion-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}

.faq-accordion-item-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}

.faq-accordion-item-block:last-child {
  border-bottom: none;
}

.faq-item-surface-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}

.faq-header-clickable-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16.16px 0;
  gap: 16.16px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s;
}

.faq-title-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  flex: 1;
}

.faq-question-title-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21.17px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #000000;
  flex: 1;
  margin: 0;
}

.faq-icon-toggle-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 24.24px;
  height: 24.24px;
  flex-shrink: 0;
}

.faq-icon-svg-element {
  width: 24.24px;
  height: 24.24px;
  transition: transform 0.3s ease;
}

.faq-icon-svg-element.rotated {
  transform: rotate(45deg);
}

.faq-answer-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24.24px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}

.faq-answer-content-wrapper.open {
  max-height: 505px;
  padding: 16.16px 24.24px 32.32px;
}

.faq-answer-text-content {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19.39px;
  line-height: 140%;
  color: rgba(60, 60, 67, 0.85);
  width: 100%;
  margin: 0;
}

@media (min-width: 1280px) and (max-width: 1616px) {
  .faq-main-section-wrapper .container {
    padding: clamp(80px, 101px, 160px) clamp(40px, 40.4px, 64px);
  }

  .faq-answer-content-wrapper.open {
    max-height: clamp(200px, 505px, 800px);
  }
}

@media (max-width: 1024px) {
  .faq-main-section-wrapper .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
    padding: 8vw 3.5vw;
  }

  .faq-header-text-container {
    width: 100%;
    max-width: 100%;
    gap: 2.5vw;
  }

  .faq-small-heading-text {
    font-size: 3vw;
  }

  .faq-large-heading-text {
    font-size: 6vw;
  }

  .faq-accordion-wrapper-container {
    max-width: 100%;
  }

  .faq-questions-list-container {
    max-width: 100%;
  }

  .faq-question-title-text {
    font-size: 1.8vw;
  }

  .faq-answer-text-content {
    font-size: 1.5vw;
  }

  .faq-icon-toggle-wrapper {
    width: 2.5vw;
    height: 2.5vw;
  }

  .faq-icon-svg-element {
    width: 2.5vw;
    height: 2.5vw;
  }

  .faq-header-clickable-area {
    padding: 1.5vw 0;
  }

  .faq-answer-content-wrapper.open {
    padding: 1.5vw 2vw 2.5vw;
  }

  .feedback-contact-section-container .container {
    min-height: 600px !important;
  }

  .world-map-dotted-background-layer {
    max-height: 620px;
  }

  .feedback-contact-section-container {
    max-height: 600px;
  }
}

@media (max-width: 768px) {
  .faq-main-section-wrapper .container {
    padding: 10vw 5vw;
    gap: 6vw;
  }

  .faq-header-text-container {
    gap: 3vw;
  }

  .faq-icon-toggle-wrapper {
    width: 3.5vw;
    height: 3.5vw;
  }

  .faq-icon-svg-element {
    width: 3.5vw;
    height: 3.5vw;
  }

  .faq-header-clickable-area {
    padding: 2vw 0;
    gap: 1.5vw;
  }

  .faq-answer-content-wrapper {
    padding: 0 2.5vw;
  }

  .faq-answer-content-wrapper.open {
    padding: 2vw 2.5vw 3vw;
    max-height: 50vw;
  }
}

@media (max-width: 630px) {
  .hero-title-block {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .faq-question-title-text {
    font-size: 16px !important;
    line-height: 130%;
  }

  .faq-icon-svg-element {
    min-width: 16px;
    min-height: 16px;
  }

  .faq-answer-text-content {
    font-size: 14px !important;
    line-height: 150%;
  }

  .geo-icon-small {
    bottom: -0.73rem;
  }
}

@media (max-width: 1480px) {
  .geo-icon-small {
    width: 70px;
  }
}

@media (min-width: 1616px) {
  .feedback-contact-section-container {
    max-height: 900px;
  }

  .contact-information-content-wrapper {
    top: 50%;
  }

  .watch-timezone-wrapper {
    top: 70%;
  }
}

@media (min-width: 1024px) {
  .title-text {
    font-size: 40px !important;
    font-weight: 600 !important;
  }

  .title-text .big-letter {
    font-size: 60px !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 1028px) {
  .contacts-map-section-fullwidth {
    margin-top: 70px;
  }

  .title-text {
    text-transform: uppercase;
  }
}

@media (max-width: 480px) {
  .world-map-dotted-background-layer img {
    object-position: 60% 0;
  }
}

.city-indicator-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
}

.city-indicator-wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 3px;
  background: #ffffff;
  opacity: 0;
  transform-origin: left center;
  transition:
    width 0.5s ease,
    opacity 0.5s ease;
  z-index: 4;
}

.city-indicator {
  position: relative;
  width: 70px;
  height: 70px;
}

.small-city-indicator {
  position: relative;
  width: 42px;
  height: 42px;
}

.indicator-inner {
  position: absolute;
  left: 25.14%;
  right: 24.86%;
  top: 25.14%;
  bottom: 24.86%;
  background: #fd5656;
  border-radius: 50%;
  transform: rotate(-89.68deg);
  transition: background 0.3s ease;
}

.indicator-ring {
  box-sizing: border-box;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  opacity: 0.49;
  border: 3px solid #fd5656;
  border-radius: 50%;
  transform: rotate(-89.68deg);
  transition:
    border-color 0.3s ease,
    opacity 0.3s ease;
}

.city-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
  margin-left: 60px;
  margin-top: -10px;
  z-index: 6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.city-indicator-wrapper.pulsing:hover::before {
  width: 120px;
  opacity: 1;
}

.city-indicator-wrapper.pulsing:hover .city-label {
  opacity: 1;
}

.city-indicator-wrapper.pulsing:hover .indicator-inner {
  background: #ffffff;
}

.city-indicator-wrapper.pulsing:hover .indicator-ring {
  border-color: #ffffff;
  opacity: 0.49;
  animation: none;
}

.city-indicator-wrapper.pulsing .indicator-ring {
  animation: pulse-ring 2s ease-in-out infinite;
}

@keyframes pulse-ring {
  0%,
  100% {
    transform: scale(0.9) rotate(-89.68deg);
    opacity: 0.49;
  }
  50% {
    transform: scale(1.05) rotate(-89.68deg);
    opacity: 0.2;
  }
}

.city-indicator-wrapper.pulsing:hover .indicator-inner {
  background: #ffffff;
}

.city-indicator-wrapper.pulsing:hover .indicator-ring {
  border-color: #ffffff;
  opacity: 0.49;
  animation: none;
}

.city-indicator-wrapper.pulsing:hover .city-label {
  opacity: 1;
}

@media (max-width: 1344px) {
  .city-indicator-wrapper.pulsing:hover::before {
    width: 100px;
  }
}

@media (max-width: 868px) {
  .city-indicator-wrapper::before {
    height: 2px;
  }

  .city-indicator-wrapper.pulsing:hover::before {
    width: 90px;
  }

  .city-label {
    font-size: 13px;
    padding: 8px 14px;
  }
}

@media (max-width: 480px) {
  .city-indicator-wrapper::before {
    height: 2px;
  }

  .city-indicator-wrapper.pulsing:hover::before {
    width: 80px;
  }

  .city-label {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (max-width: 1344px) {
  .city-indicator {
    margin-left: 40px;
    margin-top: 10px;
  }

  .small-city-indicator {
    margin-left: 40px;
    margin-top: 10px;
  }

  .city-indicator-wrapper.pulsing:hover::before {
    margin-top: 5px;
    margin-left: 30px;
  }

  .city-indicator-wrapper::before {
    margin-top: 5px;
    margin-left: 30px;
  }

  .city-label {
    margin-left: 70px;
    margin-top: -6px;
  }
}

@media (max-width: 868px) {
  .city-indicator {
    width: 50px;
    height: 50px;
    margin-top: 22px;
    margin-left: 80px;
  }

  .small-city-indicator {
    width: 26px;
    height: 26px;
    margin-top: 22px;
    margin-left: 80px;
  }

  .indicator-ring {
    border: 2px solid #fd5656;
  }

  .city-label {
    font-size: 12px;
    padding: 4px 8px;
    top: 42px;
    left: 63px;
  }

  .city-indicator-wrapper.pulsing:hover::before {
    margin-top: 10px;
    margin-left: 30px;
  }

  .city-indicator-wrapper::before {
    margin-top: 10px;
    margin-left: 30px;
  }
}

@media (max-width: 868px) {
  .world-map-dotted-background-layer {
    z-index: 15;
  }

  .watch-timezone-wrapper {
    z-index: 20;
  }

  .contact-information-content-wrapper {
    z-index: 20;
  }

  .city-indicator-wrapper.pulsing {
    z-index: 100;
  }
}

@media (max-width: 480px) {
  .city-indicator {
    width: 40px;
    height: 40px;
    margin-right: 150px;
    margin-top: 34px;
  }

  .small-city-indicator {
    margin-right: 150px;
    margin-top: 34px;
  }

  .indicator-ring {
    border: 2px solid #fd5656;
  }

  .city-label {
    font-size: 11px;
    padding: 3px 6px;
    top: 52px;
  }

  .city-indicator-wrapper.pulsing:hover::before {
    margin-top: 15px;
    margin-left: -35px;
  }

  .city-indicator-wrapper::before {
    margin-top: 15px;
    margin-left: -35px;
  }

  .one-indicator {
    margin-left: 80px;
  }

  @keyframes pulse-ring {
    0%,
    100% {
      transform: scale(1) rotate(-89.68deg);
      opacity: 0.49;
    }
    50% {
      transform: scale(1.15) rotate(-89.68deg);
      opacity: 0.25;
    }
  }
}
