* {
  margin: 0;
  padding: 0;
  font-weight: normal; }

html {
  line-height: 1; }

ol,
ul {
  padding-left: 30px;
  margin-bottom: 10px; }

q, blockquote {
  quotes: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  background-color: #333;
  font-family: "Verdana", "Geneva", "Arial", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 1em;
  box-sizing: content-box;
  font-weight: normal;
  box-sizing: border-box; }

p {
  margin-bottom: 10px;
  text-align: justify;
  text-indent: 1em;
  color: #000000;
  font-family: "Verdana", "Geneva", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5em; }
  p a {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  text-align: center;
  padding: 10px; }

h1 {
  padding-top: 20px;
  margin-bottom: -20px; }

strong,
b {
  font-weight: 700; }

.wrap-site {
  background-image: url("../img/polishing.jpg");
  background-color: #fff;
  max-width: 1680px;
  min-width: 320px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 5px #555;
  box-shadow: 0 2px 5px #555; }

a {
  color: #333;
  text-decoration: none;
  outline: 0; }
  a:active, a:hover, a:focus, a:visited {
    color: #333;
    text-decoration: none;
    outline: 0; }

.site-header {
  background-color: #fff;
  margin: 0;
  padding: 0;
  max-width: 1680px;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  border-bottom: 7px solid #6b5e52;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: space-around;
  align-content: space-around; }

.top-experience {
  display: none;
  width: 100%;
  background-color: #6b5e52;
  line-height: 40px;
  height: 40px;
  margin-top: 35px; }
  .top-experience p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    color: #c8cfd5; }

.top-logo {
  margin-top: 13px;
  height: 60px;
  border-radius: 3px; }
  .top-logo img {
    border-radius: 3px; }

.section-title {
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0; }

.fix {
  margin-top: 24px; }

.top-menu {
  font-size: 16px; }
  .top-menu ul {
    margin: 0;
    padding: 0; }
    .top-menu ul li {
      display: inline-block;
      margin-right: 1px;
      position: relative; }
      .top-menu ul li:hover .sub-menu {
        background-color: #333;
        padding: 10px;
        width: 250px;
        height: auto;
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 100;
        border-radius: 3px; }
        .top-menu ul li:hover .sub-menu li {
          padding: 5px; }
          .top-menu ul li:hover .sub-menu li a {
            font-size: 14px;
            text-align: center;
            width: 100%;
            color: #fff; }
            .top-menu ul li:hover .sub-menu li a:hover {
              color: #9FEE01; }
      .top-menu ul li a {
        text-transform: uppercase;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        padding: 10px; }
        .top-menu ul li a:hover, .top-menu ul li a:active {
          background-color: #333;
          border-radius: 3px;
          color: #fff; }
  .top-menu .shop {
    background-color: #C8CFD5;
    padding: 10px;
    border-radius: 3px; }

.hidden-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  .hidden-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    .hidden-menu ul .shop {
      border-top: 3px solid #9FEE01;
      border-bottom: 3px solid #9FEE01; }
    .hidden-menu ul li a {
      width: 100%;
      padding: 10px 0;
      text-align: center; }
      .hidden-menu ul li a:hover {
        background-color: #9FEE01;
        color: #000; }
    .hidden-menu ul li .sub-menu {
      display: none; }
    .hidden-menu ul li a {
      display: inline-block;
      margin: 5px auto;
      color: #fff; }

.hidden {
  display: none; }

.btn {
  display: inline-block;
  text-align: center;
  margin: 10px 0 30px;
  padding: 5px 20px;
  color: #000;
  background-color: #9FEE01;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .btn:hover {
    color: #fff;
    background-color: #333; }

.make-feedback {
  text-align: center;
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 3px;
  color: #333;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .make-feedback:hover {
    color: #333;
    border-bottom: 3px solid #9FEE01; }
  .make-feedback:active, .make-feedback:focus, .make-feedback:visited {
    color: #333; }

.review-title {
  padding: 10px; }

.review-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .review-item p {
    font-size: 14px; }
  .review-item img {
    border-radius: 3px; }

.gold {
  color: #9FEE01; }

.stars {
  margin-top: 10px;
  text-align: center;
  background-color: #6b5e52;
  border-radius: 3px; }

.btn-menu {
  display: none;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 102;
  font-size: 30px;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s; }
  .btn-menu:hover {
    color: #333; }

.main-title {
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0;
  padding: 10px 20px; }

.text-shop {
  font-weight: bold;
  border-bottom: 3px solid #9FEE01;
  display: inline-block;
  margin-top: 15px; }
  .text-shop:hover {
    background-color: #9FEE01; }

.owl-theme .owl-controls .owl-page span {
  background: #333;
  height: 10px;
  border-radius: 3px; }
  
.owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    font-size: 48px;
    line-height: 48px;
}

#owl-works .item {
  margin: 3px; }
  #owl-works .item img {
    display: block;
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 2px 5px #555;
    -webkit-box-shadow: 0 2px 5px #555;
    box-shadow: 0 2px 5px #555;
    border-radius: 3px; }

#owl-head .owl-controls {
  display: none !important; }
#owl-head .item {
  -moz-box-shadow: 0 2px 5px #555;
  -webkit-box-shadow: 0 2px 5px #555;
  box-shadow: 0 2px 5px #555;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-shadow: 0 2px 5px #555;
  -webkit-box-shadow: 0 2px 5px #555;
  box-shadow: 0 2px 5px #555;
  padding: 10px 0 10px;
  background-color: #ffffff; }
  #owl-head .item img {
    display: block;
    width: 100%;
    height: auto; }

.advantages-section {
  background-color: #9FEE01; }
  .advantages-section ul {
    padding-left: 0;
    text-align: center; }
    .advantages-section ul li {
      height: 20px;
      display: inline-block;
      padding: 10px 0;
      line-height: 20px; }
      .advantages-section ul li .fa {
        font-size: 20px; }
      .advantages-section ul li span {
        padding-left: 5px;
        padding-right: 15px;
        font-size: 14px; }

.container {
  max-width: 1200px;
  width: 90%;
  margin: 20px auto 0; }
  .container span {
    font-weight: bold; }

.main-container {
  background-color: #ffffff;
  padding: 10px; }

.center {
  text-align: center; }

.works-section,
.services-section,
.reviews-section,
.info-section {
  padding: 30px 0; }

.works-section {
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 10px; }

#work .container {
  margin-top: 0; }

.works-desc {
  padding: 10px 0 0; }
  .works-desc p {
    text-indent: 10px;
    text-align: left;
  }

.wrap-services {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .wrap-services .services-item {
    background-color: #fff;
    text-align: center;
    width: 270px;
    margin: 20px;
    font-size: 14px;
    text-align: left;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .wrap-services .services-item img {
      border-radius: 3px; }
    .wrap-services .services-item:hover {
      background-color: #9FEE01; }
      .wrap-services .services-item:hover img {
        opacity: 0.9; }
      .wrap-services .services-item:hover .item-title {
        background-color: #333;
        color: #fff; }
    .wrap-services .services-item p {
      padding: 0 10px 5px;
        text-align: left;
    }
    .wrap-services .services-item img {
      width: 270px;
      -moz-box-shadow: 0 2px 5px #555;
      -webkit-box-shadow: 0 2px 5px #555;
      box-shadow: 0 2px 5px #555; }
    .wrap-services .services-item .item-title {
      background-color: #6b5e52;
      text-align: center;
      padding: 5px;
      color: #fff;
      text-transform: uppercase;
      margin: 5px auto;
      font-weight: normal; }

.reviews-section {
  background-color: rgba(255, 255, 255, 0.5);
}

.reviews-section #owl-reviews .owl-next,
.reviews-section #owl-reviews .owl-prev {
    padding: 0 5px 5px;
    margin: -5px;
    color: #6b5e52;
}

#owl-reviews {
  margin: 0;
  padding: 10px 0 0; }
  #owl-reviews .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  #owl-reviews .text {
    width: 100%; }
    #owl-reviews .text p {
      padding: 0 10px 10px;
      text-align: left;
    }
  #owl-reviews .photo-review {
    width: 49.8%; }
  #owl-reviews .owl-pagination {
    display: none !important; }
  #owl-reviews .owl-next, #owl-reviews .owl-prev {
    padding: 5px 90px;
    position: absolute;
    top: -38px;
    border-radius: 3px;
    background-color: #9FEE01;
    color: #000;
    opacity: 1;
    font-weight: 700;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    #owl-reviews .owl-next:active, #owl-reviews .owl-next:hover, #owl-reviews .owl-next:focus, #owl-reviews .owl-next:visited, #owl-reviews .owl-prev:active, #owl-reviews .owl-prev:hover, #owl-reviews .owl-prev:focus, #owl-reviews .owl-prev:visited {
      color: #fff;
      background-color: #333; }
  #owl-reviews .owl-next {
    right: 0; }
  #owl-reviews .owl-prev {
    left: 0; }

.owl-wrapper-outer {
  background-color: #fff; }

#owl-offers-all .owl-carousel .owl-item {
  word-break: break-word; }

#owl-offers .owl-controls, #owl-offers-all .owl-controls {
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  position: absolute;
  top: 10px; }
  #owl-offers .owl-controls .owl-pagination, #owl-offers-all .owl-controls .owl-pagination {
    padding-top: 10px; }
  #owl-offers .owl-controls .owl-prev, #owl-offers .owl-controls .owl-next, #owl-offers-all .owl-controls .owl-prev, #owl-offers-all .owl-controls .owl-next {
    padding: 0 5px 5px;
    position: absolute;
    border-radius: 3px;
    background-color: #9FEE01;
    color: #6b5e52;
    top: 82px;
    opacity: 1;
    font-weight: 700;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    #owl-offers .owl-controls .owl-prev:active, #owl-offers .owl-controls .owl-prev:hover, #owl-offers .owl-controls .owl-prev:focus, #owl-offers .owl-controls .owl-prev:visited, #owl-offers .owl-controls .owl-next:active, #owl-offers .owl-controls .owl-next:hover, #owl-offers .owl-controls .owl-next:focus, #owl-offers .owl-controls .owl-next:visited, #owl-offers-all .owl-controls .owl-prev:active, #owl-offers-all .owl-controls .owl-prev:hover, #owl-offers-all .owl-controls .owl-prev:focus, #owl-offers-all .owl-controls .owl-prev:visited, #owl-offers-all .owl-controls .owl-next:active, #owl-offers-all .owl-controls .owl-next:hover, #owl-offers-all .owl-controls .owl-next:focus, #owl-offers-all .owl-controls .owl-next:visited {
      color: #fff;
      background-color: #6b5e52; }
  #owl-offers .owl-controls .owl-prev, #owl-offers-all .owl-controls .owl-prev {
    left: -5px; }
  #owl-offers .owl-controls .owl-next, #owl-offers-all .owl-controls .owl-next {
    right: -5px; }

.offers-section {
  font-size: 14px;
  padding: 0 0 20px 0;
  background-image: url(../bottom-back.jpg);
  margin-top: -20px; }
  .offers-section .advantages-section {
    margin-top: 20px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 5px #555;
    -webkit-box-shadow: 0 2px 5px #555;
    box-shadow: 0 2px 5px #555; }
  .offers-section .section-title {
    border-radius: 3px;
    background-color: #6b5e52;
    color: #fff; }
  .offers-section .offers-item-desc {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-radius: 3px;
    padding: 30px 20px 0;
    background-color: #fff; }
    .offers-section .offers-item-desc p {
      text-align: left; }
    .offers-section .offers-item-desc .offers-price {
      text-align: center;
      border: 3px solid #9FEE01;
      color: #fff;
      font-size: 18px;
      color: #6b5e52;
      border-radius: 3px;
      padding: 10px 50px;
      line-height: 1.5; }
    .offers-section .offers-item-desc .offers {
      width: 90%; }
      .offers-section .offers-item-desc .offers ul {
        padding-left: 0;
        column-count: 2; }
      .offers-section .offers-item-desc .offers li {
        color: #6b5e52;
        list-style: square;
        font-size: 16px;
        text-align: left; }
      .offers-section .offers-item-desc .offers .work, .offers-section .offers-item-desc .offers .material {
        font-size: 18px;
        padding: 10px 0 10px;
        list-style: none;
        font-weight: bold;
        color: #333; }

.offers-item-title {
  padding-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 40px; }
  .offers-item-title span {
    text-transform: lowercase;
    font-weight: normal; }

.offers-works-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center; }
  .offers-works-img .responsive-img {
    width: 32%;
    margin-top: 10px;
    border-radius: 3px; }

.offers-item-img img {
  padding-top: 10px;
  display: block;
  margin: auto;
  max-width: 600px;
  max-height: 400px;
  width: 100%; }

.all-offers-section {
  display: flex;
  justify-content: space-around;
  background-image: url(../bottom-back.jpg); }
  .all-offers-section .all-offers-item {
    background-color: #fff;
    width: 25%;
    padding: 5px;
    margin: 10px 5px; }
    .all-offers-section .all-offers-item p {
      padding-top: 10px;
      font-size: 14px; }
    .all-offers-section .all-offers-item .offers-item-title {
      text-align: center;
      padding-bottom: 10px; }
      .all-offers-section .all-offers-item .offers-item-title span {
        font-size: 16px; }
    .all-offers-section .all-offers-item .offers-price {
      width: 50%;
      text-align: center;
      margin: 0 auto;
      padding: 5px;
      border: 3px solid #9FEE01;
      border-radius: 3px;
      font-size: 20px; }
      .all-offers-section .all-offers-item .offers-price span {
        font-size: 16px; }
    .all-offers-section .all-offers-item .work, .all-offers-section .all-offers-item .material {
      font-weight: bold;
      list-style: none;
      padding-top: 10px; }

.info-section .info-item {
  margin: 0 0 20px;
  padding-top: 15px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5pxs;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
.info-section .item-title {
  color: #000;
  text-transform: uppercase; }
.info-section .read:hover {
  padding-left: 10px;
  color: #000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-item-img img {
  display: block;
  margin: auto;
  width: 300px;
  height: 200px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 5px #555;
  -webkit-box-shadow: 0 2px 5px #555;
  box-shadow: 0 2px 5px #555; }

.info-item-desc {
  background-color: #fff;
  padding: 0 15px;
  border-radius: 3px;
  margin: 2px; }
  .info-item-desc p {
    font-size: 14px; }

.info-item-line {
  background-color: #9FEE01;
  height: 5px;
  margin-top: 10px; }

.submit {
  background-color: #333;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 0;
  padding: 8px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .submit:hover {
    background-color: #9FEE01;
    color: #000; }

.footer-line {
  background-color: #9FEE01;
  color: #000;
  padding: 7px 30px 0;
  font-size: 14px;
  text-align: center; }
  .footer-line .fa {
    padding: 10px; }

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  background-color: #6b5e52; }
  .site-footer .footer-contacts {
    flex: 33.3%; }
    .site-footer .footer-contacts .footer-tel {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 1.4em;
      padding-bottom: 10px; }
    .site-footer .footer-contacts .footer-mail {
      text-align: center;
      display: block;
      color: #9FEE01;
      font-size: 0.85em; }
  .site-footer .footer-logo {
    flex: 33.3%;
    background-image: url("../img/logo.png") no-repeat;
    text-align: center; }
  .site-footer .footer-info {
    flex: 33.3%;
    font-size: 0.8em;
    color: #fff; }
    .site-footer .footer-info p {
      text-align: center; }
    .site-footer .footer-info span {
      color: #9FEE01; }
    .site-footer .footer-info .copyright {
      color: #9FEE01; }
    .site-footer .footer-info .wrap-rating div.vote-hover {
      float: none;
      margin: 0 auto; }
    .site-footer .footer-info .vote-result {
      padding: 0;
      margin: 0 auto;
      text-align: center; }

.img-wrap {
  margin-top: 10px;
  display: flex;
  justify-content: space-around; }
  .img-wrap figure {
    text-align: center; }
    .img-wrap figure .img {
      margin: 0;
      text-align: center; }
      .img-wrap figure .img img {
        max-width: 100%;
        height: auto; }
    .img-wrap figure figcaption {
      text-align: left;
      font-style: italic;
      font-size: 14px;
      padding-left: 10px; }

.contacts p {
  padding: 5px; }

.ajax-form {
  color: #fff;
  text-align: center;
  background-color: #333; }
  .ajax-form span {
    display: block;
    padding: 15px 5px 0; }
  .ajax-form input {
    margin: 15px; }
  .ajax-form .form-control {
    height: 25px;
    padding-left: 10px; }
  .ajax-form .submit {
    border: 1px solid #9FEE01; }

table {
  border-collapse: collapse; }

.table-price,
.table-info,
.table-flex {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: rgba(255, 255, 255, 0.5); }
  .table-price td, .table-price th,
  .table-info td,
  .table-info th,
  .table-flex td,
  .table-flex th {
    padding: 10px;
    text-align: center; }
  .table-price tr,
  .table-info tr,
  .table-flex tr {
    border: 1px solid #ddd;
    padding: 5px; }
  .table-price th,
  .table-info th,
  .table-flex th {
    background-color: #6b5e52;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px; }

.table-flex th,
.table-flex tr {
  color: #333333;
  background-color: #ffffff; }

.table-info {
  margin-top: 15px;
  margin-bottom: 15px; }

.best-offer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .best-offer .best-offer-item {
    width: 30%; }

.offer {
  background-color: #fff;
  padding: 10px; }

#feedback_form {
  padding: 40px 20px 20px;
  background-color: #fff;
  max-width: 320px;
  margin: auto;
  position: relative;
  border-radius: 3px; }
  #feedback_form input, #feedback_form textarea {
    border-radius: 3px;
    font-family: "Verdana", "Geneva", "Arial", sans-serif;
    width: 100%;
    margin-bottom: 10px; }

div.vote-wrap {
  overflow: hidden;
  height: 80px; }

div.vote-block {
  position: relative; }

div.vote-hover {
  float: right;
  cursor: pointer; }

div.vote-stars {
  position: absolute;
  left: 0;
  top: 0; }

div.vote-active {
  position: absolute;
  left: 0;
  top: 0; }

div.vote-result {
  clear: both;
  color: #ccc;
  font-size: 14px;
  margin-top: 12px;
  padding-left: 100px; }

div.vote-success {
  text-align: center;
  clear: both;
  color: #ccc;
  font-size: 14px;
  margin: 0 0 0 10px; }

.top {
  position: fixed;
  bottom: 25px;
  background-color: #9FEE01;
  color: #999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  right: -110px;
  z-index: 12;
  border-radius: 3px;
  box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5); }

.top.active {
  right: 20px; }

.top i {
  line-height: 0;
  color: #333; }

.top:hover {
  color: #fff;
  background-color: #333; }
  .top:hover i {
    color: #9FEE01; }

.parket-photo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .parket-photo a img {
    margin: 10px; }
  .parket-photo figcaption {
    margin-left: 10px; }
  .parket-photo figure {
    margin-bottom: 15px; }

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.adaptive-wrap {
  width: 49%;
  margin-bottom: 10px;
    
}

.adaptive-wrap-3 {
  width: 33%;
  margin-bottom: 10px;
    
}
  
 .adaptive-wrap iframe {
    display: block;
    margin: 0 auto;
     
 }
 
  .adaptive-wrap-2 iframe {
    display: block;
    margin: 0 auto;
     
 }
 
     .video__item-2 {
      width: calc(33.33% - 20px); /* Вычисляем ширину элемента с учетом отступов */
      margin: 10px; /* Отступы между элементами */
      box-sizing: border-box; /* Учитываем отступы внутри ширины элемента */
    }
 

.flex-item.goods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px; }
  .flex-item.goods h3 {
    width: 20%;
    color: #6b5e52; }
  .flex-item.goods span {
    font-weight: normal;
    width: 60%;
    padding-left: 15px; }

.top-phone {
  display: flex;
  align-items: center; }
  .top-phone a {
    padding: 0;
    margin: 0;
    margin-right: 5px;
    line-height: 1; }
    .top-phone a:first-child {
      margin-right: 10px; }
    .top-phone a:nth-child(2) {
      margin-right: 15px; }
    .top-phone a .fa {
      font-size: 16px; }

.top-menu ul li.show-xs {
  display: none; }

.lang-toggle__wrapper {
  position: relative;
  font-size: 22px;
  width: 4em;
  height: 1em; }
  .lang-toggle__wrapper input[type="radio"] {
    display: none; }
  .lang-toggle__wrapper label {
    position: relative;
    cursor: pointer;
    display: block; }
  .lang-toggle__wrapper .lang-ru {
    display: block;
    position: absolute;
    content: "Ua";
    width: 50%;
    text-align: center;
    color: #6b5e52;
    font-weight: bold;
    font-size: 0.6em;
    line-height: 1.6;
    transition: all 0.2s ease;
    background: #9FEE01;
    left: 50%;
    bottom: 0;
    top: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: unset;
    box-shadow: unset; }
  .lang-toggle__wrapper .lang-ua {
    display: block;
    position: absolute;
    content: "Ru";
    width: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    top: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 0.6em;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #6b5e52;
    height: unset;
    box-shadow: unset;
    z-index: unset; }

.lang-toggle__btn {
  opacity: 0.5; }

.lang-toggle__btn.active {
  opacity: 1; }

.promo-block {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.promo-block .promo-block__img {
  width: 200px;
  height: 200px; }

.promo-block .promo-block__text {
  margin-right: 30px; }

.plintus-block {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #ffffff;
  position: relative;
  margin-top: 0; }

 /*  YM 230808 */ 
/* Общие стили для блока */
.pallmann-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 50px;
}

.pallmann-block img {
    width: 50%;
    max-width: 100%;
    margin-left: 35px; /* Увеличенный отступ для картинки */
    margin-right: 35px; /* Увеличенный отступ для картинки */
}

.text-content {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.pallmann-block p {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Медиазапрос для мобильных устройств */
@media (max-width: 767px) {
    .pallmann-block {
        flex-direction: column; /* По вертикали на мобильных устройствах */
        align-items: center; /* Выравнивание по центру */
        padding: 20px; /* Уменьшенные отступы */
    }

    .pallmann-block img {
        width: 100%; /* Растягиваем на всю ширину блока на мобильных */
        max-width: none; /* Сбрасываем максимальную ширину */
        max-height: none; /* Сбрасываем максимальную высоту */
        margin: 0; /* Убираем отступы */
    }

    .text-content {
        width: 100%; /* Ширина блока с текстом на мобильных */
        padding: 20px 0; /* Отступы для визуального разделения блоков */
    }
}

/*  end */ 


.plintus-block img {
  width: 50%; }

.plintus-block p {
  font-size: 18px; }

.header-info-box {
  padding: 4px;
  margin-top: 10px;
  background-color: #be0433;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center; }
  
  .header-info-box2 {
/*    margin-top: 65px; /*полоска на слава украие #ea0505 */
    margin-top: 30px; 
    background-color: #ffffff; /* UA PC*/
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  

#owl-reviews .owl-pagination {
  display: none !important; }

#owl-reviews .owl-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

#owl-reviews .owl-next {
  margin-right: -10px; }

#owl-reviews .owl-prev {
  margin-left: -10px; }

#owl-reviews .owl-next,
#owl-reviews .owl-prev {
  padding: 5px 5px;
  margin: 0;
  border-radius: 3px;
  background-color: #9FEE01;
  color: #000;
  opacity: 1;
  font-weight: 700;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.section-faq div {
  margin-bottom: 20px; }
  .section-faq div span {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.2em;
    cursor: pointer; }
  .section-faq div p {
    display: none;
    font-size: 1em; }
  .section-faq div .show {
    display: block; }

.page-title {
  margin: -10px -10px 10px;
  text-align: center;
  padding: 10px;
  background-color: #6b5e52;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase; }

.default-title {
  margin: 20px -10px 10px;
  text-align: center;
  padding: 10px;
  background-color: #6b5e52;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase; }

.like-title {
  margin: 20px -10px 10px;
  text-align: center;
  padding: 10px;
  background-color: #999999;
  color: #ffffff;
  font-size: 1.1em;
  text-transform: uppercase; }

.contrast-title {
  margin: 20px -10px 10px;
  text-align: center;
  padding: 10px;
  background-color: #9FEE01;
  color: #333333;
  font-size: 1.1em;
  text-transform: uppercase; }

.video__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 -10px; }

.photo__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 -10px; }
  .photo__wrapper .img {
    width: 49%; }
    .photo__wrapper .img img {
      width: 100%; }
    .photo__wrapper .img figcaption {
      padding-left: 10px;
      margin-bottom: 10px;
      font-style: italic; }

.review-item__read-more {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: underline; }

.reviews__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 -10px; }
  .reviews__item .photo-review {
    width: 49%;
    margin-bottom: 10px; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer; }
  .youtube .play {
    background: url(../img/youtube-play-btn.png) no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .youtube:hover .play {
    background-position: 0 0;
      
  }
    
.promo {
    position: fixed;
    left: 0px;
    bottom: 210px;
    z-index: 1;
    display: block;
    width: 160px;
    display: none; /* Делаем блок невидимым */
}

.promo__img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
  p .photo-review {
    width: 100%;
    margin: auto;
    display: block; }

  .top-logo {
    margin-top: 0; }

  .site-header {
    height: auto;
      
  }
    

    
    .main-menu {
        /*
        background-image: url(/img/promo/10.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 160px;
        display: none;  Делаем блок невидимым */
    }
}
@media only screen and (max-width: 992px) {
  .top-phone {
    display: none; } }
@media only screen and (max-width: 768px) {
  #owl-reviews .photo-review {
    width: 100%; }

  .top-logo img {
    margin-top: 8px; }

  .adaptive-wrap {
    width: 100%;
    position: relative;
  }
  
    .adaptive-wrap-3 {
    width: 100%;
    position: relative;
  }
  
  
    .header-info-box2 {
    /* margin-top: 105px; строка над слава украине моб #ea0505 */ 
    margin-top: 55px;
    background-color: #ffffff;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  
  

  .photo__wrapper .img {
    width: 100%; }

  .top-menu {
    display: none; }

  .offers-section .advantages-section {
    padding-top: 0; }
    .offers-section .advantages-section li:first-child {
      padding-left: 5px; }

  .offers-item .offers-works-img {
    overflow: hidden; }
    .offers-item .offers-works-img .responsive-img {
      width: 48%;
      margin: 5px; }

  .btn-menu {
    display: block; }

  .info-item-img img {
    display: none; }

  .top-phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 180px;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px; }

  .main-title {
    font-size: 24px; }

  .section-title {
    font-size: 18px; }

  .routes-item {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }

  .routes-item .item-title {
    text-align: center; }

  .routes-item-img img {
    margin: 0 auto 10px; }

  .site-footer .footer-contacts {
    flex: 100%; }
    .site-footer .footer-contacts .footer-mail {
      opacity: 0; }
  .site-footer .footer-logo {
    flex: 50%; }
  .site-footer .footer-info {
    flex: 100%; }

  .table-price,
  .table-flex {
    border: 0; }
    .table-price thead,
    .table-flex thead {
      display: none; }
    .table-price tr,
    .table-flex tr {
      display: block;
      border-bottom: 2px solid #ddd; }
    .table-price td,
    .table-flex td {
      display: block;
      text-align: right;
      border-bottom: 1px dotted #ccc; }
      .table-price td:last-child,
      .table-flex td:last-child {
        border-bottom: 0; }
      .table-price td:before,
      .table-flex td:before {
        content: attr(aria-label);
        float: left;
        font-weight: bold; }

  .footer-line {
    text-align: center; }

  .plintus-block img {
    width: 100%; }

  .plintus-block {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-top: -40px; }

  .plintus-block p {
    text-align: left;
    font-size: 15px; }
    
  .plintus-block div {
      padding: 0 10px;
  }

  .reviews__item .photo-review {
    width: 100%; 
  }
    .promo {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
  .top-menu ul li.show-xs {
    display: block; }
    .top-menu ul li.show-xs .promo-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }

  .promo-block {
    flex-wrap: wrap;
    width: 100%; }

  .promo-block .promo-block__text {
    margin-right: 0; }

  .promo-block .promo-block__text {
    margin-right: 0; }

  .lang-toggle__wrapper {
    position: absolute;
    font-size: 24px;
    top: 20px;
    right: 34px; }

  .site-header {
    background-color: white; }

  .table-info th, .table-info td {
    display: block; }

  .top-phone {
    display: none; }

  .img-wrap {
    display: block; }
    .img-wrap a img {
      width: 100%; }

  .top-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%; }

  #advantages {
    display: none; }

  .make-review {
    font-size: 14px;
    padding: 0 7px; }

  .offers-item-title {
    font-size: 16px; }

  .offers-section .offers-item-desc {
    width: 84%; }
    .offers-section .offers-item-desc .offers-price {
      right: 50%;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 0; }
    .offers-section .offers-item-desc .offers ul {
      column-count: auto; }

  .offers-item .offers-works-img {
    justify-content: center; }
    .offers-item .offers-works-img .responsive-img {
      width: 100%; }

  .offers-section .offers-item-desc .offers-price {
    padding: 10px 18px;
    font-size: 18px; }

  .top-experience {
    margin-top: 3px;
    height: 45px; }
    .top-experience p {
      margin-top: 19px;
      font-size: 12px;
      letter-spacing: normal;
      line-height: 1.2;
      padding: 0 15px; }

  .flex-item.goods {
    display: block; }
    .flex-item.goods h3 {
      width: 100%; }
    .flex-item.goods span {
      width: 100%;
      display: block;
      padding-left: 0;
      text-align: center; }
    .flex-item.goods img {
      display: block;
      margin: auto; }

  .promo-block .promo-block__img {
    width: 100%;
    height: auto; }
    
    .reviews-section #owl-reviews .owl-next,
    .reviews-section #owl-reviews .owl-prev {
        top: -50px;
    }
    
        .header-info-box2 {
    /* margin-top: 105px; строка над слава украине моб*/ 
    margin-top: 55px;
    background-color: #ffffff;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
    
    
    
    
    
    
}
@media only screen and (max-width: 320px) {
  .offers-section .advantages-section {
    padding-top: 0; }
    .offers-section .advantages-section li {
      width: 100%; } }

/*# sourceMappingURL=stylesheet.css.map */
