.main > header {
  position: relative;
  z-index: 9;
}
.cityTicket-page {
  background: #fff;
  overflow-x: hidden;
  /*.drawing-img {
    position: absolute;
    right: -110px;
    top: -300px;
    z-index: 1;
    max-width: 765px;
    max-height: 862px;
    @media (max-width: 1199px) {
      max-width: 60vw;
    }
    @media (max-width: 1023px) {
      max-width: 55vw;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
      top: -65px;
      right: -40px;
    }
    @media (max-width: 767px) {
      display: none;
    }
  }
  .drawing-mobile-img {
    position: absolute;
    top: 0px;
    z-index: 1;
    max-width: 90vw;
    left: 0vw;
    @media (min-width: 768px) {
      display: none;
    }
    @media (max-width: 576px) {
      max-width: 140vw;
      left: -25vw;
    }
  }*/
}
.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: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  transform-origin: top;
  max-width: 300px;
}
@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: 74px 0px;
  background: rgba(52, 181, 94, 0.06);
}
@media (max-width: 576px) {
  .cityTicket-page .head {
    padding-top: 20px;
    min-height: 85vh;
  }
}
.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: 70px;
  }
}
@media (max-width: 320px) and (max-aspect-ratio: 295/520) {
  .cityTicket-page .info-about {
    padding-top: 30px;
  }
}
.cityTicket-page .info-about .functions {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  max-width: 625px;
  line-height: 1.42;
}
@media (max-width: 767px) {
  .cityTicket-page .info-about .functions {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.cityTicket-page .advantages {
  margin-top: 37px;
}
@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 {
  display: flex;
  padding: 28px 25px;
  background: rgba(22, 41, 56, 0.04);
  border-radius: 23px;
  margin-bottom: 20px;
  width: 30%;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .cityTicket-page .advantages .flex-row .advantage {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    margin-bottom: 16px;
  }
}
.cityTicket-page .advantages .flex-row .advantage .icon {
  width: 30px;
  height: 30px;
  margin-right: 21px;
  flex-shrink: 0;
  background-size: contain;
}
.cityTicket-page .advantages .flex-row .advantage .icon.icon-ticket {
  background-image: url('../../img/info/cityTicket/ic-tickets.svg');
}
.cityTicket-page .advantages .flex-row .advantage .icon.icon-click {
  background-image: url('../../img/info/cityTicket/ic-click.svg');
}
.cityTicket-page .advantages .flex-row .advantage .icon.icon-card {
  background-image: url('../../img/info/cityTicket/ic-card.svg');
}
.cityTicket-page .advantages .flex-row .advantage .icon.icon-qr {
  background-image: url('../../img/info/cityTicket/ic-qr.svg');
}
.cityTicket-page .advantages .flex-row .advantage .icon.icon-route {
  background-image: url('../../img/info/cityTicket/ic-route.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: #34b55e;
}
.cityTicket-page .guides {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cityTicket-page .guides {
    margin-top: 7px;
  }
}
.cityTicket-page .guides article {
  display: none;
  border: #d4d4d4 1px solid;
  border-radius: 23px;
  padding: 55px 60px;
}
.cityTicket-page .guides article.active {
  display: block;
}
@media (max-width: 767px) {
  .cityTicket-page .guides article {
    padding: 25px 20px;
  }
}
.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: 16px;
    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 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 article h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .cityTicket-page .guides article h3 {
    margin-bottom: 24px;
    font-size: 20px !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cityTicket-page .guides article h3 .tutorial-buttons {
  display: flex;
  margin-left: 28px;
  gap: 10px;
}
@media (max-width: 767px) {
  .cityTicket-page .guides article h3 .tutorial-buttons {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cityTicket-page .guides article 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 article h3 .tutorial-button:hover {
  background-color: #253d4f;
}
.cityTicket-page .guides article ul li {
  display: flex;
  margin-bottom: 18px;
}
.cityTicket-page .guides article ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cityTicket-page .guides article ul li span {
    font-size: 16px !important;
  }
}
.cityTicket-page .guides article ul li span {
  display: block;
  width: calc(100% - 61px);
  font-size: 15px;
}
.cityTicket-page .guides article 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 article ul li a {
  color: #34b55e;
  font-weight: bold;
}
.cityTicket-page .guides article ul li a.pricelist-link {
  font-weight: normal;
  color: #162938;
}
.cityTicket-page .cooperation {
  padding: 50px 60px;
  background: rgba(22, 41, 56, 0.04);
  margin-top: 50px;
  border-radius: 23px;
}
@media (max-width: 767px) {
  .cityTicket-page .cooperation {
    padding: 24px 20px;
  }
}
.cityTicket-page .cooperation h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.36;
  max-width: 684px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cityTicket-page .cooperation h3 {
    font-size: 20px !important;
    line-height: 1.25;
  }
}
.cityTicket-page .cooperation .companies {
  display: flex;
}
@media (max-width: 767px) {
  .cityTicket-page .cooperation .companies {
    flex-direction: column;
  }
  .cityTicket-page .cooperation .companies i {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .cityTicket-page .cooperation .companies i:last-of-type {
    margin-bottom: 0;
  }
}
.cityTicket-page .cooperation .companies i {
  display: block;
  margin-right: 20px;
}
.cityTicket-page .cooperation .companies i.dpmk {
  width: 168px;
  height: 65px;
  background-image: url('../../img/company_logos_svg/DPMK_logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cityTicket-page .cooperation .companies i.dpmm {
  width: 131px;
  height: 65px;
  background-image: url('../../img/company_logos_svg/logo_dpmmartin_color.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@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/cityTicket/contact.jpg');
  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: 16px;
  font-size: 24px !important;
  max-width: 409px;
  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;
}
