.sectionList__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1.111111111111111rem;
}

.sectionList__item.__COL-2 {
  width: calc(50% - 20px);
}

.sectionList__item.__COL-3 {
  width: calc(33.333333333333336% - 20px);
}

.sectionList__item.__COL-4 {
  width: calc(25% - 20px);
}

.sectionList__item.__COL-5 {
  width: calc(20% - 20px);
}

.sectionList__item.__COL-6 {
  width: calc(16.666666666666668% - 20px);
}

.sectionList__item.__COL-12 {
  width: calc(100% - 20px);
}

.cItem {
  width: 100%;
  height: 100%;
}

.cItem__container {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  padding: 1.111111111111111rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cItem__container:hover {
  -webkit-filter: drop-shadow(0px 4px 13px rgba(99,146,237,0.21));
          filter: drop-shadow(0px 4px 13px rgba(99,146,237,0.21));
}

.cItem__imgBlock {
  margin: 1.111111111111111rem;
  position: relative;
}

.cItem__imgBlock:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.cItem__imgBlock img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cItem__imgBlock a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cItem__title {
  margin-top: 1.111111111111111rem;
  margin-bottom: auto;
  padding-bottom: 1.111111111111111rem;
  color: #242631;
  line-height: 1.2;
  font-size: 16px;
  font-size: 0.888888888888889em;
}

.cItem__title:hover {
  color: #2d66cd;
}

.cItem__price {
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 1.333333333333333em;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .sectionList__item.__COL-3 {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 880px) {
  .sectionList__item.__COL-4 {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 780px) {
  .cItem__imgBlock {
    margin: 0;
  }

  .cItem__title {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .sectionList__item.__COL-3 {
    width: calc(50% - 20px);
  }

  .sectionList__item.__COL-5 {
    width: calc(50% - 20px);
  }

  .sectionList__item.__COL-6 {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 400px) {
  .sectionList__item.__COL-3 {
    width: calc(100% - 20px);
  }

  .sectionList__item.__COL-4 {
    width: calc(100% - 20px);
  }

  .sectionList__item.__COL-5 {
    width: calc(100% - 20px);
  }

  .sectionList__item.__COL-6 {
    width: calc(100% - 20px);
  }

  .cItem__imgBlock:before {
    padding-top: 70%;
  }
}