body {
  font-size: 16px;
  color: #292929;
}

.form-control {
  height: 42px;
  border: 2px solid #b9c621;
}

.h1 {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin: 0px;
  color: #3f0202;
}
.h1 span {
  color: #b9c621;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.text1,
.text2 {
  display: block;
}

.text1,
.text2 {
  height: auto !important;
}

.wrap-bg-top {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.tel {
  color: #ee4b02;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tel:hover {
  text-decoration: none;
  color: #b9c621;
}

.logo-descr {
  color: #3f0202;
}

.tel-num {
  text-align: right;
  padding: 15px 0;
  font-size: 1.8em;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}

.logo {
  border-radius: 10px;
}
.logo img {
  max-width: 200px;
}

.btn-call {
  color: #fff;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  padding: 0 6px;
  display: none;
  background: #b9c621;
  margin-top: 10px;
  text-align: center;
}
.btn-call:hover {
  text-decoration: none;
  background: #b9c621;
  color: #fff;
}

.navbar-default {
  background: url(../img/bgb.png);
  color: #fff;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background: #b9c621;
  color: #fff;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}

.descr-form {
  text-align: center;
  padding-bottom: 20px;
}

h2.h2 {
  color: #3f0202;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin-bottom: 50px;
}
h2.h2:before {
  background: url(../img/h-bg.png) no-repeat;
  width: 86px;
  height: 9px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -43px;
}
h2.h2:after {
  width: 86px;
  height: 9px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -43px;
  background: url(../img/h-bg.png) no-repeat;
}

.btn-danger {
  background: #b9c621;
  border-color: #a2af11;
}
.btn-danger:hover {
  background: #a4b112;
  border-color: #85900e;
}

.btn-default1 {
  background: url(../img/btn.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 231px;
  display: block;
  height: 74px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: 0px;
  line-height: 0px;
  padding: 0px;
  position: relative;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-default1 span {
  position: relative;
  top: -5px;
}
.btn-default1:hover {
  background: url(../img/btn.png) no-repeat;
  background-position: center;
  background-size: cover;
  border: 0px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  margin: 0 0 20px 0;
}

header {
  background: url(../img/bg1.png) no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 40px;
}

h2.h2 {
  font-weight: 700;
}

.form-my {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px;
}
.form-my h2.h2 {
  margin-bottom: 20px;
  padding: 15px 0;
}

.form-modal .btn-default1 {
  display: inline-block;
}

.wrap-decor {
  padding-top: 0px;
  text-align: right;
}

.vid-drov-item {
  position: relative;
  padding: 10px;
  padding-left: 160px;
  margin-bottom: 20px;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
  border-radius: 10px;
}
.vid-drov-item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}

.wrap-foto-vid {
  position: absolute;
  top: 10px;
  left: 10px;
}

.name-vid {
  color: #3f0202;
}
.name-vid:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #b9c621;
  margin-top: 15px;
}

.vid-drov-item-right {
  padding-left: 10px;
  padding-right: 160px;
}
.vid-drov-item-right .wrap-foto-vid {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}
.vid-drov-item-right .wrap-info-drova {
  text-align: right;
}
.vid-drov-item-right .name-vid:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #b9c621;
  margin-left: auto;
}

.client-item {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.client-item i.fa {
  font-size: 2em;
  display: inline-block;
  width: 40px;
  color: #b9c621;
  text-align: center;
}

.block {
  padding-bottom: 60px;
}

.fon-grey {
  position: relative;
}
.fon-grey:before {
  display: block;
  height: 25px;
  position: relative;
  top: -10px;
  content: "";
  background: url(../img/grey-bg-grey-top2.png);
}

.fon-white {
  position: relative;
}
.fon-white:before {
  display: block;
  height: 12px;
  position: relative;
  top: -10px;
  content: "";
  background: url(../img/white-bg-top.png);
}

.block-2 {
  background: #f2f2f2;
}

.block-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-4 {
  background: #f2f2f2;
}

.block-6 {
  background: #f2f2f2;
}

.block-7 {
  background: #533630;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
.block-7 .wrap-text-call {
  font-size: 1.4em;
}
.block-7 .wrap-tel-call {
  font-size: 2.6em;
}

.video {
  width: 100%;
  min-height: 174px;
  height: 174px;
  margin-bottom: -8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.delivery {
  width: 100%;
  min-height: 174px;
}

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
  min-height: 352px;
  padding: 6px;
}
.review:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.review:hover .review-arrow g {
  fill: #b9c621;
}
.review a {
  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;
  color: black;
}
.review a img {
  padding: 10px;
}

.review-text {
  text-align: center;
}

.review-arrow {
  width: 60px;
  height: auto;
  -webkit-animation: anim 1.5s linear infinite;
          animation: anim 1.5s linear infinite;
}
.review-arrow g {
  fill: orange;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}

.caption-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 278px;
}

.thumbnail .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn {
  width: auto;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
  }
}
@media screen and (max-width: 1200px) {
  .review {
    min-height: 287px;
  }
  .caption-text {
    height: 346px;
  }
}
@media screen and (max-width: 992px) {
  .review {
    min-height: 217px;
    height: 217px;
  }
  .review .caption {
    display: none;
  }
  .caption-text {
    height: 526px;
  }
}
@media screen and (max-width: 768px) {
  .review {
    min-height: auto;
    height: 100%;
  }
  .caption-text {
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .delivery-title {
    min-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .delivery-title {
    min-height: auto !important;
  }
  .video {
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .block-7 .wrap-tel-call {
    font-size: 1.6em;
  }
  .logo {
    text-align: center;
  }
  .btn-call,
  .logo-descr {
    display: block;
  }
  .block-7 {
    padding: 50px 0;
  }
  .wrap-foto-vid,
  .vid-drov-item-right .wrap-foto-vid {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
  }
  .vid-drov-item,
  .vid-drov-item .vid-drov-item-right {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrap-info-drova,
  .vid-drov-item-right .wrap-info-drova {
    text-align: center;
  }
  .name-vid:after {
    margin: 0 auto;
    margin-top: 15px;
  }
  .h1 {
    font-size: 1.5em;
  }
  .tel-num {
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .wrap-decor img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */