.delivery {
  background: #191B21;
  background-image: url("../img/delivery/delivery_bg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 187px;
  padding-bottom: 20px;
}
.delivery .content {
  padding-bottom: 164px;
}
.delivery .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 115px;
}
.delivery .content .delivery_info {
  display: flex;
  margin-bottom: 78px;
}
.delivery .content .delivery_info .col {
  width: 50%;
  padding: 0 15px;
}
.delivery .content .delivery_info .col:nth-child(1) {
  border-right: 1px solid #2C2E37;
}
.delivery .content .delivery_info .col .col_title {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.delivery .content .delivery_info .col .col_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.944px;
}
.delivery .content .delivery_info .col .col_list {
  margin-top: 36px;
  margin-bottom: 24px;
  list-style: none;
  padding-left: 79px;
}
.delivery .content .delivery_info .col .col_list li {
  display: flex;
  align-items: center;
}
.delivery .content .delivery_info .col .col_list li::before {
  content: "";
  width: 14.35px;
  height: 10.76px;
  background-image: url("../img/ok.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6.65px;
}
.delivery .content .delivery_info .col .col_list li:not(:last-child) {
  margin-bottom: 20px;
}
.delivery .content .delivery__price_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.delivery .content .delivery__price_wrap .title {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 69.9px;
  text-transform: uppercase;
}
.delivery .content .delivery__price_wrap .price_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.delivery .content .delivery__price_wrap .price_item .price_text {
  width: 570px;
  margin-right: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.944px;
}
.delivery .content .delivery__price_wrap .price_item .price_img {
  width: 554px;
  height: 291px;
  display: flex;
  position: relative;
}
.delivery .content .delivery__price_wrap .price_item .price_img::after {
  position: absolute;
  z-index: 999;
  top: 63px;
  right: 95.99px;
  content: "";
  width: 54px;
  height: 59px;
  background-image: url("../img/delivery/after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.delivery .content .delivery__price_wrap .price_item .price_img::before {
  position: absolute;
  z-index: 999;
  top: 39px;
  left: 20px;
  content: "";
  width: 144px;
  height: 202px;
  background-image: url("../img/delivery/before.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.delivery .content .delivery__price_wrap .price_item .price_img .img_wrap {
  background-color: #1F2128;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
}
@media only screen and (max-width: 1024px) {
  .delivery {
    background: #191B21;
    padding-top: 128px;
    padding-bottom: 78px;
  }
  .delivery .container {
    max-width: 656px;
  }
  .delivery .content {
    padding-bottom: 67px;
  }
  .delivery .content .page_title {
    margin-bottom: 80px;
  }
  .delivery .content .delivery_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 78px;
  }
  .delivery .content .delivery_info .col {
    width: 100%;
    padding: 0;
  }
  .delivery .content .delivery_info .col:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2C2E37;
    margin-bottom: 35px;
    padding-bottom: 37px;
  }
  .delivery .content .delivery_info .col .col_list {
    padding-left: 0;
  }
  .delivery .content .delivery__price_wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .delivery .content .delivery__price_wrap .title {
    margin-bottom: 73px;
  }
  .delivery .content .delivery__price_wrap .price_item {
    flex-direction: column;
  }
  .delivery .content .delivery__price_wrap .price_item:not(:last-child) {
    margin-bottom: 66px;
  }
  .delivery .content .delivery__price_wrap .price_item .price_text {
    width: 100%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 54px;
  }
  .delivery .content .delivery__price_wrap .price_item .price_img {
    width: 554px;
    height: 291px;
    display: flex;
    position: relative;
  }
  .delivery .content .delivery__price_wrap .price_item .price_img::after {
    position: absolute;
    z-index: 999;
    top: 63px;
    right: 95.99px;
    content: "";
    width: 54px;
    height: 59px;
    background-image: url("../img/delivery/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .delivery .content .delivery__price_wrap .price_item .price_img::before {
    position: absolute;
    z-index: 999;
    top: 39px;
    left: 20px;
    content: "";
    width: 144px;
    height: 202px;
    background-image: url("../img/delivery/before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .delivery .content .delivery__price_wrap .price_item .price_img .img_wrap {
    background-color: #1F2128;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  }
}
@media only screen and (max-width: 768px) {
  .delivery {
    padding-top: 128px;
    padding-bottom: 0px;
  }
  .delivery .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .delivery .content {
    padding-bottom: 83px;
  }
  .delivery .content .page_title {
    margin-bottom: 51px;
  }
  .delivery .content .delivery_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
  }
  .delivery .content .delivery_info .col {
    width: 100%;
    padding: 0;
  }
  .delivery .content .delivery_info .col:nth-child(1) {
    margin-bottom: 23px;
    padding-bottom: 35px;
  }
  .delivery .content .delivery__price_wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .delivery .content .delivery__price_wrap .title {
    font-size: 35px;
    line-height: 55px;
    text-align: left;
    margin-bottom: 20px;
  }
  .delivery .content .delivery__price_wrap .price_item:not(:last-child) {
    margin-bottom: 63px;
  }
  .delivery .content .delivery__price_wrap .price_item .price_text {
    width: 100%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 46px;
  }
  .delivery .content .delivery__price_wrap .price_item .price_img {
    width: 100%;
    max-width: 403px;
    height: 212px;
    display: flex;
    position: relative;
  }
  .delivery .content .delivery__price_wrap .price_item .price_img::after {
    position: absolute;
    z-index: 999;
    top: 45.9px;
    right: 69.93px;
    content: "";
    width: 39.34px;
    height: 42.98px;
    background-image: url("../img/delivery/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .delivery .content .delivery__price_wrap .price_item .price_img::before {
    position: absolute;
    z-index: 999;
    top: 28px;
    left: 14.57px;
    content: "";
    width: 104px;
    height: 147px;
    background-image: url("../img/delivery/before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .delivery .content .delivery__price_wrap .price_item .price_img .img_wrap {
    background-color: #1F2128;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  }
}/*# sourceMappingURL=delivery.css.map */

@media only screen and (max-width: 500px) {
.delivery .content .delivery__price_wrap .price_item .price_img::before {
    position: absolute;
    z-index: 999;
    top: 28px;
    left: 5px;
    content: "";
    width: 85px;
    height: 136px;
    background-image: url(../img/delivery/before.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.delivery .content .delivery__price_wrap .price_item .price_img::after {
    position: absolute;
    z-index: 999;
    top: 45.9px;
    right: 55px;
    content: "";
    width: 39.34px;
    height: 42.98px;
    background-image: url(../img/delivery/after.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
}