/*==========  Desktop First  ========== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /* */
  .slider__container__main {
    max-width: 100%; }

  .slider__container__main {
    padding-top: 80px; }

  .slider__section {
    background-size: auto;
    background-position: top; }

  .head__menu li {
    margin-right: 30px;
    font-size: 16px; }

  .mycard .uk-card {
    height: auto; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* */
  .header__button {
    display: none; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* */
  body {
    font-size: 14px; }

  h1, h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; }

  .slider__container__main {
    padding-top: 20px;
    padding-bottom: 20px; }

  .slider__section {
    min-height: auto; }

  .slider__container__main p {
    font-size: 14px; }

  .logo {
    width: 110px; }

  .head__menu li {
    margin-right: 10px;
    font-size: 10px; }

  .services__section {
    padding-top: 0;
    padding-bottom: 0px; }

  .parts__section {
    padding: 20px 0; }

  .parts__steps__container__main {
    margin-top: 20px; }

  .parts__steps__container__main {
    flex-direction: column;
    justify-content: start; }

  .parts__decription__container__main {
    padding-top: 20px; }

  .one__step {
    width: 100%; }

  .arrow__css {
    margin: 20px 0;
    transform: rotate(90deg); }

  .works__container {
    flex-direction: column;
    justify-content: start; }

  .left__works {
    width: 100%; }

  .works__container .mycard .uk-card {
    height: auto !important; }

  .right__works {
    width: 100%;
    margin-top: 30px; }

  .order__container__main p {
    margin: 0; }

  .advantages__section {
    padding: 20px 0;
    margin-bottom: 30px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* */
  h1, h2 {
    font-size: 16px; }

  .nomobile {
    display: none; }

  .inmobile {
    font-size: 14px;
    background-color: #FF5E20;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    background-color: #209F84;
    cursor: pointer;
    margin-right: 0 !important; }

  .whyus__container {
    flex-direction: column; }

  .whyus__text {
    padding-left: 0; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /* */ }
/*==========  Mobile First  ========== */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /* */ }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* */ }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* */ }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* */ }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* */ }

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