.title-xl {
  text-align: center;
  position: relative;
  color: #132a64;
  font: 700 2rem/2.1rem 'Montserrat', sans-serif;
  margin-bottom: 0; }

.title-xl img {
    max-width: 170px;
    position: relative;
    top: 13px;
}
  @media (max-width: 990px) {
    .title-xl br {
      display: none; } }
  @media (max-width: 990px) {
    .title-xl {
      margin-bottom: 35px;
      font-size: 1.5rem;
      line-height: 30px; } }
  .title-xl span {
    color: #39a5de; }

.actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}
header {
  position: absolute;
  width: 95%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2; }
  @media (max-width: 450px) {
    header {
      width: 90%; } }

.header-container {
  padding: 20px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 650px) {
    .header-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px 0; } }

@media (max-width: 650px) {
  .header-box {
    margin-bottom: 15px; } }

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-nav p {
    cursor: pointer;
    margin: 0 0 0 30px;
    font: 700 1rem 'Montserrat', sans-serif;
    color: #132a64;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
   .header-nav a {
      color: #0187D2;
    }
    .header-nav a:hover {
      transition: .3s;
      color: #065c8c;
    }
    .header-nav>a {
        position: relative;
       padding-left: 25px;
       padding-bottom: 2px;
    }
    .header-nav>a:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: calc(50% - 11px);
        left: 0;
        background-image: url('../img/icon/phone.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    @media (max-width: 650px) {
      .header-nav p {
        margin: 0 5px; } }
    @media (max-width: 400px) {
      .header-nav p {
        font-size: 1rem; } }
    .header-nav p:hover {
      color: #38a6df; }

.bs {
    height: calc(100vh - 90px);
  position: relative;
  background: url(../img/icon/bg-1.png) no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px; }
  @media (max-width: 990px) {
    .bs {
      margin-bottom: 80px; } }
  .bs .container {
    height: 100%; }
  @media (max-width: 576px) {
    .bs br {
      display: none; } }

.bs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: calc(100% - 100px); }
  .bs-container .bs-title {
    font: 700 3.2rem 'Montserrat', sans-serif;
    margin-bottom: 20px; }
    @media (max-width: 990px) {
      .bs-container .bs-title {
        font-size: 2.5rem; } }
    @media (max-width: 578px) {
      .bs-container .bs-title {
        font-size: 1.6rem;
        margin-bottom: 10px; } }
  .bs-container .bs-text {
    margin-bottom: 35px;
    color: #4a597c;
    font: 300 1.4rem/30px 'Montserrat', sans-serif;
    display: block; }
    @media (max-width: 990px) {
      .bs-container .bs-text {
        font-size: 1.2rem;
        margin-bottom: 30px; } }
    @media (max-width: 576px) {
      .bs-container .bs-text {
        font-size: 1.1rem;
        margin-bottom: 10px; } }

.wrap-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    .wrap-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  .wrap-btn a, .wrap-btn p {
    display: block;
    margin: 0 10px; }
    @media (max-width: 576px) {
      .wrap-btn a, .wrap-btn p {
        margin: 10px 0;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }

.repair-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media (max-width: 990px) {
    .repair-container {
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px; } }

.repair-box {
  background: #fff;
  -webkit-box-shadow: 15px 5px 51px rgba(255, 147, 201, 0.2);
          box-shadow: 15px 5px 51px rgba(255, 147, 201, 0.2);
  padding: 30px 40px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
 }

  .repair-box img {
        height: auto;
    max-width: 100%;
    position: relative;
    left: 0px;
    top: -85px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .repair-box:hover img {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }

    @media (max-width: 1366px) {
      .repair-box img {
        height: auto; } }



         @media (max-width: 1280px) {
      .repair-box img {
        height: auto; } }



    @media (max-width: 1100px) {
      .repair-box img {
        height: auto;
        width: 260px;
        left: 0;
    margin: 0;
    top: -60px;
    transform: translate(-0, -0);
        max-width: auto; } }



    @media (max-width: 990px) {


.repair-box {
        max-width: 100%;}

      .repair-box img {
            height: auto;
    width: 100%;
    max-width: 400px;
    left: 0;
    margin: 0 auto 40px;
    transform: translate(0, 0);
        max-width: auto;}

.repair-box:nth-child(1) img {
           height: auto;
    width: 100%;
    max-width: 400px;
    left: 0;
    margin: 0 auto 20px;
    transform: translate(0, 0);
        max-width: auto; }

     }



    @media (max-width: 576px) {
      .repair-box img {
        height: 250px;margin: 0 auto 15px; top: -40px; } }
     @media (max-width: 400px) {
      .repair-box img {
        left: 50%; }

.repair-box:nth-child(1) img {
        left: 61%;}
      }
      @media (max-width: 350px) {
      .repair-box img {
        height: 205px; } }





  .repair-box .repair-title {
    display: block;
    margin-bottom: 10px;
    color: #132a64;
    font: 700 1.2rem 'Montserrat', sans-serif; }
  .repair-box .repair-text {
    display: block;
    color: #566485;
    font: 500 1rem 'Montserrat', sans-serif; }
    .repair-box .repair-text::after {
      content: "\2192";
      position: relative;
      left: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .repair-box .repair-text:hover::after {
      left: 20px; }

.replacement-box-xl {
  background: #fff;
  -webkit-box-shadow: 15px 5px 51px rgba(105, 172, 255, 0.2);
          box-shadow: 15px 5px 51px rgba(105, 172, 255, 0.2);
      padding: 20px 20px 20px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;

  height: 430px; }
a.replacement-box-xl img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a.replacement-box-xl:hover img {
  -webkit-transform: translate(-45%, -50%);
      -ms-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}




  @media (max-width: 990px) {
    .replacement-box-xl {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
 width: 100% !important; max-width: 480px;margin: 0 !important;

      margin: 0 50px;
      height: auto; } }
  @media (max-width: 768px) {
    .replacement-box-xl {
      margin: auto; width:320px;} }

  .replacement-box-xl img {
    height: 470px;
    max-width: 100%;
    position: relative;
    left: 50%;
    margin: 0 0 -25px 0;
    top: 50%;
    transform: translate(-50%, -50%);}
    @media (max-width: 990px) {
      a.replacement-box-xl img {
        left: 50%;
        top: 30%;
        transform: translate(-50%, -10%);
        height: auto; } }
    @media (max-width: 768px) {
      .replacement-box-xl img {
        height: auto; left: 0;transform: translate(-0, -0); margin-bottom: 10px;
        top: 0;}
        a.replacement-box-xl:hover img {
          transform: translate(-50%, -30%);
        }
      }


       .replacement-box-xl {
        width: 100%; }}
.replacement-title {
color: #132a64;
}

  .replacement-box-xl .replacement-title {
    display: block;
    margin: auto auto 10px;
    color: #132a64;
    font: 700 1.2rem 'Montserrat', sans-serif; }
  .replacement-box-xl .replacement-text {
    display: block;
    color: #132a64;
    margin: auto;
    font: 500 1rem 'Montserrat', sans-serif; }
    .replacement-box-xl .replacement-text::after {
      content: "\2192";
      position: relative;
      left: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .replacement-box-xl .replacement-text:hover::after {
      left: 20px; }

.phone {
  background:#fff;
  background-size: cover;
  padding: 70px 30px 30px; }
  @media (max-width: 990px) {
    .phone {
      padding: 0 25px 20px; } }

.phone-title {
  margin-bottom: 30px; }

.phone-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .phone-box a {
    margin-bottom: 10px;
    color: #69acff;
    position: relative;
    font: 700 1.4rem 'Montserrat', sans-serif; }
    @media (max-width: 990px) {
      .phone-box a {
        font-size: 1.2rem; } }
    .phone-box a::before {
      content: '';
      background: url(../img/icon/phone.svg) no-repeat center center;
      background-size: 25px;
      height: 25px;
      width: 25px;
      position: absolute;
      left: -35px;
      top: 1px; }
      @media (max-width: 990px) {
        .phone-box a::before {
          height: 20px;
          width: 20px;
          background-size: 20px;
          left: -30px; } }

footer {
  background: #24252a; display: none;}

.footer-container {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 60px; }
  @media (max-width: 1280px) {
    .footer-container {
      grid-gap: 30px; } }
  @media (max-width: 990px) {
    .footer-container {
      grid-template-columns: 1fr 1fr;
      grid-gap: 25px;
      padding: 25px 0; } }
  @media (max-width: 576px) {
    .footer-container {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  .footer-container .footer-title {
    font: 700 1.2rem 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 30px;
    color: #fff; }
    @media (max-width: 990px) {
      .footer-container .footer-title {
        margin-bottom: 20px;
        font: 700 1.1rem 'Montserrat', sans-serif; } }
  .footer-container .footer-sub-title {
    font: 700 1.1rem 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 15px;
    color: #fff; }
    @media (max-width: 990px) {
      .footer-container .footer-sub-title {
        font: 700 1rem 'Montserrat', sans-serif; } }

.footer-box-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer-box-link img {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto; }
    @media (max-width: 990px) {
      .footer-box-link img {
        width: 200px; } }
    @media (max-width: 576px) {
      .footer-box-link img {
        width: 90%; } }
  .footer-box-link li a {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font: 700 1rem 'Montserrat', sans-serif;
    padding-left: 20px;
    position: relative;
    display: block; }
    @media (max-width: 990px) {
      .footer-box-link li a {
        font-size: .9rem; } }
    .footer-box-link li a::before {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      content: url(../img/footer/arrow-right.png);
      display: block;
      position: absolute;
      left: 0;
      top: 1px;
      z-index: 2; }
    .footer-box-link li a:hover::before {
      left: -5px; }

.footer-box-adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
  padding-left: 60px; }
  @media (max-width: 1280px) {
    .footer-box-adress {
      padding-left: 0; } }
  @media (max-width: 990px) {
    .footer-box-adress {
      padding-top: 0;
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 2; } }
  @media (max-width: 576px) {
    .footer-box-adress {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .footer-box-adress .tab-maps {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
    @media (max-width: 576px) {
      .footer-box-adress .tab-maps br {
        display: none; } }
  .footer-box-adress .tab-maps-box {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-left: 40px; }
    .footer-box-adress .tab-maps-box::before {
      content: url(../img/footer/metro.png);
      position: absolute;
      left: 0;
      top: -2px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .footer-box-adress .tab-maps-box:hover::before {
      left: -5px; }
  .footer-box-adress .tab-maps-text {
    color: #fff;
    margin-bottom: 8px;
    font: 500 1rem 'Montserrat', sans-serif; }
    @media (max-width: 990px) {
      .footer-box-adress .tab-maps-text {
        font-size: .9rem; } }
  .footer-box-adress .tab-maps-street {
    color: #6e6e6e;
    font: 500 .95rem 'Montserrat', sans-serif; }
    @media (max-width: 990px) {
      .footer-box-adress .tab-maps-street {
        font-size: .87rem; } }

.footer-box-grafik {
  padding-top: 15px;
  padding-left: 60px; }
  @media (max-width: 1280px) {
    .footer-box-grafik {
      padding-left: 0; } }
  @media (max-width: 990px) {
    .footer-box-grafik {
      padding-top: 0;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 576px) {
    .footer-box-grafik {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .footer-box-grafik .footer-info {
    font: 500 1rem 'Montserrat', sans-serif;
    color: #6e6e6e;
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px; }
    @media (max-width: 990px) {
      .footer-box-grafik .footer-info {
        font-size: .9rem; } }
  .footer-box-grafik .clock::before {
    content: url(../img/footer/clock.png);
    position: absolute;
    left: 0;
    top: -3px; }
  .footer-box-grafik .mail:hover {
    text-decoration: underline; }
  .footer-box-grafik .mail::before {
    content: url(../img/footer/mail.png);
    position: absolute;
    left: 0;
    top: 0px; }

.footer-box-feedback {
  padding-top: 15px;
  padding-left: 60px; }
  @media (max-width: 1280px) {
    .footer-box-feedback {
      padding-left: 0; } }
  @media (max-width: 990px) {
    .footer-box-feedback {
      padding-top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (max-width: 576px) {
    .footer-box-feedback {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .footer-box-feedback .link-phone {
    display: block;
    margin-bottom: 20px;
    font: 700 1rem 'Montserrat', sans-serif;
    color: #fff;
    position: relative;
    padding-left: 20px; }
    @media (max-width: 990px) {
      .footer-box-feedback .link-phone {
        font-size: .9rem; } }
    .footer-box-feedback .link-phone:hover {
      text-decoration: underline; }
    .footer-box-feedback .link-phone::before {
      content: url(../img/footer/phone.png);
      position: absolute;
      left: 0;
      top: 0; }
  .footer-box-feedback .social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px; }
    @media (max-width: 990px) {
      .footer-box-feedback .social-box {
        margin-top: 10px;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .footer-box-feedback .social-box a {
      margin: 0 10px; }

.btn-dark {
  background-color: #3aa4dd;
  border: 1px solid #3aa4dd;
  border-radius: 16px;
  padding: 15px 25px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font: 600 1rem 'Montserrat', sans-serif;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .btn-dark:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.5);
            box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.5); }
  @media (max-width: 990px) {
    .btn-dark {
      padding: 15px 20px; } }

.btn-transparent {
  cursor: pointer;
  color: #3aa4dd;
  border: 1px solid #3aa4dd;
  border-radius: 16px;
  padding: 15px 25px;
  text-align: center;
  font: 600 1rem 'Montserrat', sans-serif;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .btn-transparent:hover {
    color: #fff;
    background: #3aa4dd; }
  @media (max-width: 990px) {
    .btn-transparent {
      padding: 15px 20px; } }
/*.wrapper {
overflow-x: hidden;
}*/
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;

   }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

ul {
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none;
  outline: none; }

.container {
  max-width: 1450px;
  margin: 0 auto;
}

.padding {
  padding: 0 40px; }
  @media (max-width: 1280px) {
    .padding {
      padding: 0 30px; } }
  @media (max-width: 576px) {
    .padding {
      padding: 0 15px; } }

.margin {
  margin-bottom: 0px; }
  @media (max-width: 990px) {
    .margin {
      margin-bottom: 0; } }
.bs.padding {
padding: 70px 40px 20px;
}
@media (max-width: 1280px) {
    .bs.padding {
      padding: 40px 30px 0; } }
      @media (max-width: 990px) {
    .bs.padding {
      padding: 200px 30px 0; } }
@media (max-width: 990px){
.bs.padding {
    padding: 50px 30px 0;}
}
@media (max-width: 768px){
.bs.padding {
    padding: 360px 30px 0;}
}
@media (max-width: 650px){
.bs.padding {
    padding: 100px 30px 0;}
}

@media (max-width: 576px){
    .bs.padding {
        padding: 170px 15px 0;
    }
    .repair-container > div {
        margin: 0 !important;
    }
    .repair-box {
        padding: 20px 10px;
        border-radius: 15px;
    }
    .repair-box:nth-child(1) img {
        max-width: 120px;
        transform: translate(0, 30px);
    }
}

.bs-text3 {
margin-top: 15px;
margin-bottom: 0 !important;
}

h1.title-xl {
    text-align: center;
    width: 100%;
    font: 700 2.05rem/2.1rem 'Montserrat', sans-serif;
    margin: 12% 0 2%;}

    @media (max-width: 1100px) {
      h1.title-xl {
font: 700 1.8rem/2rem 'Montserrat', sans-serif;}
    }
    @media (max-width: 990px) {
      h1.title-xl {
    text-align: center;}
    }

     @media (max-width: 480px) {
      h1.title-xl {
font: 700 1.3rem/1.5rem 'Montserrat', sans-serif;}
    }

.repair-container > div > a.replacement-box-xl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 990px) {
.repair-container > div {
  width: 100%;

  max-width: 480px;
margin: 30px auto 0;
 }
}
.repair {
padding-bottom: 100px;
}
@media (max-width: 991px){
    .repair {
        margin-top: -12%;
    }
}
.repair-container > div > a .repair-title {
  margin-top: -30px;
}
.repair-container > div > a p {
  text-align: center;
}
@media (max-width: 768px) {
.repair {
padding-top: 0;
}
}
@media (max-width: 480px) {
.repair {
padding-top: 0;
}
}
@media (max-width: 990px) {
      .repair-box:nth-child(2) img, .repair-box:nth-child(3) img {
       left: 0 !important;  } }

       @media (max-width: 400px) {
      .repair-box:nth-child(2) img, .repair-box:nth-child(3) img {
       height: auto;  } }

       @media (max-width: 400px) {
      .repair-box:nth-child(1) img{
       height: auto;
       left: 0; } }


        @media (max-width: 380px) {
      .repair-box:nth-child(2) img, .repair-box:nth-child(3) img, .repair-box:nth-child(1) img {
       height: 100%;  } }
           @media (max-width: 350px) {
      .repair-box:nth-child(2) img, .repair-box:nth-child(3) img, .repair-box:nth-child(1) img {
       height: auto;  } }



       .iph {

    position: absolute;
    top: 5px;
    left: 5px;
  }


.header_social {
  margin-right: 15px;
}
.header_social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.header_social a img {
  width: 100%;
}
.mobile {
  display: none !important;
}


@media (max-width: 990px) {
    .bs-container.mobile {
        display: flex !important;
        padding: 0 35px;
    }
    .header_social a.mobile {
        display: inline-block !important;
    }
    .desktop {
        display: none !important;
    }
}


.button-site {
display: block;
background: #0187D2;
color: #fff;
padding: 12px 15px;
font: 700 1.1rem/25px 'Montserrat', sans-serif;
border-radius: 14px;
}

.button-site:hover {
  transition: 0.15s ease;
background: #095884;
color: #f2f2f2;
}

header {
      width: 100%;
    max-width: 1450px;
    margin: auto;
}

h1.title-xl {
    font: 700 1.25rem/1.4rem 'Montserrat', sans-serif;
    margin: 1% 0 1%;
}

.header-container {
    padding: 20px 125px;
}
.header-box img {
width: 215px;
}
header {
      width: 100%;
    max-width: 900px;
    margin: auto;
}
.header-container {
    padding: 15px 0;
}
.button-site {
font: 700 1rem/25px 'Montserrat', sans-serif;
}
}


@media (max-width: 1366px) {
h1.title-xl {
    font: 700 1.20rem/1.6rem 'Montserrat', sans-serif;
    margin: 1% 0 1%;
}

.header-box img {
width: 200px;
}






.button-site {

font: 700 .9rem/25px 'Montserrat', sans-serif;
}
header {
      width: 100%;
    max-width: 750px;
    margin: auto;
}
.header-container {
    padding: 10px 0;
}
.actions {
    margin-top: 15px;
}
}


@media (max-width: 1201px) {
body {
    overflow-y: scroll;
}
}

@media (max-width: 990px) {

h1.title-xl {
    font: 700 1rem/1.2rem 'Montserrat', sans-serif;
    margin: 60px 0 20px;
}
.header-box img {
width: 165px;
}



.header_social a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }

.header-nav>a:before {
    width: 18px;
    height: 18px;
}
.button-site {
margin: 0 auto 0;
font: 700 .9rem/22px 'Montserrat', sans-serif;
}

header {
      width: 100%;
    max-width: 550px;
    margin: auto;
}
.header-container {
    padding: 10px 0;
}

.bs.padding {
    padding: 0;
}
}


@media (max-width: 768px) {

.bs.padding {
    padding: 0;
}
.padding {
    padding: 0;
}
}

@media (max-width: 650px) {
h1.title-xl {
    margin: 18% 0 1%;
}
.header-box {
    margin-bottom: 10px;
}
h1.title-xl {
    margin: 15% 0 1%;
}
header {
  padding: 0;
}

}


@media (max-width: 500px) {

h1.title-xl {
    margin: 100px 0 15px;
}

}

@media (max-width: 450px) {

.header-box {
    margin-bottom: 5px;
}
h1.title-xl {
    margin: 90px 0 10px;
}
}