

/* Start:/local/templates/ispiria/components/bitrix/news.detail/new-services-v2/style.css?178402963516425*/
:root {
  --green: #074a4f;
}

.ns-row {
  display: flex;
}

.ns-banner {
  margin-top: 20px;
}

h1.title {
  color: #000;
}

.poshiv__bisiness-title,
.ns__title {
  margin-bottom: 30px;  
  font-size: 32px !important;
  text-transform: uppercase !important;
}

.ns-green-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  border: none;
  outline: none;
  height: 46px;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 600;
}

.ns-any-product-order {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
}

.ns-any-product-order-text {
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 600;
  color: #074a4f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ns-banner__row {
  gap: 24px;
}

.ns-banner__right {
  flex-grow: 1;
}

.ns-banner__name {
  line-height: 130%;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ns-banner__text {
  line-height: 160%;
  font-size: 16px;
  margin-bottom: 20px;
}

.ns-banner__reviews {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  font-size: 14px;
  align-items: center;
  font-weight: 600;
}

.ns-banner__reviews a {
  display: block;
  color: var(--green);
  text-decoration: underline;
}

.ns-banner__price {
  font-size: 20px;
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}

.ns-banner__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ns-banner__left {
  width: 486px !important;
  margin: 0 !important;
}

.ns-banner .swiper-button-prev,
.ns-banner .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
}

.ns-banner .swiper-button-next:after,
.ns-banner .swiper-button-prev:after {
  display: none;
}

.ns-banner .swiper svg {
  width: auto !important;
  height: auto !important;
}

.ns-banner .swiper-slide img {
  width: 100%;
  max-width: 486px;
  height: auto;
  height: 486px;
  object-fit: contain;
}

.ns-seo {
  margin-top: 105px;
}

.ns-seo__text {
  font-size: 18px;
  line-height: 160%;
  height: 124px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #222 0%, rgba(34, 34, 34, 0.05) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ns-seo__text.is-open {
  height: auto;
  background: none;
  overflow: visible;
  -webkit-text-fill-color: unset;
}

.ns-seo__button {
  margin-top: 2px;
  cursor: pointer;
  color: var(--green);
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
}

.ns-advantages {
  margin-top: 120px;
}

.ns-advantages__row {
  display: flex;
  margin: 0 -12px;
}

.ns-advantages-item {
  width: calc(100% / 4 - 24px);
  margin: 0 12px;
}

.ns-advantages-item__top {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 14px;
}

.ns-advantages-item__text {
  font-size: 16px;
  line-height: 130%;
}

.ns-services {
  margin-top: 120px;
}

.ns-services__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.ns-services__item {
  display: flex;
  flex-direction: column;
  margin: 0 12px 50px;
  width: calc(100% / 4 - 24px);
}

.ns-services__item__img {
  width: 100%;
  height: 230px;
  margin-bottom: 12px;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}

.ns-services__item:hover .ns-services__item__img {
  transform: scale(1.1);
}

