*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

body.hidden {
  overflow-y: hidden;
}

.btn {
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 3px;
}

.btn--accent {
  background-color: #3498DB;
  color: #fff;
}

.section {
  padding: 50px 0;
}

.section__title {
  text-align: center;
  font-size: 36px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  color: #3498DB;
}

@media screen and (max-width: 720px) {
  .section__title {
    font-size: 24px;
  }
}

.section.darken {
  background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); 
}

.section.darken_out {
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); 
}

.text-center {
  text-align: center;
}

.form__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.form__text {
  text-align: center;
  padding: 15px 0 20px;
}

.form__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__row .form__field {
  margin-right: 10px;
}

.form__field {
  margin-bottom: 20px;
}

.form__input {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid;
  min-width: 230px;
}

.form__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form__input:focus:-ms-input-placeholder {
  opacity: 0;
}

.form__input:focus::-ms-input-placeholder {
  opacity: 0;
}

.form__input:focus::placeholder {
  opacity: 0;
}

.phone, .mail {
  color: #242424;
}

.phone:hover, .mail:hover {
  color: #242424;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .mail {
    display: none;
  }
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__link {
  border: none;
  border-bottom: 1px dashed;
  font-size: 14px;
  color: #3498DB;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.header__link:hover {
  text-decoration: none;
}

.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__address {
  margin-left: auto;
  font-size: 16px;
  text-align: right;
}

.header__callback {
  margin-left: 50px;
  text-align: right;
}

@media screen and (max-width: 720px) {
  .header__callback {
    margin-left: auto;
  }
}

.header p {
  margin-bottom: 0;
}

.logo span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 24px;
  color: #3498DB;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 576px) {
  .logo span {
    font-size: 18px;
  }
}

.logo small {
  font-size: 11px;
  line-height: 1.2;
  max-width: 150px;
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .logo small {
    font-size: 9px;
  }
}

.hero {
  position: relative;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 550px;
  padding: 100px 0;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .hero {
    padding: 50px 0;
  }
}

.hero::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 9, 14, 0.6);
}

.hero__title {
  border: 5px solid #3498DB;
  padding: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .hero__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .hero__title {
    font-size: 17px;
  }
}

.hero__subtitle {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .hero__subtitle {
    font-size: 16px;
  }
}

.hero-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .hero-list {
    font-size: 16px;
  }
}

.hero-list__item {
  padding: 5px 0;
}

.hero-form {
  background-color: rgba(36, 36, 36, 0.6);
  padding: 30px;
}

.hero-form__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.hero-form__text {
  text-align: center;
  margin-bottom: 20px;
}

.about__text {
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 720px) {
  .about__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .about__text {
    font-size: 16px;
  }
}

.services__item {
  background: rgba(255,255,255,0.7);
  padding: 15px;
  border-left: 1px solid #d9d9d9;
}

.services__icon {
  display: inline-block;
  height: 75px;
  width: 75px;
  background-repeat: no-repeat;
  background-size: contain;
}

.services__title {
  padding: 20px;
}

.advantages__item {
  margin-top: 30px;
}

.advantages__icon {
  margin-bottom: 30px;
  display: inline-block;
  height: 75px;
  width: 75px;
  background-size: contain;
  background-repeat: no-repeat;
}

.case-col {
  margin-bottom: 30px;
}

.case-item {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}

.case-item__icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.case-item__headline {
  display: inline-block;
}

.case-item__headline h3 {
  color: #3498DB;
}

.case-item__headline small {
  color: #777;
}

.case-item__body {
  margin: 20px 0 30px;
}

.case-item__body p {
  padding: 10px;
  border-left: 5px solid #d9d9d9;
}

.contacts iframe {
  min-height: 300px;
  height: 100%;
  width: 100%;
}

.contacts__list {
  list-style-type: none;
}

.contacts__item {
  padding: 5px 0;
  color: #242424;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .contacts__item {
    font-size: 16px;
  }
}

.contacts__item a {
  color: inherit;
}

.contacts__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 10px;
  width: 10px;
  background-color: #3498DB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer {
  padding: 20px;
  background: #676B6E;
  color: #ffffff;
  font-size: 12px;
}

.footer a {
  color: #B2FFFF;
}

.footer a:hover {
  border-bottom: 1px solid #3498DB;
  color: #54FFFF;
}

.modal {
  top: 0;
  left: 0;
  display: none;
  z-index: 50;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(36, 36, 36, 0.5);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
}

.modal.show {
  opacity: 1;
}

.modal__close {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  border: 1px solid #3498DB;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  background-color: transparent;
}

.modal__content {
  position: relative;
  left: 50%;
  margin: 50px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 320px;
  background-color: #fff;
  padding: 50px 20px 30px 20px;
}
/*# sourceMappingURL=main.css.map */