

/* Start:/company/style.css?17713164763221*/
.company-menu {
  margin-top: 5px;
  display: flex;
  gap: 5px;
}

.company-menu a {
  border-radius: 45px;
  background: #f2f4f8;
  display: flex;
  padding: 15px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  color: #2e2868;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  transition: all 0.3s ease;
  aspect-ratio: 476/213;
  text-decoration: none;
}
.company-menu a:hover {
  background: #2e2868;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .company-menu{
    flex-wrap: wrap;
  }
  .company-menu a {
    flex: 0 0 auto;

    width: calc(100% / 3 - 3.33px);
    aspect-ratio: initial;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .container-border-company.container-border{
    margin-top: 5px;
  }
  .company-menu {
    flex-wrap: wrap;
  }
  .company-menu a {
    flex: 0 0 auto;

    width: calc(100% / 2 - 2.5px);
    aspect-ratio: initial;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .company-menu {
    flex-wrap: wrap;
  }
  .company-menu a {
    width: 100%;
    border-radius: 30px;
  }
}
.container-border-company.container-border {
  background: #f2f4f8;
  padding: 100px 0;
}

.collaboration__section,
.requisites__section {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 797fr 1117fr;
  grid-gap: 5px;
}

.collaboration__section img {
  width: 100%;
  height: 100%;
  border-radius: 45px;
  object-fit: cover;
}

.collaboration__section-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px;
  border-radius: 45px;
  background: #2e2868;
}

.collaboration__section-content-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.collaboration__section button {
  width: fit-content;
}
.collaboration__section button p {
  font-weight: 700;
}
.requisites__section-content,
.requisites__section-title {
  padding: 100px;
  border-radius: 45px;
  background: #fff;
}
.requisites__section-title .section-title span {
  color: #2e2868;
  display: block;
}
.requisites__section-content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
}
.requisites__section-content ul li {
  list-style: none;
  color: rgba(28, 49, 92, 0.7);
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}





@media screen and (max-width: 1200px) {
  .collaboration__section,
  .requisites__section {
    grid-template-columns: 1fr;
  }
  .collaboration__section-content,
  .requisites__section-content,
  .requisites__section-title {
    padding: 40px;
  }
  .collaboration__section img {
    aspect-ratio: 375/349;
    border-radius: 30px;
    max-height: 450px;
    object-fit: cover;
  }
  .requisites__section-content,
  .requisites__section-title {
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  .collaboration__section-content,
  .requisites__section-content,
  .requisites__section-title {
    padding: 20px;
  }
  .collaboration__section button {
    width: 100%;
  }

  .requisites__section-content ul li {
    font-size: 18px;
  }
  .collaboration__section-content-text{
    gap: 10px;
  }
}
/* End */


/* Start:/local/components/mediamint/top-page-block/templates/.default/style.css?17774684863194*/
.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: 0;
}

.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;
  position: relative;
}

.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;
    min-height: auto;
  }

  .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/list.achivment/style.css?1770730774176*/
