@charset "UTF-8";
.bg_darkgray {
  background: #494949;
}

.bg_lightgray {
  background: #b4b4b4;
}

.bg_black {
  background: #000;
}

.btn__primary {
  width: 100%;
  background: #fff;
  margin-bottom: 0.5rem;
  color: #494949;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.btn__primary:hover {
  background: #d0d0d0;
}

.viberclr {
  background: #8b66a9;
  color: #fff;
}

.telegramclr {
  background: #39a4dc;
  color: #fff;
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

body {
  width: 100%;
  margin: auto;
  background: #fafafa;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

h1,
h2,
.instagram__title {
  font-family: "montserrat", "arial", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #000;
  padding: 2rem 0 2rem;
  text-align: center;
}

h3 {
  font-family: "montserrat", "arial", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #d0d0d0;
  text-align: center;
}

ul,
ol,
li,
p,
a,
span {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  color: #494949;
  text-decoration: none;
  padding: 1.5rem 0rem;
  font-size: 1.3rem;
}

.instagram__title {
  font-family: "montserrat", "arial", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #000;
  padding: 0;
  text-align: center;
  display: block;
  margin: auto;
}

p {
  line-height: 2rem;
}

ul,
ol {
  list-style: none;
  margin: 0;
}

li {
  padding: 0.6rem;
}

a {
  font-weight: 500;
}

a:hover {
  color: #000;
}

a:visited, a:hover, a:active, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

menu {
  padding: 0;
  display: contents;
  list-style: none;
}

button {
  cursor: pointer;
  outline: none;
}

.hidden {
  display: none;
}

.wrapper {
  padding: 0 3%;
  position: relative;
  overflow: hidden;
}

footer .wrapper {
  overflow: visible;
}

.content {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.content p {
  padding: 1.5rem;
}

.content h1,
.content h2,
.content h3 {
  padding: 2rem 1rem 2rem;
}

.content__feed {
  margin-bottom: 2rem;
}

.bg_darkgray {
  background: #494949;
}

.bg_lightgray {
  background: #b4b4b4;
}

.bg_black {
  background: #000;
}

.btn__primary {
  width: 100%;
  background: #fff;
  margin-bottom: 0.5rem;
  color: #494949;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.btn__primary:hover {
  background: #d0d0d0;
}

.viberclr {
  background: #8b66a9;
  color: #fff;
}

.telegramclr {
  background: #39a4dc;
  color: #fff;
}

.bg_darkgray {
  background: #494949;
}

.bg_lightgray {
  background: #b4b4b4;
}

.bg_black {
  background: #000;
}

.btn__primary {
  width: 100%;
  background: #fff;
  margin-bottom: 0.5rem;
  color: #494949;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.btn__primary:hover {
  background: #d0d0d0;
}

.viberclr {
  background: #8b66a9;
  color: #fff;
}

.telegramclr {
  background: #39a4dc;
  color: #fff;
}

header {
  background: #000;
  margin-bottom: 2rem;
}

.divider-bottom {
  border-bottom: 1px solid #d0d0d0;
}

.divider-top {
  border-top: 1px solid #d0d0d0;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1rem;
}

.head__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head__contact_btn {
  margin-left: 1.5rem;
}

.head__contact_btn [class^="flaticon-"]:before {
  font-size: 3.3rem;
  color: #fff;
}

.head__logo img {
  width: 100px;
  max-width: 250px;
}

.head__menu {
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
}

.head__menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
  -webkit-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.head__menu__items > li {
  text-align: center;
  padding: 0;
  margin: 0 0.5rem;
}

.head__menu__items > li:first-child {
  margin-left: 1.5rem;
}

.head__menu__items a {
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  width: 6rem;
  height: 6rem;
}

.head__menu__items span {
  font-weight: 500;
  font-size: 1.2rem;
  width: 6rem;
  height: 6rem;
  color: #fff;
}

.head__menu__items::-webkit-scrollbar {
  display: none;
}

.head__menu_icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head__menu__icon_wrap {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 5rem;
  background: #b4b4b4;
  padding: 0.4rem;
  margin: auto;
}

.head__menu__icon_wrap.active {
  background: #fd8900;
  -webkit-animation: showBlock 0.2s linear forwards;
          animation: showBlock 0.2s linear forwards;
}

.head__info_call,
.head__info_map {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.novinki {
  background-image: url(./images/tkani-min.jpg);
  background-size: cover;
}

.velvet {
  background-image: url(./images/tkani-velvet-min.jpg);
  background-size: cover;
}

.velur {
  background-image: url(./images/tkani-velur-min.jpg);
  background-size: cover;
}

.barhat {
  background-image: url(./images/tkani-barhat-min.jpg);
  background-size: cover;
}

.viskoza {
  background-image: url(./images/tkani-viskoza-min.jpg);
  background-size: cover;
}

.sherst {
  background-image: url(./images/tkani-sherst-min.jpg);
  background-size: cover;
}

.kruzhevo {
  background-image: url(./images/tkani-kruzhevo-min.jpg);
  background-size: cover;
}

.len {
  background-image: url(./images/tkani-len-min.jpg);
  background-size: cover;
}

.neopren {
  background-image: url(./images/tkani-neopren-min.jpg);
  background-size: cover;
}

.organza {
  background-image: url(./images/tkani-organza-min.jpg);
  background-size: cover;
}

.polyester {
  background-image: url(./images/tkani-polyester-min.jpg);
  background-size: cover;
}

.trikotazh {
  background-image: url(./images/tkani-trikotazh-min.jpg);
  background-size: cover;
}

.hlopok {
  background-image: url(./images/tkani-hlopok-min.jpg);
  background-size: cover;
}

.silk {
  background-image: url(./images/tkani-silk-min.jpg);
  background-size: cover;
}

.tvid {
  background-image: url(./images/tkani-tvid-min.jpg);
  background-size: cover;
}

.parcha {
  background-image: url(./images/tkani-parcha-min.jpg);
  background-size: cover;
}

.jaccard {
  background-image: url(./images/tkani-jaccard-min.jpg);
  background-size: cover;
}

@-webkit-keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bg_darkgray {
  background: #494949;
}

.bg_lightgray {
  background: #b4b4b4;
}

.bg_black {
  background: #000;
}

.btn__primary {
  width: 100%;
  background: #fff;
  margin-bottom: 0.5rem;
  color: #494949;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.btn__primary:hover {
  background: #d0d0d0;
}

.viberclr {
  background: #8b66a9;
  color: #fff;
}

.telegramclr {
  background: #39a4dc;
  color: #fff;
}

footer {
  background: #000;
}

.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 1rem;
  position: relative;
}

.foot li {
  padding: 0.3rem 0;
}

.foot li a {
  padding: 0;
}

.foot .foot__totop {
  position: absolute;
  top: -3rem;
  right: 2%;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fd8900;
  border: 1px solid #fd8900;
  border-radius: 0.5rem;
  text-align: center;
  padding-top: 3px;
}

.foot__logo {
  width: 50%;
  margin-right: auto;
}

.foot__logo .foot__logo_img {
  width: 70%;
}

.foot__logo .foot__logo_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.foot__logo .foot__logo_btn a {
  margin-right: 1rem;
  color: #fff;
}

.foot__menu {
  width: 50%;
  text-align: right;
  padding: 1.5rem 0;
}

.image__slider {
  display: none;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}

.image__slider::-webkit-scrollbar {
  display: none;
}

.image__slider_second {
  width: 300px;
  margin: auto;
  margin-bottom: 7rem;
}

.image__slider_second .swiper-slide,
.image__slider_second .swiper-slide-active {
  opacity: 1;
}

.image__slider_third {
  padding: 1rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.image__slider_third .swiper-slide,
.image__slider_third .swiper-slide-active {
  opacity: 1;
}

.image__slider_third img {
  border-radius: 1.5rem;
}

.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-animation: showGallery 0.5s linear forwards;
          animation: showGallery 0.5s linear forwards;
}

@-webkit-keyframes showGallery {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showGallery {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.gallery__item {
  min-width: 100%;
}

.swiper-slide {
  opacity: 0.4;
}

.swiper-slide-active {
  opacity: 1;
}

.image__slider {
  position: relative;
}

.image__slider .swiper-pagination {
  bottom: 5px !important;
}

.image__slider .swiper-pagination-bullet {
  padding: 0;
  background: #494949;
}

.image__slider_image img {
  border-radius: 1.5rem;
}

.image__slider_third_image {
  position: relative;
}

span.image__slider_title {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  padding: 0;
  bottom: 10%;
  left: 3%;
  right: 2%;
  text-align: center;
  width: 95%;
  z-index: 1;
}

span.recon__slider_title {
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  bottom: 15%;
  left: 3%;
  right: 2%;
  text-align: center;
  width: 95%;
  z-index: 1;
}

span.recon__slider_description {
  position: absolute;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  bottom: 3%;
  left: 3%;
  right: 2%;
  text-align: center;
  width: 95%;
  z-index: 1;
}

.review__head__wrapper {
  padding: 1.5rem;
}

.review__head {
  background: #fafafa;
  border-radius: 1.5rem;
  padding: 1.5rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__info {
  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;
  margin-bottom: 1rem;
}

.google-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__body {
  padding: 1.5rem;
  padding-top: 0;
}

.image__slider_review {
  background: #fafafa;
  border-radius: 1.5rem;
  padding: 1rem;
  overflow: hidden;
}

ul.features__list {
  padding: 0 2rem;
  padding-bottom: 2rem;
  position: relative;
}

ul.features__list li {
  position: relative;
  padding-left: 2rem;
}

ul.features__list li:before {
  position: absolute;
  left: 1px;
  content: "";
  margin-right: 1rem;
  width: 12px;
  height: 12px;
  background: #f2f2f2;
  margin: 0.2rem 0;
  border-radius: 50%;
}

.end__block {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

:root {
  --star-color: rgb(172, 172, 172);
  --star-background: #fc0;
}

.review__stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 2rem;
  font-family: Times;
  line-height: 1;
}

.review__stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image__slider_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.8)), to(#000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, #000 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 1.5rem;
  left: 0;
  top: 0;
}

.flatimg {
  border-radius: 1.5rem;
  padding: 1rem;
}

.instagram__description {
  text-align: center;
}

.instagram__description span {
  background: #fd8900;
  padding: 0.3rem;
  font-weight: 500;
  color: #000;
}

.eapps-instagram-feed-posts-item-media > a {
  padding: 0;
}

.eapps-instagram-feed a {
  padding: 0;
}

.eapps-instagram-feed-posts-item-template-classic {
  border-radius: 1.5rem;
}

#eapps-instagram-feed-1 {
  width: 100%;
}

.eapps-instagram-feed-posts-slider-nav {
  width: 50px !important;
  height: 50px !important;
}

.eapps-instagram-feed-posts-item-template-classic
.eapps-instagram-feed-posts-item-text {
  font-size: 1.2rem !important;
  max-height: 220px !important;
}

@media (min-width: 340px) {
  #instagram-feed-container {
    padding: 1rem;
  }
}

@media (min-width: 480px) {
  .image__slider_second {
    width: 450px;
  }
  .bg-1,
  .bg-2,
  .bg-3,
  .bg-4 {
    height: 300px;
  }
}

@media (min-width: 575.98px) {
  .wrapper {
    padding: 0 calc(50% - 270px);
  }
  a {
    font-size: 1.8rem;
  }
  .image__slider_second {
    width: 500px;
  }
  .bg-1,
  .bg-2,
  .bg-3,
  .bg-4 {
    height: 350px;
  }
}

@media (min-width: 767.98px) {
  .wrapper {
    padding: 0 calc(50% - 360px);
  }
  .crt-close {
    right: 10px !important;
  }
  .head__menu__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .foot__logo {
    width: 25%;
  }
  .bg-1,
  .bg-2,
  .bg-3,
  .bg-4 {
    height: 400px;
  }
}

@media (min-width: 991.98px) {
  .wrapper {
    padding: 0 calc(50% - 480px);
  }
  .head__menu__items {
    padding: 0 calc(50% - 480px);
  }
  .head {
    padding: 1.2rem 5rem;
  }
  .review__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bg-1,
  .bg-2,
  .bg-3,
  .bg-4 {
    height: 440px;
  }
  h1,
  h2,
  h3 {
    font-size: 2.5rem;
  }
  .instagram__title {
    font-size: 2.5rem;
  }
  ul,
  li,
  p,
  a,
  span {
    font-size: 1.5rem;
  }
  .foot__logo {
    width: 20%;
  }
  .gallery__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4% 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery__item {
    width: 30%;
    margin: 0.3rem;
    min-width: 0;
  }
  .gallery__item img {
    border-radius: 2rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  }
}

@media (min-width: 1199.98px) {
  .wrapper {
    padding: 0 calc(50% - 590px);
  }
  .head__menu__items {
    padding: 0 calc(50% - 750px);
  }
  .head__menu__items > li {
    margin: 0 1.2rem;
  }
  .head {
    padding: 1.2rem 8rem;
  }
  .foot__logo {
    width: 15%;
  }
}
/*# sourceMappingURL=style.css.map */