body {
  background: #fff
}
h1 {
  color: #065aca
}
.d-none {
  display: none
}
#aidostavka h4 {
  text-align: left;
  color: #35c7df
}
#aidostavka ul {
  text-align: left;
  list-style: square
}
* {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
@media (max-width:1679px) {
  html {
    background: #fff
  }
}
@media (max-width:1439px) {
  html {
    background: #fff
  }
}
@media (max-width:1199px) {
  html {
    background: #fff
  }
}
@media (max-width:991px) {
  html {
    background: #fff
  }
}
@media (max-width:767px) {
  html {
    background: #fff
  }
}
@media (max-width:575px) {
  html {
    background: #fff
  }
}