/*cross*/

.cross-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 140px;
  background: #000;
  margin-bottom: 50px;
}

.cross-title {
  font-weight: 700;
  color: #000;
  font-size: 52px;
  line-height: 1.2;
  margin: 0;
}

.cross-sub-title {
  text-align: center;
  font-size: 30px;
  line-height: 46px;
  color: #414040;
  max-width: 840px;
  margin: 0 auto 45px;
}

.cross-grid__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  padding: 20px;
}

.cross-paragraph {
  padding: 0 40px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto 50px;
}

.cross-banner {
  margin-bottom: 60px;
}

.cross-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cross-col-2 {
  width: -webkit-calc(50% - 18px);
  width: calc(50% - 18px);
  margin-bottom: 40px;
}

.cross-col-3 {
  width: -webkit-calc(33.333333% - 25px);
  width: calc(33.333333% - 25px);
  margin-bottom: 40px;
}

.cross-grid img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.cross-text-title {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.cross-text {
  color: #000;
  padding: 0 20px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.cross-pencil__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid #d8d8d8;
}

.cross-pencil__item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.cross-pencil__item-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.cross-pencil__item img {
  width: 100%;
}

.cross-pencil__title {
  font-weight: 700;
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}

.cross-pencil__item-text {
  width: 370px;
  padding-left: 50px;
  font-size: 18px;
  line-height: 26px;
  color: #414040;
}

.cross-pencil-block {
  margin: 30px 0 70px;
}

.cross-pencil__discription {
  font-size: 16px;
  line-height: 1.4;
  color: #a2a2a2;
  margin-top: 10px;
}

.cross-gift {
  font-size: 38px;
  line-height: 42px;
  font-weight: 900;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.cross-gift span {
  color: #ebac1f;
}

/*---MEDIA---*/

/*----------------------------------------1023--*/

@media only screen and (max-width:1023px) {
  .cross-sub-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .cross-pencil__item-text {
    width: 250px;
    padding: 0 15px;
  }

  .cross-discription__item {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }

  .cross-discription__text {
    font-size: 14px;
    line-height: 18px;
  }

  .cross-pencil__title {
    font-size: 20px;
  }

  .cross-text,
  .cross-pencil__item-text {
    font-size: 16px;
    line-height: 22px;
  }

  .cross-col-2 {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 40px;
  }

  .cross-col-3 {
    width: -webkit-calc(33.333333% - 8px);
    width: calc(33.333333% - 8px);
    margin-bottom: 40px;
  }
}

/*----------------------------------------739--*/

@media only screen and (max-width:739px) {
  .cross-title {
    font-size: 35px;
  }

  .cross-sub-title {
    font-size: 18px;
    line-height: 26px;
  }

  .cross-pencil-block {
    margin-bottom: 30px;
  }

  .cross-pencil__item-img {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    width: 100%;
  }

  .cross-pencil__item-text {
    width: 100%;
    text-align: center;
  }

  .cross-grid__item,
  .cross-discription__item {
    width: 100%;
  }

  .cross-h3 {
    font-size: 16px;
  }

  .cross-grid__text {
    padding: 0;
    margin-top: 20px;
  }

  .cross-col-2,
  .cross-col-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .cross-paragraph {
    font-size: 16px;
    padding: 0;
    margin-bottom: 30px;
  }

  .cross-banner {
    margin-bottom: 30px;
  }
}
