<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3 {}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ----- */
.shapka-top {
  padding: 10px 0;
  background: #323232;
}

.shapka-top__inner {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.shapka-top__inner:before {
  content: " ";
  display: inline-block;
  height: 22px;
  width: 40px;
  background-size: 22px 22px;
  background-image: url(/img/truck.svg);
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  margin-right: 8px;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.shapka-contact {
  text-align: right;
}

.shapka-kontact__title {
  color: #2f2f2f;
  font-size: 25px;
  line-height: 30px;
}

.shapka-kontact__phone {
  display: flex;
  align-items: center;
}

.shapka-kontact__phone a {
  font-weight: bold;
  color: #f23534;
  white-space: nowrap;
  font-size: 37px;
}

.shapka-kontact__rejim {
  color: #777;
  font-size: 13px;
}

.shapka-kontact__phone i {
  transform: scale(-1, 1);
  font-size: 30px;
  margin-right: 8px;
}

.content-area {
  padding: 30px 0;
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 26%);
}

.top-menu {
  margin-bottom: 30px;
}

.top-menu__inner {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}

.top-menu__item a {
  display: block;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 16px;
}

.top-menu__item a:hover {
  color: #fff;
  background: #323232;
}

.photo-area {
  background-color: #323232;
  padding: 60px 0 0;
}

.photo-area__img {
  width: 100%;
  margin-bottom: 15px;
}

.photo-area__title {
  margin-bottom: 12px;
}

.photo-area__title a {
  font-size: 27px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.photo-area__title a:hover {
  color: #fc4241;
}

.photo-area__text {
  padding-right: 80px;
  border: none;
  font-size: 13px;
  color: #777;
  position: relative;
}

.photo-area__item {
  margin-bottom: 30px;
}

.photo-area__btn a {
  position: absolute;
  top: 19px;
  right: 0;
  line-height: 0;
  font-size: 0;
  width: 40px;
  padding: 12px 0;
  line-height: 40px;
  background: #f23534;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.photo-area__btn a:hover {
  background: #fff;
  color: #f23534;
}

.footer {
  padding: 64px 0;
}

.nas {
  margin: 0 16px;
}

.content-inner {
  border: 1px solid #d5d5d5;
  padding: 16px 30px;
  margin-bottom: 20px;
}

.gen__title {
  border: 1px solid #d5d5d5;
  padding: 16px 30px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 23px;
  text-transform: uppercase;
}

.footer__adress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.footer-soc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.footer-soc__item img {
  width: 30px;
}

.footer__adress img {
  width: 30px;
  margin-right: 12px;
}

.footer-soc__item {
  margin-right: 8px;
}

.footer__adress-title {
  font-size: 10px;
}

.footer__adress-link {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.footer__adress-link a {
  color: #333;
}

.footer__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.gallery__inner img {
  width: 100%;
}

.gallery__inner {
  margin-bottom: 20px;
}

/* ======== */
.banner_box-2 {
  display: block;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #d5d5d5;
  z-index: 0;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s !important;
  -moz-transition: all 0.35s !important;
  -o-transition: all 0.35s !important;
  transition: all 0.35s !important;
}

@media (max-width: 480px) {
  .banner_box-2 {
    text-align: center;
  }
}

.banner_box-2 .featured-thumbnail {
  margin: 0;
}

@media (max-width: 480px) {
  .banner_box-2 .featured-thumbnail {
    background: #fff;
  }
}

.banner_box-2 .featured-thumbnail img {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 480px) {
  .banner_box-2 .featured-thumbnail img {
    z-index: -1;
    position: relative;
  }
}

.banner_box-2 .extra-wrap {
  position: absolute;
  width: 310px;
  top: 0;
  right: 0;
  text-align: right;
  padding: 20px;
}

@media (max-width: 626px) {
  .banner_box-2 .extra-wrap {
    padding-top: 17px;
  }
}

@media (max-width: 626px) {
  .banner_box-2 .extra-wrap {
    top: 50%;
    margin-top: -47px;
  }
}

@media (max-width: 480px) {
  .banner_box-2 .extra-wrap {
    width: 100%;
    padding: 10px 0;
  }
}

.banner_box-2 .extra-wrap h5 {
  text-transform: uppercase;
  color: #f23534;
  font-size: 30px;
  line-height: 53px;
  font-weight: normal;
  letter-spacing: -1px;
}

.banner_box-2 .extra-wrap h5 strong {
  font-weight: 900;
  color: #1c1c1c;
}

@media (min-width: 980px) and (max-width: 1200px) {
  .banner_box-2 .extra-wrap h5 {
    font-size: 23px;
    line-height: 1em;
  }
}

@media (max-width: 626px) {
  .banner_box-2 .extra-wrap h5 {
    font-size: 23px;
    line-height: 1em;
  }
}

.banner_box-2 .extra-wrap p {
  color: #777;
}

@media (max-width: 626px) {
  .banner_box-2 .extra-wrap p {
    display: none;
  }
}

.banner_box-2 .extra-wrap .banner-btn {
  padding: 21px 30px;
  font-size: 17px;
  font-weight: 600;
  background: #f23534;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 626px) {
  .banner_box-2 .extra-wrap .banner-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.banner_box-2:hover {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}

.banner_box-2:hover .banner-btn {
  background: #1c1c1c;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner_box-2:hover .featured-thumbnail img {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
  transform: scale3d(1.02, 1.02, 1.02);
}

/* ======= */
.photo-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-work__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  margin-bottom: 20px;
}

.our-work__item img {
  width: 100%;
}

.our-work__title {
  margin: 8px 0;
  font-weight: 600;
  min-height: 40px;
}

.our-work__link a {
  color: #ff0000;
}

.video__item img {
  width: 100%;
}

.video__item {
  position: relative;
}

.video__item:hover {
  cursor: pointer;
}

.video__item:after {
  position: absolute;
  content: url(/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.plitka__img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.gen-plitka__item {
  position: relative;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  z-index: 0;
  -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}

.gen-plitka__item:hover .plitka__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gen-plitka__info {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.gen-plitka__title {
  font-weight: 900;
  color: #1c1c1c;
  font-size: 30px;
  text-transform: uppercase;
}

.gen-plitka__subtitle {
  text-transform: uppercase;
  color: #f23534;
  font-size: 30px;
  line-height: 53px;
  font-weight: normal;
  letter-spacing: -1px;
}

.gen-plitka__btn {
  padding: 21px 30px;
  font-size: 17px;
  font-weight: 600;
  background: #f23534;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.gen-plitka__item:hover .gen-plitka__btn {
  background-color: #1c1c1c;
}

.price-table {
  width: 100%;
  max-width: 100%;
}

.price-table tr td,
.price-table tr th {
  padding: 4px 6px;
  border: 1px solid #000;
}

.price-table tr th {
  text-align: center;
}

.photogallery {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}

.vakant-block {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .shapka-kontact__phone a {
    font-size: 28px;
    white-space: nowrap;
  }

  .gen-plitka__title,
  .gen-plitka__subtitle {
    font-size: 24px;
  }
}

@media (max-width: 992px) {

  .shapka,
  .top-menu {
    display: none;
  }

  .photogallery {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 500px) {
  .gen-plitka__btn {
    padding: 12px 15px;
  }
  .gen-plitka__title,
  .gen-plitka__subtitle {
    font-size: 20px;
  }
}
</pre></body></html>