* {
  font-family: "Montserrat", sans-serif;
}

body {
  background: #fff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.no-pl {
  padding-left: 0;
}

.no-pr {
  padding-right: 0;
}

.container,
.container-fluid,
.col-md-4,
.col-md-6,
.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

img {
  pointer-events: none;
}

ul {
  list-style: unset;
}

ol {
  list-style-position: inside;
}

/* HEADER */
.header {
  z-index: 10;
  position: fixed;
  background: #ffffff;
  height: 120px;
  width: 100%;
  top: 0;
  left: 0;
  transition: height 0.3s ease-out;
}

.header > div,
.header > div > div {
  height: 100%;
}

.header.header-shrink {
  height: 60px;
}

.header .image {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header .image img {
  height: 92%;
}

.header .menu {
  margin: 0 auto;
  text-align: center;
  height: 100%;
  line-height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.header .menu li {
  float: left;
  margin: 0 20px;
  list-style: none;
}

.header .menu li.link_6 {
  position: absolute;
  right: 0;
}

.header .menu li.link_5 {
  position: absolute;
  right: 60px;
}

.header .menu li a {
  color: #01b7fc;
  font-size: 20px;
}

/* SELF */
.self {
  z-index: 9;
  position: relative;
  background: #ffffff;
  margin-top: 120px;
  height: calc(100vh - 120px);
}

.self > div > div > div {
  height: 100%;
}

.self .imageBg {
  width: 100%;
  height: calc(100vh - 120px);
  background-size: cover;
  background-repeat: no-repeat;
}

.self .name {
  position: absolute;
  top: calc(50% - (85px / 2));
  width: 100%;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
}

.self .description {
  position: absolute;
  top: calc(50% + 20px);
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

/* CONTENT */
.content {
  z-index: 8;
  position: relative;
  background: #ffffff;
  padding: 40px 0;
}

#block_4 {
  height: 364px;
}

#block_4 .image {
  float: left;
  width: calc(50% - 40px);
  margin-right: 40px;
}

#block_4 .image img {
  width: 100%;
}

#block_4 .name {
  color: #01b7fc;
  font-size: 40px;
  font-weight: 700;
}

#block_4 .description {
  color: #01b7fc;
  font-size: 14px;
}

#block_4 .body {
  color: #01b7fc;
  font-size: 16px;
  margin-top: 40px;
}

#block_5 {
  margin-top: 35px;
}

#block_5 .object {
  float: left;
  width: calc((100% - 40px) / 3);
}

#block_5 .object:nth-child(2) {
  margin: 0 20px;
}

#block_5 .object img {
  width: 100%;
}

#block_5 .name {
  color: #01b7fc;
  font-size: 26px;
  font-weight: 700;
  margin-top: 10px;
}

#block_5 .description {
  color: #01b7fc;
  font-size: 14px;
  margin-top: 20px;
}

#block_5 .body {
  color: #01b7fc;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

#block_5 .body a {
  color: #01b7fc;
}

/* CONTACTS */
.contacts {
  z-index: 7;
  position: relative;
  background: rgba(1, 183, 252, 0.1);
  padding: 40px 0;
}

#block_6,
#block_10 {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}

#block_6 .name {
  color: #01b7fc;
  font-size: 35px;
  font-weight: 700;
}

#block_6 .body {
  color: #01b7fc;
  font-size: 15px;
  margin-top: 40px;
}

#block_6 .body span {
  font-size: 19px;
  font-weight: 700;
}

.forms .form-field {
  margin-top: 10px;
}

.forms input[type="text"],
.forms input[type="tel"],
.forms input[type="email"],
.forms textarea {
  background: #ffffff;
  padding: 8px 20px;
  color: #01b7fc;
  width: 100%;
  border: none;
}

.forms textarea {
  height: 80px;
  resize: inherit;
}

.forms button {
  background: #01b7fc;
  color: #ffffff;
  border: none;
  padding: 5px 20px;
  margin-top: 20px;
}

.forms .success,
.forms .error {
  display: none;
}

.forms .error_details {
  color: red;
  display: none;
}

/* FOOTER */
.footer {
  z-index: 6;
  position: relative;
  background: #ffffff;
  padding: 40px 0;
  text-align: center;
}

#block_7,
#block_8,
#block_9 {
  display: inline-block;
  width: 297px;
}

#block_7 img,
#block_8 img,
#block_9 img {
  width: 100%;
}

#block_11 {
  margin-top: 40px;
}

#block_11 p:nth-child(1) {
  margin-bottom: 20px;
}

/* MEDIA */
@media screen and (max-width: 800px) {
  .header .image {
    width: 100%;
    text-align: center;
  }

  .header .menu {
    display: none;
  }

  .self .name {
    font-size: 40px;
  }

  .self .description {
    font-size: 20px;
  }

  .content {
    padding: 0 20px;
    padding-top: 20px;
  }

  #block_4 {
    height: auto;
  }

  #block_4 .image {
    float: unset;
    width: 100%;
    margin: 0;
  }

  #block_4 .name,
  #block_4 .description,
  #block_4 .body {
    padding: 0;
  }

  #block_5 .object {
    width: 100%;
  }

  #block_5 .object:nth-child(2) {
    margin: 0;
  }

  #block_5 .body {
    margin-bottom: 20px;
  }

  #block_6,
  #block_10 {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
