/*
@font-face {
  font-family: "Comfortaa-Light";
  src: url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.25e374a16a81.ttf");
  src: url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.b0b8e79c2cb9.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.c60d105725e7.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.25e374a16a81.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa-Regular";
  src: url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.25e374a16a81.ttf");
  src: url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.b0b8e79c2cb9.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.c60d105725e7.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.25e374a16a81.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa-Medium";
  src: url("../fonts/Comfortaa/Comfortaa-Medium/Comfortaa-Medium.7d752fb726f5.ttf");
  src: url("../fonts/Comfortaa/Comfortaa-Medium/Comfortaa-Medium.a131f7d1a3c8.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-Medium/Comfortaa-Medium.6bc5cba5290f.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-Medium/Comfortaa-Medium.7d752fb726f5.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa-SemiBold";
  src: url("../fonts/Comfortaa/Comfortaa-SemiBold/Comfortaa-SemiBold.dae3c6eddbf7.ttf");
  src: url("../fonts/Comfortaa/Comfortaa-SemiBold/Comfortaa-SemiBold.0b6c979bfb6e.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-SemiBold/Comfortaa-SemiBold.6f57c20b49d3.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-SemiBold/Comfortaa-SemiBold.dae3c6eddbf7.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa-Bold";
  src: url("../fonts/Comfortaa/Comfortaa-Bold/Comfortaa-Bold.801965b04368.ttf");
  src: url("../fonts/Comfortaa/Comfortaa-Bold/Comfortaa-Bold.96e3d855e0ae.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-Bold/Comfortaa-Bold.a7ed51fdd518.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-Bold/Comfortaa-Bold.801965b04368.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*/