.achivment-wrapper{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.achivment-wrapper__content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/news.list/history.list/style.css?17713944682788*/
.history__section {
  padding: 100px 0;
}

.history-block {
  display: flex;
  flex-direction: column;
}

.history__slider-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.history__slider-top {
  border-radius: 30px;
  background: var(--Light-gray, #f2f4f8);
  display: flex;
  align-items: center;
}

.history__slider-top .thumb-history.swiper {
  display: flex;
  padding: 5px 15px 5px 15px;
  width: 100%;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  height: 92px;
}

.history__slider-top .thumb-history.swiper .swiper-wrapper {
  align-items: center;
}

.history__slider-top .swiper-button-prev,
.history__slider-top .swiper-button-next {
  position: static;
  margin-top: 0 !important;
  transform: initial;
  color: transparent;
}

.history__slider-top .swiper-button-prev svg,
.history__slider-top .swiper-button-next svg {
  width: 40px;
  height: 40px;
  padding: 10px;
}

.history__thumb-slide.swiper-slide {
  color: rgba(28, 49, 92, 0.7);
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.history__thumb-slide.swiper-slide.swiper-slide-thumb-active {
  color: #2e2868;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
}

.history__main-slide.swiper-slide {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1162fr 552fr;
  height: auto;
}

.history__main-slide-content-text.text-22-400 {
  color: #fff;
  text-decoration: none;
}

.main-history.swiper {
  width: 100%;
  border-radius: 45px;
}

.history__main-slide-content {
  display: flex;
  flex-direction: column;
  padding: 50px;
  align-items: flex-start;
  gap: 50px;
  border-radius: 45px;
  background: #2e2868;
}

.history__main-slide-content-title {
  color: #fff;
}

.history__main-slide-content-text {
  color: #fff;
}

.history__main-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 45px;
  aspect-ratio: 552/500;
}

.license.container-border {
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .main-history.swiper {
    border-radius: 20px;
  }

  .history__main-slide.swiper-slide {
    grid-template-columns: 1fr;
    background-color: #2E2868;
    padding: 10px;
    grid-gap: 20px;
    border-radius: 20px;
  }

  .history__main-slide-content {
    padding: 20px 10px 20px 10px;
  }

  .history__main-slide img {
    aspect-ratio: 325/300;
    max-height: 400px;
  }

  .history__thumb-slide.swiper-slide {
    font-size: 20px;
  }

  .history__thumb-slide.swiper-slide.swiper-slide-thumb-active {
    font-size: 25px;
  }

  .history__section {
    padding: 50px 0px;
  }

  .history__main-slide.swiper-slide {
    height: 100%;
  }
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/news.list/license.list/style.css?17709930883784*/
.license {
  padding: 100px 0;
}

.license__wrapper {
  display: flex;
  grid-gap: 60px;
}

.license__wrapper-right.swiper {
  overflow: visible;
  width: calc(100% - 520px);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.license__wrapper-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.license .license__line-content__navigation .swiper-pagination,
.license .license__line-content__navigation .swiper-button-prev,
.license .license__line-content__navigation .swiper-button-next {
  position: static;
  width: auto;
}

.license .license__line-content__navigation .swiper-button-prev,
.license .license__line-content__navigation .swiper-button-next {
  color: transparent;
  margin: 0 !important;
}
.license .license__line-content__navigation .swiper-button-prev:after,
.license .license__line-content__navigation .swiper-button-next::after {
  content: none;
}
.license .license__line-content__navigation .swiper-button-prev:hover rect,
.license .license__line-content__navigation .swiper-button-next:hover rect,
.license .license__line-content__navigation .swiper-button-prev:hover path,
.license .license__line-content__navigation .swiper-button-next:hover path {
  transition: all 0.3s ease;
}
.license .license__line-content__navigation .swiper-button-prev:hover rect,
.license .license__line-content__navigation .swiper-button-next:hover rect {
  fill: #f2f4f8;
}
.license .license__line-content__navigation .swiper-button-prev:hover path,
.license .license__line-content__navigation .swiper-button-next:hover path {
  stroke: #2e2868;
}

.license .license__line-content__navigation {
  justify-content: flex-start;
  display: flex;
  grid-gap: 15px;
  align-items: center;
}

.license .license__line-content__navigation .swiper-pagination {
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}
.license__item img {
  width: 100%;
  height: 100%;
  max-height: 330px;
  object-fit: contain;
  transition: all 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}
.license__item:hover img {
  transform: scale(1.1);
}

.license__wrapper-left-content {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}

.license__item.swiper-slide {
  width: auto; /* или конкретная ширина, например 300px */
  flex-shrink: 0;
}

.license.container-border{
  margin-top: 5px;
  background-color: #F2F4F8;;
}
@media screen and (max-width: 1200px) {
  .license {
    padding: 50px 0 120px;
    position: relative;
  }
  .license__wrapper {
    flex-direction: column;
    grid-gap: 20px;
  }
  .license__wrapper-right.swiper {
    width: 100%;
    clip-path: none;
  }
  .license .license__line-content__navigation {
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 480px) {
  .license.container-border{
    background-color: #fff;
  }
  .license .license__line-content__navigation .swiper-button-prev,
  .license .license__line-content__navigation .swiper-button-next {
    display: none;
  }
  .license .license__line-content__navigation .swiper-pagination {
    width: 100%;
    display: flex;
    grid-gap: 10px;
  }

  .license .license__line-content__navigation .swiper-pagination-bullet {
    width: calc(100% / 4 - 10px);
    height: 8px;
    border-radius: 500px;
    opacity: 1;
    background-color: rgba(28, 49, 92, 0.15);
    margin: 0 !important;
  }
  .license .license__line-content__navigation .swiper-pagination-bullet-active {
    background-color: #2e2868;
  }

  .license {
    padding: 50px 0 90px;
  }
  .license__item.swiper-slide {
    height: auto;
  }
  .license__item img {
    max-height: initial;
    object-fit: cover;
  }
  .license__item img:hover {
    transform: scale(1.05);
  }
}

/* End */


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

/* End */
/* /company/style.css?17713164763221 */
/* /local/components/mediamint/top-page-block/templates/.default/style.css?17774684863194 */
/* /local/templates/SmartLamps/components/bitrix/news.list/list.achivment/style.css?1770730774176 */
/* /local/templates/SmartLamps/components/bitrix/news.list/history.list/style.css?17713944682788 */
/* /local/templates/SmartLamps/components/bitrix/news.list/license.list/style.css?17709930883784 */
/* /local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156 */