.ns-services__item-name {
  line-height: 130%;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.ns-services__item:hover .ns-services__item-name {
  color: var(--green);
  text-decoration: underline;
}

.ns-services__item-text {
  line-height: 130%;
  font-size: 16px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.ns-services__item-link {
  line-height: 130%;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
  color: var(--green);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.ns-services__text {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 20px;
}

.ns-services__pic {
  display: block;
  margin: 0 12px;
  width: calc(100% / 3 - 24px);
}

.ns-prices {
  margin-top: 70px;
}

.ns-prices__table {
  display: flex;
  flex-direction: column;
}

.ns-prices__item {
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 20px 14px;
  border-bottom: 1px solid #d7e4db;
  font-size: 16px;
  line-height: 140%;
}

.ns-prices__item-name,
.ns-prices__item-price {
  font-weight: 600;
}

.ns-prices__head {
  background-color: #f5f8f8;
}

.ns-prices__head>div {
  font-weight: bold;
}

.ns-prices__item-name {
  width: calc(200 / 1100 * 100%);
}

.ns-prices__item-color {
  width: calc(370 / 1100 * 100%);
}

.ns-prices__item-size {
  width: calc(400 / 1100 * 100%);
}

.ns-prices__item-price {
  width: calc(130 / 1100 * 100%);
}

.ns-prices__top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.ns-prices__top .ns__title {
  margin-bottom: 0;
}

.ns-prices__top a,
.ns-prices button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 200px;
  padding: 0 30px;
  gap: 2px;
  background-color: var(--green);
  color: #fff;
  line-height: 160%;
  font-weight: 600;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
}

.ns-prices button {
  width: 300px;
}

.ns-rules {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #f5f8f8;
  font-weight: 600;
}

.ns-rules .ns__title {
  margin: 0;
}

.ns-rules__text {
  line-height: 130%;
  font-size: 16px;
  margin-top: 20px;
}

.ns-rules__items {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}

.ns-rules__item {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
}

.ns-rules__item img {
  flex-shrink: 0;
  object-fit: contain;
}

.ns-rules__row {
  display: flex;
  gap: 24px;
}

.ns-rules__left {
  width: 486px;
  flex-shrink: 0;
}

.ns-rules__img {
  border-radius: 20px;
  display: block;
  width: calc(100% - 486px - 24px);
}

.works__list {
  width: max-content !important;
}

.works__list li {
  height: fit-content;
  width: fit-content;
  padding: 0 10px 7px;
}

.ns-video {
  margin-top: 120px;
}

.ns-video video,
.ns-video iframe {
  width: 100%;
  height: 500px;
}

.ns-video img {
  display: block;
  width: 100%;
}

.ns-video__text {
  margin-bottom: 30px;
  width: 100%;
  max-width: 894px;
  font-size: 22px;
  line-height: 130%;
}

.ns-how {
  margin-top: 120px;
}

.ns-how .ns__title {
  color: #002e3a;
}

.ns-how__row {
  margin: 0 -12px;
  display: flex;
}

.ns-how__item {
  width: calc(100% / 4 - 24px);
  margin: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  color: #002e3a;
}

.ns-how__item span {
  display: block;
  font-weight: 600;
  color: #002e3a;
}

.ns-partner {
  margin-top: 120px;
}

.ns-partner__swiper {
  overflow: hidden;
}

.ns-partner__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-partner__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ns-partner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.callback-big__petal {
  display: none;
}

.callback-big .container {
  background-image: url("/local/templates/ispiria/components/bitrix/news.detail/new-services/imgs/bigbg.png");
}

.ns-form {
  margin-top: 60px;
}

.ns-form .container {
  padding: 40px;
  border-radius: 20px;
  background-color: #074a4f;
  background-image: url("/local/templates/ispiria/components/bitrix/news.detail/new-services/imgs/nsformbg.png");
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}

.ns-form__abs {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 34px;
  width: 370px;
  height: 410px;
}

.ns-form .ns__title {
  color: #fff;
}

.ns-form__text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 160%;
  color: #fff;
  width: 100%;
  max-width: 732px;
}

.ns-form__text a {
  font-family: "Raleway-Bold";
  color: #fff;
}

.ns-form__row {
  display: flex;
  gap: 14px;
  width: 100%;
  max-width: 732px;
}

.ns-form__row>input {
  flex-shrink: 0;
  width: 236px;
  height: 52px;
  color: var(--green);
  border-radius: 6px;
  background: #fff;
  border: none !important;
  padding: 0 22px;
  font-size: 18px;
}

.ns-form__row input::placeholder {
  color: #666666;
}

.ns-form__row input[type="submit"] {
  flex-shrink: 1;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-banner__blocks {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}

.ns-banner__block {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.ns-banner__block--price, 
.ns-banner__block--order {
  max-width: 257px;
}

.ns-banner__block--order {
  padding: 0;
}

.ns-banner__block--order .btn {
  width: 100%;
}

.ns-banner__block-title {
  font-size: 14px;
  line-height: 110%;
}

.ns-banner__block-value {
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.ns-banner__block-value-main {
  font-size: 25px;
  line-height: 110%;
  color: #074a4f;
}

.ns-banner__block-value-desc {
  font-size: 16px;
  color: #D3D3D3;
}

.ns-banner__block--min-run {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ns-banner__block--min-run .ns-banner__block-value {
  margin-top: 0;
  width: auto;
}

.ns-banner__block--min-run .ns-banner__block-value-main {
  font-size: 20px;
}

@media screen and (max-width: 1198.98px) {
  .poshiv__bisiness .container {
    position: relative;
  }

  .ns-banner__block-value {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  
  .ns-banner__block {
    padding: 15px;
  }

  .ns-banner__block--order {
    padding: 0;
    max-width: 100%;
  }

  .ns-banner__block-title {
    font-size: 12px;
  }

  .ns-banner__block-value-main {
    font-size: 16px;
  }

  .ns-banner__block-value-desc {
    margin-top: 10px;
    font-size: 12px;
  }

  .ns-banner__blocks--reorder {
    flex-direction: column;
  }

  .ns-banner__block--order {
    order: 2;
  }

  .ns-banner__left {
    width: 100% !important;
  }

  .ns-banner__row {
    flex-direction: column;
    gap: 20px;
    position: relative;
  }

  .ns-banner__name {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }

  .ns-banner .swiper-slide img {
    max-width: 100%;
    height: auto;
  }

  .ns-partner,
  .ns-video,
  .ns-services,
  .ns-advantages,
  .ns-seo {
    margin-top: 80px;
  }

  .ns-advantages__row {
    flex-wrap: wrap;
  }

  .ns-advantages-item {
    width: calc(100% / 2 - 24px);
    margin: 0 12px 24px;
  }

  .ns-services__item {
    margin: 0 12px 30px;
    width: calc(100% / 2 - 24px);
  }

  .ns-rules__row {
    flex-direction: column;
    gap: 0;
  }

  .ns-rules__items {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -12px;
    width: calc(100% + 24px);
    gap: 0;
    margin-top: 20px;
  }

  .ns-rules__item {
    width: calc(100% / 2 - 24px);
    margin: 0 12px 24px;
  }

  .ns-rules__left,
  .ns-rules__img {
    width: 100%;
  }

  .ns-how__row {
    flex-wrap: wrap;
  }

  .ns-how__item {
    margin: 0 12px 30px;
    width: calc(100% / 2 - 24px);
  }

  .callback-big .container {
    background-image: url(/local/templates/ispiria/components/bitrix/news.detail/new-services/imgs/bigbglap.png);
    background-repeat: no-repeat;
    background-position-y: 100%;
  }

  .ns-form__abs {
    display: none;
  }

  .ns-form {
    margin-top: 20px;
  }

  .ns-form .container {
    background-position: left;
    background-size: contain;
  }

  .ns-form__row {
    flex-wrap: wrap;
  }

  .ns-form__row>input {
    width: calc(50% - 7px);
  }

  .ns-form__row>input:last-child {
    width: 100%;
  }

  .ns-form__row {
    max-width: 100%;
  }

  .ns-services__pic {
    display: block;
    margin: 0 12px;
    width: calc(100% / 2 - 24px);
  }

  .ns-services__row .ns-services__pic:first-child {
    width: calc(100% - 24px);
    margin-bottom: 24px;
  }
}

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

  .ns-banner__name {
    text-align: center;
    width: 100%;
  }

  .ns-banner__text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .ns-banner__reviews {
    justify-content: center;
    margin-bottom: 16px;
  }

  .ns-banner__price {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .ns-banner__buttons {
    flex-direction: column;
    gap: 20px;
  }

  .ns__title {
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .ns-advantages-item {
    width: calc(100% - 24px);
  }

  .ns-services__item {
    width: calc(100% - 24px);
  }

  .container {
    width: 100% !important;
    padding: 0 15px;
  }

  .container .container {
    padding: 0;
  }

  .ns-prices {
    padding-bottom: 70px;
    position: relative;
  }

  .ns-prices__top a {
    position: absolute;
    content: "";
    left: 15px;
    bottom: 0;
  }

  .ns-prices__table-wrapper {
    width: max-content;
  }

  .ns-prices__table {
    width: 100%;
    overflow-x: scroll;
  }

  .ns-rules {
    margin-top: 80px;
    padding-top: 0;
  }

  .ns-rules__item {
    width: calc(100% - 24px);
    gap: 10px;
  }

  .works__list {
    width: max-content;
  }

  .works__tabs {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .ns-how__item {
    width: calc(100% - 24px);
  }

  .callback-big__pack {
    /* display: none !important; */
  }

  .callback-big__title {
    font-size: 24px;
  }

  .callback-big__text {
    font-size: 14px;
    line-height: 160%;
  }

  .callback-big__form {
    margin-top: 20px;
    gap: 6px;
  }

  .checkbox-label-inline {
    padding: 0;
    text-align: center;
    justify-content: center;
  }

  .callback-big .container {
    /*padding: 30px 10px 274px 10px !important;*/
    padding: 30px 10px 10px 10px !important;
    /*background-image: url(/local/templates/ispiria/components/bitrix/news.detail/new-services/imgs/bibgmb.png); */
    /* background-repeat: no-repeat; */
    /* background-position-y: 100%; */
    /* background-size: contain; */

    background-image: url(/local/templates/ispiria/img/main__page/callback/bg.png);
    background-color: #074a4f;
    background-size: contain;
    background-position: right;
  }

  .ns-partner__pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 20px;
  }

  .ns-partner__pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 6px;
    background-color: rgba(7, 74, 79, 0.4);
    opacity: 1;
  }

  .ns-partner__pagination .swiper-pagination-bullet-active {
    background-color: #074a4f;
  }

  .ns-partner__swiper {
    padding-bottom: 20px !important;
  }

  .callback-big {
    margin-top: 60px;
  }

  .ns-form .container {
    padding: 30px 10px 328px 10px;
    background-image: url(/local/templates/ispiria/components/bitrix/news.detail/new-services/imgs/nsformbgmb.png);
    background-position: bottom;
  }

  .ns-form__abs {
    display: block;
    bottom: 8px;
    width: 318px;
    height: 288px;
    left: 50%;
    transform: translateX(-50%);
  }

  .ns-form__text {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }

  .ns-form__row {
    flex-direction: column;
    gap: 6px;
  }

  .ns-form__row>input {
    width: 100%;
    font-size: 16px;
    height: 46px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .callback-big .container {
    margin: 0 15px;
    width: calc(100% - 30px) !important;
  }

  .ns-form .container {
    margin: 0 15px;
    width: calc(100% - 30px) !important;
  }

  .ns-video video,
  .ns-video iframe {
    height: 300px;
  }

  .ns-services__pic {
    display: block;
    margin: 0 12px;
    width: calc(100% - 24px);
    margin-bottom: 20px;
  }
}
/* End */


/* Start:/local/templates/ispiria/components/bitrix/catalog.section/catalogSlider/style.css?17737555011588*/
.catalog-element-recommended-wrapper {
	margin-top: 120px;
}

.catalog-element-recommended {
	margin-top: 30px;
}

.catalog-element-recommended-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.catalog-element-recommended-prev.swiper-button-prev,
.catalog-element-recommended-next.swiper-button-next {
	margin: 0;
    position: static;
}

.catalog-element-recommended-controls {
	position: relative;
    display: flex;
    column-gap: 11.5px;
}


.catalog-element-recommended .swiper{
	z-index: 0;
}
@media (max-width: 767px) {
	.catalog-element-recommended .swiper {
		margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% + 30px);
		.swiper-slide{
			overflow-x: hidden;
		}
	}

	.catalog-element-recommended .swiper-wrapper {
		padding-bottom: 23px;
	}

	.catalog-element-recommended .swiper-horizontal>.swiper-pagination-bullets,
	.catalog-element-recommended .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 0;
	}

	.catalog-element-recommended .swiper-pagination-bullet {
		width: 30px;
		height: 2px;
		background-color: #074A4F;
		opacity: 0.4;
	}
	
	.catalog-element-recommended .swiper-pagination-bullet-active {
		opacity: 1;
	}
	
	.catalog-element-recommended .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.catalog-element-recommended .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px;
	}

	.catalog-element .individual {
		margin-top: 80px;
	}
}
/* End */


/* Start:/local/templates/ispiria/components/bitrix/catalog.item/recommended/style.css?17755472685542*/
.catalog-section__items>.catalog-section-item {
  width: calc(25% - 15px);
}

.catalog-section-item-images-wrapper {
  position: relative;
}

.catalog-section-item-top-actions {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  display: flex;
  column-gap: 4px;
}

.catalog-section-item-top-action {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255, 255, 255, 0.2);
  cursor: pointer;
}

.catalog-section-item-image.swiper-slide {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  height: 314px;
}

.catalog-section-item-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.catalog-section-item-images .swiper-horizontal>.swiper-pagination-bullets,
.catalog-section-item-images .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 4px;
}

.catalog-section-item-images .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.catalog-section-item-images .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.catalog-section-item-images .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.catalog-section-item-images .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.catalog-section-item-images .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.catalog-section-item-images .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1);
}

