

/* 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/wpnew/element.list/vidy/style.css?17804788455309*/
.ns-vidy {
    margin-top: 70px;
    position: relative;
}

.interactive-block-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-top: 40px;
}

/* Основные кликабельные блоки (десктоп) */
.interactive-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
    width: 690px;
}

.interactive-item {
    width: calc((100% - (10px*2))/3);
    padding: 9px;
    cursor: pointer;
    background: #F5F8F8;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.interactive-item:hover {
    border-color: rgb(7, 74, 79, 0.5);
}

.interactive-item.active {
    border-color: #074A4F;
}

.interactive-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.interactive-item__title {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
}

/* Контент блоки */
.content-blocks {
    flex-grow: 1;
    position: relative;
}

.content-block {
    display: none;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.content-block__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.content-block__image img {
    max-width: 100%;
    height: auto;
}

.content-block__title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.content-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.content-detail {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #222;
}

.content-detail b {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.content-detail b+br {
    display: none;
}

.content-detail ul {
    padding-left: 20px;
    list-style-type: none;
}

.content-detail ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    padding-left: 15px;
}

.content-detail ul li::marker {
    display: none;
}

.content-detail ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #222;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* Sticky дубликаты (скрыты по умолчанию) */
.interactive-items-sticky {
    display: none;
    position: fixed;
    top: 115px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    padding: 8px 15px;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .interactive-block-wrapper {
        gap: 24px;
    }

    .interactive-items {
        width: calc(50% - 12px);
    }

    .interactive-item {
        flex-direction: column;
        width: calc(50% - 5px);
    }

    .interactive-item__title {
        word-break: break-word;
    }
}

@media (max-width: 767px) {

    .interactive-block-wrapper {
        flex-wrap: wrap;
    }

    .interactive-items {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .interactive-item {
        flex-shrink: 0;
        width: 173px;
    }

    /* Скрываем обычную версию при sticky */
    .interactive-items-sticky.sticky-active {
        display: block;
    }

    .interactive-items-sticky.sticky-active~.interactive-items {
        visibility: hidden;
    }

    .sticky-item {
        display: inline-block;
        min-width: 173px;
        padding: 9px;
        border: 1px solid transparent;
        background: #F5F8F8;
        transition: border-color 0.3s ease;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}

    .sticky-item + .sticky-item {
        margin-left: 10px;
    }

    .sticky-item.active {
        border-color: #074A4F;
    }

    .sticky-item-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        color: #222;
        white-space: nowrap;
    }

    .content-block {
        padding: 10px;
    }

    .content-block__title {
        font-size: 18px;
    }

    .content-detail {
        font-size: 14px;
    }

    .content-detail b {
        font-size: 16px;
    }
}
/* 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/wpnew/element.list/vidy/style.css?17804788455309 */
/* /local/templates/ispiria/components/bitrix/news.list/busy_slider/style.css?17364195783304 */
