.main > header {
  position: relative;
  z-index: 9;
}
.cityTicket-page {
  background: #fff;
  overflow-x: hidden;
}
.cityTicket-page * {
  font-family: "Inter", sans-serif;
  transition: all 0.25s;
}
.cityTicket-page .row {
  display: flex;
}
.cityTicket-page .container-info-top {
  display: flex;
  justify-content: space-between;
}
.cityTicket-page .container-info-top > div {
  width: 45%;
  position: relative;
}
.cityTicket-page .container-info-top img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  transform-origin: top;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cityTicket-page .container-info-top img {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .cityTicket-page .container-info-top {
    flex-direction: column;
  }
  .cityTicket-page .container-info-top > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cityTicket-page .container-info-top img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin-top: 15vw;
    max-width: 300px;
  }
}
.cityTicket-page i {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cityTicket-page .head {
  padding: 110px 0px;
  background: rgba(52, 181, 94, 0.06);
}
@media (max-width: 576px) {
  .cityTicket-page .head {
    padding-top: 20px;
    height: 65vh;
    overflow: hidden;
  }
}
.cityTicket-page .head .container {
  position: relative;
}
.cityTicket-page .head .container .container-inner {
  position: relative;
  z-index: 2;
}
.cityTicket-page .head h1 {
  font-size: 52px;
  max-width: 535px;
  line-height: 1.14;
  display: block;
  font-weight: 800;
}
@media (max-width: 1023px) {
  .cityTicket-page .head h1 {
    font-size: 52px !important;
  }
}
@media (max-width: 767px) {
  .cityTicket-page .head h1 {
    font-size: 29px !important;
    line-height: 1.28;
    max-width: 262px;
  }
}
@media (max-width: 320px) {
  .cityTicket-page .head h1 {
    font-size: 26px !important;
  }
}
.cityTicket-page .info-about {
  padding-top: 52px;
}
@media (max-width: 767px) {
  .cityTicket-page .info-about {
    padding-top: 15px;
  }
}
@media (max-width: 320px) and (max-aspect-ratio: 295/520) {
  .cityTicket-page .info-about {
    padding-top: 15px;
  }
}
.cityTicket-page .info-about .functions {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  max-width: 625px;
  line-height: 1.5;
}
.cityTicket-page .info-about .functions a {
  color: #34b55e;
}
@media (max-width: 767px) {
  .cityTicket-page .info-about .functions {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.cityTicket-page .advantages {
  margin-top: 37px;
}
.cityTicket-page .advantages h2 {
  height: 40px;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
  align-items: center;
}
@media (max-width: 767px) {
  .cityTicket-page .advantages h2 {
    flex-direction: column;
    font-size: 18px !important;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .cityTicket-page .advantages {
    margin-top: 0;
  }
}
.cityTicket-page .advantages .flex-row {
  display: flex;
  justify-content: space-between;
}
.cityTicket-page .advantages .flex-row:after {
  content: ' ';
  width: 30%;
}
@media (max-width: 767px) {
  .cityTicket-page .advantages .flex-row {
    margin-top: 15px;
  }
}
.cityTicket-page .advantages .flex-row .advantage {
  padding: 28px 25px;
  background: rgba(22, 41, 56, 0.04);
  border-radius: 23px;
  margin-bottom: 20px;
  width: 30%;
}
@media (max-width: 767px) {
  .cityTicket-page .advantages .flex-row .advantage {
    width: 100%;
    padding: 20px;
    margin-bottom: 16px;
  }
}
.cityTicket-page .advantages .flex-row .advantage .icon {
  width: 36px;
  height: 36px;
  margin-right: 21px;
  flex-shrink: 0;
  flex-grow: 0;
  background-size: contain;
  min-width: unset;
}
@media (max-width: 767px) {
  .cityTicket-page .advantages .flex-row .advantage .icon {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cityTicket-page .advantages .flex-row .advantage .icon.icon-credit {
  background-image: url('../../img/info/howToPurchase/ic-eshop.svg');
}
.cityTicket-page .advantages .flex-row .advantage .icon.icon-ticket {
  background-image: url('../../img/info/howToPurchase/ic-calendar.svg');
}
.cityTicket-page .advantages .flex-row .advantage .icon.icon-card {
  background-image: url('../../img/info/howToPurchase/ic-card.svg');
}
.cityTicket-page .advantages .flex-row .advantage p {
  font-size: 15px;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .cityTicket-page .advantages .flex-row .advantage p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 14px;
    width: 100%;
    text-align: center;
  }
}
.cityTicket-page .advantages .flex-row .advantage a,
.cityTicket-page .advantages .flex-row .advantage strong {
  font-weight: bold;
  color: #162938;
}
.cityTicket-page .advantages .flex-row .advantage a {
  text-decoration: underline;
}
.cityTicket-page .howtostart {
  padding-top: 60px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .cityTicket-page .howtostart {
    padding-top: 8px;
  }
}
.cityTicket-page .howtostart h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cityTicket-page .howtostart h2 {
    font-size: 20px !important;
    margin-bottom: 24px;
  }
}
.cityTicket-page .howtostart p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .cityTicket-page .howtostart ol {
    margin-bottom: 25px;
  }
}
.cityTicket-page .howtostart ol li {
  background: rgba(51, 180, 93, 0.04);
  border-radius: 23px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
}
.cityTicket-page .howtostart ol li i {
  color: #34b55e;
  background: rgba(51, 180, 93, 0.1);
  border-radius: 12px;
  margin-right: 16px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cityTicket-page .howtostart ol li {
    flex-direction: column;
  }
  .cityTicket-page .howtostart ol li i {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.cityTicket-page .guides {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cityTicket-page .guides {
    margin-top: 28px;
  }
}
.cityTicket-page .guides .tabs {
  display: flex;
}
.cityTicket-page .guides .tabs li {
  display: block;
  height: 60px;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .cityTicket-page .guides .tabs li {
    margin-right: 0;
    display: flex;
    height: auto;
  }
}
.cityTicket-page .guides .tabs li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.89;
  padding: 13px 27px;
  background: #162938;
}
@media (max-width: 767px) {
  .cityTicket-page .guides .tabs li a {
    font-size: 14px;
    line-height: 1.29;
    padding: 13px 10px;
    display: flex;
    align-items: center;
  }
}
.cityTicket-page .guides .tabs li a:hover {
  background-color: #253d4f;
}
.cityTicket-page .guides .tabs li a.active {
  background: #34b55e;
}
.cityTicket-page .guides .tabs li a.active:hover {
  background-color: #249d4b;
}
.cityTicket-page .guides article {
  display: none;
  border: #d4d4d4 1px solid;
  border-radius: 23px;
  padding: 40px 60px;
  border-top-left-radius: 0;
}
.cityTicket-page .guides article.active {
  display: block;
}
.cityTicket-page .guides article h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.cityTicket-page .guides article h3:not(:first-of-type) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cityTicket-page .guides article {
    padding: 25px 20px;
    border-top-right-radius: 0;
  }
}
.cityTicket-page .guides article p,
.cityTicket-page .guides article ol li,
.cityTicket-page .guides article ol li span {
  font-size: 15px;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .cityTicket-page .guides article p,
  .cityTicket-page .guides article ol li,
  .cityTicket-page .guides article ol li span {
    font-size: 15px;
    line-height: 1.5;
  }
}
.cityTicket-page .guides article p strong,
.cityTicket-page .guides article ol li strong,
.cityTicket-page .guides article ol li span strong {
  font-weight: bold;
  display: inline;
}
.cityTicket-page .guides article p {
  margin-block: 16px;
}
.cityTicket-page .guides article p:first-of-type {
  margin-block-start: 0;
}
.cityTicket-page .guides article p:last-of-type {
  margin-block-end: 0;
}
.cityTicket-page .guides article ol {
  counter-reset: olCounter;
}
.cityTicket-page .guides article ol li {
  display: flex;
  counter-increment: olCounter;
  margin-bottom: 16px;
}
.cityTicket-page .guides article ol li:before {
  content: counter(olCounter);
  display: flex;
  width: 31px;
  height: 31px;
  background: rgba(22, 41, 56, 0.1);
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 19px;
  border-radius: 12px;
  flex-shrink: 0;
}
.cityTicket-page .guides article .action-button {
  display: flex;
  justify-content: center;
  margin-block: 20px;
}
.cityTicket-page .guides article .action-button a {
  font-size: 16px;
}
.cityTicket-page .guides article hr {
  border-top: solid 1px #162938;
  margin-block: 30px;
  opacity: 0.14;
}
.cityTicket-page .guides h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.38;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .cityTicket-page .guides h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .cityTicket-page .guides h3 {
    margin-bottom: 24px;
    font-size: 20px !important;
  }
}
.cityTicket-page .guides h3 .tutorial-buttons {
  display: flex;
  margin-left: 28px;
  gap: 10px;
}
@media (max-width: 767px) {
  .cityTicket-page .guides h3 .tutorial-buttons {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cityTicket-page .guides h3 .tutorial-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  background: #162938;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  height: 33px;
  padding-right: 12px;
  background-image: url("../../img/info/cardVirtualization/ic-navod.svg");
  background-size: 20px 20px;
  background-position: 8px center;
  padding-left: 37px;
  background-repeat: no-repeat;
}
.cityTicket-page .guides h3 .tutorial-button:hover {
  background-color: #253d4f;
}
.cityTicket-page .guides ul li {
  display: flex;
}
.cityTicket-page .guides ul li:last-of-type {
  margin-bottom: 0;
}
.cityTicket-page .guides ul li span {
  display: block;
  width: calc(100% - 61px);
  font-size: 15px;
}
.cityTicket-page .guides ul li i {
  margin-top: 7px;
  margin-right: 13px;
  display: block;
  border-radius: 7px;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  background: #162938;
  text-align: center;
}
.cityTicket-page .guides ul li a {
  color: #34b55e;
  font-weight: bold;
}
.cityTicket-page .guides ul li a.pricelist-link {
  font-weight: normal;
  color: #162938;
}
@media (max-width: 767px) {
  .cityTicket-page .help-container {
    padding: 0;
  }
}
.cityTicket-page .help {
  margin-top: 60px;
}
.cityTicket-page .help .inner-container {
  background: rgba(52, 181, 94, 0.06);
  border-radius: 23px;
  padding: 25px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cityTicket-page .help .inner-container {
    flex-direction: column;
    padding: 15px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cityTicket-page .help {
    margin-top: 25px;
    padding: 30px 0px;
  }
}
.cityTicket-page .help .img {
  display: block;
  width: 382px;
  margin-right: 58px;
  flex-shrink: 0;
  height: 289px;
  background-image: url('../../img/info/howToPurchase/help-img.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 9px;
}
@media (max-width: 767px) {
  .cityTicket-page .help .img {
    width: 100%;
    height: auto;
    padding-top: 75.714%;
    margin-right: 0;
  }
}
.cityTicket-page .help p {
  font-size: 15px;
  max-width: 428px;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .cityTicket-page .help p {
    font-size: 16px;
    line-height: 1.81;
  }
}
.cityTicket-page .help p a {
  font-weight: bold;
}
.cityTicket-page .help h2 {
  padding-top: 60px;
  font-size: 24px !important;
  max-width: 540px;
  line-height: 1.42;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cityTicket-page .help h2 {
    line-height: 1.38;
    max-width: 100%;
    position: relative;
  }
}
.cityTicket-page .help .links {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cityTicket-page .help .links {
    flex-direction: column;
  }
}
.cityTicket-page .help .links a {
  display: inline-flex;
  border: #000 1px solid;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #162938;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 8px 17px;
  height: 47px;
}
.cityTicket-page .help .links a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
@media (max-width: 767px) {
  .cityTicket-page .help .links a {
    margin-bottom: 14px;
  }
}
.cityTicket-page .help .links a.btn--ios {
  width: 100px;
  height: 34px;
  background-image: url("../../img/info/whatIsUbian/ic-app-store@2x.png");
  margin-top: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: transparent;
  padding: 0;
  font-size: 0;
  border: none;
}
@media (max-width: 767px) {
  .cityTicket-page .help .links a.btn--ios {
    width: 132px;
    height: 44px;
  }
}
.cityTicket-page .help .links a.btn--huawei {
  padding: 0;
  width: 113px;
  height: 34px;
  color: transparent;
  font-size: 0;
  background-image: url("../../img/info/renewal/appgallery.png");
  margin-top: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
}
@media (max-width: 767px) {
  .cityTicket-page .help .links a.btn--huawei {
    width: 147px;
    height: 45px;
  }
}
.cityTicket-page .help .links a.google-play {
  color: transparent;
  width: 112px;
  height: 34px;
  background-image: url("../../img/info/cardVirtualization/ic-google-play@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  border: none;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cityTicket-page .help .links a.google-play {
    width: 150px;
    height: 45px;
  }
}
.cityTicket-page .help .links a.fb {
  background-image: url("../../img/info/shared/fb.svg");
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
}
.cityTicket-page .help .links a.ig {
  background-image: url("../../img/info/shared/ig.svg");
  background-size: 20px;
  background-position: 50% 50%;
  color: transparent;
  font-size: 0;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.cityTicket-page .help .links a.mail {
  background-image: url("../../img/info/shared/ic-mail.svg");
  background-position: 10px center;
  padding-left: 42px;
  background-repeat: no-repeat;
  width: 149px;
  height: 34px;
  font-size: 14px;
  margin-bottom: 0;
  vertical-align: bottom;
}
.cityTicket-page .faq {
  margin-top: 20px;
}
.cityTicket-page .faq .faq-group {
  border-bottom: #f3f3f3 1px solid;
  margin-top: 16px;
}
.cityTicket-page .faq .faq-group:first-of-type {
  margin-top: 0;
}
.cityTicket-page .faq .faq-group-title {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.cityTicket-page .faq .faq-group-title:before {
  content: " ";
  margin-left: -56px;
  margin-right: 20px;
  background-image: url("../../img/info/helpAndSupport/arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--brand-color);
  width: 34px;
  height: 34px;
  border-radius: 34px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .cityTicket-page .faq .faq-group-title:before {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    margin-right: 10px;
  }
}
.cityTicket-page .faq .faq-group-title.open:before {
  transform: rotate(180deg);
}
.cityTicket-page .faq .faq-group-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 56px;
}
@media (max-width: 767px) {
  .cityTicket-page .faq .faq-group-title {
    font-size: 16px !important;
    margin-bottom: 6px;
  }
}
.cityTicket-page .faq .faq-group-title.open ~ .faq-group-content {
  height: unset;
  opacity: 1;
  padding-bottom: 20px;
}
.cityTicket-page .faq .faq-group-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.cityTicket-page .faq .faq-group-content h4 {
  font-size: 16px;
  margin-block: 25px 16px;
}
.cityTicket-page .faq .faq-group-content h4:first-of-type {
  margin-block-start: 10px;
}
.cityTicket-page .faq .faq-group-content em {
  font-weight: inherit;
  font-style: italic;
}
.cityTicket-page .faq .faq-group-content,
.cityTicket-page .faq .faq-group-content p,
.cityTicket-page .faq .faq-group-content p *,
.cityTicket-page .faq .faq-group-content li {
  font-size: 15px !important;
}
.cityTicket-page .faq .faq-group-content ul {
  margin-block: 16px;
}
.cityTicket-page .faq .faq-group-content li {
  display: flex;
  flex-direction: row;
  padding-block: 2px;
}
.cityTicket-page .faq .faq-group-content li:before {
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-left: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #34b55e;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cityTicket-page .faq .faq-group-content li:before {
    margin-left: 0;
  }
  .cityTicket-page .faq .faq-group-content li:before span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cityTicket-page .faq .faq-group-content {
    padding-left: 0px;
    line-height: 1.5;
  }
}
