@font-face {
  font-family: 'Arial';
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font: 1rem/1.32;
}

h1 {
  font-weight: bold;
}

h2, h3, h4, h5, h6 {
  font-weight: 900;
}

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

a {
  text-decoration: none;
}

.wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#284f7e), color-stop(29%, #2e699e), color-stop(74%, #5191df), color-stop(100%, #2865ac), to(#21afcb));
  background: linear-gradient(90deg, #284f7e 0%, #2e699e 29%, #5191df 74%, #2865ac 100%, #21afcb 100%);
  overflow: hidden;
}

.navbar {
  background: #fff !important;
}

.navbar img {
  width: 242px;
}

.navbar .nav-link {
  border-bottom: 3px solid #989898;
}

@media screen and (min-width: 902px) {
  .navbar .nav-link {
    border-bottom: none;
  }
}

.licont {
  margin-top: 10px;
  display: block;
}

@media screen and (min-width: 902px) {
  .licont {
    display: none;
  }
}

.nav-link {
  background: rgba(104, 207, 229, 0.5) !important;
  padding-bottom: 5px;
  font-size: 18px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 902px) {
  .nav-link {
    background: none !important;
  }
}

.slider-wrap {
  margin: 0 auto;
  margin-top: 30px;
  border: 10px #00A2C8 solid;
  max-width: 900px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1130px) {
  .carousel-item img {
    height: 608px;
  }
}

.info-wrap {
  background: #F4F4F2;
  padding: 40px;
}

.main-info {
  border-radius: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.main-info-title {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 650px) {
  .main-info-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 902px) {
  .main-info-title {
    font-size: 40px;
  }
}

.main-info-text {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 650px) {
  .main-info-text {
    font-size: 20px;
    padding: 20px;
  }
}

@media screen and (min-width: 902px) {
  .main-info-text {
    font-size: 25px;
  }
}

.main-small-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-small-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
}

.main-small-list li img {
  width: 100%;
  height: 181px;
}

.main-small-list li p b {
  font-size: 25px;
  font-weight: 700;
}

.main-small-list li p {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}

@media screen and (min-width: 902px) {
  .main-small-list li p {
    font-size: 21px;
  }
}

.strat p, h3 {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 650px) {
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact .contact-img-wrap {
  max-width: 500px;
}

.contact .contact-img-wrap img {
  width: 100%;
  padding: 20px;
  padding-top: 0;
}

.footer {
  background: #006EA0;
  padding: 25px;
  text-align: center;
}

.footer .f-info {
  margin: 0 auto;
  max-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .f-info img {
  width: 20px;
  margin: 5px;
}

.partners p {
  max-width: 920px;
  margin: 0 auto;
  padding: 15px;
  padding-left: 0;
}

.partner-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner-show div {
  max-width: 230px;
  margin: 10px;
}

.partner-show img {
  width: 100%;
  border-radius: 12px;
}

.product-block {
  margin-bottom: 100px;
}

.product-title {
  text-align: center;
  background: #007CCC;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 12px 32px;
  margin-bottom: 10px;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-img {
  max-width: 500px;
}

.product-img img {
  width: 100%;
}

.product-detail {
  max-width: 500px;
}

.product-detail p {
  font-size: 20px;
  padding: 15px;
}

.product-detail a {
  background: #007CCC;
  color: white;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  border: none;
}

.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.par2 {
  font-size: 25px !important;
}

@media screen and (min-width: 902px) {
  .safe {
    height: 80vh;
  }
}
/*# sourceMappingURL=main.css.map */