body {
  background-color: #171717;
}

.main-container {
  padding: 0;
}

.header-row {
  position: relative;
  height: calc(100% + 50px);
}

.header-row:after {
  content: "";
  display: block;
  clear: both;
}

.steel {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.steel-img {
  width: 100%;
  height: auto;
}

.inner-nav, .inner {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1750px;
  margin: 0 auto;
}

.inner {
  max-width: 1240px;
}

.logo {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 10px;
  margin: 0 10px 10px 0;
}

.main-nav-list {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  list-style: none;
}

.main-nav-list li {
  display: inline-block;
}

.main-nav-link {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  padding: 0 10px;
}

.main-nav-link:hover {
  color: #DE0909;
  text-decoration: none;
}

.burger {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.burger:hover {
  cursor: pointer;
}

.carousel-wrapper {
  position: relative;
  top: 50px;
  margin: 0 0 50px 0;
}

.carousel-caption {
  background-color: rgba(12, 12, 12, 0.6);
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  width: 100%;
  color: #e4e3e3;
  padding: 0 65px;
  bottom: 0;
  border-bottom: 1px solid #f61015;
  min-height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.caption {
  margin: 0;
}

.carousel-indicators {
  width: 50px;
  padding: 0;
  margin: 0;
  left: auto;
  right: 10px;
}

.carousel-indicators li {
  background-color: #f61015;
  border: 1px solid #f61015;
}

.carousel-indicators .active {
  background-color: #000000;
  border: 4.5px solid #f61015;
}

.carousel-control {
  display: none;
}

.burger {
  display: none;
}

@media screen and (min-width: 1890px) {
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100vw;
  }
  .main-nav-link {
    font-size: 26px;
  }
}

@media screen and (max-width: 1350px) {
  .logo {
    width: 200px;
    height: auto;
  }
  .main-nav-link {
    font-size: 18px;
  }
}

@media screen and (min-width: 993px) {
  .main-nav-list {
    display: block !important;
  }
}

@media screen and (max-width: 1150px) {
  .logo {
    width: 120px;
  }
  .main-nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .steel, .logo {
    display: none;
  }
  .logo-wrapper {
    width: 110px;
    height: 58px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url(../img/logo-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
  }
  .logo-link {
    width: 110px;
    height: 58px;
    position: absolute;
    z-index: 101;
  }
  .carousel-wrapper {
    top: 70px;
  }
  .burger {
    display: block;
    top: 15px;
    right: 10px;
  }
  .main-nav-list {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    list-style: none;
    background-color: #fff;
    padding: 0;
    width: 100%;
  }
  .main-nav-list li {
    display: block;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid darkgrey;
  }
  .main-nav-link {
    padding: 0;
    color: #DE0909;
  }
}

@media screen and (max-width: 700px) {
  .carousel-caption {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .carousel-caption {
    font-size: 14px;
    padding: 0 5px;
    bottom: -60px;
    z-index: 50;
    background-color: rgba(132, 132, 132, 0.6);
  }
  .carousel-inner {
    overflow: visible;
  }
  .carousel-wrapper {
    margin: 0 0 110px 0;
  }
}

.quote-block {
  padding: 5px 5px 80px 5px;
  height: 290px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.quote-block-title {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #e4e3e3;
  margin: 0 50px 0 0;
  text-align: center;
}

.quote-block-button {
  color: #000000;
  background-color: #f61015;
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  font-weight: 900;
  padding: 20px 35px;
  transition: all 0.2s ease-in;
}

.quote-block-button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #DE0909;
}

@media screen and (max-width: 1100px) {
  .quote-block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
  }
  .quote-block-title {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .quote-block-button {
    font-size: 18px;
  }
}

.content-section, .project-section {
  border-top: 1px solid #616060;
  border-bottom: 1px solid #616060;
  position: relative;
  padding: 85px 5px 100px 5px;
}

.hex {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  margin-top: -103.5px;
}

.content-wrapper {
  padding: 0 80px 0 0;
}

.content-title, .content-text, .slogan, .content-subtitle, .content-list li {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #e4e3e3;
  margin: 0 0 40px 0;
}

.content-text {
  font-size: 18px;
}

.slogan {
  color: #fe0602;
  margin: 40px 0;
  font-size: 24px;
}

.content-subtitle {
  text-transform: uppercase;
  font-size: 24px;
}

.content-list {
  list-style: none;
  padding: 0;
}

.content-list li {
  font-size: 18px;
  font-style: italic;
  margin: 0 0 10px 0;
}

.content-list li:before {
  content: '';
  background: url(../img/hex.png) no-repeat center;
  width: 12px;
  height: 11px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.content-image-wrapper {
  padding: 0;
}

.content-img {
  width: 100%;
  height: auto;
  max-width: 365px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .content-img {
    margin: 15px auto;
  }
  .content-wrapper {
    padding: 0;
  }
  .content-title, .content-text, .slogan, .content-subtitle, .content-list li, .content-subtitle {
    text-align: center;
  }
  .content-text {
    text-align: justify;
    font-size: 16px;
  }
  .content-list li {
    text-align: left;
  }
}

.project-section {
  padding: 85px 5px 50px 5px;
  border: none;
}

.projects-title, .contact-title {
  color: #e4e3e3;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 20px 0 60px 0;
}

.gallery-nav {
  display: none;
}

.thumbnail {
  height: 240px;
  overflow: hidden;
}

.thumbnail .item-img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 550px) {
  .thumbnail {
    height: 150px;
  }
}

.contact-section {
  padding: 5px 5px 40px 5px;
  text-align: center;
}

.contact-title {
  margin: 40px 0 55px;
}

.partners {
  margin: 0 5px;
}

.contact-subtitle, .contacts {
  font-family: 'Lato', sans-serif;
  color: #e4e3e3;
  font-size: 21px;
  margin-top: 40px;
}

.contacts {
  margin: 0;
  font-size: 18px;
}

.tel {
  color: #e4e3e3;
}

.tel:hover {
  text-decoration: none;
  color: #DE0909;
  font-weight: 900;
}

.copy-row {
  background-color: #f61015;
}

.copy-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 5px;
}

.copyrights, .yowza, .terms-list li, .terms-link {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #000000;
  margin: 0;
}

.yowza-link {
  color: #000000;
}

.yowza-link:hover {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .copy-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyrights, .yowza, .terms-list li, .terms-link {
    font-size: 14px;
  }
}

.terms-row {
  background-color: #f9f9f9;
}

.terms-list {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  text-align: center;
}

.terms-list li {
  display: inline-block;
  padding: 25px 0 25px 10px;
}

.terms-link {
  padding: 0 16px 0 0;
}

@media screen and (max-width: 480px) {
  .terms-link {
    font-size: 12px;
    padding: 0 8px 0 0;
  }
  .terms-list li {
    padding: 25px 0 25px 5px;
  }
}

.phone-link {
  color: #ffffff;
}

.phone-link:hover {
  color: #DE0909;
}

label {
  color: #ffffff;
  font-size: 18px;
}

.submit-btn {
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  height: 40px;
  transition: all 0.2s ease-in;
}

.submit-btn:hover {
  color: #ffffff;
  background-color: #DE0909;
}

#main-form {
  margin: 50px 0 80px 0;
}
