* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@font-face {
  font-family: 'Proxima Nova Condensed Extra Bold';
  src: url("../fonts/ProximaNovaCond-Extrabld/ProximaNovaCond-Extrabld.eot");
  src: url(".../fonts/ProximaNovaCond-Extrabld/ProximaNovaCond-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaCond-Extrabld/ProximaNovaCond-Extrabld.woff") format("woff"), url("../fonts/ProximaNovaCond-Extrabld/ProximaNovaCond-Extrabld.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../fonts/ProximaNova-Regular/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Condensed Regular';
  src: url("../fonts/ProximaNovaCond-Regular/ProximaNovaCond-Regular.eot");
  src: url("../fonts/ProximaNovaCond-Regular/ProximaNovaCond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaCond-Regular/ProximaNovaCond-Regular.woff") format("woff"), url("../fonts/ProximaNovaCond-Regular/ProximaNovaCond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1 {
  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;
  height: 65px;
  margin: 0px;
  text-align: center;
  font-size: 28px;
  color: #1D73C0;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

h2 {
  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;
  height: 65px;
  margin: 0px;
  text-align: center;
  font-size: 28px;
  color: #FF0000;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

h3 {
  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;
  height: 50px;
  margin: 0px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

h4 {
  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;
  height: 60px;
  margin: 0px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

header {
  background-color: #fff;
}

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

.header__logo {
  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;
  height: 95px;
}

.header__logo__img {
  margin: 0px 20px;
}

.header__logo__img img {
  height: 75px;
  width: 71px;
}

.header__logo__company-name {
  height: 95px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__logo__company-name__name {
  margin: 0;
  font-size: 37px;
  color: #1D73C0;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

.header__logo__company-name__message {
  margin: 0;
  font-size: 18px;
  color: #A1D254;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

.header__contacts {
  margin: 0px 20px;
  height: 95px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__contacts__number {
  margin: 0px;
  font-size: 28px;
  text-align: right;
  color: #1D73C0;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

.header__contacts__number a {
  text-decoration: none;
  color: #1D73C0;
}

.header__contacts__email {
  margin: 0px;
  font-size: 28px;
  text-align: right;
  color: #A1D254;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

.header__contacts__email a {
  text-decoration: none;
  color: #A1D254;
}

nav {
  background-color: #1D73C0;
  height: 60px;
}

.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #fff;
}

.nav__link {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 60px;
  border-right: 1px solid #fff;
}

.nav__link:hover {
  background-color: #76CFFF;
}

.slider__wrap {
  height: 350px;
  background-color: #A1D254;
}

.pipes__wrap {
  height: 405px;
}

.pipes__wrap__items-wrap {
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pipes__wrap__items-wrap__item {
  width: 200px;
  height: 275px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #1D73C0;
}

.pipes__wrap__items-wrap__item:hover {
  background-color: #A1D254;
}

.pipes__wrap__items-wrap__item__img {
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pipes__wrap__items-wrap__item__img img {
  height: 175px;
  width: 175px;
  border-radius: 10px;
}

.pipes__wrap__items-wrap__item span {
  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;
  height: 50px;
  margin: 0px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

.important {
  background-color: #1D73C0;
}

.important__wrap {
  height: 375px;
}

.important__wrap h2 {
  color: #fff;
}

.important__wrap__list {
  margin: 0px;
  list-style: none;
}

.important__wrap__list a {
  font-size: 21px;
  line-height: 35px;
  white-space: pre-wrap;
  text-decoration: none;
  color: #fff;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

.adventages__wrap {
  height: 750px;
}

.adventages__wrap h2 {
  color: #1D73C0;
}

.adventages__wrap span {
  color: #A1D254;
}

.adventages__items-row {
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.adventages__items-row__item {
  height: 310px;
  width: 200px;
  text-decoration: none;
}

.adventages__items-row__item__space-left {
  margin-left: 115px;
}

.adventages__items-row__item__space-right {
  margin-right: 115px;
}

.adventages__items-row__item__img {
  height: 120px;
  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;
  padding-top: 7px;
}

.adventages__items-row__item__img img {
  width: 120px;
  height: 120px;
}

.adventages__items-row__item__img__long-item {
  height: 105px;
  padding-top: 65px;
}

.adventages__items-row__item__img__long-item__full-space-img {
  padding-top: 30px;
}

.adventages__items-row__item__title {
  height: 60px;
  width: 200px;
  background-color: #1D73C0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #fff;
}

.adventages__items-row__item__title__long-item {
  height: 75px;
  padding-top: 15px;
}

.adventages__items-row__item__title__long-item__green {
  background-color: #A1D254;
}

.adventages__items-row__item__text {
  height: 130px;
  width: 200px;
  background-color: #1D73C0;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #fff;
}

.adventages__items-row__item__text span {
  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;
  height: 130px;
  margin: 0 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'Proxima Nova Regular', sans-serif;
}

.adventages__items-row__item__text__green {
  background-color: #A1D254;
}

.form {
  background-color: #1D73C0;
}

.form__wrap {
  height: 400px;
}

.form__wrap h2 {
  color: #fff;
}

.form__wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

.form__input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__input {
  border-radius: 10px;
  font-size: 28px;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
  margin: 0px 7px;
  text-align: center;
  border: 1px solid transparent;
}

.form__input:hover {
  border: 2px solid #76CFFF;
}

.form__input:focus {
  border: 2px solid #A1D254;
}

.form__input__phone-number {
  font-size: 28px;
  font-family: 'Proxima Nova Condensed Regular', sans-serif;
  height: 60px;
  width: 500px;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form__input__button {
  height: 60px;
  width: 220px;
  background-color: #A1D254;
  color: #fff;
}

.form__input__text {
  resize: vertical;
  margin-top: 14px;
  font-size: 28px;
  font-family: 'Proxima Nova Condensed Regular', sans-serif;
  height: 200px;
  min-height: 150px;
  width: 734px;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-us {
  height: 500px;
}

.about-us h2 {
  color: #1D73C0;
}

footer {
  background-color: #1D73C0;
}

.footer__info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
}

.footer__info-blocks span {
  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;
  height: 40px;
  margin: 0px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  white-space: pre-wrap;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
  border-left: 1px solid #fff;
}

.footer__info-blocks__phone-number {
  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;
  height: 40px;
  margin: 0px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  white-space: pre-wrap;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

.footer__info-blocks__phone-number a {
  text-decoration: none;
  color: #fff;
}

.footer__info-blocks__button {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  background-color: #A1D254;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  font-family: 'Proxima Nova Condensed Extra Bold', sans-serif;
}

.footer__info-blocks__list {
  margin: 0px;
  padding: 0px 10px;
}

.footer__info-blocks__list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer__info-blocks__list a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  white-space: pre-wrap;
  font-family: 'Proxima Nova Condensed Regular', sans-serif;
}

.footer__info-blocks__block-one {
  height: 320px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 225px;
}

.footer__info-blocks__block-two {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 225px;
}

.footer__info-blocks__block-three {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: 400px;
}

.footer__info-blocks__block-three span {
  border-right: 1px solid #fff;
}

.bottom {
  background-color: #76CFFF;
}

.bottom__contant {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  font-size: 21px;
  font-family: 'Proxima Nova Condensed Regular', sans-serif;
}
/*# sourceMappingURL=style.css.map */