.header {
  display: block;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0;
}
.header hr {
  background-color: #000;
}
@media (max-width: 767.98px) {
  .header hr {
    display: none;
  }
}
.header .navbar-nav {
  flex: 1;
}
.header .navbar-toggler {
  position: absolute;
  top: 0;
  left: 0;
}
.header_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
@media (max-width: 767.98px) {
  .header_logo {
    margin-bottom: 15px;
  }
}
.header_logo .l1 {
  margin-right: 15px;
}
.header_address {
  font-family: GloberThin;
  font-size: 14px;
  color: white;
  text-align: left;
}
@media (max-width: 991.98px) {
  .header_address {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .header_address {
    font-size: 14px;
    text-align: center;
  }
}
.header_address a {
  color: #ea3627;
  font-weight: bold;
  text-decoration: none;
}
.header_phone {
  color: #ea3627;
}
@media (max-width: 575.98px) {
  .header_phone {
    margin-top: 15px;
  }
}
.header_phone-value {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .header_phone-value {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .header_phone-value {
    font-size: 26px;
  }
}
.header_phone-value a {
  color: #ea3627;
  text-decoration: none;
}
.header_phone-text {
  color: white;
  font-size: 14px;
  font-family: GloberThin;
}
.header_body {
  padding: 20px 0;
}
.header_menu {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .header_menu {
    margin-top: 0;
  }
}
.header .menuitem {
  margin: 0;
}
@media (max-width: 991.98px) {
  .header .menuitem {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .header .menuitem {
    padding: 10px;
  }
}

.section-1-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-1-flex .section1biglogo, .section-1-flex .section1textinfo {
  margin-top: 0;
}

.section {
  padding: 4rem 0;
}
.section_head {
  position: relative;
  margin-bottom: 4rem;
}
.section_head:after {
  content: "";
  display: block;
  height: 1px;
  width: 300px;
  background-color: #ea3627;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
.section_title {
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .section_title {
    font-size: 2rem;
  }
}
.section_text {
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .section_text {
    font-size: 1.125rem;
  }
}

.section-footer {
  background-color: #2c3d4a;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .section-footer {
    padding: 2rem 0;
  }
}
.section-footer a {
  color: #fff;
  text-decoration: none;
}
.section-footer a:hover {
  text-decoration: underline;
}
.section-footer .footer-block {
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-footer .footer-block {
    margin-bottom: 25px;
  }
}
.section-footer .footer-block_title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .section-footer .footer-block_title {
    margin-bottom: 0;
  }
}
.section-footer .footer-block_text {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .section-footer .footer-block_text {
    margin: 0;
  }
}
.section-footer .copyright {
  color: #fff;
  margin-top: 1rem;
}

.question-form__form {
  position: relative;
  z-index: 2;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .question-form__form {
    margin-right: 0;
  }
}

.question-form {
  position: relative;
  padding: 30px 0;
  background: linear-gradient(180deg, #666666 0%, #333333 100%);
  overflow: hidden;
  margin-bottom: 15px;
}

.question-form__bg {
  position: absolute;
  height: 100%;
  top: 0;
}

.question-form__bg_1 {
  left: 9.5%;
}

.question-form__bg_2 {
  right: 11.5%;
}

.question-form__text {
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .question-form__text {
    padding: 0;
  }
}

.question-form__text p {
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  color: #FFFFFF;
  padding-bottom: 20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .question-form__text p {
    font-size: 34px;
    line-height: 34px;
  }
}

.question-form__text span {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.contact-field__input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  font-size: 16px;
  line-height: 19px;
  color: #A2A2A2;
  padding: 10px;
}

.contact-field__text {
  font-size: 16px;
  line-height: 19px;
  color: #A2A2A2;
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: text;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-field {
  height: 50px;
  position: relative;
  display: block;
}

.callback-form__row, .callback-form__block {
  margin-bottom: 10px;
}

.button-red {
  background-color: #D62F2F;
  border: 1px solid #D62F2F;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-field__button {
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-field__button {
  width: 100%;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-red span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.personal {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #999999 !important;
}

.images-list_image {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .images-list_image {
    height: 200px;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
