body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.is-fixed {
  height: 100vh;
  overflow-y: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: none;
    width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

body {
  margin: 0;
  background: no-repeat url(images/background-img-hd.png) top;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  body {
    background: no-repeat url(images/background-img-full-hd.png) top;
  }
}

@media screen and (min-width: 1280px) {
  .slogan-and-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo {
  max-width: 320px;
}

.go-to-site-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-height: 3rem;
  background-color: #007bff;
}

.phone-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 30px;
  font-size: 1.5rem;
}

.messenger-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px;
}

@media screen and (min-width: 1280px) {
  .messenger-container {
    padding: 0 50px;
  }
}

.slogan-container {
  margin-top: 30px;
}

.slogan {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-style: italic;
  text-shadow: 1px 1px 2px white;
}

.main-postslogan {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1em;
  display: block;
}

@media screen and (min-width: 1280px) {
  .main-postslogan {
    font-size: 1.5rem;
  }
}

.messenger-icon {
  width: 64px;
  height: 64px;
}
.postslogan {
  display: block;
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.4em;
}

@media screen and (min-width: 1280px) {
  .postslogan {
    font-size: 1.2rem;
    /* line-height: 1em; */
  }
}

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .form-container {
    max-width: 33%;
  }
}

.request-form {
  background-color: #007bff;
  padding: 20px;
  color: white;
}

.form-header {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-control {
  display: block;
  margin-bottom: 15px;
  padding: 0.375rem 0.75rem;
  width: 100%;
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.textarea {
  height: 8rem;
}

.form-submit,
.go-to-site-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0.2rem;
  border-color: #007bff;
  background-color: #007bff;
  color: white;
  letter-spacing: 0.3px;
}

@media screen and (min-width: 1280px) {
  .form-submit,
  .go-to-site-link {
    font-size: 18px;
  }
}

.form-submit:hover,
.form-submit:focus,
.go-to-site-link:hover,
.go-to-site-link:focus {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #363636;
}
/*# sourceMappingURL=style.css.map */
