

/* Start:/local/templates/SmartLamps/components/bitrix/news/projects/style.css?17709924235529*/
.projects-tags {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    padding: 0;
}

.after-header-with-content.blog-list-section-header-container {
    padding-top: 40px;
}

.projects-tags a {
    padding: 10px 20px;
    text-decoration: none;
}

.projects-list-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
}

.projects-list-header .show-tags,
.projects-tags-container .close-tags,
.projects-tags-container .projects-tags-title,
.projects-tags-container .projects-tags-apply-button {
    display: none;
    cursor: pointer;
}

.projects-tags .white-button-default.checked {
    background-color: #2E2868;
    color: #fff;
}

.projects-tags .white-button-default.checked p,
.projects-tags .white-button-default.checked span {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .projects-list-header {
        margin-top: 10px;
    }
}
.projects-tags-container{
    margin-top: 20px;
}
@media screen and (max-width: 768px) {

    .projects-list-header .show-tags,
    .projects-tags-container .close-tags,
    .projects-tags-container .projects-tags-title,
    .projects-tags-container .projects-tags-apply-button {
        display: block;
    }
    
    .projects-tags-container {
        margin-top: 0;
        position: fixed;
        top: 0;
        left: -200%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 16px;
        transition: all 0.3s ease-in-out;
        z-index: 10000;
    }

    .projects-tags-container.active {
        left: 0;
    }

    .close-tags {
        margin-left: auto;
    }

    .projects-tags-title {
        margin: 0;
    }

    .projects-tags-title {
        margin-top: 30px;
    }

    .after-header-with-content.blog-list-section-header-container {
        padding-top: 20px;
        border-radius: 0;
        padding: 0;
    }

    .projects .container-border.projects__list-container {
        padding-top: 20px;
        border-radius: 0 0 30px 30px;
    }

    .feedback-static {
        margin-top: 5px;
    }

    .projects-tags a {
        padding: 7px 13px;
        text-decoration: none;
    }

    .projects-tags-apply-button {
        margin-top: auto;
    }
}


.projects-tags label{
    padding: 10px 20px;
}

.projects-tags label span{
    color: rgba(28, 49, 92, 0.70);
     font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
}
.projects-tags label:hover span{
    color: #fff;
}

.projects-tags-apply-button-container {
    display: none;
}

.detail-page-container .top-page-block {
    margin-top: 5px;
}

.container-border.photos-container {
    padding: 100px 0;
    margin-top: 5px;
}

.photos__wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 32px;
}


.photos__item {
    width: calc(100% / 3 - 21.333px);
    aspect-ratio: 551/450;
    overflow: hidden;
    border-radius: 45px;
}

.photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1;

    &:hover {
        transform: scale(1.05);
    }
}

.task__solutions-container {
    margin-top: 5px;
    display: grid;
    grid-template-columns: 797fr 1117fr;
    grid-gap: 5px;
}

.task__solutions-container .task__container {
    padding: 100px 0;

    background-color: #F2F4F8;
    border-radius: 45px;
}

.task__container-wrapper,
.solutions__container-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
    justify-content: space-between;
    height: 100%;
}

.task__container-wrapper {
    padding: 0 50px 0 20px;
    margin-left: auto;
    max-width: 707px;
}

.solutions__container-wrapper {
    padding: 0 20px 0 50px;
    margin-right: auto;
    max-width: 1037px;
}

.task__solutions-container .solutions__container {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    grid-gap: 90px;
    background: #2E2868;
    border-radius: 45px;
}

.task__solutions-container .solutions__container * {
    color: #fff;
}


@media screen and (max-width: 1200px) {
    .task__solutions-container {
        grid-template-columns: 1fr;
    }

    .task__container-wrapper {
        max-width: 100%;
        padding: 0 20px;
        margin: 0;
        grid-gap: 10px;
    }

    .solutions__container-wrapper {
        max-width: 100%;
        padding: 0 20px;
        margin: 0;
        grid-gap: 10px;
    }

    .task__solutions-container .task__container {
        padding: 50px 0;
    }

    .task__solutions-container .solutions__container {
        padding: 50px 0;
    }

    .photos__item {
        width: calc(100% / 2 - 16px);
    }

}

@media screen and (max-width: 992px) {
    .container-border.photos-container {
        padding: 50px 0;
        border-radius: 30px;
    }
}

@media screen and (max-width: 767px) {
    .after-header-with-content.blog-list-section-header-container {
        padding: 20px;
        border-radius: 0;
    }

    .task__solutions-container .task__container {
        padding: 20px 0;
        border-radius: 30px;
    }

    .task__solutions-container .solutions__container {
        padding: 20px 0;
        border-radius: 30px;
    }
}

