.b24-window-mounts {
	z-index: 9999999;
	position: relative
}

#Contact,
#Reviews,
#doctors {
	padding-top: 100px;
	margin-top: -100px
}

.section-work .our-works {
	padding-bottom: 20px;
	height: 430px;
}

.section-work .swiper-slide .beer-reveal>img:first-child,
.section-work .swiper-slide .beer-slider>img {
	height: 100%;
	max-height: 100%;
	height: 360px;
	width: auto;
}

.beer-reveal {
	position: absolute;
	top: 0;
}

.section-work .swiper-slide {
	height: auto;
	margin-top: 20px
}

.section-work .swiper-slide .image-wrapper .beer-slider:nth-child(2) {
	display: none
}

.section-work .swiper-slide {
	margin-right: 32px
}

.our-works {
	overflow: auto
}

.our-works::-webkit-scrollbar {
	width: 1px;
	border-radius: 60px
}

.our-works::-webkit-scrollbar-track {
	background: #f1f1f1
}

.our-works::-webkit-scrollbar-thumb {
	background: #EF3541;
	width: 5px;
	border-radius: 10px
}

.our-works::-webkit-scrollbar-thumb:hover {
	background: #EF3541
}

.beer-slider {
	border-radius: 32px
}

.beer-slider {
	height: 100% !important
}

.beer-slider,
.beer-slider>img {
	width: 100% !important
}

.beer-range::-webkit-slider-thumb {
	-webkit-appearance: auto
}

@media (max-width:480px) {
	.section-work .swiper-slide {
		height: auto
	}

	.section-work .our-works {
		height: 430px
	}
}

.mobile-submenu a {
	color: black;
}

.mobile-submenu {
	display: none;
}

.mobile-submenu.active {
	display: block;
}

.main-block-grid-banner {
	/* height: 400px; */
}

@media screen and (max-width: 991px) {
	.main-block-grid-banner {
		height: 25em;
		display: block;
	}

	.main-block-grid-banner .banner.mobile {
		background-size: contain !important;
		width: 100%;
		height: 100% !important;
		background-position: center;
	}

	#w-node-_2874318f-9c20-3d89-926d-0dcdaaead240-135cab63 {
		/* position: absolute; */
		/* bottom: 0; */
	}

	.main-banner-text {
		position: relative;
		margin-top: -135px;
	}

	.main-block-grid-banner .blur-overlay {
		/* height: 417px; */
		bottom: 0;
		height: 150px;
	}
}


/* NEW BANNER */
.banner-top {
	margin-bottom: 35px;
	height: auto;
}

.banner-top .container {
	/* max-width: 1200px; */
	margin: 0 100px;
}

.banner-top .inner,
.banner-top .inner img {
	border-radius: 35px;
}