.catalog-section-item-images .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.7;
}

.catalog-section-item-images .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.catalog-section-item-prices {
  margin-top: 10px;
}

.catalog-section-item-oldprice {
  line-height: 1.3;
  font-size: 14px;
  text-decoration: line-through;
}

.catalog-section-item-price {
  line-height: 1.3;
  font-weight: 700;
  font-size: 18px;
}

.catalog-section-item-name {
  /* display: none; */
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.catalog-section-item-quantity {
  margin-top: 10px;
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.catalog-section-item-quantity-value {
  font-size: 14px;
  line-height: 1.3;
  color: #074a4f;
}

.catalog-section-item-quantity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background-color: #074a4f;
  border-radius: 50%;
}

.catalog-section-item-preview-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
}

.cataloig-section-item-properties {
  margin-top: 10px;
}

.catalog-section-item-property {
  color: #777;
  font-size: 12px;
  line-height: 1.3;
}

.catalog-section-item-cart {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

.catalog-section-item-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding: 0 22px;
  height: 40px;
}

.catalog-section-item-cart-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-section-item-cart-btn-title {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
}

.catalog-section-item-cart-huy-poymi {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  font-size: 10px;
  line-height: 1.3;
  color: #777777;
}

.catalog-section-item-cart-quantity {
  display: none;
  align-items: center;
  background: #f5f8f8;
  border-radius: 6px;
  width: 140px;
  height: 40px;
  padding: 0 8px;
}

.catalog-section-item-cart-quantity.active {
  display: flex;
}

.catalog-section-item-cart-quantity-minus,
.catalog-section-item-cart-quantity-plus {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: none;
  outline: none;
  border: none;
}

.catalog-section-item-cart-quantity input {
  border: none;
  outline: none;
  height: 100%;
  background: transparent;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
}

.catalog-section-item-cart-quantity input::-webkit-outer-spin-button,
.catalog-section-item-cart-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .catalog-section__items>.catalog-section-item {
    width: calc(33.33% - 13.33px);
  }

  .catalog-section-item-image.swiper-slide {
    height: 450px;
  }
}

@media (max-width: 991px) {
  .catalog-section-item-image.swiper-slide {
    height: 390px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-section__items>.catalog-section-item {
    width: calc(50% - 5px);
  }

  .catalog-section-item-cart-huy-poymi {
    display: none;
  }

  .catalog-section-item-cart-btn {
    width: 100%;
  }

  .catalog-section-item-oldprice {
    font-size: 12px;
  }

  .catalog-section-item-price {
    font-size: 12px;
  }

  .catalog-section-item-image.swiper-slide {
    height: 370px;
  }
}

@media screen and (max-width: 550px) {
  .catalog-section-item-image.swiper-slide {
    height: 300px;
  }
}


.catalog-section-item-button {
  border: 1px solid #074A4F;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: transparent;
  font-weight: 500;
  margin-top: 15px;
  color: #074A4F;
  font-size: 14px;
  cursor: pointer;
  line-height: 22.4px;
}
/* End */


/* Start:/local/templates/ispiria/components/bitrix/news.list/busy_slider/style.css?17364195783304*/
.brendirovanie-list {
  margin-top: 120px;
}

.brendirovanie-list__title {
  margin-bottom: 40px;
}

.brendirovanie-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.brendirovanie-list__item-img-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.brendirovanie-list__item-img {
  width: 100%;
  height: auto;
}

.brendirovanie-list__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}

