.sf__select {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  height: 37px;
  border: none;
  background: #fff;
  border-radius: 8px;
  padding: 12px 10px;
}

.error .sf__select {
  border: 1px solid red;
}
.error .span_error {
  font-size: 12px !important;
}

.sf__contacts .error span {
  color: red !important;
}
.sf__contacts .error span:last-child {
  font-size: 12px;
}

.account-addLogo > div span, .account-addLogo__sup {
  min-width: 100px;
}

.sf_blue__ul h5, .sf_blue__ul h2 {
  display: flex;
  margin: 30px 0 15px 0;
  color: #0e0a01;
  font-family: Appetite;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.sf_blue__ul ul {
  margin: 0 0 20px 0;
}
.sf_blue__ul ul li {
  margin: 0 0 5px 0;
  position: relative;
  padding: 0 0 0 20px;
  color: #0e0a01;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.sf_blue__ul ul li::after {
  background-color: #0095d4;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.team-line--approaches p {
  max-width: 900px;
}

.text__orange h3 {
  color: #FFCC40;
}

@media screen and (min-width: 900px) {
  .f-preference__left li:nth-child(2) img {
    margin-right: 20px;
  }
  .desktop__none {
    display: none !important;
  }
}
.sf_image img {
  max-width: 462px;
}

@media screen and (max-width: 900px) {
  .mobile__none {
    display: none !important;
  }
}
.intro__right .swiper-slide::before {
  background-image: none !important;
}

@media (max-width: 576px) {
  .preference__img, .services__img {
    height: auto !important;
  }
  .app__in_contacts img {
    width: 90px;
  }
}
/**
*********************dropdown
 */
.dropbtn {
  background-color: #fef1de;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #fef1de;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
  background-color: #fef1de;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fef1de;
  min-width: 180px;
  overflow: auto;
  right: 0;
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

@media (max-width: 1200px) {
  .tel {
    margin: 0 0 0 auto;
  }
}
.app_store {
  margin-top: 50px;
}

.app_mobile p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.app_mobile h5 {
  font-size: 50px;
  width: 80%;
}
.app_mobile img {
  margin-right: 24px;
}

@media (max-width: 576px) {
  .mob_app {
    width: 99px !important;
  }
}
.app__in_contacts {
  margin-top: 20px;
}
.app__in_contacts img {
  margin-right: 10px;
}

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