/*** Colors ***/
/* line 3, content.scss */
.breadcrumb {
  list-style: none;
  margin: 0; }
  /* line 7, content.scss */
  .breadcrumb-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    color: #AE40F6;
    font-size: 11px;
    line-height: 24px;
    font-weight: 600; }
    /* line 17, content.scss */
    .breadcrumb-item + .breadcrumb-item {
      padding-left: 0;
      margin-left: 0; }
      /* line 21, content.scss */
      .breadcrumb-item + .breadcrumb-item::before {
        content: '';
        position: relative;
        top: 0;
        padding: 0;
        width: 19px;
        height: 8px;
        margin: 0 7px;
        background: url(arrow.svg);
        border-radius: 50%; }
    /* line 34, content.scss */
    .breadcrumb-item:first-child {
      margin-left: 0;
      padding-left: 0; }
      /* line 38, content.scss */
      .breadcrumb-item:first-child::before {
        display: none; }
    /* line 43, content.scss */
    .breadcrumb-item a,
    .breadcrumb-item span {
      color: #AE40F6; }

/* line 50, content.scss */
.menu-catalog-list {
  position: relative;
  flex: 1;
  max-width: 390px;
  margin-right: 10px;
  padding: 24px 10px 24px 17px;
  background: #fff;
  border-radius: 10px; }
  /* line 59, content.scss */
  .menu-catalog-list .wrap {
    max-height: 548px;
    height: 548px; }
  /* line 64, content.scss */
  .menu-catalog-list--item {
    display: flex;
    align-items: center;
    margin-top: 18px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #7E7E8E;
    text-transform: uppercase; }
    /* line 75, content.scss */
    .menu-catalog-list--item:first-child {
      margin-top: 0; }
  /* line 80, content.scss */
  .menu-catalog-list .icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 12px;
    text-align: center; }
    /* line 87, content.scss */
    .menu-catalog-list .icon img {
      max-height: 100%; }
    /* line 91, content.scss */
    .menu-catalog-list .icon svg {
      fill: #AE40F6; }

/* line 97, content.scss */
.menu-catalog-modal {
  position: absolute;
  top: 0;
  left: 100%;
  width: 108%;
  max-width: 1368px;
  min-height: 596px;
  background: #fff;
  border-radius: 10px;
  z-index: 99; }
  /* line 108, content.scss */
  .menu-catalog-modal:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #F6F6F6; }
  /* line 118, content.scss */
  .menu-catalog-modal .menu-catalog-modal--item {
    display: flex; }
  /* line 122, content.scss */
  .menu-catalog-modal .menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: -10px 0 0 -20px;
    padding: 20px; }
    /* line 129, content.scss */
    .menu-catalog-modal .menu--item {
      flex: 100%;
      max-width: calc(100% - 20px);
      margin: 10px 0 0 20px; }
    /* line 135, content.scss */
    .menu-catalog-modal .menu a {
      display: block;
      color: #7E7E8E; }
    /* line 140, content.scss */
    .menu-catalog-modal .menu--link {
      font-size: 12px;
      font-weight: 400;
      line-height: 120%; }
    /* line 146, content.scss */
    .menu-catalog-modal .menu .sub-menu--link {
      margin-top: 10px;
      font-size: 11px;
      font-weight: 400;
      line-height: 120%; }
  @media (max-width: 1281px) {
    /* line 97, content.scss */
    .menu-catalog-modal {
      min-height: 450px; } }
  @media (max-width: 769px) {
    /* line 97, content.scss */
    .menu-catalog-modal {
      min-height: 350px; } }

/*** Banner ***/
/* line 165, content.scss */
.main-slider {
  flex: 1;
  border-radius: 10px;
  overflow: hidden; }
  /* line 170, content.scss */
  .main-slider .swiper-slide {
    overflow: hidden; }

/* line 175, content.scss */
.banner {
  display: flex;
  align-items: flex-end;
  min-height: 596px; }
  /* line 180, content.scss */
  .banner .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    /* line 189, content.scss */
    .banner .image-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 196, content.scss */
  .banner .info {
    position: relative;
    padding: 30px;
    color: #fff;
    z-index: 5; }
  /* line 203, content.scss */
  .banner .title {
    max-width: 788px;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%; }
  /* line 210, content.scss */
  .banner .description {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px; }
  /* line 216, content.scss */
  .banner .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 200px;
    margin-top: 43px;
    padding: 15px 16px;
    font-size: 21px;
    line-height: 20px; }
    /* line 226, content.scss */
    .banner .link .icon {
      margin-left: 14px; }

/*** End Banner ***/
/* line 235, content.scss */
.special-product-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 305px;
  margin-top: -10px; }

