.ourAssortment {
  background: #e5ecf3;
  padding-bottom: 64px; }
  @media screen and (max-width: 768px) {
    .ourAssortment {
      padding-bottom: 48px; } }
  .ourAssortment .title_wrap {
    padding-top: 64px;
    width: 100%;
    text-align: center;
    padding-bottom: 64px;
    font-size: 20px; }
    @media screen and (max-width: 992px) {
      .ourAssortment .title_wrap {
        padding-top: 48px;
        padding-bottom: 48px; } }
    .ourAssortment .title_wrap h3::after {
      content: '';
      position: absolute;
      background: #6C9FEA;
      border-radius: 100px;
      width: 124px;
      height: 8px;
      bottom: -24px;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
  .ourAssortment .wrapp_about_text {
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 51px;
    text-align: center; }
    .ourAssortment .wrapp_about_text p {
      font-family: Open Sans, sans-serif;
      font-style: normal;
      text-align: center;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px; }
  .ourAssortment .acc-flex-content {
    display: flex;
    /*
        .acc-items-wrap:first-child {
            padding-right: 8px;
            @media screen and (max-width: 768px) {
                padding-right: 0;
            }
        }
        .acc-items-wrap:last-child {
            padding-left: 8px;
            @media screen and (max-width: 768px) {
                padding-left: 0;
            }
        }
*/ }
    .ourAssortment .acc-flex-content .acc-items-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 50%;
      height: max-content; }
      .ourAssortment .acc-flex-content .acc-items-wrap .acc-body {
        border-top: 1px solid #E5EBF0;
        display: none;
        padding: 16px 32px 32px 32px; }
        .ourAssortment .acc-flex-content .acc-items-wrap .acc-body .acc-body-imgs {
          display: flex;
          flex-wrap: wrap; }
          .ourAssortment .acc-flex-content .acc-items-wrap .acc-body .acc-body-imgs .acc-body-img-block {
            max-width: 144px;
            width: 100%;
            margin-bottom: 16px;
            margin-right: 16px; }
            .ourAssortment .acc-flex-content .acc-items-wrap .acc-body .acc-body-imgs .acc-body-img-block img {
              width: 100%;
              border-radius: 10px; }
        .ourAssortment .acc-flex-content .acc-items-wrap .acc-body .acc-body-text {
          font-family: Open Sans, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 25px;
          color: #46515C; }
      .ourAssortment .acc-flex-content .acc-items-wrap .acc-item {
        width: 100%;
        height: fit-content;
        background: #FFFFFF;
        box-shadow: 0px 3px 15px #C6CCE6;
        border-radius: 10px;
        margin-bottom: 16px;
        margin: 0 8px 16px; }
        @media screen and (max-width: 768px) {
          .ourAssortment .acc-flex-content .acc-items-wrap .acc-item {
            width: 100%; } }
        .ourAssortment .acc-flex-content .acc-items-wrap .acc-item .acc-head {
          padding: 16px 32px;
          display: flex;
          justify-content: space-between;
          cursor: pointer; }
          .ourAssortment .acc-flex-content .acc-items-wrap .acc-item .acc-head > .acc-head.active {
            background-color: #3399cc;
            color: #fff; }
          @media screen and (max-width: 768px) {
            .ourAssortment .acc-flex-content .acc-items-wrap .acc-item .acc-head {
              padding: 16px; } }
          .ourAssortment .acc-flex-content .acc-items-wrap .acc-item .acc-head .acc-head-icon {
            display: flex;
            align-items: center; }
          .ourAssortment .acc-flex-content .acc-items-wrap .acc-item .acc-head .acc-head-title {
            font-family: Open Sans, sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            color: #46515C; }
      @media screen and (max-width: 768px) {
        .ourAssortment .acc-flex-content .acc-items-wrap {
          width: 100%;
          max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .ourAssortment .acc-flex-content {
        flex-direction: column; } }
  .ourAssortment .dn {
    display: none; }