@font-face {
  font-family: "Comfortaa-Light";
  src: url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.43ef42295456.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa-Regular";
  src: url("../fonts/Comfortaa/Comfortaa-Light/Comfortaa-Light.43ef42295456.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa-Medium";
  src: url("../fonts/Comfortaa/Comfortaa-Medium/Comfortaa-Medium.6082383954c9.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa-SemiBold";
  src: url("../fonts/Comfortaa/Comfortaa-SemiBold/Comfortaa-SemiBold.c91bda52722a.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Comfortaa-Bold";
  src: url("../fonts/Comfortaa/Comfortaa-Bold/Comfortaa-Bold.32eff4b3c509.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

.notification {
  display: flex;
  font-family: "Comfortaa-Medium", sans-serif;
  font-size: 16px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  padding: 15px 15px 15px 60px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 24px;
  justify-content: space-between;
  align-items: center;
  overflow-wrap: break-word;
  word-break: break-all;
}
.notification-success {
  background-image: url("../images/success.98d2bb4d4402.svg");
  background-color: #B9FDDD;
  border-color: #51AF9F;
  color: #51AF9F;
}

.notification-success a{
  color: #51AF9F;
  text-decoration: underline;
  font-weight: bold;
}
.notification-error {
  background-image: url("../images/close.082b8746fca9.svg");
  background-color: #FF9999;
  border-color: #BB5D5D;
  color: #BB5D5D;
}
.notification-error a{
  color: #BB5D5D;
  text-decoration: underline;
  font-weight: bold;
}
.notification-warning {
  background-image: url("../images/warning.3e11f967cb2d.svg");
  background-color: #FFF599;
  border-color: #BB9B5D;
  color: #BB9B5D;
}
.notification-warning a{
  color: #BB9B5D;
  text-decoration: underline;
  font-weight: bold
}
.notification-close {
  position: relative;
  max-width: 26px;
  cursor: pointer;
}
.notification-time {
  position: relative !important;
  top: 140px !important;
  margin: auto;
}
.notification-time p{
  margin: auto;
}

.scoreboard {
  text-align: center;
}
.scoreboard__title {
  padding-top: 30px;
  padding-bottom: 2px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 24px;
}
.scoreboard__panel {
  padding: 15px;
  background-color: #f9f9f9; /* #DBF1E8; */
  border: 1px solid #02492e; /* #51AF9F; */
  border-radius: 15px;
}
.scoreboard__panel-txt {
  font-size: 22px;
  text-transform: uppercase;
  color: #56746F;
}

html,
body {
  height: 100%;
}

body {
  background-color: #015f3b; /* #5CC1AF; */
  color: #FFFFFF;
  font-family: "Comfortaa-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.test {
  color: #7ecbb1;
}

.hidden {
  display: none;
}

.a {
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 100%;
}

.container {
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 15px;
}

.panel {
  padding: 15px;
  background-color: #DBF1E8;
  border: 1px solid #51AF9F;
  border-radius: 15px;
  text-transform: uppercase;
  color: #56746F;
  font-size: 20px;
}

.title {
  font-size: 24px;
  font-family: "Comfortaa-Regular", sans-serif;
  text-decoration: underline;
  text-align: center;
  font-weight: 400;
}

.btn {
  padding: 15px 30px;
  background-color: #51AF9F;
  color: #FFFFFF;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #439486;
}

.contact{
  white-space: normal !important;
}

.contact .panel{
  font-size: 18px !important;
  text-transform: none !important;
}

.bus {
  position: fixed;
  top: 55px;
  left: 40px;
  background-image: url("../images/bus2.264903ea000f.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.out {
  display: inline-block;
  height: 30px;
  overflow: hidden;
}

.section {
  padding-bottom: 75px;
  font-family: "Comfortaa-Regular", sans-serif;
}
.section h2 {
  font-size: 1.6em;
}
.section h3 {
  font-size: 1.4em;
}
.section h4 {
  font-size: 1.2em;
}
.section p {
  padding-top: 10px;
  font-size: 1em;
  text-align: left;
}

.section a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

.select {
  display: grid;
  grid-template-areas: "select";
  width: 100%;
  background-color: #DBF1E8;
  border: 1px solid #51AF9F;
  border-radius: 15px;
  text-transform: uppercase;
  color: #56746F;
  font-size: 20px;
  cursor: pointer;
  line-height: 1.4;
  align-items: center;
  padding: 0.8em 0.8em;
}
.select::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/option.4f5475b12ede.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  grid-area: select;
  justify-self: end;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  grid-area: select;
  text-transform: uppercase;
  color: #56746F;
}
.select select::-ms-expand {
  display: none;
}
.select select {
  outline: none;
}

.bkgrd-design-line {
  display: block;
  position: fixed;
  border-left: 2px dashed  #02492e;/* rgba(157, 218, 207, 0.7529411765); */
  width: 2px;
  height: 100%;
  z-index: 1;
}
.bkgrd-design-line-one {
  top: 0;
  margin-left: -70px;
}
.bkgrd-design-line-two {
  top: 0;
  border-left: none;
  border-right: 2px dashed #02492e;  /* rgba(157, 218, 207, 0.7529411765); */
  margin-left: 1240px;
}
.bkgrd-design-line-three {
  position: absolute;
  top: 0;
  border-left: none;
  border-right: 2px dashed #02492e; /* rgba(157, 218, 207, 0.7529411765); */
  margin-left: 820px;
}

.bkgrd-design-cplogo {
  position: absolute;
  top: -85px;
  margin-left: 40px;
  z-index: -1;
  display: none;
  width: 800px;
  height: 800px;
  background-image: url("../images/bkgrd-cplogo.38b8d1f11ccb.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.bkgrd-design-path {
  position: absolute;
  top: 1000px;
  margin-left: 10px;
  z-index: -1;
  display: none;
  width: 1125px;
  height: 1337px;
  background-image: url("../images/path-bkgrd.1d4d4652bcf3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.bkgrd-design-letter {
  position: absolute;
  top: 745px;
  margin-left: -120px;
  z-index: -1;
  display: block;
  width: 300px;
  height: 550px;
  background-image: url("../images/B.bcd70906cebc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.header {
  padding: 50px 0px 75px;
}
.header__tagline {
  padding: 15px 40px;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  font-size: 20px;
  font-family: "Comfortaa-Medium", sans-serif;
  overflow: hidden;
  display: flex;
  align-items: anchor-center;
}
.header__tagline .out {
  padding-left: 10px;
}
.header__tagline-cp, .header__tagline-metro {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27px;
  font-family: "Comfortaa-Bold", sans-serif;
}
.header__tagline-cp {
  background-image: url("../images/cppoint.dc608876c892.png");
  background-size: 28px;
}
.header__tagline-metro {
  background-image: url("../images/metro.50c139f189a0.svg");
}
.header__tagline-cp:nth-child(1){
  background-image: url("../images/metro.50c139f189a0.svg");
}
.header__tagline-anim {
  display: grid;
  white-space: nowrap;
  gap: 15px;
  list-style: none;
  animation: slide-8 15s linear infinite;
}
.header__tagline-anim li {
  height: 40px;
  display: flex;
  align-items: anchor-center;
}
@keyframes slide-8 {
  0.0% {
    transform: translateY(-5%);
  }
  10.0% {
    transform: translateY(-5%);
  }
  20.0% {
    transform: translateY(-65%);
  }
  30.0% {
    transform: translateY(-65%);
  }
  40.0% {
    transform: translateY(-5%);
  }
  50.0% {
    transform: translateY(-5%);
  }
  60.0% {
    transform: translateY(-65%);
  }
  70.0% {
    transform: translateY(-65%);
  }
  80.0% {
    transform: translateY(-5%);
  }
  90.0% {
    transform: translateY(-5%);
  }
  100.0% {
    transform: translateY(-5%);
  }
}
.header__another-way {
  align-self: center;
}
.header__another-way a {
  color: #FFFFFF;
  text-decoration: underline;
}

#mapid {
    display: none;
}

.ymap {
  display: block;
  margin: auto;
  border: 2px solid #02492e; /* #51AF9F; */
  height: 450px;
  border-radius: 15px;
  margin-bottom: 75px;
  //transition: width 1s, height 1s, background-color 1s, transform 1s;
  z-index: 2;
  overflow: hidden;
  position: relative;
}

.ymap .leaflet-marker-icon,
.ymap .leaflet-interactive{
  transition: transform 2s linear;
}

.notification-wrapper {
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  display: block;
  z-index: 999;
}

.notification {
  position: relative;
  width: 100%;
  margin-top: 5px;
}
.notification__text {
  text-align: center;
  font-weight: "Comfortaa-Bold", sans-serif;
}

.notification-hide {
  display: none;
}

.schedule {
  position: relative;
  max-width: 550px;
  padding: 50px;
  margin: auto;
  border: 3px solid #02492e; /* #51AF9F; */
  border-radius: 15px;
  z-index: 10;
  background-color: #015f3b; /* #5CC1AF; */
  margin-bottom: 75px;
  white-space: nowrap;
}
.schedule__title a {
  text-decoration: none;
  color: #FFFFFF;
}
.schedule__board .wrapper {
  align-items: flex-end;
}
.schedule__board-title {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: "Comfortaa-Regular", sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.schedule__board-scrbrd {
  width: 180px;
}
.schedule__board-scrbrd-panel p {
  padding: 2px;
}
.schedule__board-scrbrd-cptitle {
  background-image: url("../images/cppoint.dc608876c892.png");
  background-size: 27px;
}
.schedule__board-scrbrd-mtitle {
  background-image: url("../images/metro.50c139f189a0.svg");
  background-size: 30px;
}
.schedule__board-scrbrd .notification {
  position: relative;
  padding: 7px 10px;
  font-size: 14px;
  top: 150px;
  max-width: 150px;
  max-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -40px;
  background-color: #f99d35;
  color: #855621;
  outline: none;
  border: none;
  outline: 1px solid #855621;
}
.schedule__board-scrbrd .notification__text {
  text-align: center;
  font-weight: "Comfortaa-Bold", sans-serif;
  color: #FFFFFF;
}
.schedule__board-scrbrd .notification-error {
  background-image: none;
}
.schedule__board-arrow {
  margin: 17px 0px;
  align-self: center;
}
.schedule__board-full .wrapper {
  align-items: center;
}
.schedule-board-full .wrapper {
  align-items: baseline;
}
.schedule-board-full .scoreboard__panel {
  padding: 10px 50px;
}
.schedule-board-full .scoreboard__panel-txt {
  border-bottom: 1px solid #B2C9BF;
  padding: 5px 0px;
}
.schedule-board-full .scoreboard__panel-txt:last-child {
  border-bottom: none;
}

.complaint {
  padding-top: 50px;
  text-align: center;
  max-width: 550px;
  margin: auto;
}
.complaint__title {
  padding-left: 40px;
  font-size: 24px;
  text-align: left;
  text-decoration: underline;
  background-image: url("../images/clock.4f47fde9ed92.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  line-height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.complaint__description {
  padding: 10px 5px 25px;
}
.complaint__form input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(48%) sepia(13%) saturate(1807%) hue-rotate(130deg) brightness(115%) contrast(50%);
}
.complaint__form-time {
  width: 250px;
  margin-left: 20px;
}
.complaint__form-btn {
  margin-top: 20px;
  width: 100%;
}
.schedule__title {
    padding-top: 75px;
    background-image: url("../images/bus-cprk-circle.f32074ea5609.svg");
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 110px;
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 35px;
}
/*
  .schedule__title::before {
    content: " ";
    display: block;
    background: #D6EFEB;
    height: 3px;
    width: 70px;
    margin: 0 auto;
    position: relative;
    top: -75px;
    border-radius: 2px;
  }
 */
.complaint__form-politic {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
}
.complaint__form-politic-link {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Comfortaa-Medium", sans-serif;
  text-decoration: underline;
}
.complaint__another-way {
  padding: 50px 0px 50px;
}

.another-way {
  padding-top: 75px;
  text-align: center;
  max-width: 550px;
  margin: auto;
}
.another-way__title {
  padding-left: 40px;
  font-size: 24px;
  text-align: left;
  text-decoration: underline;
  background-image: url("../images/another-way.fb481b44d8a7.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  line-height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 15px;
}
.another-way__description {
  padding: 10px 5px 75px;
}

.footer {
  padding: 25px 0px;
  text-align: center;
}
.footer a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Comfortaa-Bold", sans-serif;
}

.error {
  display: block;
  align-self: center;
  margin: auto;
}
.error-code {
  font-size: 120px;
  display: inline;
}

@media (max-width: 1430px) {
  .bus {
    display: none;
  }
  .bkgrd-design-cplogo,
  .bkgrd-design-letter,
  .bkgrd-design-line,
  .bkgrd-design-path {
    display: none;
  }
}
@media (max-width: 870px) {
  .header {
    flex-direction: column;
  }
  .header__another-way {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0px;
  }
  .block-extend_paragraph_block:first-child {
    display: none;
  }
  
  .title {
    font-size: 18px;
  }
  .header {
    position: relative;
    padding: 0;
    background-color: #015f3b; /* #5CC1AF; */
    border-radius: 0px 0px 15px 15px;
    z-index: 450;
  }
  .header__tagline {
    padding: 15px 0px;
    font-size: 15px;
    border: none;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
  }
  .header__tagline .out {
    font-family: "Comfortaa-Bold", sans-serif;
    font-size: 14px;
  }
  .header__another-way {
    display: block;
  }
  .path {
    display: none;
  }
  .section {
    background-color: #015f3b; /* #5CC1AF; */
    padding: 0 15px 75px;
  }
  .section .mobile-hide {
    display: none;
  }
  .ymap {
    position: relative;
    border: none;
    border-radius: 0;
    height: 600px;
    top: -12px;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .ymap .leaflet-top {
    top: 10px;
  }
  .ymap .leaflet-bottom {
    display: none;
  }
  .schedule {
    position: relative;
    z-index: 450;
    margin-top: -100px;
    padding: 15px;
    border: none;
    background-color: #015f3b; /* #5CC1AF; */
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .schedule-board-full .scoreboard__panel {
    padding: 10px 30px;
  }
  .schedule__title {
    padding-top: 75px;
    background-image: url("../images/bus-cprk-circle.f32074ea5609.svg"); /* url("../images/bus2.264903ea000f.svg"); */
    background-position: center 15px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    background-size: 90px;
  }
  /*
  .schedule__title::before {
    content: " ";
    display: block;
    background: #D6EFEB;
    height: 3px;
    width: 70px;
    margin: 0 auto;
    position: relative;
    top: -75px;
    border-radius: 2px;
  }
  */
  .schedule__board .scoreboard__title {
    font-size: 14px;
  }
  .schedule__board .scoreboard__panel-txt {
    font-size: 20px;
  }
  .schedule__board-title {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .schedule__board-scrbrd {
    width: 140px;
    text-align: center;
  }
  .schedule__board-scrbrd .notification {
    font-size: 13px;
    max-width: 120px;
    top: 150px;
  }
  .schedule__sect-arrow {
    padding-top: 45px;
  }
  .schedule__sect-part {
    width: 40%;
  }
  .complaint {
    padding: 75px 15px;
    background-color: #5CC1AF;
  }
  .complaint__description {
    font-size: 15px;
    text-align: justify;
    line-height: 18px;
  }
  .complaint__form-time {
    width: auto;
  }
  .complaint__form-politic {
    padding: 10px 0px;
    font-size: 12px;
    text-align: justify;
  }
  .complaint__form-btn {
    background-color: #439486;
  }
  .another-way {
    padding: 0px 15px;
    background-color: #5CC1AF;
    padding-bottom: 75px;
  }
  .another-way__description {
    text-align: justify;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .footer {
    padding: 0;
    font-size: 15px;
    background-color: #015f3b; /* #5CC1AF; */
    line-height: 18px;
    padding-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .complaint__media {
    flex-direction: column;
  }
  .complaint__form-time {
    margin: 0;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */