

/* Start:/local/templates/tvoy-sexshop-2022/components/custom/empty/page-about/style.css?17002349465244*/
.about-page {
  position: relative;
}
.about-page .about-page-bg {
  position: absolute;
  z-index: -2;
  left: 5%;
}
.about-page .about-page-bg-two {
  position: absolute;
  z-index: -2;
  right: 0px;
  top: 18%;
}
.about-page .about-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-about/images/Ellipse 151.svg");
}

.contacts_mob_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--Black, #383838);
  font-family: Alice;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.about-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 30px 4fr;
  grid-template-columns: 8fr 4fr;
  color: white;
  font-size: 24px;
  line-height: 100%;
  gap: 30px;
  margin: 60px 0 120px;
}

.about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-right {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 60px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.about-right h2 {
  color: var(--Purple, #60487A);
  font-family: Alice;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  margin-bottom: 20px;
}
.about-right p {
  color: var(--Black, #383838);
  font-family: Alice;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
}
.about-right span {
  color: var(--Black, #383838);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  display: block;
}
.about-right label {
  color: var(--Black, #383838);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  display: block;
  margin-bottom: 10px;
}
.about-right a {
  color: var(--txt, #EA2D8B);
  font-family: Alice;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  text-decoration: none;
}

.about-left {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 60px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.about-left .description {
  margin-bottom: 47px;
  color: var(--Black, #383838);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.about-left h1 {
  color: var(--Purple, #60487A);
  font-family: Alice;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  margin-bottom: 20px;
}

@media (min-width: 1900px) {
  .about-page .about-page-bg-three {
    background-size: cover;
  }
  .about-page .about-page-bg {
    left: 11%;
  }
}
@media (max-width: 1440px) {
  .about-right p {
    font-size: 19px;
  }
  .contacts_mob_flex {
    display: inline-block;
  }
  .about-right span {
    font-size: 19px;
  }
  .about-right label {
    font-size: 19px;
    display: inline-block;
    margin-bottom: 0;
  }
  .about-right p {
    font-size: 19px;
    display: inline;
    margin: 0;
  }
  .about-right {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-right h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .about-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: auto auto;
    margin: 30px 0 40px;
    gap: 40px;
  }
  .about-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about-wrapper > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .about-left h1 {
    font-size: 30px;
    line-height: 50px;
    text-align: left;
  }
  .about-left p {
    line-height: 24px;
    font-size: 16px;
  }
  .about-left {
    padding: 20px 30px;
  }
  .about-page .about-page-bg {
    display: none;
  }
  .about-page .about-page-bg-two {
    top: 0%;
    left: 22%;
  }
}
@media (max-width: 500px) {
  .about-left h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .about-page .about-page-bg-two {
    display: none;
  }
  .about-left .description {
    margin-bottom: 20px;
  }
  .about-right {
    padding: 20px 30px;
  }
  .about-right h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .about-right {
    gap: 10px;
  }
  .about-right a {
    font-size: 19px;
  }
  .contacts_mob_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-right label {
    display: contents;
    white-space: nowrap;
  }
  .about-right p {
    display: contents;
  }
  .about-wrapper {
    gap: 20px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/news.list/advantages-about-page/style.css?17002349461202*/
.about-list-all {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.about-list {
  display: flex;
  gap: 40px;
}
.about-list h2 {
  color: var(--Purple, #60487A);
  font-family: Alice;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  display: block;
  margin-bottom: 20px;
}
.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: flex;
  align-content: center;
  flex-wrap: wrap;
}
.about-list .about-list-img h2 {
  display: none;
}

@media (max-width: 500px) {
  .about-list h2 {
    font-size: 24px;
    line-height: 30px;
    display: none;
  }
  .about-list-all {
    gap: 20px;
  }
  .about-list {
    display: inline-block;
  }
  .about-list .about-list-img h2 {
    display: block;
    margin-bottom: 0;
    word-break: break-all;
  }
  .about-list .about-list-img {
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
  }
  .about-list .about-list-img img {
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
  }
}
/* End */
/* /local/templates/tvoy-sexshop-2022/components/custom/empty/page-about/style.css?17002349465244 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/news.list/advantages-about-page/style.css?17002349461202 */