@media screen and (max-width: 640px) {
    .photos__item {
        width: 100%;
        aspect-ratio: 335/274;
        border-radius: 30px;
    }
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/breadcrumb/breadcrumb/style.css?1770733746545*/
.bx-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: scroll;
}
.bx-breadcrumb::-webkit-scrollbar {
	display: none;
}

.bx-breadcrumb .bx-breadcrumb-item {
	display: flex;
	gap: 10px;
	align-items: center;
	white-space: nowrap;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	color: rgba(28, 49, 92, 0.4);
	font-size: 16px;
	line-height: 130%;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item span.bx-breadcrumb-item-active {
	color: #2e2868;
}
/* End */


/* Start:/local/components/mediamint/top-page-block/templates/.default/style.css?17713190193151*/
.top-page-block {
  display: grid;
  grid-template-columns: 797fr 1117fr;
  grid-gap: 5px;
  min-height: 550px;
}

.top-page-block-content,
.top-page-block-img-wrapper {
  border-radius: 45px;
  overflow: hidden;
}

.top-page-block-title {
  word-break: break-word;
}

.top-page-block-content {
  padding: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-page-block-swiper.top-page-block-img-wrapper.swiper {
  width: 100%;
}

.top-page-block-img,
.top-page-block-img.swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.top-page-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.top-page-block-content button{
  margin-top: auto;
}

.top-page-block-img-link {
  display: block;
  background: linear-gradient(0deg,
      rgba(17, 27, 43, 0.8) 0%,
      rgba(17, 27, 43, 0) 100%);
  padding: 50px 34px 30px 34px;
}

.top-page-block-img-link {
  display: flex;
  text-decoration: none;
}

.top-page-block-img-link-text.text-16 {
  color: #fff;
  padding: 10px 20px;
  border-radius: 500px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 252, 0.1);
  font-weight: 700;
  transition: all 0.3s;
}

.top-page-block-img-link:hover .top-page-block-img-link-text.text-16 {
  background-color: #fff;
  color: #2E2868;
}

.top-page-block-img-link svg path {
  transition: all 0.3s;
}

.top-page-block-img-link:hover svg path {
  /* fill: #2E2868; */
  stroke: #2E2868;
}
.top-page-block-img-link svg rect {
  transition: all 0.3s;
}
.top-page-block-img-link:hover svg rect {
  fill: #fff;
  fill-opacity: 1;
}

.top-page-block .swiper-button-prev,
.top-page-block .swiper-button-next {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 13px 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f4f8;
  color: transparent;
}

.top-page-block .swiper-button-prev {
  transform: rotate(180deg);
}

.top-page-block .swiper-button-prev.swiper-button-disabled,
.top-page-block .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

button.top-page-block-btn.button-consulation.accent-button-default.consultation-modal-button {
  width: fit-content;
}

@media screen and (max-width: 992px) {
  .top-page-block {
    display: flex;
    flex-direction: column;
  }

  .top-page-block-content {
    padding: 20px;
    grid-gap: 10px;
  }

  .second-page .second-page-container-border.second-page-with-border {
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-radius: 0 0 30px 30px;
  }

  .top-page-block-img-wrapper {
    aspect-ratio: 375/260;
  }

  .top-page-block-content,
  .top-page-block-img-wrapper {
    border-radius: 30px;
  }

  .top-page-block-img-link {
    padding: 15px 10px 10px 10px;
  }
}

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

  .top-page-block .swiper-button-prev,
  .top-page-block .swiper-button-next {
    display: none;
  }

  button.top-page-block-btn.button-consulation.accent-button-default.consultation-modal-button {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/news.list/products.list.slider/style.css?17709925846566*/

.model__line {
    padding: 100px 0;
}

.model__line-swiper-button-prev {
    transform: rotate(180deg);
}
.model__line-swiper-button-next.swiper-button-next,
.model__line-swiper-button-prev.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 13px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f2f4f8;
    color: transparent;
}
.model__line-swiper-button-next::after,
.model__line-swiper-button-prev::after {
    content: none;
}

.model__line-content-top {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.model__line-swiper {
    margin-top: 40px;
}

.model__line-swiper.swiper {
    overflow: visible;
}
.model__line-item.swiper-slide {
    border-radius: 30px;
    background: #f2f4f8;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 10px 10px;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    height: auto;
    transition: all 0.3s;
}
.model__line-item.swiper-slide:hover{
    background-color: #E2E7F1;
}

.model__line-item.current_element {
    background-color: #2e2868;
}
.model__line-item.current_element .model__line-item-title,
.model__line-item.current_element .model__line-item-text {
    color: #fff;
}

.model__line-item-title {
    color: #161b25;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.model__line-item-text {
    margin-top: 10px;
    color: rgba(28, 49, 92, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.model__line-item-image {
    height: 221px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.model__line-item-image-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.model__line-item-image-schema {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.model__line-item-image-img.hidden {
    display: none;
}
.model__line-item-image-schema.active {
    display: block;
}
.model__line-item svg path {
    transition: all 0.5s ease;
}
.model__line-item:hover svg path {
    fill-opacity: 1;
}
.model__line-swiper .swiper-pagination,
.model__line-swiper .swiper-button-prev,
.model__line-swiper .swiper-button-next {
    position: static;
    width: auto;
}
.model__line-item-content{
    padding: 0 10px;
}
.model__line-swiper .swiper-pagination {
    color: #161b25;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}
.model__line-swiper .swiper-button-prev,
.model__line-swiper .swiper-button-next {
    color: transparent;
    margin: 0 !important;
}
.model__line-swiper .swiper-button-prev:after,
.model__line-swiper .swiper-button-next::after {
    content: none;
}
.model__line-swiper .swiper-button-prev:hover rect,
.model__line-swiper .swiper-button-next:hover rect,
.model__line-swiper .swiper-button-prev:hover path,
.model__line-swiper .swiper-button-next:hover path {
    transition: all 0.3s ease;
}
.model__line-swiper .swiper-button-prev:hover rect,
.model__line-swiper .swiper-button-next:hover rect {
    fill: #f2f4f8;
}
.model__line-swiper .swiper-button-prev:hover path,
.model__line-swiper .swiper-button-next:hover path {
    stroke: #2e2868;
}

.model__line-content__navigation {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    margin-left: auto;
}

.model__line-swiper .swiper-horizontal .swiper-pagination,
.model__line-swiper .swiper-horizontal .swiper-button-prev,
.model__line-swiper .swiper-horizontal .swiper-button-next {
    margin-top: 0;
}
.model__line-swiper .swiper-horizontal .swiper-pagination {
    color: #161b25;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}

.model__line-content__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.model__line-content__footer-all {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .model__line-swiper-button-next.swiper-button-next,
    .model__line-swiper-button-prev.swiper-button-prev {
        display: none;
    }

    .model__line.container-border {
        margin-top: 5px;
    }
    .model__line{
        padding: 50px 0;
    }
}




@media screen and (max-width: 768px) {
    .model__line-content-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn__switcher {
        font-size: 14px;
        padding: 7px 13px;
    }
    .model__line-content__footer {
        margin-top: 20px;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 480px) {
    .model__line .model__line-content__navigation .swiper-button-prev,
    .model__line .model__line-content__navigation .swiper-button-next {
        display: none;
    }

    .model__line-content__navigation .swiper-pagination {
        display: flex;
        gap: 10px;
        width: 100%;
        transform: initial !important;
    }
    .model__line-content__navigation .swiper-pagination-bullet {
        height: 8px;
        background-color: #e2e7f1;
        opacity: 1;
        margin: 0 !important;
        width: calc(100% / 4 - 10px);
        border-radius: 500px;
    }
    .model__line-content__navigation .swiper-pagination-bullet-active {
        background-color: #2e2868;
    }

    .model__line-content__navigation {
        width: 100%;
    }
    .model__line-content__navigation
        .swiper-pagination-bullets-dynamic
        .swiper-pagination-bullet-active-next,
    .model__line-content__navigation
        .swiper-pagination-bullets-dynamic
        .swiper-pagination-bullet-active-next-next {
        transform: scale(1);
    }
    .model__line-content__footer .accent-button-default{
        width: 100%;
    }
}


.catalog__switcher {
    display: flex;
    align-items: center;
}
.btn__switcher {
    border-radius: 500px;
    background: #f2f4f8;
    padding: 15px 20px;
    border: 1px solid #e2e7f1;
    outline: none;
    color: rgba(28, 49, 92, 0.7);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    cursor: pointer;
}
.btn__switcher.active {
    background: #2e2868;
    color: #fff;
    border: 1px solid #2e2868;
}
.btn__switcher:hover {
    background: #2e2868;
    color: #fff;
    border: 1px solid #2e2868;
}

@media screen and (max-width: 576px) {
    .btn__switcher {
        padding: 7px 13px;
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156*/
/* Стили подключаются из основного LESS файла */
/* local/templates/SmartLamps/less/components/feedback_static.less */


/* End */
/* /local/templates/SmartLamps/components/bitrix/news/projects/style.css?17709924235529 */
/* /local/templates/SmartLamps/components/bitrix/breadcrumb/breadcrumb/style.css?1770733746545 */
/* /local/components/mediamint/top-page-block/templates/.default/style.css?17713190193151 */
/* /local/templates/SmartLamps/components/bitrix/news.list/products.list.slider/style.css?17709925846566 */
/* /local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156 */
