.small_error {
  font-size: 12px;
  color: red;
}

.h3_success {
  text-align: center;
  color: darkgreen;
}

.cursor-pointer:hover {
  cursor: pointer;
}

@media screen and (min-width: 1440px) {
  .img_logo {
    width: 150px;
  }
}
.transportation__block a, .routes__block a {
  transition: transform 0.3s ease, color 0.3s ease;
}
.transportation__block a:hover, .routes__block a:hover {
  transform: scale(1.1) !important;
}

b {
  font-weight: 900 !important;
}

@media screen and (max-width: 540px) {
  .sf__flex {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .sf__flex .header__end-lang {
    margin-right: 25px !important;
  }
  .header__end .header__end-lang {
    display: none;
  }
  .header__menu ul li {
    width: 100%;
  }
  .header__menu ul li ul {
    position: relative !important;
    width: 100% !important;
    top: 10px !important;
    max-width: 100% !important;
    background: #011318 !important;
    margin-bottom: 10px;
  }
  .header__menu ul li ul li {
    border-bottom: 1px solid #ccc;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .header__menu ul li ul li a {
    color: #ccc !important;
  }
}
@media screen and (min-width: 540px) {
  .sf__flex .header__end-lang {
    margin-right: -50px;
  }
}
.header__link {
  position: relative;
}

.header__menu ul li ul {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  flex-direction: column;
  top: 87px;
  max-width: 300px;
  padding: 10px;
  align-content: start;
}
.header__menu ul li ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: start;
  width: 100% !important;
  padding-left: 10px;
}
.header__menu ul li ul li a {
  color: #fff;
}
.header__menu ul li ul li a:hover {
  text-decoration: underline;
}

.hero__btn {
  z-index: 99;
}

.cooperate_sf {
  color: #ccc !important;
  text-align: center;
}

.sf_img_type:hover {
  cursor: pointer;
}

.sf_link {
  position: relative;
}
.sf_link svg {
  padding-top: 5px;
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
  .hero__bg > * {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: left;
    transition: all 0.5s ease;
  }
  .hero__bg img {
    height: 100% !important;
    margin-left: -90%;
  }
}

/*# sourceMappingURL=style_sf.css.map */
