@font-face {
  font-family: 'Proxima Nova';
  src: url("ProximaNova-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("proximanova_extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("proximanova_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.benefits_info_seo {
  font-family: 'Proxima Nova';
  color: #2F3239;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}

.benefits_info_seo .benefit {
  max-width: 928px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit {
    max-width: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefits_info_seo .benefit:first-child {
  margin-top: 68px;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit:first-child {
    margin-top: 96px;
  }
}

.benefits_info_seo .benefit:last-child {
  margin-bottom: 84.75px;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit:last-child {
    margin-bottom: 95.75px;
  }
}

.benefits_info_seo .benefit .text {
  max-width: 928px;
  position: relative;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit .text {
    width: 100%;
  }
}

.benefits_info_seo .benefit .text .benefit_title {
  font-family: 'Proxima Nova';
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  text-align: start;
  margin: 16px 0;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit .text .benefit_title {
    font-size: 28px;
  }
}

.benefits_info_seo .benefit .text .benefit_title span {
  color: #19AD47;
}

.benefits_info_seo .benefit .text .benefit_sub_title {
  font-family: 'Proxima Nova';
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  text-align: start;
  margin: 16px 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit .text .benefit_sub_title {
    font-size: 24px;
  }
}

.benefits_info_seo .benefit .text .benefit_sub_title span {
  color: #19AD47;
}

.benefits_info_seo .benefit .text .benefit_sub_bold {
  font-family: 'Proxima Nova';
  font-size: 30px;
  font-weight: 800;
  line-height: 150%;
  text-align: start;
  margin: 16px 0;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit .text .benefit_sub_bold {
    font-size: 24px;
  }
}

.benefits_info_seo .benefit .text .benefit_sub_bold span {
  color: #19AD47;
}

.benefits_info_seo .benefit .text .desc {
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2F3239;
  margin-top: 40px;
}

.benefits_info_seo .benefit .text .desc ul {
  padding-left: 22px;
}

.benefits_info_seo .benefit .text .desc ul span {
  color: #19AD47;
}

.benefits_info_seo .benefit .text .desc ul a {
  text-decoration: none;
  font-weight: 700;
}

.benefits_info_seo .benefit .text .desc ul a:hover {
  text-decoration: underline;
}

.benefits_info_seo .benefit .text .desc .faq {
  padding: 0;
  list-style: none;
}

.benefits_info_seo .benefit .text .desc .faq li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit .text .desc .faq li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefits_info_seo .benefit .text .desc .faq li span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #2F3239;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}

@media (max-width: 1024px) {
  .benefits_info_seo .benefit .text .desc .faq li span {
    width: 100%;
  }
}

.benefits_info_seo .benefit .text .desc a {
  color: #19AD47;
}

.benefits_info_seo .benefit .image {
  max-width: 928px;
}

.benefits_info_seo .benefit .image img,
.benefits_info_seo .benefit .image video {
  width: 100%;
  height: 100%;
  display: block;
}

.benefits_info_seo .center {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: none;
}

.benefits_info_seo .center .text,
.benefits_info_seo .center .image {
  width: 100%;
  margin: 0;
}

.benefits_info_seo .center .benefit_title {
  margin-top: 0 !important;
  text-align: center !important;
}

@media (max-width: 1024px) {
  .benefits_info_seo .center .benefit_title {
    overflow-wrap: break-word;
  }
}

.benefits_info_seo .center .desc {
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .benefits_info_seo .center .desc br {
    display: none;
  }
}

.benefits_info_seo .line {
  max-width: 928px;
  margin: auto;
  height: 2px;
  background: #97989C;
  margin-top: 40px;
  margin-bottom: 40px;
}

.benefits_info_seo .small {
  font-size: 12px;
}

.benefits_info_seo .mr-t {
  margin-top: 32px !important;
}

.benefits_info_seo .mr-n {
  margin: 0 !important;
}

.benefits_info_seo .image_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

@media (max-width: 568px) {
  .benefits_info_seo .image_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefits_info_seo .image_flex img {
    width: 100%;
    margin-top: 10px;
  }
}

.benefits_info_seo .image_original {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.benefits_info_seo .image_original img {
  width: auto;
  height: auto;
}

.benefits_info_seo .unlist {
  list-style: none;
  padding-left: 0px !important;
}

@media (max-width: 1024px) {
  .benefits_info_seo .desctop {
    display: none !important;
  }
}

.benefits_info_seo .mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .benefits_info_seo .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.benefits_info_seo .faq {
  background: rgba(47, 50, 57, 0.05);
  border-radius: 12px;
  padding: 60px;
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .benefits_info_seo .faq {
    padding: 30px;
  }
}

.benefits_info_seo .faq .faq-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 20px;
}

.benefits_info_seo .faq .faq-item {
  background: #DEEDE4;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
}

.benefits_info_seo .faq .faq-question {
  padding: 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #2F3239;
}

.benefits_info_seo .faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  background: #FFFFFF;
  -webkit-transition: max-height 0.3s ease, padding 0.3s;
  transition: max-height 0.3s ease, padding 0.3s;
  border-radius: 8px;
}

.benefits_info_seo .faq .faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px;
  margin-top: 10px;
}

.benefits_info_seo .faq .faq-item.active .faq-question .dot {
  background: #19AD47;
}

.benefits_info_seo .faq .dot {
  width: 10px;
  height: 10px;
  background: #B7E1C4;
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.benefits_info_seo .faq .arrow {
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.benefits_info_seo .faq .faq-item.active .arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.benefits_info_seo .option {
  background: rgba(47, 50, 57, 0.05);
  border-radius: 12px;
  padding: 50px;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .benefits_info_seo .option {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefits_info_seo .option.direction_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.benefits_info_seo .option.direction_column .pluses {
  max-width: 100%;
  margin-bottom: 30px;
}

.benefits_info_seo .option.direction_column .pluses:last-child {
  margin-bottom: 0;
}

.benefits_info_seo .option .pluses {
  max-width: 316px;
  width: 100%;
}

@media (max-width: 1024px) {
  .benefits_info_seo .option .pluses {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.benefits_info_seo .option .title {
  font-family: Proxima Nova;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 20px;
}

.benefits_info_seo .option .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  line-height: 100%;
}

.benefits_info_seo .option .list .item svg {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.benefits_info_seo .top_product {
  background: rgba(47, 50, 57, 0.05);
  border-radius: 12px;
  padding: 60px;
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .benefits_info_seo .top_product {
    padding: 30px;
  }
}

.benefits_info_seo .top_product .title {
  font-family: Proxima Nova;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 30px;
}

.benefits_info_seo .top_product .title span {
  color: #19AD47;
}

.benefits_info_seo .top_product .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .benefits_info_seo .top_product .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefits_info_seo .top_product .info .image {
  max-width: 188px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .benefits_info_seo .top_product .info .image {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

.benefits_info_seo .top_product .info .image img {
  height: auto;
}

.benefits_info_seo .top_product .info .info_product {
  max-width: 286px;
  width: 100%;
}

@media (max-width: 1024px) {
  .benefits_info_seo .top_product .info .info_product {
    max-width: 100%;
  }
}

.benefits_info_seo .top_product .info .info_product .title_product {
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #19AD47;
  margin-bottom: 5px;
}

.benefits_info_seo .top_product .info .info_product .stock {
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #2F3239B2;
  margin-bottom: 15px;
}

.benefits_info_seo .top_product .info .info_product .description {
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #2F3239;
}

.benefits_info_seo .top_product .info .link {
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .benefits_info_seo .top_product .info .link {
    margin-left: 0px;
  }
}

.benefits_info_seo .top_product .info .link a {
  width: 225px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #19AD47;
  border-radius: 4px;
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .benefits_info_seo .top_product .info .link a {
    width: 100%;
  }
}

.benefits_info_seo .choose {
  background: linear-gradient(95.28deg, rgba(25, 173, 71, 0.2) 0.22%, rgba(223, 253, 232, 0.2) 100%);
  border-radius: 12px;
  padding: 60px;
  margin-top: 32px;
  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;
}

@media (max-width: 1024px) {
  .benefits_info_seo .choose {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefits_info_seo .choose .info {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 1024px) {
  .benefits_info_seo .choose .info {
    max-width: 100%;
  }
}

.benefits_info_seo .choose .info .title {
  font-family: Proxima Nova;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  color: #2F3239;
  margin-bottom: 20px;
}

.benefits_info_seo .choose .info .description {
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2F3239;
}

.benefits_info_seo .choose .grp_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .benefits_info_seo .choose .grp_btn {
    width: 100%;
  }
}

.benefits_info_seo .choose .grp_btn a {
  text-decoration: none;
  margin-bottom: 20px;
  width: 225px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1024px) {
  .benefits_info_seo .choose .grp_btn a {
    width: 100%;
  }
}

.benefits_info_seo .choose .grp_btn a svg {
  margin-right: 10px;
}

.benefits_info_seo .choose .grp_btn .catalog {
  background: #19AD47;
  color: #fff;
}

.benefits_info_seo .choose .grp_btn .call {
  color: #19AD47;
  background: transparent;
  border: 1px solid #19AD47;
}

.benefits_info_seo .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .benefits_info_seo .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefits_info_seo .d-flex picture {
  width: calc(50% - 16px);
}

@media (max-width: 1024px) {
  .benefits_info_seo .d-flex picture {
    width: 100%;
  }
}

.benefits_info_seo .d-flex img {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .benefits_info_seo .d-flex img {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
  }
}

.oven-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.oven-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #2F3239;
  border-radius: 16px;
  overflow: hidden;
  color: #2F3239;
}

.oven-table th,
.oven-table td {
  padding: 26px 22px;
  border-right: 1px solid #2F3239;
  border-bottom: 1px solid #2F3239;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.oven-table th {
  background: #e8f7ee;
  font-family: Proxima Nova;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.oven-table td:first-child {
  width: 180px;
  text-align: left;
  background: #f7f7f8;
}

.oven-table tr:last-child td {
  border-bottom: 0;
}

.oven-table th:last-child,
.oven-table td:last-child {
  border-right: 0;
}

@media (max-width: 768px) {
  .oven-table th,
  .oven-table td {
    padding: 8px;
    font-size: 7px;
  }
  .oven-table td:first-child {
    width: 76px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .oven-table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3;
  }
}

.solid {
  font-weight: 400 !important;
}

.nano_mate {
  background: #F1E7E1;
  gap: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

@media (max-width: 1024px) {
  .nano_mate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nano_mate .item {
  width: 50%;
  gap: 34px;
  position: relative;
}

@media (max-width: 1024px) {
  .nano_mate .item {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .nano_mate .item:first-child {
    margin-bottom: 60px;
  }
  .nano_mate .item:first-child::after {
    content: 'VS';
    font-family: Proxima Nova;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 0.5px solid #FFFFFF;
    background: #2F3239;
    color: #FFFFFF;
    position: absolute;
    bottom: -60px;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 2;
  }
  .nano_mate .item:first-child::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #BCBCBC;
    position: absolute;
    left: 0;
    bottom: -34px;
  }
}

.nano_mate .item:first-child .image::after {
  content: 'VS';
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 0.5px solid #FFFFFF;
  background: #2F3239;
  color: #FFFFFF;
  position: absolute;
  right: -40px;
  top: 50%;
  z-index: 2;
}

@media (max-width: 1024px) {
  .nano_mate .item:first-child .image::after {
    display: none;
  }
}

.nano_mate .item:first-child .image::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #BCBCBC;
  position: absolute;
  right: -16px;
  top: 0;
}

@media (max-width: 1024px) {
  .nano_mate .item:first-child .image::before {
    display: none;
  }
}

.nano_mate .item .title {
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #2F3239;
  border-radius: 4px;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nano_mate .item .image {
  position: relative;
}

.nano_mate .item .image img {
  height: auto;
}

.nano_mate .item .pluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nano_mate .item .pluses.wt .items .info .title {
  color: #FFFFFF;
}

.nano_mate .item .pluses .items {
  width: calc(50% - 5px);
  background: #2F3239;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 77px;
}

@media (max-width: 1024px) {
  .nano_mate .item .pluses .items {
    width: 100%;
  }
}

.nano_mate .item .pluses .items .info {
  margin-left: 5px;
}

.nano_mate .item .pluses .items .info .title {
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #19AD47;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: auto;
}

.nano_mate .item .pluses .items .info .desc {
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.nano_mate .tet {
  background: #2F3239;
  border-radius: 8px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.nano_mate .tet .icon {
  margin-right: 10px;
}

.nano_mate .tet .info .title {
  font-family: Proxima Nova;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.nano_mate .tet .info .desc {
  color: #FFFFFF;
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
}

.nano_table {
  background: #F1E7E1;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .nano_table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

.nano_table .td {
  background: #FFFFFF;
  border-top: 1px solid #BCBCBC;
  width: 33.33%;
}

@media (max-width: 1024px) {
  .nano_table .td {
    width: 100%;
  }
}

.nano_table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nano_table ul.b1 {
  text-align: right;
}

@media (max-width: 1024px) {
  .nano_table ul.b1 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.nano_table ul.b1 .icon {
  margin-left: 15px;
}

@media (max-width: 1024px) {
  .nano_table ul.b1 .icon {
    margin-left: 0;
    margin-right: 15px;
  }
}

.nano_table ul.b2 li {
  font-weight: 700;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .nano_table ul.b2 li {
    padding-left: 20px;
  }
}

.nano_table ul.b2 li .icon {
  margin-right: 15px;
}

.nano_table ul.b3 li {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-right: 1px solid #BCBCBC;
}

.nano_table ul.b3 .icon {
  margin-right: 15px;
}

.nano_table ul li {
  height: 28px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-bottom: 1px solid #BCBCBC;
  border-left: 1px solid #BCBCBC;
}

@media (max-width: 1024px) {
  .nano_table ul li {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

.nano_table ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=style.css.map */