@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: local('../fonts/Roboto'), local('../fonts/Roboto-Regular'),
    url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: local('../fonts/Roboto Medium'), local('../fonts/Roboto-Medium'),
    url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 22px;
  background: #ECECEC;
}

body {
  font-family: 'Roboto';
  text-align: center;
}

body.with-overlay {
  overflow: hidden;
}

.body-overlay {
  display: none;
}

.body-overlay.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 32, 31, 0.65);
  z-index: 10;
  color: #ffffff;
}

h2 {
  font-size: 0.9091rem;
  color: #FF9933;
  text-transform: uppercase;
  font-weight: 500;
}

a {
  text-decoration: none;
}

header {
  display: none;
}

@media screen and (max-width: 665px) {
  header {
    display: block;
  }
}

.header-bar {
  padding: 22px 24px 6px 24px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0.7364rem;
}

.general-information {
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 665px) {
  .general-information {
    justify-content: center;
  }
}

@media screen and (max-width: 665px) {
  .general-information div {
    width: 170px;
  }
}

.status-bar {
  display: flex;
}

.navigation {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: sticky;
  top: 0;
  background: #ECECEC;
  z-index: 1000;
}

.navigation a {
  font-size: 1rem;
  color: #1C1B1F;
}

.hark-back {
  display: flex;
}

.back {
  padding-right: 20px;
}

.arrows {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  color: #737077;
  position: relative;
  top: 155px;
  height: 0;
}

@media screen and (max-width: 860px) {
  .arrows {
    top: 135px;
  }
}

@media screen and (max-width: 665px) {
  .arrows {
    top: 150px;
  }
}

.main-information {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 665px) {
  .main-information {
    flex-direction: column;
  }
}

.main-information section {
  /*width: calc((100%-16px*2)/2);*/
  width: calc((100% - 16px * 2) / 2);
}

.current-meteo {
  padding: 0 16px;
  max-width: 412px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 665px) {
  .current-meteo {
    max-width: 665px;
  }

  .main-information section {
    width: 100%;
  }
}

.dial {
  height: 280px;
}

