html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.plans-top{
  height: 45px;
}
.plans-top-title{
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.plans-title{
  font-size: 17px;
  font-weight: 700;
}
.plans-text{
  font-size: 16px;
  text-align: center;
}
.plans-text-small{
  text-align: center;
}
.plans-text-small:hover{
  text-decoration: underline;
}
.icon-green-plan{
  color: green;
  font-size: 25px;
  text-align: center;
}
.icon-red-plan{
  color: red;
  font-size: 25px;
  text-align: center;
}

.landing-page .landing-page-nav .container {
  height: 120px;
}

.landing-page .landing-page-nav .navbar-logo img {
  height: 30%;
  width: auto;
  margin-top: 50%;
}

.landing-page .landing-page-nav .navbar-nav .nav-item>.dropdown>a,
.landing-page .landing-page-nav .navbar-nav .nav-item>a {
  border: 1px solid rgba(0,54,90,.3);
  color: #00365a;
}

.landing-page .landing-page-nav .navbar-nav .nav-item>.dropdown>a:hover,
.landing-page .landing-page-nav .navbar-nav .nav-item>a:hover {
  border: 1px solid rgba(0,54,90,.3);
  color: #ffffff;
}

.landing-page .landing-page-nav .navbar-logo .dark,
.landing-page .landing-page-nav .navbar-logo .white {
  background: none;
}


.landing-page .landing-page-nav .navbar-logo {
  height: 180px;
}

.landing-page .landing-page-nav .navbar-logo .white,
.landing-page .landing-page-nav .navbar-logo .dark {
  height: 60px;
}

.landing-page .logo-mobile  img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}

.logo-single {
  background-image: url(../logos/logo-110.png);
  width: 100%;
  height: 90px;
}

.landing-page .landing-page-nav.headroom--top {
  background: #fff;
  box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
}

.landing-page .landing-page-nav.headroom--unpinned {
  display: block;
  background: #fff;
  box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
}


@media (max-width: 1439px) {
  .landing-page .landing-page-nav .container {
      height:90px
  }
  .landing-page .landing-page-nav .navbar-logo {
    width: 120px;
    height: 70px;
  }
}

@media (max-width: 1199px) {
  .landing-page .landing-page-nav .container .navbar-logo {
      height: 70px
  }

  .landing-page .landing-page-nav .container .navbar-logo .dark,
  .landing-page .landing-page-nav .container .navbar-logo .white {
      height: 70px
  }
}
.pac-container{
  z-index: 10001;
  top: 210px;
}
.modal-dialog{
  margin: 10rem auto!important;
  width: 50% !important;
}
.price-top-part{
  min-height: 280px;
}
.modal-content{
  border-radius: 3px;
}
.info-link{
  font-weight: 600;
  color: rgb(39, 51, 211);
}
.info-link:hover{
  text-decoration: underline;
}
.weather-box{
  border:1px solid rgba(118, 150, 253, 0.747);
  border-radius: 3px;
}