body {
  box-sizing: border-box;
}
#sendform {
  background: #373d42;
  padding: 15px;
}
#sendform p {
  color: #ffffff;
}
#sendform img {
  max-width: 100%;
  height: auto;
}
.sendform {
  color: #ffffff;
}
.sendform input {
  margin-bottom: 10px;
}
.sendform p {
  margin: 10px;
}
.sendform-address,
.sendform-desc {
  margin-bottom: 10px;
}
.sendform-checks {
  margin-bottom: 10px;
}
.asktotext {
  font-size: small;
}
.asktotext p {
  margin: 0;
}
.main-screen {
  background: #373d42;
  height: 100vh;
}
.main-screen footer {
  background: #373d42;
  text-align: right;
  z-index: 100;
}
.main-screen footer p {
  color: #ffffff;
  padding-top: 10px;
}
#js-about,
#js-contacts {
  background: #373d42;
  height: 100vh;
  color: #ffffff;
}
#js-about h2,
#js-contacts h2 {
  margin-top: 10px;
}
.btn {
  margin: 5px;
  width: 150px;
}
.btn-phone {
  color: #fff;
  background-color: green;
  border-color: #19181f;
  margin: 8px 0 0 0;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  font-style: italic;
  cursor: pointer;
}
.review {
  text-align: center;
}
.review a {
  text-decoration: none;
  color: greenyellow;
}
.review a:hover {
  text-decoration: none;
  color: yellow;
}
.brand-title {
  float: right;
}
.call-btn {
  float: left;
}
.check-list {
  background: #ffffff;
  color: black;
  height: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.check-list ul {
  list-style-type: none;
}
.check-list li {
  padding: 0;
  margin: -10px;
}
.policy-text {
  margin: 0;
}
.policy-text p {
  text-align: right;
}
.policy-text a {
  text-decoration: none;
  color: #00ccff;
}
.policy-text a:hover {
  text-decoration: none;
  color: yellow;
}
#quick-message a {
  color: #ffffff;
}
#quick-message a:hover {
  color: yellow;
  text-decoration: none;
}