/* line 243, content.scss */
.special-product {
  display: flex;
  align-items: flex-end;
  flex: 1;
  margin: 10px 0 0 10px;
  padding: 22px;
  background-size: cover;
  background-position: center;
  border-radius: 10px; }
  /* line 253, content.scss */
  .special-product .title {
    max-width: 204px;
    font-size: 20px;
    font-weight: bold;
    color: #fff; }

/* line 261, content.scss */
.stock-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px; }
  /* line 266, content.scss */
  .stock-list--item {
    position: relative;
    flex: 100%;
    max-width: calc(50% - 10px);
    margin: 10px 0 0 10px;
    border-radius: 7px;
    overflow: hidden; }
  /* line 275, content.scss */
  .stock-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  /* line 282, content.scss */
  .stock-list .info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 33px;
    z-index: 5; }
    /* line 289, content.scss */
    .stock-list .info:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      opacity: .2;
      z-index: 1; }
  /* line 302, content.scss */
  .stock-list .title {
    position: relative;
    flex: 1;
    padding-right: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    z-index: 5; }
  /* line 313, content.scss */
  .stock-list .btn {
    position: relative;
    z-index: 5; }

/* line 321, content.scss */
.popular-brands-list-slider--item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  padding: 15px;
  background: #fff; }

/*** Page content ***/
/* line 337, content.scss */
.info-page--text a {
  text-decoration: underline; }
/* line 341, content.scss */
.info-page--text .btn {
  max-width: 312px;
  text-decoration: none; }

/* line 347, content.scss */
.menu-list-wrap {
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 120px); }
  /* line 352, content.scss */
  .menu-list-wrap .mCSB_inside > .mCSB_container {
    margin-right: 26px; }

/* line 357, content.scss */
.menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  /* line 362, content.scss */
  .menu-list--item {
    font-size: 14px;
    line-height: 24px;
    color: #000000; }
    /* line 367, content.scss */
    .menu-list--item.active {
      font-weight: 500; }

/* line 373, content.scss */
.vacancies-list {
  display: flex;
  flex-direction: column; }
  /* line 377, content.scss */
  .vacancies-list--item {
    margin-top: 20px;
    font-weight: 500; }
    /* line 381, content.scss */
    .vacancies-list--item:first-child {
      margin-top: 0; }

/* line 389, content.scss */
.completed-projects-list--item {
  display: flex;
  justify-content: flex-end;
  margin-top: 128px; }
  /* line 394, content.scss */
  .completed-projects-list--item:first-child {
    margin-top: 0; }
  /* line 398, content.scss */
  .completed-projects-list--item:nth-child(even) {
    justify-content: flex-start;
    flex-direction: row-reverse; }
    /* line 402, content.scss */
    .completed-projects-list--item:nth-child(even) .info {
      padding: 0 60px 0 32px;
      text-align: left; }
/* line 409, content.scss */
.completed-projects-list .info {
  position: sticky;
  top: 125px;
  flex: 1;
  max-width: 458px;
  padding: 0 32px 0 60px;
  text-align: right; }
/* line 418, content.scss */
.completed-projects-list .images {
  flex: 1; }
  /* line 421, content.scss */
  .completed-projects-list .images img {
    width: 100%;
    margin-top: 20px; }
    /* line 425, content.scss */
    .completed-projects-list .images img:first-child {
      margin-top: 0; }
    /* line 429, content.scss */
    .completed-projects-list .images img:nth-child(n + 3) {
      display: none; }
  /* line 434, content.scss */
  .completed-projects-list .images.show img:nth-child(n + 3) {
    display: block; }
/* line 439, content.scss */
.completed-projects-list .title {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px; }
/* line 446, content.scss */
.completed-projects-list p {
  font-size: 14px;
  line-height: 24px; }
/* line 451, content.scss */
.completed-projects-list .more-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-decoration-line: underline;
  cursor: pointer; }

