.msg-wrap{
	position: absolute;
	bottom: 0;
	width: 300px;
	max-width: 200%;
	transform: translateY(105%);
}
.msg-wrap p{
	text-shadow: white 1px 0 20px;
}
.catalog-product .b-price_lg {
	display: none;
}
.catalog-product .b-product-item__total-price {
	display: none;
}
.js-order-popup {
	margin: 0 auto;
}
.b-video-section {
	padding: 64px 0;
}
.b-video {
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
}
.b-video__layout-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s opacity;
}
.b-video__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	background-color: #407aff;
	width: 80px;
	height: 80px;
	animation: pulse 3s linear infinite;
	position: relative;
	transition: .25s opacity;
}
.b-video__btn .icon-pause {
	font-size: 20px;
}
.b-video__img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}
.b-video__item {
	width: 100%;
	border-radius: 12px;
}
.icon-play-btn,
.icon-pause {
	fill: #fff;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
}
.icon-pause {
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
}
.weight-bold {
	font-weight: 700 !important;
}
.b-advantages-content__title {
	font-weight: 400;
}
@media (min-width: 993px) {
	.b-advantages-content__text {
		font-size: 14px;
	}
}
.icon-pause {
	opacity: 0;
}
.b-video.js-play .icon-play-btn {
	opacity: 0;
}
.b-video.js-play .icon-pause {
	opacity: 1;
}
.b-video.js-play .b-video__btn {
	opacity: 0;
}
.b-video.js-play:hover .b-video__btn {
	opacity: 1;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(64, 122, 255, .7), 0 0 0 0 rgba(64, 122, 255, .7);
	}
	40% {
		box-shadow: 0 0 0 40px rgba(64, 122, 255, 0), 0 0 0 0 rgba(64, 122, 255, .7);
	}
	80% {
		box-shadow: 0 0 0 40px rgba(64, 122, 255, 0), 0 0 0 0 rgba(64, 122, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(64, 122, 255, 0), 0 0 0 0 rgba(64, 122, 255, 0);
	}
}
.b-phone_icon:before {
	top: 0;
}
/* news top block */
.b-top__screen {
	display: flex;
}
.b-top__screen-left {
	flex-basis: 33.3%;
	max-width: 33.3%;
	padding-right: 72px;
}
.b-top__screen-right {
	flex-basis: 66.7%;
	max-width: 66.7%;
}
.b-top__screen-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b-top__screen-top-title {
	display: block;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #980E01;
	margin-bottom: 18px;
}
.b-top__screen-title {
	display: block;
	font-weight: 700;
	font-size: 56px;
	line-height: 1.23;	
}
@media (max-width: 1500px) {
	.b-top__screen-title {
		font-size: 36px;
	}
}
.b-top-adv {
	max-width: 306px;
}
.b-top-adv__item {
	display: flex;
	align-items: center;
	padding: 8px 24px;
	background: #F3F3F3;
	border-radius: 4px;
}
.b-top-adv__item {
	margin-bottom: 16px;
}
.b-top-adv__item:last-child {
	margin-bottom: 0;
}
.b-top-adv__icon {
	margin-right: 8px;
	flex-shrink: 0;
}
.b-top-adv__text {
	color: #980E01;
	line-height: 18px;
}
.b-top-carousel__img {
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 1500px) {
	.b-top-carousel__img {
		height: 500px;
	}

}
.b-top-carousel {
	margin-bottom: 56px;
}
.b-top-carousel .owl-nav button {
	width: 96px;
	height: 96px;
	background: rgba(255, 255, 255, .2) !important;
	border: 0 !important;
	transition: .25s background-color;
}
.b-top-carousel .owl-nav button:hover {
	background: rgba(255, 255, 255, .4) !important;
}
.b-top-carousel .owl-nav button:after {
	content: none !important;
}
.b-top-carousel .owl-nav button svg {
	height: 20px;
	width: 11px;
}
.b-top-carousel .owl-nav button.owl-prev {
	left: 32px;
}
.b-top-carousel .owl-nav button.owl-next {
	right: 32px;
}
.b-top-carousel .owl-nav button.owl-prev svg {
	transform: translate(-2px, 1px);
}
.b-top-carousel .owl-nav button.owl-next svg {
	transform: translate(2px, 1px);
}
/* end new top block */
.theme-color {
	color: #980e01;
}
.b-btn.b-btn_theme {
	background-color: #980e01;
	transition: .25s background-color, .25s opacity;
	color: #fff;
}
.b-btn.b-btn_theme:hover {
	background-color: #bc0f00;
}
.b-carousel-plinth .owl-stage-outer {
	display: flex;
}
.b-carousel-plinth .owl-stage-outer .b-plinth-item, 
.b-carousel-plinth .owl-stage-outer .owl-item {
	height: 100%;
}
.b-plinth-item__title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 16px;
}
.b-plinth-item__subtitle {
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
}
.b-plinth-item__img {
	margin-bottom: 16px;
}
.b-section-gray {
	margin-bottom: 100px;
}
.b-plinth-item__img {
	max-width: 100% !important;
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.b-section-discount {
	background: url(../img/discount-bg.jpg) center no-repeat;
}
.b-section-reviews .b-title-1 {
	font-weight: 700;
}
.b-section-reviews {
	background: #F3F3F3;
}
.b-review-item__icon {
	width: auto !important;
	max-width: 100%;
	margin-bottom: 25px;
}
.b-section-adding__left {
	vertical-align: middle;
}
.b-section-adding__title-wrap {
	max-width: 480px;
	padding: 48px 56px;
	background: rgba(16, 61, 70, 0.45);
	backdrop-filter: blur(13px);
	border-radius: 16px;
}
.b-section-adding__title-wrap span {
	display: block;
}
.b-section-adding__title-inner-top {
	font-weight: 700;
	font-size: 92px;
	line-height: 0.6;
}
.b-section-adding__title-inner-second {
	font-weight: 300;
	font-size: 44px;
	line-height: 0.6;
}
.b-section-adding__title-inner-third {
	font-weight: 700;
	font-size: 91px;
	line-height: 0.58;
}
.b-section-adding__title-inner-last {
	font-weight: 300;
	font-size: 110px;
	line-height: 0.62;
}
@media (max-width:  1350px) {
	.b-section-adding__title-inner-top {
		font-size: 69px;
	}
	.b-section-adding__title-inner-second {
		font-size: 33px;
	}
	.b-section-adding__title-inner-third {
		font-size: 68px;
	}
	.b-section-adding__title-inner-last {
		font-size: 82px;
	}
	.b-section-adding__title-wrap {
		padding: 38px 46px;
	}
}
.b-section-adding__title-2 {
	font-weight: 700;
	margin-bottom: 32px;
}
.b-section-adding__row {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}
.b-section-adding__col {
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 8px;
	flex-shrink: 0;
}
.b-section-adding__title-sm {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}
.b-section-adding__col ul {
	color: #93ACB0;
	font-size: 14px;
	line-height: 18px;
}
.b-section-adding__row {
	margin-bottom: 24px;
}
.b-text-info {
	display: flex;
	align-items: center;
	max-width: 384px;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 32px;
}
.b-text-info__icon {
	flex-shrink: 0;
	margin-right: 10px;
}
.b-text-info__text {
	font-size: 14px;
	line-height: 1.42;
}
.b-section-adding__bottom-text {
	margin-top: 64px;
	padding-left: 16px;
	border-left: 1px solid #fff;
	color: #93ACB0;
	margin-bottom: 32px;
}
.b-footer__bottom-l {
	display: flex;
	align-items: center;
}
/* mobile version */
@media (max-width: 992px) {
	.b-section-adding {
		background-position: center right;
	}
	.b-section-adding__title-wrap {
		margin: 0 auto 32px;
	}
	.b-section-adding__right {
		max-width: 480px;
		margin: 0 auto;
	}
	.b-section-gray {
		margin-bottom: 40px;
	}
	.b-top__screen {
		display: block;
	}
	.b-top__screen-left,
	.b-top__screen-right {
		flex-basis: auto;
		max-width: 100%;
		padding: 0;
	}
	.b-top__screen-left {
		margin-bottom: 32px;
	}
	.b-top-adv {
		display: flex;
		max-width: calc(100% + 16px);
		margin-left: -8px;
		margin-right: -8px;
	}
	.b-top-adv__item {
		margin: 0 8px;
	}
	.b-top__screen-top {
		margin-bottom: 24px;
	}
	.b-top-carousel__img {
		height: 460px;
	}
	.l-container {
		padding: 0 20px;
	}
	.b-header {
		padding: 15px 0;
	}
	.b-btn.b-btn_md {
		height: 39px;
		line-height: 37px;
	}
	.b-header .b-logo {
		width: 100px;
	}
	.b-header .b-logo img {
		width: 100%;
		height: auto;
	}
	.b-top__content {
		height: auto;
		padding: 40px;
	}
	.b-title-xlg {
		font-size: 64px;
		margin-bottom: 24px;
	}
	.b-top__text {
		font-size: 16px;
		line-height: 21px;
	}
	.l-container-inner {
		padding: 0;
	}
	.b-title-1,
	h1 {
		font-size: 36px;
		margin-bottom: 24px;
	}
	.b-company-carousel .owl-stage-outer,
	.b-products-carousel .owl-stage-outer,
	.b-carousel-plinth .owl-stage-outer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% + 40px);
	}
	.l-container.pdn-btm {
		padding-bottom: 40px;
	}
	.b-section-gray {
		padding: 50px 0 70px;
	}
	.b-plinth-item__title {
		font-size: 16px;
		line-height: 21px;
	}
	.b-plinth-item {
		width: 180px;
	}
	.b-carousel-plinth .owl-stage {
		display: flex;
	}
	.b-carousel-plinth .owl-stage .owl-item {
		float: none;
	}
	.b-carousel-plinth .owl-stage .owl-item .b-plinth-item {
		height: 100%;
	}
	.b-section-discount {
		margin-bottom: 40px;
	}
	.b-section-discount__table {
		height: auto;
		min-height: auto;
		padding: 60px 0 300px;
	}
	.b-section-discount__left {
		position: static;
		padding: 0;
		width: 0;
	}
	.b-section-discount__img {
		bottom: -3px;
		height: 280px;
		left: 0;
	}
	.b-form-discount__input {
		font-size: 16px;
		padding-left: 14px;
		width: 140px;
	}
	.b-form-discount .b-btn {
		font-size: 14px;
		padding: 0 18px;
	}
	.b-advantages-content__item:nth-child(2) {
		margin-left: 20px;
		margin-right: 20px;
	}
	.b-advantages-content__title {
		font-size: 16px;
	}
	.b-advantages-content__text {
		font-size: 14px;
	}
	.b-video-section {
		padding: 24px 0;
	}
	.b-section-reviews {
		margin: 40px 0;
		padding: 40px 0;
	}
	.b-section-adding {
		padding: 40px 0;
	}
	.b-footer {
		margin-top: 80px;
	}
	.b-footer__left {
		display: none;
	}
	.b-footer__wrap {
		height: auto;
	}
	.b-footer__right {
		padding-bottom: 140px;
	}
	.b-footer__bottom-l {
		display: flex;
		align-items: center;
	}
	.b-top-carousel {
		margin-bottom: 32px;
	}
	.b-section-adding__bottom-text {
		margin-top: 42px;
		margin-bottom: 24px;
		font-size: 16px;
	}	
}
@media (max-width: 768px) {
	.b-product-item {
		height: auto;
		display: block;
	}
	.b-product-item__left {
		width: 100%;
		display: block;
		height: 300px;
	}
	.b-product-item__right {
		padding-left: 0;
		display: block;
	}
	.b-review-item {
		max-width: 100%;
		padding: 20px;
	}
	.b-review-item__top-wrap {
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
	.b-review-item__name {
		font-size: 16px;
	}
	.b-reviews-carousel {
		padding-right: 40px;
		padding-left: 40px;
	}
	.b-reviews-carousel.owl-carousel button.owl-next {
		right: 40px;
	}
	.b-reviews-carousel.owl-carousel button.owl-prev {
		left: -10px;
	}
	.b-top-carousel__img {
		height: auto;
		padding-bottom: 52%;
	}
}
@media (max-width: 640px) {
	.b-top-adv {
		flex-direction: column;
		margin: 0 auto;
		max-width: 320px;
	}
	.b-top-adv__item {
		margin: 0 0 16px;
	}
	.b-top-adv__item:last-child {
		margin-bottom: 0;
	}
	.b-header__cell:last-child {
		display: flex;
		flex-direction: column;
	}
	.b-header .b-phone {
		margin-right: 0;
		margin-bottom: 6px;
	}
	.b-title-xlg {
		font-size: 48px;
	}
	.b-top__content {
		padding: 20px;
	}
	.b-product-prop__left {
		width: 180px;
	}
	.b-product-prop__left,
	.b-product-prop__right {
		font-size: 14px;
	}
	.b-title-1,
	h1 {
		font-size: 32px;
	}
	.b-plinth-item {
		width: 160px;
	}
	.b-advantages-content {
		flex-direction: column;
		justify-content: center;
	}
	.b-advantages-content__item {
		flex-basis: auto;
	}
	.b-advantages-content__item:nth-child(2) {
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 26px;
	}
	.b-advantages-content__item {
		margin-bottom: 26px;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.b-advantages-content__item:last-child {
		margin-bottom: 0;
	}
	.b-advantages-content__text {
		margin-bottom: 12px;
	}
	.b-review-item__top-wrap {
		flex-direction: column;
	}
	.b-footer__bottom-l {
		flex-direction: column;
		align-items: flex-start;
	}
	.b-footer__bottom-l .b-logo {
		margin-bottom: 12px;
	}
	.b-section-adding__title-wrap {
		padding: 20px;
	}
}
@media (max-width: 480px) {
	.b-section-adding__row {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.b-section-adding__col {
		flex-basis: 100%;
		max-width: 100%;
	}
}
@media (max-width: 360px) {
	body {
		width: 360px;
	}
}
.b-top__text.b-top__text_mob {
	display: none;
}
@media (max-width: 992px) {
	.b-top__right {
		display: block;
	}
	.b-top__right .b-scroll-btm {
		display: none;
	}
	.b-advantages__text {
		font-size: 12px;
	}
	.b-advantages__item {
		margin-bottom: 16px;
	}
	.b-advantages__item:last-child {
		margin-bottom: 0;
	}
	.b-top__content {
		align-items: flex-start;
		flex-direction: column;
	}
	.b-top .b-top__text {
		display: none;
	}
	.b-advantages {
		margin: 0;
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		width: 100%;
	}
	.b-top__right {
		width: 100%;
	}
	.b-advantages__icon {
		height: 40px;
	}
	.b-advantages__item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.b-advantages__item:first-child {
		padding-left: 0;
	}
	.b-advantages__item:last-child {
		padding-right: 0;
	}
	.b-top__text.b-top__text_mob {
		display: block;
		color: #000;
		margin-top: 20px;
	}
}.b-top_stext {    font-size: 19px;    font-size: 1.266666666666667rem;    line-height: 25px;    margin-bottom: 30px;    margin-bottom: 2rem;	}
/* end mobile version */

.b-company-carousel__img-wrap {
	height: auto;
}
/*video styles*/
.b-video-popup {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 200;
  overflow: hidden;
}
.b-video-popup.js-open {
  top: 0;
  left: 0;
}
.b-video-popup.js-show .b-video-popup__close,
.b-video-popup.js-show .b-video-popup__player-box {
  opacity: 1;
}
.b-video-popup__player-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: 0.25s opacity;
}
.b-video-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  transition: 0.25s opacity;
}
.b-video-popup__scalable-circle {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  transform: scale(0);
  transition: 1s transform;
}
.b-video-popup__scalable-circle.js-act {
  transform: scale(45);
}
.b-video-inner {
  width: 100%;
  height: 100%;
}
/*end video styles*/

.buttons-row {
  display: flex;          /* Включаем flex-контейнер */
  gap: 15px;             /* Расстояние между кнопками */
  flex-wrap: wrap;       /* Перенос на новую строку при нехватке места */
}

.btn-pdf-arrow {
  background: #fff;
  color: #980e01;
  padding: 10px 20px;
  border: 2px solid #980e01;
  border-radius: 8px;
  font-weight: bold;
  display: inline-flex;  /* Чтобы иконки и текст были ровно */
  align-items: center;   /* Выравнивание по вертикали */
  gap: 8px;             /* Расстояние между элементами внутри кнопки */
  text-decoration: none;
  transition: all 0.3s;
}

.btn-pdf-arrow:hover {
  background: #980e01;
  color: #fff;
}

/* Стили для блока с кнопками */
.b-download-buttons {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-pdf-arrow {
  background: #fff;
  color: #980e01;
  padding: 10px 20px;
  border: 2px solid #980e01;
  border-radius: 8px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-pdf-arrow:hover {
  background: #980e01;
  color: #fff;
}

/* Цвета для разных типов файлов */
.btn-pdf-arrow .fa-file-excel { color: #217346; }
.btn-pdf-arrow .fa-file-word { color: #2b579a; }

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .b-download-buttons {
    flex-direction: column;
  }
}
.im-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.im-popup-inside {
    width: 100%;
    max-width: 400px; /* или любая другая максимальная ширина по вашему усмотрению */
    background: white;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
}

.b-popup {
    width: 100%;
}

.b-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.b-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.b-btn {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 480px) {
    .im-popup-inside {
        max-width: 90%;
        padding: 15px;
    }
    
    .b-title-2 {
        font-size: 1.2rem;
        margin-top: 20px;
    }
}
/* Общие стили для кнопок (оставляем как есть) */
.b-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    overflow: hidden;
    padding: 12px;
    box-sizing: border-box;
}

/* Новые стили для кнопки вызова попапа */
.im-popup-link.b-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 200px;
    min-height: 39px;
    padding: 12px 24px !important;
    white-space: nowrap;
    line-height: normal !important;
    vertical-align: middle; /* Дополнительная страховка */
}

/* Мобильная версия (если нужно) */
@media (max-width: 992px) {
    .im-popup-link.b-btn {
        padding: 10px 20px !important; /* Чуть меньше отступы */
    }
}