/* reset */

/*
@media (min-width: $media-md) {
}
@media (min-width: $media-lg) {
}
@media (min-width: $media-xl) {
}
@media (min-width: $media-x2l) {
}
@media (min-width: $media-x3l) {
}
*/

.section-title {
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  padding: 15px 0;
  background-color: #121212;
  position: relative;
}

.section-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  background: #2c2c2c;
}

.section-title__h1 {
  text-transform: uppercase;
  font-size: 26px;
  color: #2d2d2d;
  line-height: 1.2em;
  font-weight: 300;
  max-width: 50%;
}

.section-title--nice:before {
  display: none;
}

.section-title--nice .section-title__h1 {
  font-family: "Apoc Hairline", Helvetica, Arial, Lucida, sans-serif;
  color: #ededed;
  font-weight: 400;
  max-width: 100%;
}

.section-title--full:before {
  opacity: 0;
}

.section-title--full .section-title__h1 {
  max-width: 100%;
}

.section-title-large {
  border-bottom: 1px solid #2c2c2c;
  position: relative;
  z-index: 2;
}

.section-title-large__bg {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1100px;
  height: auto;
}

.section-contacts {
  overflow: hidden;
    padding-bottom: 60px;
}

.section-contacts__content {
  padding: 60px 15px;
}

.section-contacts__content .h2 {
  font-size: 42px;
  text-align: left;
  margin-bottom: 50px;
}

.section-contacts__map {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.section-contacts__image {
  width: 100%;
  height: auto;
}

.section-contacts__logo {
  max-width: 350px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -180px;
  z-index: 2;
}

.section-contacts .block-form__title {
  text-align: left;
}

.map {
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: -100px;
  right: -100px;
}

.tabs-nav {
  margin-bottom: 40px;
}

.tabs-nav__item {
  display: inline-block;
  padding: 5px 0;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #8e8e8e;
  text-transform: uppercase;
}

.tabs-nav__item:hover {
  opacity: 0.7;
}

.tabs-nav__item.active {
  color: #b0322b;
}

.tabs-nav__item:last-child {
  margin-right: 0;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.contacts:last-child {
  margin-bottom: 0;
}

.contacts__title {
  color: #8e8e8e;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contacts__info {
  color: #ededed;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.contacts__info:last-child {
  margin-bottom: 0;
}

.contacts__info a {
  color: inherit;
  border-bottom: 1px solid transparent;
}

.contacts__info a:hover {
  border-color: #7f7f7f;
}

@media (min-width: 768px) {
  .section-title {
    padding: 23px 0;
  }

  .section-title__h1 {
    font-size: 36px;
  }

  .section-title-large {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .section-title-large__bg {
    opacity: 1;
  }

  .section-title--nice .section-title__h1 {
    text-align: center;
  }

  .section-contacts__content {
    padding-left: 20%;
    padding-right: 20%;
  }
}

@media (min-width: 992px) {
  .section-title-large {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-title-large:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(25% - 0.5px);
    width: 1px;
    background: #2c2c2c;
  }

  .section-title-large:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(75% - 0.5px);
    width: 1px;
    background: #2c2c2c;
  }

  .section-title--full:before {
    opacity: 1;
  }

  .section-title--full .section-title__h1 {
    max-width: 50%;
  }

  .section-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-contacts__content {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-contacts__map {
    width: 50%;
    height: auto;
  }

  .section-contacts__bg {
    width: 50%;
    position: relative;
  }

  .section-contacts__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .section-contacts .block-form {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .section-title__h1 {
    font-size: 42px;
  }

  .section-contacts__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .section-contacts__content {
    padding-left: 10%;
    padding-right: 10%;
  }
}