#top {
    position: relative;
}

.btn-primary {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #0b84c2;
    border-color: #0b84c2;

}

.contacts {
    background-color: #000;
    border-bottom: 1px solid #333;
}

.contacts-container {
    display:flex;
    flex-direction: column;
    gap: 7px;
}

.contacts .section-title {
    color: #0dcaf0;
    margin-bottom: 15px;
}

.contacts-link {
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.contacts-link:hover {
    color: #fff;
    text-decoration: underline;
}

.icon-list {
  padding-left: 0;
  list-style: none
}
.icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: .25rem
}
.icon-list li::before {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center/100% auto
}
html {
  scroll-behavior: smooth
}
body {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  width: 100%
}
.hidden {
  display: none!important
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  text-transform: uppercase
}
.h1,
h1 {
  font-size: 3rem
}
.btn {
  text-transform: uppercase
}
.section-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase
}
.section-title span.bordered-icon {
  color: #dadada;
  padding: 0 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  display: inline-block
}
.section-title span.bordered-icon:after,
.section-title span.bordered-icon:before {
  content: "";
  background: #dadada;
  width: 50px;
  height: 1px;
  top: 8px;
  position: absolute
}
.section-title span.bordered-icon:before {
  left: 100%
}
.section-title span.bordered-icon:after {
  right: 100%
}
.custom-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.custom-list li {
  padding-left: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.custom-list .bi {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.bi {
    color: #0dcaf0 !important;
  fill: currentColor
}
.navbar-brand img {
  max-width: 200px
}
.bg-dark {
  background-color: #212a33!important
}
.navbar > .container {
  width: 100%
}
.navbar-phone {
  margin-left: auto;
  margin-right: 20px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.navbar-collapse .navbar-nav {
  text-align: center;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.navbar-collapse.show {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
@media (max-width:1200px) {
  .navbar-collapse.collapse,
  .navbar-collapse.collapsing {
    margin-top: 15px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .navbar-collapse .navbar-nav {

    /*-webkit-box-ordinal-group: 5;*/
    -ms-flex-order: 4;
    order: 4;
z-index: 999;
  }
  .navbar-phone {
      position: relative;
    /*-webkit-box-ordinal-group: 3;*/
    -ms-flex-order: 2;
    order: 2;
    z-index: 999;
  }
  .navbar-toggler {
      position: relative;
    /*-webkit-box-ordinal-group: 4;*/
    -ms-flex-order: 3;
    order: 3;
    z-index: 999;
  }
}
.navbar-nav .nav-item {
  margin-right: 20px
}
.navbar-nav .nav-link {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 10px 0
}
.navbar-nav .nav-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #1d6de6;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.navbar-nav .nav-link:hover:after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.mainSwiper {
    overflow:hidden;
}
.mainSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
  min-height: 95vh;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mainSwiper .swiper-button-next, .mainSwiper .swiper-button-prev {
    color: #0dcaf0;
}

@media (max-width: 768px) {
    .mainSwiper .swiper-button-next:after, .mainSwiper .swiper-button-prev:after {
    font-size: 22px;
}

.mainSwiper .swiper-button-next {
    right: 0;
}
.mainSwiper .swiper-button-prev {
    left: 0;
}
}
.mainSwiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.mainSwiper .swiper-caption {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 50px;
}
.mainSwiper .swiper-caption .h1 {
  color: #0dcaf0;
  font-weight: 600;
  text-align: center
}
.mainSwiper .section-hero-link {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-bottom: 7px;
}
.mainSwiper .section-hero-link:hover {
    text-decoration:underline;
}
.mainSwiper .swiper-caption .h4 {
  text-align: center;
  color: #ddd;
  max-width: 600px;
  margin: 0 auto 20px auto
}
@media (max-width:768px) {

  .mainSwiper .swiper-slide {
    min-height: 70vh;
  }
  .mainSwiper .swiper-slide img {
    height: 100%;
  }
  .mainSwiper .swiper-caption {
    max-width: 330px;
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .swiper-caption .h1 {
    font-size: 1.8em
  }
  .swiper-caption .h4 {
    font-size: 1.2em
  }
  .swiper-caption .section-hero-link {
      font-size: 32px;
  }
}
.services {
  padding-top: 70px;
  padding-bottom: 50px
}
.services-item {
  margin-bottom: 30px
}
.services-item img {
  margin-right: 20px
}
.services-item h3 {
  font-size: 1.4em;
  font-weight: 600
}
@media (max-width:768px) {
  .services {
    padding-top: 40px;
    padding-bottom: 20px
  }
  .services-item div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .services-item img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%
  }
  .services-item h3 {
    font-size: 1.2em
  }
}
.repair {
  background-color:#f2f2f2;
  padding-top: 70px;
  padding-bottom: 60px
}
.repair .section-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase
}
.repair .section-title span.bordered-icon {
  color: #b8b8b8
}
.repair .section-title span.bordered-icon:after,
.repair .section-title span.bordered-icon:before {
  background: #b8b8b8
}
.repair-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.repair-item .caption {
  padding: 30px
}
.repair-item .h4 {
  margin-bottom: 20px
}
.repair-note {
  max-width: 900px;
  margin: 30px auto
}
@media (max-width:992px) {
  .repair-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media (max-width:768px) {
  .repair-item .caption {
    padding: 10px
  }
  .repair-note {
    margin-top: 0
  }
}
.price {
  padding-top: 70px;
  background-color: #f0f0f0
}
.price .table {
  max-width: 850px;
  margin: 0 auto;
  background-color: #fff
}
.logos {
        overflow:hidden;
    position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}


.logos .swiper-wrapper {
  position: relative;
  margin-bottom: 10px
}

.logos .swiper-pagination {
    bottom: 30px;
}
.footer {
  background-color: #1d1d1d;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  position: relative
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer .copyright {
  display: inline-block;
  margin-left: 10px
}
.footer .powered {
  color: #fff
}
.footer .powered a {
  font-weight: 600;
  text-decoration: none;
  color: #0dcaf0;
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: fill .3s,opacity .5s,visibility .5s;
  -o-transition: fill .3s,opacity .5s,visibility .5s;
  transition: fill .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000
}
.scroll-to-top:hover {
  cursor: pointer;
  opacity: .8
}
.scroll-to-top:hover .bi {
  fill: #494949
}
.scroll-to-top.show {
  opacity: .6;
  visibility: visible
}
@media (max-width:768px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer .powered {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #6b6b6b
  }
}