

/* Start:/bitrix/templates/dsst_thebarber_default/styles.css?17833212663104*/
@media screen and (max-width: 950px) {
    .docs .col-md-4 {
        text-align: center !important; 
    }
    .footer-phones .col-md-8 {
        text-align: center !important; 
    }
    .footer-phones .col-md-8 a{
        width: 100% !important;
    }
    
    .col-md-4.copyright {
        display: none !important;
    }
    
    .col-md-12.copyright {
        display: inline-block !important;
        font-size: 0.8rem;
    }
}

.col-md-12.copyright {
    display: none;
}

.slider_area .single_slider .slider_text h1 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 4em;
  letter-spacing: 2px;
  font-weight: 900;
  margin: 20px 0 16px 0;
  line-height: 90px;
}

    @media screen and (max-width: 950px) {
        .slider_area .single_slider .slider_text h1 {
          font-size: 3em;    
        }
    }

.header-area .main-header-area.sticky, .footer, .boxed-btn3 {
    background: #2d2928 !important;
}
.gallery_area .single_gallery .thumb .image_hover {
    background: rgba(45, 41, 40, 0.5) !important;
}
.section_title2 i, .service_area .single_service p {
    color: #b9975e !important;
}
.section_title2 h3::before {
    background: #b9975e !important;
}
.slider_area .single_slider .slider_text h3, .header-area .main-header-area .main-menu ul li a, .boxed-btn3 {
    text-transform: none !important;
}
.phone_sticky {
    display: none;
}
#special span {
  color: #4A3600;
  font-size: 18px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
#special {
    scroll-margin-top: 80px;
    padding: 50px 0;
}
.service_area .single_service .service_inner .thumb img {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.service_area .single_service .service_inner span {
  font-size: 17px !important;
}

h2, .gallery_area h3, .video_area h3, .cutter_muster h3 {
    color: #2d2928 !important;
}

@media screen and (max-width: 950px) {
    .phone_sticky {
        display: block;
        position: absolute !important;
        top: 0;
        z-index: 99
    }
}
@media screen and (min-width: 951px) {
    .video_area .video_thumb .video_thumb_inner {
      /*transform: scale(0.993);*/
    }
}

/*marquee*/

.slider_area .single_slider {
  height: 95vh !important;
}

@media screen and (max-width: 950px) {
    .slider_area .single_slider {
      height: 80vh !important;
    }
}

.marquee-wrapper {
  width: 100%;
  height: 5vh;
  font-family: "Playfair Display", serif !important;
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  font-family: sans-serif;
}

.marquee-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 200%;
  animation: marquee-scroll 15s linear infinite;
  will-change: transform;
}

.marquee-text {
  white-space: nowrap;
  font-size: 20px;
  padding-right: 50px;
  box-sizing: border-box;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*marquee*/

html, body {
  overflow-x: hidden !important;
}

.header-area .main-header-area .main-menu ul li {
    margin-right: 40px !important;
}
/* End */
/* /bitrix/templates/dsst_thebarber_default/styles.css?17833212663104 */
