body {
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center; }

h4 {
  font-weight: bold;
  font-size: 22px; }

h5 {
  background: #852225;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  margin: 0 40px; }

.legend {
  color: #852225;
  font-size: 14px;
  font-weight: bold; }

a {
  color: #ff8562; }

svg {
  width: 45px;
  height: 45px; }

.svg-icon {
  color: #000;
  fill: #000; }

.heading {
  padding-bottom: 60px;
  text-align: center; }
  .heading p {
    font-size: 22px;
    font-weight: bold; }

header {
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px; }
  header table {
    display: inline-flex; }
  header .btn {
    display: inline-flex;
    margin-top: -40px;
    margin-left: 20px; }
  header img {
    max-width: 200px; }
  header svg {
    fill: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-left: 10px; }
    header svg:hover {
      text-decoration: none; }
  header .phone {
    width: 40px;
    height: 40px;
    margin-right: 20px; }
  header a {
    color: #000; }
  header .offset-md-2 {
    padding-top: 10px; }

section {
  padding-top: 80px;
  padding-bottom: 80px; }

.table-row {
  display: table-row;
  margin-top: -20px; }

.table-cell {
  display: table-cell; }

img {
  width: 100%;
  height: auto; }

.masonry-item {
  width: 380px; }
  .masonry-item img {
    display: block;
    width: 100%;
    height: auto; }

.masonry-item--width2 {
  width: 760px; }

#first {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/first-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px; }
  #first:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9); }
  #first h1 {
    color: #fff;
    font-size: 62px;
    font-weight: bold; }
  #first p {
    color: #fff;
    font-size: 26px;
    margin-top: 20px; }
  #first .form {
    width: 100%; }
    #first .form p {
      font-size: 14px;
      color: #000;
      margin-top: 0; }

.media-body {
  min-height: 200px; }

#fifth p {
  font-size: 16px;
  font-weight: normal;
  text-align: center; }

#fourth .form {
  width: 500px; }
  #fourth .form legend {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 3rem; }
  #fourth .form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0; }
  #fourth .form .btn {
    border-radius: 30px;
    background: #852225;
    font-size: 14px;
    font-weight: bold;
    color: #fff; }
  #fourth .form .form-group {
    margin-bottom: 3rem; }

#seventh {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/first-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff; }
  #seventh .form {
    width: 500px;
    background: transparent;
    padding: 0; }
  #seventh input {
    width: 100%;
    border-radius: 0; }
  #seventh .btn {
    border-radius: 0; }

#eighth svg {
  margin-right: 20px; }
#eighth .media {
  margin-bottom: 20px; }

#ninth {
  background: #f2f2f2; }
  #ninth .catalog-item {
    margin-bottom: 60px; }
  #ninth .btn {
    border-radius: 0;
    background: #000;
    color: #ff8562;
    padding: 10px 30px; }

#eleventh {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/eleventh-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff; }
  #eleventh .form {
    width: 500px;
    background: transparent;
    padding: 0; }
  #eleventh input {
    width: 100%;
    border-radius: 0; }
  #eleventh .btn {
    border-radius: 0; }

#twelfth .btn-link {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  background: transparent; }

.card-body {
  font-size: 18px;
  color: #000; }

#contacts {
  padding-bottom: 0; }

footer {
  background: #862328;
  padding-top: 20px;
  padding-bottom: 20px; }
  footer svg {
    fill: #fff;
    width: 30px; }
  footer .col-xs-12:nth-child(2n) {
    text-align: center; }

.hidden-lg {
  display: none; }

.form {
  width: 322px;
  background: #fff;
  padding: 34px; }
  .form legend {
    color: #852225;
    font-size: 14px;
    font-weight: bold; }
  .form .form-group:last-child {
    margin-bottom: 0; }
  .form h6 {
    font-size: 18px;
    font-weight: bold; }

.btn {
  border-radius: 30px;
  background: #852225;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

.center {
  text-align: center; }

.modal-form {
  background: #fff;
  border-radius: 10px;
  padding: 20px; }

.form-control {
  background: #f0f0f0; }

.social-cover {
  display: inline-flex; }

@media (max-width: 768px) {
  header {
    text-align: center; }
    header .btn {
      margin-left: 0; }
    header svg {
      margin-left: 5px;
      margin-right: 5px; }

  h2 {
    font-size: 28px; }

  #first {
    background-size: cover; }
    #first h1 {
      font-size: 24px; }
    #first p {
      font-size: 18px; }

  #second h5 {
    margin-bottom: 100px; }

  #fourth .form {
    padding: 0;
    width: 100%; }

  .masonry-item {
    width: 50%; }

  .masonry-item--width2 {
    width: 100%; } }
@media (min-width: 769px) and (max-width: 1200px) {
  header svg {
    margin-left: 5px;
    margin-right: 5px; } }
@media (max-width: 991px) {
  header .btn {
    margin-top: 0; } }
@media (min-width: 372px) and (max-width: 768px) {
  header .btn {
    margin-top: -40px; } }
@media (min-width: 371px) and (max-width: 390px) {
  header .btn {
    margin-top: 0; } }
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  padding-top: 25px; }

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.owl-dots {
  text-align: center;
  margin-top: 20px; }

.owl-dot {
  display: inline-block; }

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px; }

.owl-dot.active span {
  background-color: #000; }

#thanks {
  background: #f2f2f2;
  text-align: center; }
  #thanks img {
    max-width: 200px;
    margin-bottom: 24px; }
  #thanks h1 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 24px; }

/*# sourceMappingURL=main.css.map */
