

/* Start:/local/templates/tvoy-sexshop-2022/components/custom/empty/page-delivery/style.css?17014426311482*/
.delivery-page {
  border-radius: 20px;
  position: relative;
  background: #FFF;
  padding: 40px 60px;
  margin: 40px 0px;
}
.delivery-page h1 {
  color: var(--Purple, #60487A);
  font-family: Alice;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  margin-bottom: 20px;
}
.delivery-page .description {
  color: var(--Black, #383838);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 47px;
}

.page-bg {
  position: absolute;
  z-index: -2;
  left: 5%;
}

.page-bg-two {
  position: absolute;
  z-index: -2;
  right: -6%;
  top: 18%;
}

.page-bg-three {
  position: absolute;
  z-index: -2;
  top: 14%;
  width: 100%;
  height: 100%;
  background-position: top;
  background-image: url("/local/templates/tvoy-sexshop-2022/components/custom/empty/page-delivery/images/Ellipse 151.svg");
}

@media (min-width: 1900px) {
  .page-bg-three {
    background-size: cover;
  }
  .page-bg {
    left: 11%;
  }
}
@media (max-width: 992px) {
  .page-bg {
    display: none;
  }
  .page-bg-two {
    right: -47%;
    top: 2%;
  }
  .page-bg-three {
    top: 9%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .delivery-page {
    padding: 10px;
    margin: 10px 15px;
  }
  .delivery-page h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
  .delivery-page .description {
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin-bottom: 20px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/news.list/delivery-page/style.css?17014517733364*/
.about-list-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.about-list .about-list-inner-flex-btn {
  border-radius: 62px;
  background: #EC4570;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  padding: 12px 24px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}
.about-list h3 {
  color: var(--Purple, #60487A);
  font-family: Alice;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  display: block;
}
.about-list .about-list-inner p {
  color: var(--Black, #383838);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 30px */
}
.about-list .about-list-img {
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-list .about-list-img h3 {
  display: none;
}
.about-list .about-list-img span {
  display: none;
}
.about-list .about-list-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.about-list .about-list-inner-flex span {
  color: var(--txt, #EA2D8B);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

@media (max-width: 1200px) {
  .about-list .about-list-inner-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-list .about-list-inner-flex span {
    margin-left: 0;
  }
  .about-list h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .about-list h3 {
    font-size: 24px;
    line-height: 30px;
    display: none;
  }
  .about-list-all {
    gap: 20px;
  }
  .about-list {
    display: inline-block;
  }
  .about-list .about-list-img h3 {
    display: block;
    margin-bottom: 0;
  }
  .about-list .about-list-img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .about-list .about-list-inner-flex span {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px; /* 187.5% */
  }
  .about-list .about-list-img img {
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
  .about-list .about-list-inner-flex {
    margin-bottom: 0;
  }
  .about-list .about-list-inner p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  .about-list .about-list-inner-flex-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 370px) {
  .about-list .about-list-inner-flex span {
    font-size: 14px;
    line-height: 23px;
  }
}
/* End */
/* /local/templates/tvoy-sexshop-2022/components/custom/empty/page-delivery/style.css?17014426311482 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/news.list/delivery-page/style.css?17014517733364 */
