body {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000000;
}

.header {
  min-height: 100vh;
  background-color: #00bded;
}

.header__logo img {
  width: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__menu {
  padding: 16px 0;
  position: relative;
  z-index: 50;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.header__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}

.header__nav_list li {
  list-style: none;
}

.header__nav_list a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.header__nav_list a:hover {
  color: #ffffff;
}

.header__main {
  padding: 40px 0;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__box {
  width: 50%;
}

.header__box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__box-title {
  color: #ffffff;
  font-size: 56px;
  line-height: 58px;
  padding: 60px 0;
  font-weight: 500;
}

.header__box-descr {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  padding-bottom: 40px;
}

.header__box-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__box-btns .btn a {
  display: inline-block;
  padding: 20px 30px;
  color: #ffffff;
  text-decoration: none;
  background: #ffffff;
  border-radius: 30px;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header__box-btns .btn a:hover {
  background: #f3f7fb;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header__box-btns .btn-more {
  margin-left: 20px;
}

.header__box-btns .btn-more a {
  padding: 18px 30px;
  background: #00bded;
  border: 2px solid #ffffff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.about {
  padding: 56px 0;
}

.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__box {
  width: 50%;
}

.about__box-title {
  font-size: 40px;
  color: #202C39;
  font-weight: 500;
}

.about__box-descr {
  color: #59667D;
  font-size: 18px;
  line-height: 30px;
}

.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 56px 0;
}

.about__item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__item .item-icon {
  background: #D7F5F7;
  color: #3F393A;
  text-align: center;
  width: 222px;
  height: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.about__item .item-icon i {
  font-size: 50px;
}

.about__item .item-title {
  font-size: 18px;
  color: #202C39;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}

.about__item .item-descr {
  text-align: center;
  color: #59667D;
}

.product {
  padding: 56px 0;
}

.product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

.product__box {
  width: 50%;
}

.product__box-img img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__box-img-center {
  text-align: right;
}

.product__box-title {
  font-size: 40px;
  color: #202C39;
  font-weight: 500;
  padding-bottom: 40px;
}

.product__box-descr {
  color: #59667D;
  font-size: 18px;
  line-height: 30px;
}

.product__box-descr ul {
  padding: 40px 0;
  margin: 0 0 0 30px;
}

.product__box-btn a {
  display: inline-block;
  background-color: #F7F052;
  color: #403F4C;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 30px;
}

.contacts {
  padding: 56px 0;
  background-color: #F7F4F3;
}

.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__box {
  width: 50%;
}

.contacts__box iframe {
  width: 100%;
}

.contacts__box-title {
  font-size: 40px;
  color: #202C39;
  font-weight: 500;
  padding-left: 40px;
  padding-bottom: 40px;
}

.contacts__box-item {
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.contacts__box-item .icon {
  width: 10%;
}

.contacts__box-item .icon i {
  color: red;
  font-size: 24px;
}

.contacts__box-item .name {
  width: 20%;
  font-weight: 500;
}

.contacts__box-item .descr {
  width: 40%;
}

.feetback {
  padding: 80px 0;
  background-color: #4A5899;
}

.feetback__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feetback__box {
  width: 50%;
}

.feetback__box-title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
}

.feetback__box-descr {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding: 40px 0 0 0;
}

.feetback__box-right {
  width: 60%;
  padding: 0 40px 0 0;
}

.feetback__box-left {
  width: 40%;
}

.feetback__box-left form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feetback__box-left form input {
  padding: 15px;
  outline: none;
  border: 0;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #ffffff;
}

.feetback__box-left form textarea {
  border-radius: 4px;
  padding: 15px;
  height: 200px;
  margin-bottom: 20px;
  outline: none;
}

.feetback__box-left .feetback-btn button {
  display: inline-block;
  background-color: #F7F052;
  color: #403F4C;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  padding: 18px;
  font-weight: 500;
  border: none;
}

.partners {
  padding: 80px 0;
}

.partners__title {
  font-size: 40px;
  font-weight: 500;
  color: #202C39;
  text-align: center;
  padding-bottom: 80px;
}

.partners__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners__item {
  width: 16%;
}

.partners__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .header__nav_list a {
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
  }
  .header__nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 50vh;
    background: #4A5899;
    z-index: 50;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
  .header__hamburger {
    display: block;
    position: fixed;
    z-index: 100;
    cursor: pointer;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 24px;
  }
  .header__hamburger span {
    display: block;
    height: 5px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 6px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .hamburger_active span {
    margin-bottom: -6px;
  }
  .hamburger_active span:nth-child(1) {
    -webkit-transform: translateY(2px) rotate(-45deg);
            transform: translateY(2px) rotate(-45deg);
  }
  .hamburger_active span:nth-child(2) {
    display: none;
  }
  .hamburger_active span:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
  .top_active {
    left: 0;
  }
  .header__box {
    width: 100%;
  }
  .header__box-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__box-btns .btn-more {
    margin: 0;
    margin-top: 20px;
  }
  .header__main {
    padding: 0;
  }
  .header__box-title {
    font-size: 50px;
    padding: 30px 0;
  }
  .header__box-btns .btn a {
    width: 100%;
  }
  .about__box {
    width: 100%;
  }
  .about__box-title {
    padding-bottom: 20px;
  }
  .about__item {
    width: 45%;
    margin-bottom: 20px;
  }
  .product__box {
    width: 100%;
  }
  .product__box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__box-title {
    padding: 40px 0;
    text-align: center;
  }
  .product__wrap {
    margin-bottom: 50px;
  }
  .product__wrap:nth-child(2) .product__box-order {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .contacts__box {
    width: 100%;
  }
  .feetback__box-right,
  .feetback__box-left {
    width: 100%;
  }
  .feetback__box-descr {
    padding: 40px 0;
  }
  .partners__item {
    width: 33%;
  }
  .contacts__box-title {
    padding-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .about__item {
    width: 100%;
  }
  .partners__item {
    width: 48%;
  }
  .header__box-title {
    font-size: 40px;
  }
  .about__box-title,
  .product__box-title,
  .contacts__box-title,
  .feetback__box-title,
  .partners__title {
    font-size: 30px;
  }
  .partners__title {
    padding-bottom: 40px;
  }
}

.notif {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    background: #4A5899;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 11pt;
    z-index: 99999;
    box-shadow: 0 5px 10px -5px #000;
}

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