@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
  url('../fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype'),
  url('../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
  url('../fonts/HelveticaNeueCyr-Bold.ttf')  format('truetype'),
  url('../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
  url('../fonts/HelveticaNeueCyr-Light.ttf')  format('truetype'),
  url('../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-size: 17px;
  font-family: 'HelveticaNeueCyr-Roman', Helvetica, sans-serif;
  color: #414141;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'HelveticaNeueCyr-Bold', Helvetica, sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  color: #fff;
  text-decoration: none;
  transition: color 0.4s ease 0s;
}
a:hover {
  color: #C422C9;
}
img {
  width: 100%;
  height: auto;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.display-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.open-menu {
  display: none;
}
header {
  background: url("../image/main.png") no-repeat fixed;
  background-size: cover;
  position: relative;
  height: 940px;
}
header:after {
  content: '';
  position: absolute;
  background: rgba(0, 119, 170, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container--header {
  max-width: 1360px;
  position: relative;
  z-index: 1;
}
.container--header__bottom {
  max-width: 980px;
  position: relative;
  z-index: 1;
}
.display-flex--header {
  height: 140px;
}
.logo {
  flex-shrink: 0;
  position: relative;
}
.logo-image {

}
.nav-list {
  margin-right: 90px;
}
.nav-list__element {
  display: inline-block;
  padding: 5px 15px;
}
.nav-list__link {
  font-family: 'HelveticaNeueCyr-Light', Helvetica, sans-serif;
}
.nav-list__link.active {
  color: #00B3FF;
}
.display-flex--header__bottom {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 125px;
  padding-left: 40px;
  position: relative;
}
.header-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: normal;
}
.header-title__big {
  color: #FFFFFF;
  letter-spacing: -0.05em;
  font-size: 176px;
  line-height: 0.9em;
  font-weight: normal;
}
.line {
  width: 12px;
  height: 443px;
  background: #fff;
  position: absolute;
  top: -15px;
  left: 0;
}
.container--about {
  padding-top: 110px;
}
.about {
  background: #ede3af;
  height: 960px;
}
.title {
  font-size: 90px;
  font-weight: normal;
}
.title--about {
  color: #0077FF;
  position: relative;
  margin: 0 0 70px 0;
  padding-left: 25px;
}
.title--about::before {
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  width: 7px;
  height: 163px;
  background: rgba(0, 119, 255, 1);
}
.about-text {
  padding-left: 25px;
  font-size: 16px;
}
.about-image {
  margin-top: 40px;
  position: relative;
  top: 20px;
}
.services {
  padding-top: 300px;
  background: #0077ff;
  padding-bottom: 110px;
}
.title--services {
  color: #fff;
  padding-left: 25px;
  position: relative;
  line-height: 0.9em;
  margin-bottom: 45px;
}
.title--services::before {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 7px;
  height: 158px;
  background: #ffffff;
}
.services-text {
  color: #fff;
  font-size: 17px;
}
.services-text__small {
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-size: 15px;
}
.services-title {
  color: #6FD3CC;
  margin: 60px 0 10px 0;
  font-size: 36px;
  line-height: 1em;
  font-weight: normal;
}
.services-list {
  list-style-type: disc;
  color: #fff;
  padding: 0 0 0 30px;
}
.services-title-link__elem {
  line-height: 1.5em;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.contact {
  background: url("../image/contact-bg.png") no-repeat;
  background-size: cover;
  position: relative;
}
.contact:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(199, 199, 199, 0.3);
  top: 0;
}
.container--contact {
  max-width: 980px;
  padding-top: 105px;
  padding-bottom: 95px;
  z-index: 1;
  position: relative;
}
.title--contact {
  color: #004FAA;
  position: relative;
  padding-left: 25px;
  margin-bottom: 90px;
}
.title--contact::before {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  width: 7px;
  height: 153px;
  background: rgba(0, 79, 170, 1);
}
.contact-info {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.contact-info__block {
  padding: 0 30px;
}
.contact-info__block_tittle {
  color: #004FAA;
  font-size: 17px;
  font-weight: normal;
}
.contact-info__block_tittle > a {
  color: #004FAA;
}
.contact-form {
  max-width: 630px;
  width: 100%;
  background: #004faa;
  padding: 30px 60px;
}
.contact-form__title {
  color: #ffffff;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}
.fb-label {
  font-size: 0;
  position: absolute;
}
.fb-input, .fb-textarea {
  color: #000000;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-family: 'HelveticaNeueCyr-Bold', Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  border: none;
  padding-left: 40px;
}
.fb-textarea {
  min-height: 110px;
  padding-top: 15px;
}
.fb-input:focus, .fb-textarea:focus {
  background-color: rgba(255, 213, 187, 0.65);
}
.fb-submit {
  background: rgba(196, 34, 201, 1);
  border: none;
  padding: 16px 80px;
  font-size: 15px;
  font-family: 'HelveticaNeueCyr-Bold', Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  margin-top: 25px;
}
form {
  text-align: center;
}
footer {
  background: #004faa;
}
.display-flex--footer {
  align-items: self-end;
  justify-content: center;
  height: 90px;
}
.copyright {
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
}
.text-hidden {
  opacity: 0;
  transition: opacity 2s ease 0s;
}
.contentHide {
  opacity: 0;
  transition: opacity 2s ease 0s;
}
.text-show {
  opacity: 1;
}
@media (max-width: 768px) {
  .nav-list {
    margin-right: 0;
    text-align: right;
  }
  .header-title__big {
    font-size: 120px;
  }
  .line {
    top: -60px;
  }
}
@media (max-width: 480px) {
  .header-title__big {
    font-size: 80px;
  }
  .title {
    font-size: 60px;
  }
  .services {
    padding-top: 100px;
  }
  .contact-info {
    flex-wrap: wrap;
  }
  .contact-info__block {
    width: 100%;
  }
  .contact-info__block:first-child {
    margin-bottom: 20px;
  }
  .display-flex--header {
    flex-direction: column;
    justify-content: space-evenly;
    height: 180px;
  }
  .nav-list {
    text-align: center;
  }
}