

/* Start:/local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17827441491556*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
   font-weight: 100 900;
   font-display: swap;
}
:root {
   --padding-container: 40px;
   --header-height: 150px;
   --header-height-2: 106px;
   --scrollbar-width: 0px;
}

@media (width <= 991px) {
   :root {
      --padding-container: 30px;
      --header-height: 148px;
      --header-height-2: 148px;
   }
}
@media (width <= 582px) {
   :root {
      --padding-container: 16px;
   }

   .breadcrumbs.dizayn-proekt {
      margin-top: 30px;
   }

   .breadcrumbs.cart {
      margin-top: 0;
   }
}
.breadcrumbs {
   margin-bottom: 30px;
   margin-top: 44px;
}
.breadcrumbs .breadcrumb-item {
   font-weight: 500;
   font-size: 12px;
   line-height: 100%;
   letter-spacing: -0.01em;
   opacity: 0.6;
   white-space: nowrap;
}
.breadcrumbs .breadcrumb-item:last-child {
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.breadcrumbs .breadcrumbs-wrapper {
   display: inline-flex;
   gap: 9px;
   align-items: center;
   width: 100%;
}
@media (width <= 991px) {
   .catalog-category__title {
      font-weight: 600;
      font-size: 24px;
      line-height: 110%;
      letter-spacing: -0.02em;
      margin-top: 0px;
   }

   .breadcrumbs {
      margin-top: 24px;
      margin-bottom: 10px;
   }
   .breadcrumbs.shops {
      margin-top: 40px !important;
      margin-bottom: 10px;
   }
   .breadcrumbs.partnership {
      margin-top: 40px !important;
      margin-bottom: 10px;
   }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/video-banner/style.css?17827441481847*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/video-banner/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.video-banner__item {
  position: relative;
}
.video-banner__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 62px;
  height: 62px;
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='31' cy='31' r='31' fill='%23E9422F'/%3E%3Cpath d='M39 33.8564L28.5 39.9186C26.5 41.0733 24 39.6299 24 37.3205V25.1962C24 22.8868 26.5 21.4434 28.5 22.5981L39 28.6603C41 29.815 41 32.7017 39 33.8564Z' fill='white'/%3E%3C/svg%3E%0A");
  animation: big-video-pulse 1.4s ease-in-out infinite;
  cursor: pointer;
}
.video-banner__background {
  border-radius: 20px;
}
@media (width <= 768px) {
  .video-banner__background {
    height: 370px;
  }
}
@media (width <= 582px) {
  .video-banner__background {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 43%;
       object-position: 43%;
  }
}
.video-banner__play-btn {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

section.video-banner {
  margin-top: 40px;
}

@keyframes big-video-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/our-priorities/style.css?17827441492372*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/bitrix/news.list/our-priorities/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
   font-weight: 100 900;
   font-display: swap;
}
:root {
   --padding-container: 40px;
   --header-height: 150px;
   --header-height-2: 106px;
   --scrollbar-width: 0px;
}

@media (width <= 991px) {
   :root {
      --padding-container: 30px;
      --header-height: 148px;
      --header-height-2: 148px;
   }
}
@media (width <= 582px) {
   :root {
      --padding-container: 16px;
   }
}
.our-priorities__container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-auto-rows: 400px;
   gap: 10px;
   margin-top: 32px;
}
@media (width <= 768px) {
   .our-priorities__container {
      grid-template-columns: repeat(1, 1fr);
   }
}
@media (width <= 582px) {
   .our-priorities__container {
      grid-auto-rows: 200px;
   }
}
.our-priorities__title-item {
   font-weight: 500;
   font-size: 24px;
   line-height: 110%;
   letter-spacing: -0.02em;
}
@media (width <= 582px) {
   .our-priorities__title-item {
      font-weight: 600;
      font-size: 18px;
      line-height: 110%;
   }
}
.our-priorities__description-item {
   font-weight: 400;
   font-size: 16px;
   line-height: 130%;
   opacity: 0.6;
}
@media (width <= 582px) {
   .our-priorities__description-item {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: -0.02em;
   }
}
.our-priorities__item-banner {
   border-radius: 20px;
   background-color: white;
   width: 100%;
}
@media (width <= 768px) {
   .our-priorities__item-banner {
      width: 100%;
      height: 100%;
      -o-object-position: bottom;
      object-position: bottom;
   }
}
.our-priorities__text-block {
   position: absolute;
   top: 24px;
   left: 24px;
   display: flex;
   flex-direction: column;
   gap: 8px;
}
.our-priorities__item {
   position: relative;
   display: flex;
   align-items: end;
   background: white;
   border-radius: 20px;
   overflow: hidden;
}
.our-priorities__item picture {
   width: 100%;
}
@media (width <= 582px) {
   .our-priorities__item:first-child .our-priorities__title-item {
      width: 100% !important;
   }
   .our-priorities__item:first-child .our-priorities__description-item {
      width: 70% !important;
   }
   .our-priorities__item:nth-child(4) .our-priorities__description-item {
      width: 60% !important;
   }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/our-mission-map/style.css?17827441483557*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/our-mission-map/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.our-mission-map {
  height: 603px;
  position: relative;
  overflow: hidden;
}
@media (width <= 991px) {
  .our-mission-map {
    height: -moz-max-content;
    height: max-content;
  }
}
.our-mission-map__background {
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 47%;
  -o-object-position: left bottom;
     object-position: left bottom;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 20px;
}
@media (width <= 991px) {
  .our-mission-map__background {
    position: static;
  }
}
@media (width <= 991px) {
  .our-mission-map__background {
    bottom: 30px;
    left: var(--padding-container);
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 500px;
    min-width: 760px;
  }
}
@media (width <= 582px) {
  .our-mission-map__background {
    max-height: 336px;
    -o-object-position: 22% -30px;
       object-position: 22% -30px;
  }
}
.our-mission-map__content {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 534px;
  margin-right: 97px;
}
@media (width <= 991px) {
  .our-mission-map__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (width <= 582px) {
  .our-mission-map__content {
    margin-right: 0;
  }
}
.our-mission-map__content-header {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
@media (width <= 991px) {
  .our-mission-map__content-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
@media (width <= 582px) {
  .our-mission-map__content-header {
    margin-bottom: 14px;
  }
}
.our-mission-map__description-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  opacity: 0.6;
}
@media (width <= 582px) {
  .our-mission-map__description-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.our-mission-map__description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media (width <= 582px) {
  .our-mission-map__description-wrapper {
    gap: 16px;
  }
}
.our-mission-map__tizers {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
@media (width <= 582px) {
  .our-mission-map__tizers {
    grid-template-columns: 1fr 1.6fr;
    margin-top: 33px;
  }
}
.our-mission-map__tizer {
  padding: 24px;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (width <= 582px) {
  .our-mission-map__tizer {
    padding: 16px 24px;
  }
}
.our-mission-map__tizer-header {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #e9422f;
}
@media (width <= 582px) {
  .our-mission-map__tizer-header {
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.01em;
  }
}
.our-mission-map__tizer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (width <= 582px) {
  .our-mission-map__tizer-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/cooperation/style.css?17827441482786*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/cooperation/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.cooperation-block__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (width <= 768px) {
  .cooperation-block__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (width <= 582px) {
  .cooperation-block__wrapper {
    gap: 9px;
  }
}

.cooperation {
  border-radius: 20px;
  background-image: url("/local/templates/domix/assets/img/cooperation_background.png");
  display: flex;
  background-repeat: no-repeat;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  background-size: cover;
}
@media (width <= 582px) {
  .cooperation {
    background-image: url("/local/templates/domix/assets/img/cooperation-background-mobile.png");
    padding: 24px;
    height: 160px;
  }
}
.cooperation__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: white;
}
.cooperation__link:hover {
  color: #da311e!important;
}
@media (width <= 582px) {
  .cooperation__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.cooperation__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vacancy {
  border-radius: 20px;
  background-image: url("/local/templates/domix/assets/img/vacancy-background.png");
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (width <= 991px) {
  .vacancy {
    background-image: url("/local/templates/domix/assets/img/vacancy-background-mobile.png");
    padding: 24px;
    height: 160px;
  }
}
.vacancy__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
@media (width <= 582px) {
  .vacancy__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.vacancy__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #e9422f;
  display: flex;
  align-items: center;
  gap: 10px;
}
.vacancy::after {
  content: url("/include/vacancy-background-after.png");
  position: absolute;
  right: 7%;
  bottom: 0;
}
@media (width <= 991px) {
  .vacancy::after {
    content: none;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/social-list/style.css?17827441481374*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/social-list/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.social-list__wrapper {
  padding: 40px;
  border-radius: 20px;

  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width <= 582px) {
  .social-list__wrapper {

    padding: 24px;
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: #ededed;
    background-size: cover;
  }
}
.social-list__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  opacity: 0.6;
  margin-top: 16px;
  margin-bottom: 40px;
  max-width: 388px;
}
@media (width <= 582px) {
  .social-list__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    width: 80%;
  }
}
.social-list__title-list {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 16px;
}
.social-list__wrapper-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.detail/company-info-map/style.css?17827441482940*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.detail/company-info-map/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.company-map__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.company-map__list-wrapper {
  display: flex;
  gap: 20px;
}
@media (width <= 991px) {
  .company-map__list-wrapper {
    flex-direction: column-reverse;
  }
}
@media (width <= 582px) {
  .company-map__list-wrapper {
    gap: 8px;
  }
}
.company-map__list {
  background-color: white;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 584px;
}
@media (width <= 991px) {
  .company-map__list {
    max-width: 100%;
  }
}
@media (width <= 582px) {
  .company-map__list {
    padding: 24px;
  }
}
.company-map__map {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: url("/local/templates/domix/assets/img/map.png") right/cover no-repeat;
  position: relative;
}
.company-map__map #orgMap>ymaps,.company-map__map #orgMap>ymaps>ymaps{
  width: 100%;
  height: 100%;

}
@media (width <= 991px) {
  .company-map__map {
    height: 440px;
  }
}
@media (width <= 582px) {
  .company-map__map {
    height: 580px;
  }
}
.company-map__list-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media (width <= 582px) {
  .company-map__list-info {
    gap: 18px;
  }
}
.company-map__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 8px;
}
.company-map__info-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}
@media (width <= 582px) {
  .company-map .section-header__title span {
    display: block;
  }
}

.popup-map {
  background-color: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (width <= 582px) {
  .popup-map {
    bottom: 10px;
    top: auto;
    right: 10px;
  }
}
.popup-map__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .popup-map__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
  }
}
.popup-map__address {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.popup-map__station, .popup-map__hour, .popup-map__phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.popup-map__mail {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
.popup-map__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* End */
/* /local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17827441491556 */
/* /local/templates/domix/components/bitrix/news.list/video-banner/style.css?17827441481847 */
/* /local/templates/domix/components/bitrix/news.list/our-priorities/style.css?17827441492372 */
/* /local/templates/domix/components/bitrix/news.list/our-mission-map/style.css?17827441483557 */
/* /local/templates/domix/components/bitrix/news.list/cooperation/style.css?17827441482786 */
/* /local/templates/domix/components/bitrix/news.list/social-list/style.css?17827441481374 */
/* /local/templates/domix/components/bitrix/news.detail/company-info-map/style.css?17827441482940 */
