@charset "UTF-8";
body {
  background: #FFFFFF;
  font-family: "Gilroy-Regular";
  overflow-x: hidden; }

html {
  font-size: 19px; }

.font_size_42 {
  font-size: 42px;
  font-family: "DaysOne"; }

.font_size_19 {
  font-size: 19px; }

.font_size_21 {
  font-size: 21px; }

.font_size_20 {
  font-size: 20px; }

.font_size_28 {
  font-size: 20px; }

li a {
  color: #FFFFFF;
  text-decoration: none; }
  li a:hover {
    color: #FFFFFF;
    text-decoration: underline; }

h2 {
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

th {
  padding: 10px;
}




.menu_main{
  padding-bottom: 21px;
}
.to_top .menu_main{
  padding-bottom: 0;
}

.about_us, .suggestions, .first_screen {
  color: #fff; }

.dropdown_card_item {
  margin-bottom: 1px;
}

.dropdown_card_item .dropdown_card_item_badge {
  transition: 0.3s;
  filter: brightness(100%);
}

.dropdown_card_item.infocus .dropdown_card_item_badge:hover {
  filter: brightness(100%);
}

.dropdown_card_item .dropdown_card_item_badge:hover {
  transition: 0.3s;
  filter: brightness(127%);
}


.background-image {
  background: url("../images/supply_system/first_screen.png") center center/cover no-repeat; }


.first_screen .background-image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: #05201D;
  z-index: -1;
  height: 100vh;
  width: 100%; }

.absolute_figure {
  position: absolute; }
  .absolute_figure svg {
    -webkit-transform-origin: 100% center;
            transform-origin: 100% center;
    -webkit-animation: rotate 30s linear infinite;
            animation: rotate 30s linear infinite; }
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
.first_screen {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 247px 0 60px 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal; }
  .first_screen_title {
    font-family: Days One;
    font-size: 42px;
    line-height: 53px;
    text-align: center;
    color: #ffffff; }
  .first_screen_wrapper {
    margin-top: 50px; }
    .first_screen_wrapper_image {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .first_screen_wrapper_descr {
      margin-top: 24px;
      font-size: 19px;
      line-height: 137%;
      color: #000000;
      text-align: left; }
      .first_screen_wrapper_descr p {
        margin-top: 30px; }
      .first_screen_wrapper_descr a {
        color: #01746E;
        text-transform: uppercase; }
  .first_screen .absolute_figure_1 {
    top: 182px;
    left: 48px; }
    .first_screen .absolute_figure_1 .figure_1_2 {
      position: absolute;
      top: 134px;
      left: 145px; }
  .first_screen .absolute_figure_2 {
    top: 210px;
    right: 75px; }

.dropdown_card {
  padding-bottom: 20px; }
  .dropdown_card_item {
    -webkit-transition: 1s all;
    transition: 1s all; }
    .dropdown_card_item_badge {
      cursor: pointer; }
    .dropdown_card_item.infocus .dropdown_card_item_container {
      display: block; }
    .dropdown_card_item.infocus .dropdown_card_item_wrapper_arrow:before {
      -webkit-transform: rotate(135deg) translateY(-6px);
              transform: rotate(135deg) translateY(-6px); }
    .dropdown_card_item.infocus .dropdown_card_item_wrapper_arrow:after {
      -webkit-transform: rotate(45deg) translateY(6px);
              transform: rotate(45deg) translateY(6px); }
    .dropdown_card_item.item_1 .dropdown_card_item_badge {
      background: url("../images/supply_system/block1.png") center center/cover no-repeat; }
    .dropdown_card_item.item_2 .dropdown_card_item_badge {
      background: url("../images/supply_system/block2.png") center center/cover no-repeat; }
    .dropdown_card_item.item_3 .dropdown_card_item_badge {
      background: url("../images/supply_system/block3.png") center center/cover no-repeat; }
    .dropdown_card_item.item_4 .dropdown_card_item_badge {
      background: url("../images/supply_system/block4.png") center center/cover no-repeat; }
    .dropdown_card_item.item_5 .dropdown_card_item_badge {
      background: url("../images/supply_system/block5.png") center center/cover no-repeat; }
    .dropdown_card_item.item_6 .dropdown_card_item_badge {
      background: url("../images/supply_system/block6.png") center center/cover no-repeat; }
    .dropdown_card_item.item_7 .dropdown_card_item_badge {
      background: url("../images/supply_system/block7.png") center center/cover no-repeat; }
    .dropdown_card_item.item_8 .dropdown_card_item_badge {
      background: url("../images/supply_system/block8.png") center center/cover no-repeat; }
    .dropdown_card_item.item_9 .dropdown_card_item_badge {
      background: url("../images/supply_system/block9.png") center center/cover no-repeat; }
    .dropdown_card_item.item_10 .dropdown_card_item_badge {
      background: url("../images/supply_system/block10.png") center center/cover no-repeat; }
    .dropdown_card_item_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 140px; }
      .dropdown_card_item_wrapper_arrow {
        position: relative;
        -webkit-transition: 1s all;
        transition: 1s all; }
        .dropdown_card_item_wrapper_arrow:before {
          content: "";
          width: 13px;
          height: 2px;
          background-color: #FFFFFF;
          position: absolute;
          top: 50%;
          right: 4px;
          -webkit-transform: rotate(45deg) translateY(-6px);
                  transform: rotate(45deg) translateY(-6px); }
        .dropdown_card_item_wrapper_arrow:after {
          content: "";
          width: 13px;
          height: 2px;
          background-color: #FFFFFF;
          position: absolute;
          top: 50%;
          right: 4px;
          -webkit-transform: rotate(-45deg) translateY(6px);
                  transform: rotate(-45deg) translateY(6px); }
    .dropdown_card_item_container {
      display: none; }
    .dropdown_card_item_table {
      font-family: Gilroy;
      font-style: normal;
      font-weight: normal;
      margin-top: 10px;
      color: #000000;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .dropdown_card_item_table_col_header {
        position: relative;
        font-family: Days One;
        font-size: 26px;
        line-height: 33px;
        color: #FFFFFF;
        height: 70px; }
        .dropdown_card_item_table_col_header.title {
          padding: 18px 0; }
        .dropdown_card_item_table_col_header:before {
          content: "";
          height: 100%;
          width: 2000%;
          background-color: #154D49;
          position: absolute;
          top: 0;
          -webkit-transform: scaleX(1.5);
                  transform: scaleX(1.5);
          z-index: -1; }
        .dropdown_card_item_table_col_header_icon {
          text-align: center;
          padding: 12px 0 1px 0; }
          .dropdown_card_item_table_col_header_icon.icon_2 {
            padding-bottom: 8px; }
          .dropdown_card_item_table_col_header_icon.icon_3 {
            padding-bottom: 3px; }
          .dropdown_card_item_table_col_header_icon.icon_4 {
            padding-bottom: 0; }
          .dropdown_card_item_table_col_header_icon.icon_5 {
            padding-bottom: 0px; }
        .dropdown_card_item_table_col_header_border {
          height: 13px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative; }
          .dropdown_card_item_table_col_header_border.last {
            margin-top: -5px; }
          .dropdown_card_item_table_col_header_border_number {
            width: 13px;
            height: 13px;
            color: white;
            border: 0.5px solid #FFFFFF;
            border-radius: 100%;
            font-size: 10px;
            line-height: 12px;
            font-family: Gilroy;
            text-align: center;
            margin-left: calc(50% - 27px);
            background-color: #154D49;
            z-index: 2; }
          .dropdown_card_item_table_col_header_border_dashed {
            position: absolute;
            top: 50%;
            left: calc(50%  - 20px);
            display: block;
            width: calc(100% + 20px);
            height: 1px;
            border-bottom: 1px dashed #FFFFFF; }
      .dropdown_card_item_table_col_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .dropdown_card_item_table_col_wrapper_col:nth-child(2) {
          padding-left: 31px;
          padding-right: 9px; }
        .dropdown_card_item_table_col_wrapper_col_subheader {
          position: relative;
          font-weight: 600;
          font-size: 16px;
          line-height: 21px;
          text-align: center;
          padding: 14px 0;
          background-color: #B3C4C4; }
          .dropdown_card_item_table_col_wrapper_col_subheader:before {
            content: "";
            height: 100%;
            width: 200%;
            background-color: #B3C4C4;
            position: absolute;
            top: 0;
            -webkit-transform: scaleX(10);
                    transform: scaleX(10);
            z-index: -1; }
        .dropdown_card_item_table_col_wrapper_col_slashed {
          position: relative;
          height: 40px;
          border-left: 40px solid transparent;
          border-bottom: 40px solid #B3C4C4;
          -webkit-transform: rotate(180deg) translateX(-31px);
                  transform: rotate(180deg) translateX(-31px); }
          .dropdown_card_item_table_col_wrapper_col_slashed:before {
            content: "";
            height: 40px;
            width: 2000%;
            background-color: #B3C4C4;
            position: absolute;
            top: 0;
            z-index: -1; }
          .dropdown_card_item_table_col_wrapper_col_slashed:after {
            content: "";
            height: 1px;
            width: 2000%;
            background-color: #B3C4C4;
            position: absolute;
            top: 0;
            z-index: -1;
            -webkit-transform: scaleX(10);
                    transform: scaleX(10); }
        .dropdown_card_item_table_col_wrapper_col_or {
          position: relative;
          font-weight: 600;
          font-size: 14px;
          line-height: 25px;
          text-align: center;
          height: 25px; }
          .dropdown_card_item_table_col_wrapper_col_or:before {
            content: "";
            height: 100%;
            width: 1000%;
            background-color: #B3C4C4;
            position: absolute;
            top: 0;
            left: calc(-1000% + 182px);
            z-index: -1; }
        .dropdown_card_item_table_col_wrapper_col_text {
          padding: 20px 0;
          font-size: 15px;
          line-height: 140%;
          text-align: center; }
          .dropdown_card_item_table_col_wrapper_col_text.single_col {
            padding: 10px 0; }
        .dropdown_card_item_table_col_wrapper_col_empty {
          height: calc(100% - 140px);
          background-color: #FFFFFF; }
      .dropdown_card_item_table_col_subheader {
        font-weight: 600;
        font-size: 16px;
        line-height: 70px;
        height: 70px }
      .dropdown_card_item_table_col_empty_color {
        height: 41px;
        background-color: #F2ECCC; }
        .dropdown_card_item_table_col_empty_color_or {
          height: 25px;
          background-color: #F2ECCC; }
      .dropdown_card_item_table_col_text {
        padding: 19px 9px 18px 9px;
        font-size: 15px;
        line-height: 140%;
        text-align: center; }
        .dropdown_card_item_table_col_text.colored {
          background-color: #F2ECCC; }
        .dropdown_card_item_table_col_text.single_col {
          padding: 10px 0; }
      .dropdown_card_item_table_col_or {
        position: relative;
        height: 25px;
        font-weight: 600;
        font-size: 14px;
        line-height: 25px;
        text-align: center; }
        .dropdown_card_item_table_col_or:before {
          content: "";
          height: 100%;
          width: 150%;
          background-color: #B3C4C4;
          position: absolute;
          left: -50%;
          top: 0;
          z-index: -1; }
        .dropdown_card_item_table_col_or.right:before {
          width: 1000%;
          right: -1000%; }
    .dropdown_card_item_note {
      margin-top: 35px;
      font-family: Gilroy;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 131%;
      color: #000000;
      width: 498px; }
      .dropdown_card_item_note p {
        display: inline-block; }
        .dropdown_card_item_note p:first-child {

         }
    .dropdown_card_item_related {
      margin-top: 60px;
      font-family: Days One;
      font-style: normal;
      font-weight: normal;
      padding-bottom: 60px; }
      .dropdown_card_item_related h2 {
        font-size: 32px;
        color: #262626;
        text-align: center; }
      .dropdown_card_item_related_wrapper {
        margin-top: 50px; }
        .dropdown_card_item_related_wrapper_goods img {
          width: 100%;
          height: auto; }
        .dropdown_card_item_related_wrapper_goods_descr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .dropdown_card_item_related_wrapper_goods_descr h3 {
            font-size: 26px;
            line-height: 33px; }
          .dropdown_card_item_related_wrapper_goods_descr ul {
            padding-left: 0; }
            .dropdown_card_item_related_wrapper_goods_descr ul li {
              font-family: Gilroy;
              font-size: 16px;
              color: #000000;
              list-style: none;
              margin-top: 10px; }
              .dropdown_card_item_related_wrapper_goods_descr ul li:before {
                content: "⬢";
                margin-right: 10px;
                width: 11px;
                height: 13px; }
          .dropdown_card_item_related_wrapper_goods_descr_btn {
            display: inline-block;
            color: inherit;
            font-family: Gilroy;
            font-weight: 600;
            font-size: 16px;
            line-height: 40px;
            border: 1px solid;
            border-radius: 70px;
            width: 160px;
            height: 40px;
            text-align: center;
            text-decoration: none; }
            .dropdown_card_item_related_wrapper_goods_descr_btn:hover {
              color: inherit;
              text-decoration: underline; }
        .dropdown_card_item_related_wrapper_goods.item_1 {
          color: #509448; }
          .dropdown_card_item_related_wrapper_goods.item_1 ul li:before {
            color: #509448; }
        .dropdown_card_item_related_wrapper_goods.item_2 {
          color: #763A7A; }
          .dropdown_card_item_related_wrapper_goods.item_2 ul li:before {
            color: #763A7A; }

.container {
  max-width: 1100px; }


.dropdown_card_item_table table {
  font-size: 15px;
  text-align: center;
}

.dropdown_card_item_table table td {
  padding: 10px;
}

.first_row  td:first-child,.second_row  td:first-child, .third_row td:first-child {
  position: relative;
}

.first_row  td  svg {
  height: 50px;
}

.first_row td:first-child:before{
  content: "";
  height: 100%;
  width: 2000%;
  background-color: #154D49;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
  z-index: -1;
}

.second_row {
  font-weight: 600;
  font-size: 16px;
}

.first_row .title {
  font-family: Days One;
  font-size: 26px;
  color: white;
}

.second_row  td:first-child:before {
  content: "";
  height: 100%;
  width: 200%;
  background-color: #B3C4C4;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(10);
  transform: scaleX(10);
  z-index: -1;
  }
.third_row td:first-child:before  {
  content: "";
  height: 44px;
  width: 2000%;
  background-color: #B3C4C4;
  position: absolute;
  top: 0;
  z-index: -1;
}

.third_row td:first-child:after {
  content: "";
  height: 1px;
  width: 2000%;
  background-color: #B3C4C4;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transform: scaleX(10);
  transform: scaleX(10);
}


.third_row td:first-child {
  position: relative;

  -webkit-transform: rotate(
          180deg) translateX(0px);
  transform: rotate(
          180deg) translateX(0px);
}



.tangel::after {
  content: '';
  position: absolute; /* Абсолютное позиционирование */
   bottom: -0px; /* Положение треугольника */
  border: 25px solid transparent; border-left: 25px solid #ffffff; border-top: 25px solid #ffffff;
}

.before_block, .before_block_left {
  position: relative;
}

.before_block:before {
  content: "";
  height: 100%;
  width: 1000%;
  background-color: #B3C4C4;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.before_block_left:before {
  content: "";
  height: 100%;
  width: 2000%;
  background-color: #B3C4C4;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
}

.dropdown_card_item_table table  .text_or {
  font-weight: 600;
  font-size: 14px;
  padding: 2px;
}

.table_product_mobile  {
  display: none;
}

.table_product_mobile {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-family: Gilroy;
}

.table_product_mobile .title {
  font-size: 18px;
  font-weight: 400;
  font-family: "DaysOne";
  padding: 15px 0;
  color: white;
}

.table_product_mobile .bg-green {
  background-color: #154D49;
  margin: 0 -20px;
}

.table_product_mobile .bg-gray {
  background-color: #B3C4C4;
  margin: 0 -20px;
  font-weight: 600;
  font-family: Gilroy;
}

.text_circle {
  position: relative;
  margin-left: 40px;
}

.text_circle svg {
  height: 50px;
}

.bg-white {
  padding: 10px 0;
}

.p-15 {
  padding: 15px 0;
}

.fs-13 {
  font-size: 13px;
}

.number_circle {
  text-align: center;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  border: 0.653846px solid #FFFFFF;
  display: block;
  margin: 0 10px 0 22px;
  font-size: 13px;
  position: absolute;
  top: 2px;
  left: -50px;
}

.title-block {
  padding: 15px 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.pb-gray {
  border-bottom: 1px solid #82A4A4;
  margin: 0 -20px;
}

.bg-yellow {
  background-color: #F2ECCC;
  margin: 0 -20px;
  padding: 15px 0;
}

.dropdown_card_item_related_wrapper_goods img {
  width: 210px;
  height: auto;
}

.table_product_pc {
  display: table;
}


@media (max-width: 991px) {
  .dropdown_card_item_table_col_subheader, .dropdown_card_item_table_col_wrapper_col_subheader {
    font-size: 15px;
  }

  .dropdown_card_item_table_col_header {
    font-size: 21px;
  }

  .dropdown_card_item_table_col_wrapper_col_text.single_col {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .table_product_mobile  {
      display: block;
  }

  .table_product_pc {
    display: none;
  }

  .dropdown_card_item_note {
    margin-top: 20px;
  }

  .first_screen_wrapper_image {
    justify-content: center;
  }

  .first_screen {
    padding-top: 160px;
  }

  .dropdown_card_item_related_wrapper_goods {
    text-align: center;
  }

  .dropdown_card_item_related_wrapper_goods img {
    margin: 20px auto;

  }

  .dropdown_card_item_related_wrapper_goods a {
    margin: auto;
  }

  .dropdown_card_item_related_wrapper_goods_descr {
    margin-bottom: 20px;
  }
}

p .require {
  background: #F2ECCC;
}





/*# sourceMappingURL=supply_system.css.map */