@font-face {
  font-family: 'Rounded_Elegance';
  src: url('../fonts/Rounded_Elegance.ttf') format('truetype');
}
a {
  text-decoration: none;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-sb {
  justify-content: space-between;
  display: flex;
}


.site-header {
  background: #314F69;
  padding: 16px 0;
}
.wrapper {
  padding: 0px 100px;
}
.logo a {
  display: block;
  text-decoration: none;
}
.logo span {
  display: block;
  color: rgba(214, 209, 206, 0.70);
  text-align: center;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.nav-top {
  margin-left: 40px;
}
.nav-top li {
  margin-right: 30px;
}
.nav-top a {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'Rounded Elegance', sans-serif;
  color: #D6D1CE;
}
.nav-top a:hover,
.nav-top a.active {
  color: #fff;
}
a.marked {
  text-decoration: underline;
}
.view-tour {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #D6D1CE;
  color: #D6D1CE;
  font-family: 'Rounded Elegance', sans-serif;
  text-align: center;
}
.view-tour span {
  display: block;
}
.view-tour:hover {
  box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, .2);
}
.phone-block {
  margin-left: 20px;
}
.phone-block a {
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
/*.phone-block a:last-child {*/
/*  margin-top: 10px;*/
/*}*/
.btn-shop {
  display: block;
  border-radius: 10px;
  background: #D6D1CE;
  padding: 10px;
  color: #314F69;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 30px;
  border: 1px solid #D6D1CE;
}
.btn-shop:hover {
  color: #D6D1CE;
  background: none;
  border: 1px solid #D6D1CE;
}
.hero-address p.fs-22 {
  font-size: 22px;
}
.hero-address p.bold {
  font-weight: 600;
}
.hero-address p {
  color: #FFF;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-title {
  color: #fff;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 72px;
  text-transform: uppercase;
  flex: 0 0 50%;
}
.hero-block {
  height: calc(100vh - 96px);
  background: url('../img/main.png') no-repeat center;
  background-size: cover;
  position: relative;

}
.hero-block .wrapper {
  box-sizing: border-box;
  position: absolute;
  bottom: 15%;
  width: 100%;
}
.hero-block .wrapper.flex-sb {
  align-items: center;
}
.brand-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.brand-carousel img {
  width: auto;
  height: 65px;
  filter: grayscale(100%);
}
.brand-carousel img:hover {
  filter: grayscale(0%);
}
.carousel-track {
  display: flex;
  width: fit-content;
  animation: scroll 60s linear infinite;
}
.carousel-slide {
  display: flex;
}

.carousel-slide a {
  height: 100%;
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.salon-photo {
  flex: 0 0 50%;
}
.salon-photo-1 {
  border-radius: 0px 30px 30px 0px;
  flex: 0 1 45%;
  height: 520px;
  background: url('../img/salon1.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.salon-photo-2 {
  border-radius: 30px;
  width: 100%;
  height: 250px;
  background: url('../img/salon2.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.salon-photo .flex {
  flex: 0 1 25%;
}
.salon-photo-3 {
  border-radius: 30px;
  width: 100%;
  height: 250px;
  background: url('../img/salon3.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.salon-photo-4 {
  border-radius: 30px;
  flex: 0 1 25%;
  height: 520px;
  background: url('../img/salon4.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.salon-photo .flex {
  flex-direction: column;
  justify-content: space-between;
  height: 520px;
}
.salon-text {
  margin-left: 40px;
  padding-right: 100px;
}
.salon-text a,
text-content a {
  color: #314F69;
  text-decoration: underline;
}
.salon-text li:before,
.text-content li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D6D1CE;
  margin-left: -20px;
  top: 8px;
}
.salon-text ul,
.text-content ul,
.text-content ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.salon-text li,
.text-content li {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
  color: #1F2C38;
}

.salon-text p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  color: #1F2C38;
}
.salon-text p.title {
  font-size: 36px;
  font-family: 'Rounded Elegance', sans-serif;
  margin-bottom: 40px;
}
.features-block {
  background: #314F69;
  border-radius: 20px;
  height: 285px;
  box-sizing: border-box;
  margin-top: 120px;
}
.features-block .wrapper {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
}
.features-block .wrapper:after {
  content: '';
  background: url('../img/map.png');
  right: 0px;
  top: 0;
  height: 285px;
  width: 560px;
  position: absolute;
  background-size: cover;
  border-radius: 50px;
}
.features-block .wrapper:before {
  content: '';
  background: url('../img/features.png');
  left: 25%;
  top: -80px;
  height: 380px;
  width: 380px;
  position: absolute;
  background-size: cover;
}
.features-block .text {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 350px;
}
.features-block .text .title {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Rounded Elegance', sans-serif;
  margin-bottom: 20px;
}
.list-item {
  color: #FFF;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list-item .ico {
  width: 30px;
  height: 30px;
}
.list-item span {
  /*vertical-align: bottom;*/
}
.list {
  z-index: 1000;
  flex-direction: column;
}
.list:first-of-type {
  margin-right: 40px;
}
.list-item .ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;

}
.list-item .ico-shop {
  background: url('../img/shop.svg');
}
.list-item .ico-coin {
  background: url('../img/coin.svg');
}
.list-item .ico-top {
  background: url('../img/top.svg');
}
.list-item .ico-car {
  background: url('../img/car.svg');
}
.list.flex {
  align-items: flex-start;
}
.list-item:first-of-type {
  margin-bottom: 20px;
}
.category-item {
  display: flex;
  align-items: end;
  padding: 15px 15px 30px 15px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  color: #FFF;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: #314F69;
  min-height: 220px;
  background-size: cover;
  max-height: 300px;
  margin-top: 20px;
  transition: background-size 0.5s ease;
  background-position: center;
}
.category-item:hover {
  background-size: 110%;
  transition: background-size 0.5s ease;
  text-shadow: 0 0 10px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3);
}
.category-item:hover:after {
  box-shadow: 0px  0px 10px rgba(255, 255, 255, .3);
}
.category-item:after {
  position: absolute;
  content: '';
  border-radius: 50px;
  border: 1px solid #314F69;
  width: 30px;
  height: 30px;
  background: #F0EAE7 url('../img/arrow.svg') center no-repeat;
  top: 15px;
  right: 15px;
}
.category-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(22, 32, 38, 0.40);
  top: 0;
  left: 0;
  border-radius: 20px;
}
.category-page .category-item.accessories {
  background-image: url('../img/accessories.jpg');
}
.category-page .category-item.installations {
  background-image: url('../img/installations.jpg');
}
.category-item.bath {
  background-image: url('../img/bath.jpg');
  flex: 0 1 calc(65% - 20px);
}
.category-item.shower {
  background-image: url('../img/shower.jpg');
  flex: 0 1 35%;
}
.category-item.towel {
  background-image: url('../img/towel.jpg');
  flex: 0 1 35%;
}
.category-item.kitchen {
  background-image: url('../img/kitchen.jpg');
  flex: 0 1 calc(65% - 20px);
}
.category-item.tap {
  background-image: url('../img/tap.jpg');
  flex: 0 1 calc(55% - 20px);
}
.category-item.bathroom {
  background-image: url('../img/bathroom.jpg');
  flex: 0 1 calc(55% - 20px);
}
.category-item.toilet {
  background-image: url('../img/toilet.jpg');
  flex: 0 0 45%;
}
.category-item.other {
  flex: 0 0 45%;
}
.category-item .title {
  z-index: 10000;
  position: relative;
}
.category-flex {
  flex: 0 0 46%;
  margin-right: 20px;
  flex-wrap: wrap;
}
.category-flex:last-child {
  margin-right: 0px;
  flex: 0 0 54%;
}
h2 {
  color: rgba(31, 44, 56, 0.80);
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 80px 0 40px;
}
.category {
  margin-top: 60px;
}
.product-item {
  display: block;
  flex: 0 1 24%;
  position: relative;
  border-radius: 5px;
  border: 1px solid #D6D1CE;
  box-sizing: border-box;
}
.product-item:nth-of-type(5n) {
  margin-left: 0px;
}
.product-item:first-child {
  margin-left: 0.5px;
}
.product-info {
  padding: 10px 20px 10px ;
  margin-top: -10px;
}
.product-info .title,
.product-info .title a {
  color: #1F2C38;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.product-item img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0 ;
}
.old-price {
  color: #D6D1CE;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-decoration-line: line-through;
}
.new-price {
  color: #1F2C38;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.new-price .big {
  color: #1F2C38;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.43px;
}
.new-price sup {
  vertical-align: top;
  font-size: 12px;
}
.product-price {
  align-items: baseline;
  margin-top: 30px;
}
.products {
  padding-bottom: 40px;
}
.swiper-slide.product-item:hover {
  box-shadow: 0px  0px 10px rgba(255, 255, 255, 1);
}
.address-block {
  padding-left: 100px;
}
.address-block p,
.address-block .email{
  color: #1F2C38;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

h5 {
  color: rgba(31, 44, 56, 0.80);
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
h6 {
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.address-block .phone-block a {
  color: #1F2C38;
}
.address-block .phone-block {
  margin-left: 0;
  margin-bottom: 20px;
}
.salon-address {
  margin-top: 80px;
  align-items: center;
}
.map-block {
  height: 600px;
  flex: 0 0 70%;
  border-radius: 20px 0px 0px 0px;
}
.map-nav {
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-right: 10px;
  margin-top: 20px;
}
.map-nav:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.30);
}
.map-nav.nav-ico {
  background-image: url('../img/nav1.png');
}
.map-nav.map-ico {
  background-image: url('../img/nav2.png');
}
footer {
  background: #314F69;
  padding: 30px 0;
}

footer .address-block p,
footer .address-block .phone-block a {
  color: #fff;
  font-size: 14px;
}
footer h6 {
  color: #fff;
}
footer .nav-top {
  margin-left: 0;
}
footer .nav-top a {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  margin-bottom: 5px;
}
footer .nav-top a:hover {
  color: #D6D1CE;
}
footer .flex {
  align-items: flex-start;
}
.site-info.wrapper {
  border-top: 1px solid #D6D1CE;
  padding: 40px 0 0;
  color: #D6D1CE;
  text-align: center;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.site-info p {
  margin-bottom: 10px;
}
.site-info a {
  color: #D6D1CE;
  text-decoration: underline;
}
.site-info a:hover {
  color: #fff;
  text-decoration: none;
}
footer .btn-shop {
  margin-left: 0;
}
footer .logo span {
  text-align: left;
}
.soc-ico {
  width: 45px;
  height: 45px;
}
footer .logo {
  margin-bottom: 40px;
}
footer .soc-ico {
  margin-right: 5px;
}
footer .btn-shop {
  margin-top: 20px;
  text-align: center;
}

.soc-ico path {
  transition: fill 0.3s ease;
  fill: #9ECCEE; /* исходный цвет */
}

.soc-ico:hover path {
  fill: #D6D1CE; /* цвет при наведении */
}
.burger {
  display: none;
}

h3 {
  color: #FFF;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.1px;
  text-transform: uppercase;
}
.top-page {
  height: 200px;
  margin-top: 40px;
  background: url('../img/main.png') no-repeat center;
  background-size: cover;
}
.breadcrumbs {
  margin-bottom: 15px;

  font-family: 'Rounded Elegance', sans-serif;
  font-size: 16px;
}
.breadcrumbs a {
  color: #fff;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span {
  color: #fff;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
.contacts-block {
  margin-top: 40px;
}

.contacts-item {
  text-align: center;
  border-right: 1px solid #D6D1CE;
  color: #1F2C38;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 0 0 25%;
}
.contacts-item:last-child {
  border-right: none;
}
.tel-link {
  display: block;
  color: #1F2C38;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mail-link {
  color: #1F2C38;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contacts-item .ico {
  margin-bottom: 40px;
}
.contacts-item .flex {
  justify-content: center;
}
.contacts-block .map-block {
  height: 500px;
  margin: 40px 0 80px;
}
.details {
  border-radius: 30px;
  border: 1px solid #D6D1CE;
  background: #314F69;
  padding: 30px;
  box-sizing: border-box;
  flex: 0 0 40%;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.details a {
  color: #fff;
  text-decoration: underline;
}
.details .bold {
  font-weight: 600;
  margin-bottom: 10px;
}
.details .title {
  font-weight: 400;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}
.details .bold span {
  font-weight: 400;
}
.salon-block-contacts .salon-photo {
  flex: 0 0 calc(60% - 40px);
}
.salon-block-contacts .salon-photo-1 {
  border-radius: 30px;
}
.salon-block-contacts {
  margin-bottom: 80px;
}
.contact-us {
  border-radius: 30px;
  border: 1px solid #D6D1CE;
  padding: 30px;
  flex: 0 0 40%;
  align-content: center;
  color: #1F2C38;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
}
.contact-us a svg path {
  fill: #314F69;
}
.contact-us a:hover svg path {
  fill: #9ECCEE;
}
.contact-us .title {
  color: #1F2C38;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.contact-us p {
  margin-bottom: 40px;
}
.video-block {
  border-radius: 30px;
}
.video-placeholder {
  position: relative;
  flex: 0 0 calc(57% - 40px);
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
}
.video-placeholder img {
  width: 100%;
  display: block;
  filter: brightness(0.6);
}
.video-placeholder .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.play-button {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}
.play-button::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-left: 16px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* Модальное окно */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  width: 90%;
  max-width: 800px;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}
.video-block {
  margin-bottom: 80px;
}
.tab-buttons {
  display: flex;
  gap: 10px;
}

.tab-btn {
  border-radius: 30px 30px 0px 0px;
  border-top: 1px solid #D6D1CE;
  border-right: 1px solid #D6D1CE;
  border-left: 1px solid #D6D1CE;
  border-bottom: none;
  width: 300px;
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  color: rgba(31, 44, 56, 0.70);
  text-align: center;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  padding: 0 50px;
}

.tab-btn.active {
  background-color: #004c6d;
  color: #fff;
}

.tab-content {
  display: none;
  border-radius: 0px 30px 30px 30px;
  border: 1px solid #D6D1CE;
  padding: 40px;
}

.tab-content.active {
  display: block;
}

.partners-text {
  color: #1F2C38;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 40px 0 40px;
  max-width: 1100px;
}
.partners-text .title {
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
}
.partners-text table tr td {
  border: 1px solid #000000;
  padding: 15px;
}
.partners-text table {
  margin-bottom: 15px;
}
.partners-text em, .partners-text i {
  font-style: italic;
}
.partners-text strong {
  font-weight: bold;
}
.partners-info {
  margin-bottom: 40px;
}
.jur-info-block {
  margin-top: 30px;
}
.jur-info-block p {
  text-align: justify;
  padding-left: 50px;
  padding-right: 50px;
}
.tab-content .img {
  flex: 0 0 50%;

}
.tab-content .flex-sb {
  align-items: center;
}
.tab-content img {
  width: 100%;
  border-radius: 30px;
}
.tab-content .text {
  flex: 0 0 calc(50% - 40px);
}
h4 {
  color: #1F2C38;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.tab-content p {
  color: #1F2C38;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.tab-content .bold {
  font-weight: 600;
}
.text-list {
  margin-bottom: 20px;
}
.text-list li {
  color: #1F2C38;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.text-list li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D6D1CE;
  margin-left: -20px;
  top: 5px;
}
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: 'Rounded Elegance', sans-serif;
  color: #1F2C38;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  font-family: Inter;
}

.form-check {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  max-width: 630px;
  line-height: 1.4;
  margin: 0 auto;
}

.form-check input {
  margin-top: 4px;
}

.form-check a {
  color: #004c6d;
  text-decoration: underline;
}

.submit-btn {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background-color: #314F69;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  align-self: center;
  font-family: 'Rounded Elegance', sans-serif;
  border: 1px solid #314F69;
}
.submit-btn:hover {
  background: none;
  color: #314F69;
}
input::placeholder {
  color: #D6D1CE;
  font-size: 14px;
  opacity: 1; /* Важно для Firefox */
}
input:focus {
  border: 1px solid #9ECCEE;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.swiper-pagination-bullet-active {
  background: #9ECCEE !important;
}



.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  border: 0;
}


.file-drop {
  padding: 9px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  font-family: Inter;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #999;
  cursor: pointer;
  user-select: none;
}

/* SVG наследует цвет текста, можно перекрасить */
.file-drop svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
}


.form-group .placeholder {
  color: #D6D1CE;
  font-size: 14px;
  opacity: 1; /* Важно для Firefox */
}
.category-page .category-item::after {
  display: none;
}
.category-page .category-item {
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  max-height: 425px;
  min-height: 300px;
}
.category-page .category-item:hover {
  background-size: cover;
  transition: normal;
  text-shadow: none;
}
.category-page .category-flex:last-child {
  flex: 0 0 100%;
}
.title-link {
  color: #FFF;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  z-index: 10000;
}
.subcategory a {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  z-index: 10000;
  text-transform: none;
}
.subcategory a:hover {
  text-decoration: underline;
}
.subcategory {
  z-index: 10000;
  margin-right: 15px;
}
.subcategory:last-child {
  margin-right: 0px;
}
.category-page .category-item .flex {
  align-items: baseline;
}

.category-page .category-item.bath {
  flex: 0 1 calc(41% - 10px);
}
.category-page .category-item.shower {
  flex: 0 1 calc(23% - 10px);
}
.category-page .category-item.toilet {
  flex: 0 1 33%;
}
.category-page .category-item.bathroom {
  flex: 0 1 calc(41% - 10px);
}
.category-page .category-item.towel {
  flex: 0 1 calc(23% - 10px);
}
.category-page .category-item.tap {
  flex: 0 1 33%;
}
.category-page .category-item.accessories {
  flex: 0 1 calc(23% - 10px);
}
.category-page .category-item.installations {
  flex: 0 1 33%;
}
.category-page .category-item.kitchen {
  flex: 0 1 calc(41% - 10px);
}
.category-page .category-flex {
  margin-right: 0;
}
.category-page {
  margin-bottom: 40px;
}
.top-page-inner {
  padding: 40px 0;
}
.top-page-inner .breadcrumbs a {
  color: #1F2C38;
}
.top-page-inner .breadcrumbs span {
  color: #1F2C38;
}
.top-page-inner h3 {
  color: #1F2C38;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.sidebar-category {
  flex: 0 1 23%;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #D6D1CE;
}
.tags {
  align-items: center;
  align-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tags a {
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #D6D1CE;
  color: #1F2C38;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.tags a.active,
.tags a:hover {
  color: #FFF;
  background: #314F69;
  border: 1px solid #314F69;
}
.product-block {
  flex: 0 1 75%;
}
.category-inner-page {
  gap: 40px;
  align-items: flex-start;
}
.toggle-btn {
  color: #1F2C38;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}
.toggle-btn a {
  color: #1F2C38;
}
.sidebar-category .submenu {
  padding: 0px 0 20px;
}
.sidebar-category .submenu a {
  color: #1F2C38;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}
.sidebar-category .submenu a:hover,
.sidebar-category .submenu a.active {
  text-decoration: underline;
}
.rotate-90 svg {
  transform: rotate(90deg);
}
.sidebar-category .arrow {

}
.sidebar-category .arrow svg {
  display: inline-block;
}
.products-inner-page {
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.products-inner-page .product-item {
  flex: 0 0 31.8%;
}
.products-inner-page .product-info {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
}
.discount {
  display: block;
  position: absolute;
  border-radius: 35px;
  background: #E20F0F;
  width: 35px;
  height: 35px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  top: 10px;
  right: 10px;
}
.rating {
  margin-top: 6px;
}
.info-product {
  color: #48A700;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-product .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.product-info-bottom {
  margin-top: 30px;
}
.product-bottom {
  margin-top: 10px;
  align-items: center;
}

.product-info-bottom .product-price {
  margin-top: 0;
  flex-wrap: wrap;
}
.product-info-bottom .new-price sup {
  top: 5px;
}
.product-info-bottom .old-price  {
  margin-bottom: 5px;
}
.submit-btn.order {
  padding: 10px 30px;
  margin-left: auto;
  border-radius: 10px;
}
.pagination {
  margin: 40px 0;
  gap: 20px;
  justify-content: flex-end;
}
.pagination a {
  color: #D6D1CE;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;

}
.arrow {

}
.pagination span {
  color: #314F69;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.pagination a:hover {
  color: #314F69;
}
.text-content {
  color: #1F2C38;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 72%;
  margin-bottom: 80px;
  margin-left: auto;
}
.text-content .title {
  font-weight: 600;
}
.text-content p {
  margin-bottom: 20px;
}
.footer-nav {
  margin-left: 20px;
}
.footer-nav:first-child {
  margin-left: 0px;
}
footer .logo img {
  width: 100%;
}
footer .logo span {
  font-size: 20px;
}

.text-content h3 {
  color: #1F2C38;
  font-family: 'Rounded Elegance', sans-serif;
  font-size: 16px;
  font-style: normal;
  margin: 20px 0;
  letter-spacing: 2px;
}
.text-content h2 {
  margin: 20px 0;
}

.submenu.hidden {
  display: none;
}

/* анимация стрелочки */
.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(90deg);
}

/*.submenu a.active {*/
/*  font-weight: bold;*/
/*}*/

.partners-text ul, .partners-text ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.partners-text p {
  margin-bottom: 20px;
}
.partners-text ul {
  list-style: none;
}

.partners-text ul li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D6D1CE;
  margin-left: -20px;
  top: 5px;
}

.partners-text ol {
  list-style: decimal inside;
}

.partners-text ul li, .partners-text ol li {
  color: #1F2C38;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (min-width: 1600px) {
  .list-item {
    font-size: 20px;
  }
}




@media screen and (max-width: 1520px) {
  .wrapper {
    padding: 0 60px;
  }
  .address-block {
    padding-left: 60px;
  }
  .salon-text {
    padding-right: 60px;
  }
  .features-block .wrapper:before {
    width: 330px;
    height: 330px;
    left: 23%;
  }
  .features-block .text .title {
    font-size: 24px;
  }
  .features-block {
    height: 255px;
  }
  .features-block .wrapper:after {
    height: 255px;

  }
  .sidebar-category {
    padding: 40px 20px;
  }

}

@media screen and (max-width: 1280px) {
  .logo img {
    width: 100px;
  }
  .logo span {
    font-size: 10px;
  }
  .nav-top {
    margin-left: 20px;
  }
  .nav-top li {
    margin-right: 20px;
  }
  .nav-top a {
    font-size: 16px;
  }
  .phone-block a {
    font-size: 14px;
  }
  .wrapper {
    padding: 0 30px;
  }
  .hero-title {
    font-size: 52px;
  }
  .hero-block {
    height: calc(100vh - 86px);
  }
  .hero-address p {
    font-size: 22px;
  }
  .salon-text {
    padding-right: 30px;
  }
  .salon-text p.title {
    font-size: 26px;
  }
  .salon-photo-1 {
    height: 450px;
  }
  .salon-photo .flex {
    height: 450px;
  }
  .salon-photo-4 {
    height: 450px;
  }
  .features-block .text .title {
    font-size: 22px;
  }
  .features-block .text {
    font-size: 16px;
    max-width: 250px;
  }
  .features-block .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .features-block .list {
    margin-bottom: 20px;
  }
  .salon-text p,
  .salon-text li {
    font-size: 14px;
  }
  .features-block .wrapper:before {
    left: 30%;
    z-index: 1000;
  }
  .list-item {
    font-size: 14px;
  }
  .category-item {
    font-size: 20px;
  }
  h2 {
    margin: 40px 0;
    font-size: 28px
  }
  .product-info {
    padding: 10px;
  }
  .product-info .title {
    font-size: 16px;
  }
  .new-price .big {
    font-size: 22px;
  }
  .address-block {
    padding-left: 30px;
  }
  h5 {
    font-size: 28px;
  }
  .address-block p, .address-block .email {
    font-size: 16px;
  }
  .map-block {
    height: 450px;
  }
  h6 {
    font-size: 20px;
  }
  footer .nav-top a {
    font-size: 14px;
  }
  .soc-ico {
    width: 35px;
    height: 35px;
  }
  .soc-ico svg {
    width: 100%;
    height: 100%;
  }
  .site-info.wrapper {
    font-size: 12px;
  }
  .salon-photo-2,
  .salon-photo-3 {
    height: 215px;
  }

  .top-page {
    height: 170px;
  }

  h3 {
    font-size: 64px;
  }

  .contacts-item {
    font-size: 16px;
  }
  .tel-link,
  .mail-link {
    font-size: 16px;
  }
  .contacts-item .ico {
    margin-bottom: 20px;
  }
  .map-nav {
    width: 30px;
    height: 30px;
  }
  .details .bold {
    margin-bottom: 5px;
  }
  .details .title {
    margin-bottom: 20px;
  }
  .partners-text .title {
    font-size: 22px;
  }
  .tab-btn {
    font-size: 16px;
    width: 220px;
    padding: 0 30px;
  }
  h4 {
    font-size: 22px;
  }
  .tab-content {
    padding: 20px;
  }
  form {
    margin-top: 20px;
  }
  .top-page-inner h3 {
    font-size: 36px;
  }
  .sidebar-category {

  }
  .toggle-btn {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sidebar-category .submenu a {
    font-size: 14px;
  }
  .tags a {
    font-size: 12px;
  }
  .products-inner-page .product-item {
    flex: 0 0 32.3%;
  }
  .submit-btn.order {
    font-size: 14px;
    padding: 10px 20px;
  }
  .products-inner-page {
    gap: 10px;
  }
  .info-product .ico {
    margin-right: 0;
  }
  .product-info-bottom {
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .product-info-bottom .info-product {
    margin-bottom: 5px;
  }
  .product-info-bottom .new-price {
    margin-top: 0px;
  }
  .tags {
    margin-bottom: 20px;
  }
  .discount {
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    line-height: 30px
  }
  .pagination {
    margin: 20px 0 40px;
  }
  .pagination a,
  .pagination span {
    font-size: 16px;
  }
  .text {
    font-size: 14px;
  }
  footer .logo span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {


  .site-header .nav-top {
    display: none;
    position: absolute;
    right: 0;
    background: rgba(49, 79, 105, 1);
    flex-direction: column;
    padding: 40px;
    z-index: 100000;
    margin-left: 0;
    top: 68px;
    width: 100%;
    text-align: left;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .site-header .nav-top.active {
    display: flex;
    padding: 20px;
  }

  .burger {
    display: block;
    margin-left: 20px;
    color: #D6D1CE;
    cursor: pointer;
    font-size: 28px;
    border: 1px solid #D6D1CE;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
  }
  .site-header .nav-top li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .view-tour {
    font-size: 12px;
  }
  .btn-shop {
    font-size: 14px;
  }
  .hero-title {
    font-size: 42px;
  }
  .hero-address p {
    font-size: 16px;
  }
  .hero-address p.fs-22 {
    font-size: 16px;
  }
  /*.brand-carousel {*/
  /*  height: 40px;*/
  /*}*/
  .brand-carousel img {
    height: 40px;
  }
  .salon-text {
    margin-left: 20px;
  }
  .salon-text p.title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .salon-block .flex {
    flex-direction: column;
  }
  .salon-photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .salon-photo-4 {
    border-radius: 0px 00px 00px 30px;
  }

  /*.features-block .wrapper:before {*/
  /*  display: none;*/
  /*}*/
  .features-block .text {
    z-index: 10000;
  }

  .features-block {
    margin-top: 60px;
    height: 225px;
  }
  .features-block .wrapper:after {
    height: 225px;
  }
  .features-block .list {
    margin-bottom: 0px;
  }
  .features-block .list:first-of-type {
    margin-bottom: 10px;
  }
  .list-item:first-of-type {
    margin-bottom: 10px;
  }
  .category-item {
    font-size: 14px;
    padding: 10px;
    min-height: 150px;

  }
  .category-flex {
    margin-right: 10px;
  }
  .category-item.bath {
    flex: 0 1 calc(65% - 10px);
  }
  .category-item.kitchen {
    flex: 0 1 calc(65% - 10px);
  }
  .category-item.tap {
    flex: 0 1 calc(55% - 10px);
  }
  .category-item.bathroom {
    flex: 0 1 calc(55% - 10px);
  }
  .category-item:after {
    width: 20px;
    height: 20px;
    background-size: 8px 8px;
  }
  h2 {
    font-size: 24px;
  }
  .product-item {
    flex: 0 0 32%;
  }
  .old-price {
    font-size: 10px;
  }
  .new-price {
    font-size: 12px;
  }
  .new-price .big {
    font-size: 18px;
  }
  .new-price sup {
    font-size: 10px;
  }
  h5 {
    font-size: 22px;
  }
  .address-block p, .address-block .email {
    font-size: 14px;
  }
  .map-nav {
    width: 30px;
    height: 30px;
  }
  .footer-nav .nav-top {
    display: block;
  }
  .product-item:nth-of-type(5n) {
    margin-left: 14px;
  }
  .product-item:nth-of-type(4n) {
    margin-left: 0px;
  }
  .contacts-item {
    font-size: 14px;
  }
  .contacts-item .ico svg {
    width: 30px;
    height: 30px;
  }
  .tel-link,
  .mail-link {
    font-size: 14px;
  }
  .contacts-block .map-block {
    height: 400px;
    margin: 40px 0 40px;
  }
  .salon-block-contacts .flex-sb {
    flex-wrap: wrap;
  }
  .salon-block-contacts .salon-photo {
    flex: 0 0 100%;
  }
  .salon-block-contacts .details {
    flex: 0 0 100%;
  }
  .salon-block-contacts .salon-photo-4 {
    border-radius: 30px;
  }
  .salon-block-contacts {
    margin-bottom: 40px;
  }
  .contact-us .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-us {
    font-size: 14px;
    padding: 20px;
  }
  .contact-us p {
    margin-bottom: 15px;
  }
  .video-placeholder img {
    border-radius: 16px;
  }
  .contact-us .soc-ico {
    width: 25px;
    height: 25px;
  }
  .tab-content .img {
    flex: 0 0 30%;
  }
  .tab-content .text {
    flex: 0 0 calc(70% - 40px);
  }
  .tab-content .flex-sb {
    align-items: flex-start;
  }
  .tab-content p {
    margin-bottom: 10px;
  }

  h4 {
    margin-bottom: 20px;
  }
  .subcategory a {
    font-size: 12px;
  }
  .category-page .category-item {
    min-height: 260px;
    padding: 15px;
  }
  .title-link {
    font-size: 19px;
  }
  .subcategory {
    margin-right: 10px;
  }
  .category {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  footer .logo span {
    font-size: 16px;
  }
  .salon-address {
    margin-top: 40px;
  }
  h6 {
    font-size: 16px;
  }
  .address-block {
    padding-left: 20px;
  }
  footer .address-block p, footer .address-block .phone-block a {
    font-size: 12px;
  }
  .products-inner-page .product-item {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 900px) {
  .features-block .wrapper::before {
    display: none;
  }
  .toggle-btn {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sidebar-category .submenu a {
    font-size: 12px;
  }
  .sidebar-category {
    padding: 20px;
  }
  .products-inner-page .product-item {
    flex: 0 0 48%;
    margin-left: 0 !important;
  }
  .product-info .title a {
    font-size: 18px;
  }
  .submit-btn.order {
    font-size: 12px;
    padding: 10px 15px;
  }
  .info-product {
    font-size: 8px;
  }
  .form-row {
    align-items: end;
  }
  .text-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header .wrapper.flex-sb {
    flex-direction: column;
  }
  .site-header {
    padding: 10px 0;
  }
  .left-header-side.flex {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .right-header-side {
    border-top: 1px solid #D6D1CE;
    padding-top: 10px;
    justify-content: space-between;
  }
  .view-tour {
    padding: 5px;
    font-size: 10px;
  }
  .btn-shop {
    font-size: 12px;
  }
  .phone-block a {
    margin-bottom: 5px;
  }
  .hero-block {
    height: calc(100vh - 152px);
  }
  .hero-block .wrapper.flex-sb {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-title {
    margin-bottom: 10px;
    flex: 0 0 100%;
  }
  .brand-carousel {
    padding: 20px 0;
  }
  .salon-photo-1,
  .salon-photo  .flex,
  .salon-photo-4 {
    height: 350px;
  }
  .salon-photo-2, .salon-photo-3 {
    height: 170px;
  }
  .features-block .wrapper.flex-sb {
    flex-direction: column;
    align-items: flex-start;
  }
  .features-block .wrapper:before {
    display: block;
    width: 180px;
    height: 180px;
    left: 54%;
    top: -51px;
  }
  .features-block {
    height: 350px;
    padding: 30px 0;
  }
  .features-block .wrapper:after {
    width: 100%;
    height: 325px;
    top: -30px;
  }
  .category .wrapper.flex {
    flex-direction: column;
  }
  .category {
    margin-top: 40px;
  }
  h2 {
    font-size: 18px;
    margin: 30px 0;
  }
  .product-item {
    flex: 0 0 48%;
    /*margin-left: 10px;*/
  }
  .product-item:nth-of-type(5n) {
    margin-left: 10px;
  }
  .product-item:nth-of-type(4n) {
    margin-left: 10px;
  }
  .map-block {
    height: 350px;
    flex: 0 0 50%;
  }
  h5 {
    font-size: 18px;
  }
  .category-flex {
    margin-right: 0px;
  }
  footer .wrapper.flex-sb {
    flex-direction: column;
  }
  .right-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .btn-shop {
    margin-top: 0px;
  }
  .soc-ico {
    width: 20px;
    height: 20px;
  }
  footer .logo {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  footer .right-side {
    margin-bottom: 20px;
  }
  h6 {
    /*font-size: 18px;*/
    margin-bottom: 15px;
  }
  footer .nav-top a {
    font-size: 10px;
  }
  footer .address-block p, footer .address-block .phone-block a {
    font-size: 10px;
  }
  .site-info.wrapper {
    font-size: 10px;
    padding: 20px 30px 0;
  }
  .wrapper {
    padding: 0 20px;
  }

  .salon-address {
    margin-top: 40px;
  }
  .salon-text {
    padding-right: 20px;
  }
  .top-page {
    margin-top: 20px;
    height: 100px;
  }
  h3 {
    font-size: 38px;
  }
  .breadcrumbs a,
  .breadcrumbs span,
  .breadcrumbs {
    font-size: 12px;
  }
  .breadcrumbs {
    margin-bottom: 10px;
  }
  .contacts-block {
    margin-top: 20px;
  }
  .contacts-item {
    flex: 0 0 49.8%;
    margin-bottom: 0px;
    border-bottom: 1px solid #D6D1CE;
    padding: 20px 0;
  }
  .contacts-block .flex-sb {
    flex-wrap: wrap;
  }
  .contacts-item:nth-of-type(2) {
    border-right: none;
  }
  .contacts-item:nth-of-type(3),
  .contacts-item:nth-of-type(4) {
    border-bottom: none;
  }
  .contacts-block .map-block {
    height: 250px;
    margin: 20px 0 20px;
  }
  .salon-block-contacts .salon-photo {
    display: none;
  }
  .salon-block-contacts .details {
    padding: 20px;
    font-size: 10px;
  }
  .details .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .video-block.flex-sb {
    flex-wrap: wrap;
  }
  .contact-us {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .video-placeholder {
    flex: 0 0 100%;
  }
  .partners-text {
    font-size: 12px;
    margin: 30px 0;
  }
  .category-page .category-item.bath {
    flex: 0 1 100%;
  }
  .category-page .category-item.shower {
    flex: 0 1 49%;
  }
  .category-page .category-item.toilet {
    flex: 0 1 49%;
  }
  .category-page .category-item.bathroom {
    flex: 0 1 49%;
  }
  .category-page .category-item.towel {
    flex: 0 1 49%;
  }
  .category-page .category-item.tap {
    flex: 0 1 100%;
  }
  .category-page .category-item.accessories {
    flex: 0 1 49%;
  }
  .category-page .category-item.installations {
    flex: 0 1 100%;
  }
  .category-page .category-item.kitchen {
    flex: 0 1 49%;
  }
  .category-page .category-item {
    max-height: 350px;
    min-height: 200px;
  }
  .category-page {
    margin-top: 10px;
  }
  footer .logo span {
    font-size: 11px;
  }
  .phone-block {
    margin-left: 0;
  }
  .category-item {
    margin-top: 10px;
  }
  .sidebar-category {
    display: none;
  }
  .top-page-inner h3 {
    font-size: 26px;
  }
  .product-block {
    flex: 0 1 100%;
  }
  .product-info .title a {
    font-size: 14px;
    line-height: 18px;
  }
  .product-bottom {
    flex-direction: column;

  }
  .info-product {
    margin-left: auto;
    margin-bottom: 10px;
  }
  .submit-btn.order {
    padding: 10px 20px;
  }
  .product-info-bottom .old-price {
    margin-bottom: 0px;
  }
  .product-info .title {
    height: 46px;
  }
  .products-inner-page .product-info {
    padding: 10px 15px;
  }
  .product-info-bottom {
    margin-top: 10px;
  }
  h4 {
    font-size: 18px;
  }

  .tab-content .flex-sb {
    flex-direction: column;
  }
  .tab-content .img {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .tab-content .text {
    flex: 0 0 100%;
  }
  .tab-content p {
    font-size: 14px;
  }
  .tab-btn {
    font-size: 12px;
    width: 200px;
    padding: 0 20px;
  }
  .tab-buttons {
    overflow: scroll;
  }
  .tab-content {
    border-radius: 0px 0px 30px 30px;
  }
  .partners-text ul li, .partners-text ol li {
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) {
  .features-block .text .title {
    font-size: 18px;
  }
  .features-block .text {
    font-size: 12px;
  }
  .features-block .wrapper::before {
    display: none;
  }
  h6 {
    font-size: 14px;
  }
  .footer-nav {
    margin-left: 10px;
  }
  .address-block {
    padding-left: 10px;
  }
}