.special-offers__title {
  color: #2b231f; 
}
.special-offers__title-mobile {
  display: none;
}
.special-offers {
  width: 1270px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1270px) {
  .special-offers {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .maincontent-payment-method .special-offers {
    display: none;
  }
}
.special-offers-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.special-offer-item {
  width: 360px;
  height: 310px;
  margin-right: 48px; }
  .special-offer-item:last-child {
    margin-right: 0; }

.special-offer-item .offer__pic-box {
  width: 100%;
  height: 165px;
  margin-bottom: 6px;
  position: relative;
}
.special-offer-item .offer__pic-box img {
  width: 100%;
  height: 100%;
}

.special-offer__pic-box {
  position: relative;
  width: 360px;
  height: 165px;
  line-height: 0;
  margin-bottom: 8px;
}

.offer-pic img {
  width: 100%;
  height: 100%;
}

.offer-pic__border {
  position: absolute;
  top: 3%;
  left: 1.4%;
  width: 97%;
  height: 94%;
  border: 1px solid #fff;
}

.special-offer-dsc__title {
  font-family: 'robotomedium';
  color: #505050;
  font-size: 24px;
  margin-bottom: 5px;
}
.special-offer-dsc p {
  margin-bottom: 4px;
}
.special-offer-dsc__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  align-items: center;
}
.special-offer-dsc__bottom .detail-link {
  font-family: 'robotomedium';
  font-size: 16px;
  border-bottom: 1px dashed #047878;
}
.special-offer-dsc__bottom span {
  font-family: 'robotolight_italic';
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
	.special-offers__title-mobile {
    display: block;
    margin-top: 26px;
    margin-bottom: 22px;
  }
  .special-offers__title {
    display: none;
  }
    .special-offers h2 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 750px) {
	.special-offers h2 {
    font-size: 34px;
  }
}