.banner-top .inner {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.banner-top .inner .banner-image {
	width: 100%;
	max-height: 560px;
}

.banner-top .inner img {
	width: 100%;
	min-width: 100%;
	height: auto;
}

.banner-top .banner-text {
	position: absolute;
}

.banner-top .banner-title,
.banner-top .banner-text {
	color: white;
}

.banner-top .banner-title {
	font-size: 64px;
	line-height: 72px;
	margin-bottom: 50px;
}

.banner-top .banner-desc {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 50px;
}

.banner-top .blur-overlay {
	bottom: 14%;
	left: -6%;
}

.banner-top .blur-overlay::after {
	background: linear-gradient(to bottom right, #ef3541 10%, #a30913cc 90%);
}


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

	/* .banner-top .banner-text {
		top: 64px;
		left: 64px;
	} */
	.banner-top .banner-title {
		font-size: 53px;
		line-height: 56px;
		margin-bottom: 34px;
	}

	.banner-top .banner-desc {
		margin-bottom: 34px;
	}

	.banner-top .blur-overlay {
		left: -12%;
	}
}

@media screen and (max-width: 1500px) {
	.banner-top .banner-title {
		font-size: 46px;
		line-height: 56px;
		margin-bottom: 20px;
	}

	.banner-top .blur-overlay {
		left: -23%;
		bottom: 18%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
	.banner-top .banner-text {
		top: 32px;
	}
}

@media screen and (max-width: 1400px) {
	.banner-top .banner-title {
		/* font-size: 46px;
        line-height: 56px; */
		margin-bottom: 15px;
	}

	.banner-top .banner-text {
		/* left: 32px; */
	}

	.banner-top .blur-overlay {
		left: -39%;
		bottom: 15%;
	}
}

@media screen and (max-width: 1199px) {
	.banner-top .container {
		max-width: 94%;
		margin: 0 auto;
	}

	.banner-top .banner-title {
		font-size: 39px;
		line-height: 37px;
	}

	.banner-top .banner-text {
		font-size: 16px;
		line-height: 18px;
	}
}


@media screen and (min-width: 992px) {
	.banner-top .banner-text {
		top: 64px;
		left: 64px;
		max-width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.banner-top .banner-text {
		bottom: 15px;
		width: 100%;
		left: 15px;
	}

	.banner-top .banner-image {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 400px;
		overflow: hidden;
	}

	.banner-top .banner-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		/* масштабирует без искажения, заполняя весь блок */
		object-position: center;
		/* центрирует изображение */
		display: block;
	}

	.banner-top .banner-desc {
		margin-bottom: 15px;
		line-height: 21px;
	}

	.banner-top .button-primary.max-width-210 {
		max-width: 180px;
		max-height: 50px;
		padding: 15px;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.banner-top .blur-overlay {
		bottom: 203px;
		height: 100px;
	}
}

.banner-top .banner-image img.desktop {
	display: block;
}

.banner-top .banner-image img.mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.banner-top .banner-image img.desktop {
		display: none;
	}

	.banner-top .banner-image img.mobile {
		display: block;
	}

	.banner-top .blur-overlay {
		bottom: 128px;
		height: 112px;
	}

	.banner-top .banner-text,
	.banner-top .banner-title {
		max-width: 100%;
		padding-right: 35px;
	}

	.banner-top .banner-title {
		margin-bottom: 8px;
	}

	.banner-top .banner-desc {
		margin-bottom: 15px;
		line-height: 18px;
		font-size: 14px;
	}

	.banner-top .banner-image {
		height: 500px;
	}
}

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

	.banner-top .banner-title {
		font-size: 27px;
		line-height: 28px;
	}
}



/* До и После - новый блок */

.our-works-inner {
    position: relative;
    /* width: 600px; */
	width: 580px;
    max-width: 100%;
    user-select: none;
    overflow: hidden;
  }
  .img-before {
    display: block;
    width: 100%;
    height: auto;
  }
 @media (max-width:768px){
	.seo-solo-image{
		position: relative;
		top: 0;
	}
	:target::before {
		content: "";
		display: block;
		height: 100px; /* высота твоей шапки */
		margin-top: -100px;
	}
 }
/* Плавная прокрутка по всей странице */
html {
  scroll-behavior: smooth;
}

/* Компенсация для якорей — создаём "невидимый" отступ сверху */
:target::before {
  content: "";
  display: block;
  height: 165px; /* высота твоей шапки */
  margin-top: -165px;
}
  /* Ползунок */
  /*.owr-works-new .slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background: #A30913;
    cursor: ew-resize;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    user-select: none;
    z-index: 10;
  }*/
  /* Стрелки на ползунке */
 /* .owr-works-new .slider::before,
  .owr-works-new .slider::after {
    content: '';
    display: inline-block;
	padding: 16px 16px;
	/*background-color: #EF3541;*//*
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path d="M5.93927 13.7859C5.8126 13.7859 5.68593 13.7392 5.58593 13.6392C5.3926 13.4459 5.3926 13.1259 5.58593 12.9325L9.9326 8.58587C10.2526 8.26587 10.2526 7.74587 9.9326 7.42587L5.58593 3.07921C5.3926 2.88587 5.3926 2.56587 5.58593 2.37254C5.77927 2.17921 6.09927 2.17921 6.2926 2.37254L10.6393 6.71921C10.9793 7.05921 11.1726 7.51921 11.1726 8.00587C11.1726 8.49254 10.9859 8.95254 10.6393 9.29254L6.2926 13.6392C6.1926 13.7325 6.06593 13.7859 5.93927 13.7859Z" fill="%23060706"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
  }*/
  /*.owr-works-new .slider::before {
    transform: rotate(180deg);
  }
.owr-works-new .swiper-slide {
	height: 363px;
	display: flex;
	gap: 20px;
	width: 1014px;
}
.owr-works-new .swiper-slide .our-works-inner {
	border-radius: 32px;
	width: 580px;
	overflow: hidden;
	min-width: 580px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.owr-works-new .swiper-slide img {
	object-fit: contain;
}
 .owr-works-new .swiper-slide .img-after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
  }
 .owr-works-new .swiper-slide .img-after img {
    /* position: absolute; */
    /* top: 0;
    left: 0; 
	object-fit: contain;*/
    /* max-width: none; */
    /* clip-path: inset(0 100% 0 0); */
/*  }
.owr-works-new .swiper-slide .slide-content {
	width: 414px;
}
.owr-works-new .swiper-slide .slide-content .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 32px;
}
.owr-works-new .swiper-slide .slide-content .doctor {
	margin-bottom: 16px;
}
.owr-works-new .swiper-slide .slide-content .doctor-name {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 8px;
}
.owr-works-new .swiper-slide .slide-content .doctor-tags {
	display: flex;
}
.owr-works-new .swiper-slide .slide-content .doctor-tags .tag {
	margin-right: 8px;
}*/