.dial-hand {
  height: 83px;
  position: relative;
  top: 62px;
  /*animation: 10s linear infinite rotate;*/
  transform-origin: bottom;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.dial-hand img {
  width: 35px;
  height: 83px;
}

.meteo-arrows {
  height: 0;
}

.output img {
  height: 300px;
}

.value {
  color: #FF9933;
  font-size: 1.5455rem;
  margin-left: 5px;
}


@media screen and (max-width: 880px) { 
  .value {
    font-size: 1.2636rem;
  }
    
}

@media screen and (max-width: 860px) { 
  .output img {
    height: 250px;
  }

  .dial-hand img {
    width: 30px;
    height: 70px;
  }

  .dial-hand {
    height: 71px;
    top: 48px;
  }
    
}

@media screen and (max-width: 835px) {
  .value {
    font-size: 1rem;
  }
}

@media screen and (max-width: 775px) {
  .value {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 665px) {
  .value {
    font-size: 1.5455rem;
  }
}

@media screen and (max-width: 405px) {
  .value {
    font-size: 1.4545rem;
  }
}

@media screen and (max-width: 370px) {
  .value {
    font-size: 1.3182rem;
  }
}

@media screen and (max-width: 355px) {
  .value {
    font-size: 1.2273rem;
  }
}

@media screen and (max-width: 340px) {
  .value {
    font-size: 1.1364rem;
  }
}

.abbreviation {
  font-size: 0.4545rem;
  font-weight: 500;
  padding-bottom: 4px;
}

/* Modal start */

.modal {
  display: none;
}

.modal.active {
  display: block;
}

.modal .modal-dialog {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 12000;
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
  transform: scale(0.8) !important;
}

.modal .modal-dialog .modal-content {
  max-width: 300px;
  margin: 0 auto;
  max-height: 560px;
  border-radius: 16px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 20px 20px 10px 20px;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0 20px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 15px;
}

.modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  border-top: 1.5px solid #E1E1E1;
  padding: 0;
  display: block;
  text-align: right;
}

.modal .modal-dialog .modal-content .btn-inline .btn {
  width: 100%;
  min-height: 58px;
  font-size: 15px;
  margin-right: 1px;
  background: #FFF;
}

.btn-inline {
  display: flex;
}

.btn-inline a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-text-secondary {
  border-radius: 0 0 0 16px;
  border-right-color: #E1E1E1;
  border-right-style: solid;
  border-right-width: 0.5px;
}

.btn-text-primary {
  border-radius: 0 0 16px 0;
  border-left-color: #E1E1E1;
  border-left-style: solid;
  border-left-width: 0.5px;
}

.btn:hover {
  background: rgba(210, 208, 208, 0.3) !important;
}

/* Modal end */

/* Modal-menu start */

.modal-menu {
  display: none;
}

.modal-menu.active {
  display: block;
}

.modal-menu .modal-menu-content {
  max-width: 330px;
  margin: 0 auto;
  max-height: 400px;
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 100px;
  bottom: 0;
  right: 0;
  z-index: 12000;
}

.modal-menu-items {
  border-top: 1.5px solid #E1E1E1;
  border-bottom: 1.5px solid #E1E1E1;
  text-align: left;
}

.modal-menu h2 {
  font-size: 0.7rem;
  padding-bottom: 7px;
}

.modal-menu .modal-menu-content p {
  font-size: 0.62rem;
  padding: 0 0 5px 5px;
}

.modal-menu-item:not(:last-child) {
  padding: 5px 0;
}

.modal-menu-footer {
  text-align: right;
}

.modal-menu-btn {
  padding: 15px;
}

.modal-menu-btn .menu-btn {
  display: inline-block;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  font-size: 0.6rem;
  padding: 10px;
}

.modal-menu-btn i {
  margin-right: 5px;
}

.btn-save {
  border: 1.5px solid #0BA649;
  margin-right: 5px;
  color: #0BA649;
}

.btn-save:hover {
  background: rgb(70, 224, 101, 0.2);
}

.btn-close:hover {
  background: rgb(224, 70, 70, 0.2);
}

.btn-close {
  border: 1.5px solid #f44444;
  color: #f44444;
}

.modal-menu-select {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;

  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.modal-menu-select::-ms-expand {
  display: none;
}

.modal-menu-select:hover {
  border-color: #FF9933;
}

.modal-menu-select:focus {
  border-color: #FF9933;
  box-shadow: 0 0 1px 3px rgba(#FF9933 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.modal-menu-select option {
  font-weight: normal;
}

*[dir="rtl"] .modal-menu-select,
:root:lang(ar) .modal-menu-select,
:root:lang(iw) .modal-menu-select {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Modal-menu end */

/* Modal-settings start */

.modal-settings {
  display: none;
}

.modal-settings.active {
  display: block;
}

.modal-settings .modal-settings-box {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 12000;
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
  transform: scale(0.8) !important;
}

.modal-settings .modal-settings-content {
  width: 200px;
  margin: 0 auto;
  height: 150px;
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 10px;
}

.modal-settings .modal-settings-btn .settings-btn {
  display: block;
  padding: 20px;
}

.modal-settings .btn-settings {
  border-bottom: 1.5px solid #E1E1E1;
}

.settings-btn:hover {
  background: rgba(210, 208, 208, 0.3) !important;
}


/* Tabs start */
.tabs {
  padding: 0;
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  max-width: 310px;
  height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  order: 0;
  margin: 0 auto;
  white-space: nowrap;
  border: 2px solid #F9F9F9;
  border-radius: 10px;
  background: #F3F3F3;
}

.tab {
  padding: 6px 23px;
  display: inline-block;
  text-decoration: none;
  font-size: 0.6364rem;
  text-align: center;
  color: #1D192B;
  font-weight: 500;
}

.tab.active {
  background: #F1DDCA;
  border: 1px solid #FF9933;
  border-radius: 5px;
}

.container {
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section {
  display: none;
}

.section.active {
  display: block;
}

/* Tabs end */

.edit-bar {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 100%;
  font-size: 0.7273rem;
  bottom: 90px;
}

.edit-bar .value {
  font-size: 0.7273rem;
}

.edit-bar .edit {
  padding-left: 200px;
}

@media screen and (max-width: 775px) {
  .edit-bar .edit {
    padding-left: 160px;
  }
}

@media screen and (max-width: 690px) {
  .edit-bar .edit {
    padding-left: 140px;
  }
}

@media screen and (max-width: 665px) {
  .edit-bar .edit {
    padding-left: 220px;
  }
}

@media screen and (max-width: 420px) {
  .edit-bar .edit {
    padding-left: 200px;
  }
}

@media screen and (max-width: 360px) {
  .edit-bar .edit {
    padding-left: 170px;
  }
}

@media screen and (max-width: 330px) {
  .edit-bar .edit {
    padding-left: 160px;
  }
}

.information-blocks {
  max-width: 665px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.information-blocks .block {
  width: calc((100% - 2*16px)/2);
  max-width: 250px;
  height: 160px;
  background: #F3F3F3;
  text-align: left;
  border: 2px solid #F9F9F9;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}

.information-blocks .block:not(:nth-of-type(2n+1)) {
  margin-right: 16px;
}

.information-blocks .block:not(:nth-of-type(n+3)) {
  margin-bottom: 16px;
}

@media screen and (max-width: 940px) {
  .information-blocks {
    max-width: 420px;
  }
}

@media screen and (max-width: 900px) {
  .information-blocks {
    max-width: 400px;
  }
}

@media screen and (max-width: 875px) {
  .information-blocks {
    max-width: 380px;
  }
}

@media screen and (max-width: 860px) {
  .information-blocks {
    max-width: 360px;
  }

  .information-blocks .block {
    height: 140px;
}
}

@media screen and (max-width: 835px) {
  .information-blocks {
    max-width: 340px;
  }
}

@media screen and (max-width: 805px) {
  .information-blocks {
    max-width: 320px;
  }
}

@media screen and (max-width: 770px) {
  .information-blocks {
    max-width: 300px;
  }
}

@media screen and (max-width: 665px) {
  .information-blocks {
    max-width: 576px;
    padding-top: 0;
  }

  .information-blocks .block:not(:nth-of-type(2n)) {
    margin-right: 16px;
  }

  .information-blocks .block:not(:nth-of-type(2n+1)) {
    margin-right: 0;
  }
}

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.wind,
.speed,
.temp {
  order: 1;
}

@media screen and (max-width: 665px) {

  .wind,
  .speed,
  .temp {
    order: 0;
  }
}

.icons {
  display: flex;
  align-items: center;
}

/* .icon {
  width: 24px;
} */

.explanation {
  font-size: 0.7173rem;
  line-height: 28px;
}

@media screen and (max-width: 875px) {
  .explanation {
    font-size: 0.6364rem;
    line-height: 28px;
  }
}


@media screen and (max-width: 665px) {
  .explanation {
    font-size: 0.8182rem;
    line-height: 28px;
    text-align: left;
  }
}

/* Toggle start */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D1D1D6;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #0BA649;
}

input:focus+.slider {
  box-shadow: 0 0 1px #0BA649;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 12px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toggle end */

footer {
  padding: 20px 0 8px;
  display: none;
}

.home::after {
  content: "";
  width: 72px;
  height: 2px;
  position: absolute;
  left: calc(50% - 72px/2);
  background: #FFFFFF;
  border-radius: 8px;
}

@media screen and (max-width: 665px) {
  footer {
    display: block;
  }
}

/* Stations-page start */

.stations-information {
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
}

@media screen and (max-width: 665px) {
  .stations-information {
    justify-content: center;
    padding-bottom: 110px;
  }
}

.stations-scroll {
  display: flex;
  flex-direction: column;
}

.station-information {
  padding: 12px 20px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.stations {
  font-weight: 500;
  margin-right: 30px;
  /* margin: 30px 10px 0 20px; */
}

.station-quantity {
  display: flex;
  flex-grow: 1;
  line-height: 28px;
}

.available-quantity {
  color: #FF9933;
  padding-left: 16px;
}

.total-quantity,
.delimiter {
  font-size: 0.7273rem;
}

.start {
  margin-left: 30px;
  color: #0BA649;
}

.start i {
  font-size: 25px;
}

.stations {
  height: 310px;
  overflow-y: scroll;
}

@media screen and (max-width: 715px) {
  .stations {
    margin: 0;
  }
}

@media screen and (max-width: 665px) {
  .stations {
    height: 100vh;
  }
}

#element::-webkit-scrollbar {
  width: 11px;
}

@media screen and (max-width: 665px) {
  #element::-webkit-scrollbar-thumb {
    display: none;
  }
}

@media screen and (max-width: 665px) {
  #element::-webkit-scrollbar {
    display: none;
  }
}

.single-station {
  margin-bottom: 16px;
}

.station-data {
  display: flex;
  flex-direction: column;
  background: #ECECEC;
  border: 2px solid #F9F9F9;
  border-radius: 5px;
  margin: 0 auto;
}

@media screen and (max-width: 690px) {
  .station-data {
    width: 400px;
  }
}

@media screen and (max-width: 665px) {
  .station-data {
    width: 650px;
  }
}

@media screen and (max-width: 625px) {
  .station-data {
    width: 550px;
  }
}

@media screen and (max-width: 570px) {
  .station-data {
    width: 500px;
  }
}

@media screen and (max-width: 520px) {
  .station-data {
    width: 450px;
  }
}

@media screen and (max-width: 460px) {
  .station-data {
    width: 400px;
  }
}

@media screen and (max-width: 425px) {
  .station-data {
    width: 360px;
  }
}

@media screen and (max-width: 380px) {
  .station-data {
    width: 330px;
  }
}

@media screen and (max-width: 360px) {
  .station-data {
    width: 310px;
  }
}

.station-top,
.station-middle,
.station-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.station-top {
  background: #D3E8DB;
  height: 36px;
  padding: 8px 10px 8px 12px;
  border-bottom: 2px solid #F9F9F9;
}

@media screen and (max-width: 665px) {
  .station-top {
    background: #f3f3f3;
  }
}

@media screen and (max-width: 370px) {
  .station-top {
    padding: 0;
  }
}

.station-top .metres {
  font-size: 0.7273rem;
  text-decoration: underline;
}

.station-top .percents {
  font-size: 0.7364rem;
}

.station-top i,
object {
  vertical-align: -3px;
}

.station-top .battery-desc {
  font-size: 0.6545rem;
  padding-right: 18px;
}

@media screen and (max-width: 425px) {
  .station-top .battery-desc {
    padding-right: 0;
  }
}

@media screen and (max-width: 425px) {
  .station-top .fa-battery-full {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 425px) {
  .station-top .fa-battery-full:before {
    vertical-align: 3px;
  }
}

@media screen and (max-width: 350px) {
  .station-top .fa-battery-full {
    font-size: 0.6rem;
  }

  .station-top .percents {
    font-size: 0.6rem;
  }
}

.metres-desc {
  font-size: 0.6364rem;
}

.station-middle {
  align-items: center;
  height: 63px;
  padding: 8px 11px 7px 13px;
}

.station-middle .temperature {
  font-size: 0.7273rem;
}

.station-middle .pressure {
  font-size: 0.7273rem;
}

.station-middle .icon {
  width: 14px;
}

.station-bottom {
  background: #F3F3F3;
  height: 45px;
  padding: 8px 133px 8px 101px;
  border-top: 2px solid #F9F9F9;
}

.station-bottom .wind-direction {
  font-size: 1.0909rem;
}

.station-bottom .wind-speed {
  font-size: 1.0909rem;
}

.station-bottom .wind-desc {
  font-size: 0.5364rem;
  vertical-align: bottom;
  padding-right: 68px;
}

@media screen and (max-width: 850px) {
  .station-bottom {
    padding: 8px 90px 8px 90px;
  }
}

@media screen and (max-width: 780px) {
  .station-bottom {
    padding: 8px 70px 8px 70px;
  }
}

@media screen and (max-width: 692px) {
  .station-bottom {
    padding: 8px 40px 8px 40px;
  }
}

@media screen and (max-width: 520px) {
  .station-bottom {
    padding: 8px 30px 8px 30px;
  }
}

@media screen and (max-width: 460px) {
  .station-bottom {
    padding: 8px 15px 8px 15px;
  }
}

@media screen and (max-width: 430px) {
  .station-bottom {
    padding: 8px 5px 8px 5px;
  }
}

@media screen and (max-width: 350px) {
  .station-bottom {
    padding: 8px 2px;
  }
}

@media screen and (max-width: 430px) {
  .station-bottom .wind-direction {
    font-size: 0.909rem;
  }

  .station-bottom .wind-speed {
    font-size: 0.909rem;
  }
}

@media screen and (max-width: 370px) {
  .station-bottom .wind-direction {
    font-size: 0.709rem;
  }

  .station-bottom .wind-speed {
    font-size: 0.709rem;
  }
}

@media screen and (max-width: 350px) {
  .station-bottom .wind-direction {
    font-size: 0.609rem;
  }

  .station-bottom .wind-speed {
    font-size: 0.609rem;
  }
}

.station-bottom .speed-desc {
  font-size: 0.4545rem;
  vertical-align: bottom;
}

.temperature-data {
  text-align: left;
}

.dial-data {
  height: 0;
}

.small-dial {
  width: 100px;
  position: relative;
  top: 1px;
  right: 5px;
}

.small-hand {
  width: 12px;
  position: relative;
  bottom: 53px;
  left: 62px;
  z-index: 1;
  /*animation: 10s linear infinite rotate;*/
  transform-origin: bottom;
}

.actual-station {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.actual-station .temperature-data {
  text-align: center;
}

@media screen and (max-width: 665px) {
  .actual-station {
    position: fixed;
    bottom: 0;
    height: 64px;
    background: #F3F3F3;
    border: 1px solid #F9F9F9;
    border-radius: 23px 23px 0px 0px;
    padding: 0 35px;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (max-width: 460px) {
  .actual-station {
    padding: 0 25px;
  }
}

@media screen and (max-width: 460px) {
  .actual-station .explanation {
    font-size: 0.7173rem;
  }
}

@media screen and (max-width: 380px) {
  .actual-station .explanation {
    font-size: 0.6173rem;
  }
}

@media screen and (max-width: 380px) {
  .actual-station i {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 380px) {
  .actual-station .icon {
    width: 20px;
  }
}


@media screen and (max-width: 425px) {
  .actual-station {
    padding: 0 10px;
  }
}

.actual-indication {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 665px) {
  .actual-data {
    height: 0;
  }
}

.actual-data .actual-dial {
  width: 260px;
  position: relative;
  right: 20px;
}

@media screen and (max-width: 900px) {
  .actual-data .actual-dial {
    width: 210px;
  }
}

@media screen and (max-width: 800px) {
  .actual-data .actual-dial {
    width: 200px;
  }
}

@media screen and (max-width: 665px) {
  .actual-data .actual-dial {
    width: 125px;
    bottom: 70px;
    right: 5px;
  }
}

.actual-data .actual-hand {
    width: 32px;
    position: relative;
    left: 132px;
    bottom: 141px;
    z-index: 1;
    /*animation: 10s linear infinite rotate;*/
    transition: transform 1s;
    transform-origin: bottom;
}

@media screen and (max-width: 900px) {
  .actual-data .actual-hand {
    width: 26px;
    left: 104px;
    bottom: 115px;
  }
}

@media screen and (max-width: 800px) {
  .actual-data .actual-hand {
    width: 24px;
    left: 97px;
    bottom: 109px;
  }
}

@media screen and (max-width: 665px) {
  .actual-data .actual-hand {
    width: 15px;
    left: 71px;
    bottom: 138px;
  }
}

.actual-indication .value {
  font-size: 1.0909rem;
  font-weight: 500;
}

.actual-temp-deg,
.actual-temp-desc,
.actual-wind-desc {
  vertical-align: 15px;
  font-size: 0.6364rem;
  font-weight: 500;
}

.temp-desc,
.temp-deg {
  font-size: 0.6364rem;
}

.wind-desc {
  font-size: 0.4545rem;
}

/* Chart start */

.swiper-slide {
  display: flex;
}

.swiper-slide section {
  width: 100%;
}

.chart-block {
  padding: 25px;
}

.chart-block.active {
  background: rgba(38, 32, 31, 0.65);
  padding: 10px;
}

.app-chart__canvas {
  position: relative;
  width: 100% !important;
  max-width: 600px;
  height: auto !important;
  margin: 0 auto;
  border: 1px solid #fff;
  background: rgba(243, 243, 243, 1);
}

.chart-information {
  text-align: left;
  line-height: 0.7;
}

.chart-information h2 {
  font-size: 1.0909rem;
  color: #000000;
  padding: 8px 0 0 10px;
}

.chart-information span {
  font-size: 0.5455rem;
  color: #828188;
  padding: 13px 0 7px 13px;
}

.chart-arrow {
  width: 12px;
  animation: 10s linear infinite rotate;
}

.chart-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 30px 5px 15px;
}

.mySwiper {
  width: 100%;
  height: 100%;
}

.swiper-block.active {
  background: rgba(38, 32, 31, 0.65);
}

.chart-swipe {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-swipe section {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  background-color: #FF9933;
}

.swiper-block.active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 12000;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
  color: #000000;
}

.arrows.active {
  display: none;
}

@media screen and (max-width: 665px) {
  .information-bar.active {
    padding-top: 20px;
  }
}