#videos_item_main {
  padding: 30px 0;
}
.buy-store.buy-store {
	padding: 150px 0 0;
}
.buy-store.buy-store-el {
	padding: 100px 0;
}
.projects-title {
  margin-bottom: 50px;
  font-weight: 600;
}

.store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #444444;
}
.store-list > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7px;
}
.store-list .store-item {
  margin-bottom: 50px;
}
.store-list > div:nth-child(1),
.store-list > div:nth-child(2) {
  width: 50%;
}
.store-list > div:nth-child(3),
.store-list > div:nth-child(4),
.store-list > div:nth-child(5) {
  width: 33.3333333333%;
}

.store-title {
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.store-title .store-img {
  width: 84px;
  height: 84px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.store-title h3 {
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.store-body {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #444444;
}

.store-bottom_text p:nth-child(1) {
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.store-bottom_text p:nth-child(2) {
  font-family: Gilroy;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
}
.store-bottom_text p:nth-child(2) span {
  color: #2897E2;
}
.bx-pag-prev:hover, .bx-pag-next:hover {
  border-color: transparent;
  background: #2897E2;
}
.bx-pagination .bx-pagination-container ul li {
	padding: 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev  > a > span, .bx-pagination .bx-pagination-container ul li.bx-pag-next > a > span {
border: none;
background: transparent;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.wrap_certificates {
  justify-content: space-between;
}
@media (min-width: 768px) {
.video_item_main_wrp .faq__video {
  margin-right: 10px;
  height: auto;
  width: calc((100% - 45px) / 3);
  margin-bottom: 10px;
  padding-left: 15px;
}
}
@media (max-width: 992px) {
  .d-flex div.store-item {
    width: 50% !important;
  }
  .d-flex div.store-item:nth-child(5) {
      width: 65% !important;
  margin-right: auto;
  margin-left: auto;
  }
}
@media (max-width: 768px) {
.buy-store.buy-store {
  padding: 150px 15px 0;
}
.buy-store.buy-store-el {
  padding: 150px 0;
}
  .d-flex div.store-item, .d-flex div.store-item:nth-child(5) {
    width: 100% !important;
  }
}