/*** End Page content ***/
/*** Compares ***/
/* line 465, content.scss */
.count-compare {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #9E9E9E; }

/* line 474, content.scss */
.compare-table-wrapper .tabs-head {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 0 -46px; }
  /* line 479, content.scss */
  .compare-table-wrapper .tabs-head--item {
    margin: 24px 0 0 46px;
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #9E9E9E;
    border-bottom: 2px solid transparent;
    cursor: pointer; }
    /* line 489, content.scss */
    .compare-table-wrapper .tabs-head--item.active {
      color: #1A1A1A;
      border-color: #1A1A1A; }
/* line 496, content.scss */
.compare-table-wrapper .compare-row {
  display: grid;
  grid-auto-flow: column;
  align-items: end;
  gap: 32px;
  grid-auto-columns: minmax(305px, 305px);
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #8D8D9C; }
  /* line 506, content.scss */
  .compare-table-wrapper .compare-row .product--item {
    margin: 0 -32px;
    padding: 0 32px; }
    /* line 510, content.scss */
    .compare-table-wrapper .compare-row .product--item .icons-list {
      right: 49px; }
  @media screen and (max-width: 768px) {
    /* line 496, content.scss */
    .compare-table-wrapper .compare-row {
      grid-auto-columns: minmax(200px, 305px); } }
  @media screen and (max-width: 321px) {
    /* line 496, content.scss */
    .compare-table-wrapper .compare-row {
      grid-auto-columns: minmax(200px, 305px); } }
/* line 524, content.scss */
.compare-table-wrapper .compare-param:first-child .param-title {
  display: block; }
/* line 528, content.scss */
.compare-table-wrapper .compare-products-list {
  padding-bottom: 58px; }
/* line 532, content.scss */
.compare-table-wrapper .compare-image {
  width: 100%; }
/* line 536, content.scss */
.compare-table-wrapper .table-compare {
  display: grid;
  overflow-x: auto;
  margin-right: -48px; }
/* line 542, content.scss */
.compare-table-wrapper .compare-product {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  grid-auto-rows: auto;
  padding-right: 10px; }
  /* line 549, content.scss */
  .compare-table-wrapper .compare-product img {
    height: 270px;
    max-height: 270px;
    object-fit: contain; }
  /* line 555, content.scss */
  .compare-table-wrapper .compare-product .title-link {
    display: block;
    flex: 60%;
    height: 44px;
    padding-right: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
  /* line 567, content.scss */
  .compare-table-wrapper .compare-product .compare-delete {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
    outline: none;
    cursor: pointer; }
  /* line 576, content.scss */
  .compare-table-wrapper .compare-product .product-price-cur {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    transition: .3s;
    white-space: nowrap; }
  /* line 583, content.scss */
  .compare-table-wrapper .compare-product .product-price-old {
    font-size: 1.1rem;
    color: #000000;
    text-decoration: line-through;
    white-space: nowrap; }
/* line 591, content.scss */
.compare-table-wrapper .param-title {
  display: none;
  max-width: 100%;
  padding: 0 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #9E9E9E;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 603, content.scss */
.compare-table-wrapper .param-value {
  max-width: 100%;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 610, content.scss */
.compare-table-wrapper .compare-toolbar {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    /* line 610, content.scss */
    .compare-table-wrapper .compare-toolbar {
      grid-auto-flow: row;
      gap: 1rem; } }
/* line 625, content.scss */
.compare-table-wrapper .product--item .icons-list {
  opacity: 1; }

/*** End Compares ***/
/*** FAQ ***/
/* line 636, content.scss */
.faq-nav {
  position: sticky;
  top: 125px; }
  /* line 640, content.scss */
  .faq-nav--item {
    margin-top: 20px;
    cursor: pointer; }
    /* line 644, content.scss */
    .faq-nav--item:first-child {
      margin-top: 0; }
    /* line 648, content.scss */
    .faq-nav--item.active {
      font-weight: 500; }

/* line 656, content.scss */
.faq-list--item {
  border-bottom: 1px solid #8D8D9C; }
  /* line 659, content.scss */
  .faq-list--item:first-child .head {
    padding-top: 0; }
  /* line 665, content.scss */
  .faq-list--item.active .head svg {
    transform: rotate(180deg); }
  /* line 669, content.scss */
  .faq-list--item.active .body {
    display: block; }
/* line 675, content.scss */
.faq-list .head {
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer; }
  /* line 681, content.scss */
  .faq-list .head svg {
    width: 14px;
    height: 8px; }
/* line 687, content.scss */
.faq-list .body {
  display: none;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 20px; }

/*** End FAQ ***/
/*** 404 ***/
/* line 700, content.scss */
.block-404 {
  max-width: 312px; }
  /* line 703, content.scss */
  .block-404 .code-number {
    font-weight: 500;
    font-size: 160px;
    line-height: 128px; }

/*** End 404 ***/
/*** Catalog list ***/
/* line 715, content.scss */
.catalog-list {
  display: flex;
  flex-wrap: wrap;
  margin: -108px 0 0 -10px; }
  /* line 720, content.scss */
  .catalog-list--item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 100%;
    max-width: calc(33.333% - 10px);
    min-height: 150px;
    margin: 108px 0 0 10px;
    padding: 27px 21px;
    background: #E6E6EC;
    border-radius: 10px; }
  /* line 734, content.scss */
  .catalog-list .image {
    position: absolute;
    top: -60px;
    right: 0;
    max-width: 50%; }
    /* line 740, content.scss */
    .catalog-list .image img {
      width: 100%;
      max-width: 254px;
      max-height: 180px; }
  /* line 747, content.scss */
  .catalog-list .title {
    max-width: 50%;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    line-height: 110%; }
  /* line 755, content.scss */
  .catalog-list .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%; }

/*** End Catalog list ***/
/*** Advantages list ***/
/* line 774, content.scss */
.advantages-list {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px; }
  /* line 779, content.scss */
  .advantages-list--item {
    flex: 100%;
    max-width: calc(25% - 32px);
    margin: 32px 0 0 32px; }
  /* line 785, content.scss */
  .advantages-list .description {
    color: #9E9E9E; }

/*** End Advantages list ***/