.brendirovanie-list__item-descr {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.brendirovanie-list__item-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #074a4f;
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  .brendirovanie-list__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .brendirovanie-list__items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}


.brandirovanie-list__actions{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        justify-content: flex-start;    
    }
    button,a{
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        font-size: 16px;
        font-weight: 600;
        height: 46px;
        box-sizing: border-box;
    }
    button{
        border: none;
    }
    a{
        color: #074A4F;
        background-color: #fff;
        border: 1px solid #074A4F;
    }
}

.business-item__slider {
  max-width: 690px;
}
.business-item__right .mySwiper2 {
  max-height: 486px;
  height: 100%;
  position: relative;
}

.brendirovanie-mySwiper2 {
  height: 486px !important;
}
.brendirovanie-mySwiper2 img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.brendirovanie-mySwiper {
  margin-top: 20px;
  height: 70px !important;
}
.brendirovanie-mySwiper .swiper-slide img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.brendirovanie-mySwiper2::before {
  content: "";
  width: 46px;
  position: absolute;
  height: 105%;
  left: -5px;
  bottom: -6px;
  z-index: 9;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 90%
  );
}
.brendirovanie-mySwiper2::after {
  content: "";
  width: 46px;
  position: absolute;
  height: 105%;
  right: -5px;
  bottom: -6px;
  z-index: 9;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 90%
  );
}

.business-item__slider .business-item__right-arrow-next {
  color: #222222;
}
.business-item__slider .business-item__right-arrow-prev {
  color: #222222;
}
.business-item__slider .business-item__right-arrow-next::after {
  font-size: 20px;
}
.business-item__slider .business-item__right-arrow-prev::after {
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .business-item__slider {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .brendirovanie-mySwiper {
    height: 50px !important;
  }
  .brendirovanie-mySwiper2 {
    height: 350px !important;
  }
}

.poshiv__bisiness .container {
  position: relative;
}

/* End */
/* /local/templates/ispiria/components/bitrix/news.detail/new-services-v2/style.css?178402963516425 */
/* /local/templates/ispiria/components/bitrix/catalog.section/catalogSlider/style.css?17737555011588 */
/* /local/templates/ispiria/components/bitrix/catalog.item/recommended/style.css?17755472685542 */
/* /local/templates/ispiria/components/bitrix/news.list/busy_slider/style.css?17364195783304 */
