

/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/catalog/catalog/style.css?16971945974825*/
.catalog-sections__title {
  position: relative;
  color: #FFFFFF;
  font-family: "Alice", sans-serif;
  font-size: 50px;
  display: inline-block;
  z-index: 2;
}
.catalog-sections__title::before {
  content: "";
  position: absolute;
  width: 364px;
  height: 88px;
  background-color: #F14358;
  border-radius: 200px;
  top: -42%;
  left: -30%;
  transform: rotate(-8deg);
  z-index: -1;
}

.catalog-section {
  margin-bottom: 40px !important;
  position: relative;
}
.catalog-section:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 39%;
  width: 2100px;
  height: 900px;
  border-radius: 70%;
  transform: rotate(-25deg);
  background: linear-gradient(258.42deg, #EC4570 41.58%, rgba(255, 255, 255, 0) 96.56%), #F14358;
  z-index: -2;
}
.catalog-section:after {
  content: "";
  position: absolute;
  top: 45%;
  left: -40%;
  width: 3400px;
  height: 1100px;
  border-radius: 70%;
  transform: rotate(-20deg);
  background: #60487A;
  z-index: -1;
}
.catalog-section__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.catalog-section__header-title {
  display: flex;
  align-items: center;
  color: #60487A;
}
.catalog-section__header-backlink {
  position: relative;
  height: 40px;
  width: 40px;
  border: 2px solid #EC4570;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.catalog-section__header-backlink::before {
  position: absolute;
  top: 21px;
  left: 10px;
  content: "";
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background-color: #EC4570;
  transform: rotate(45deg);
}
.catalog-section__header-backlink::after {
  position: absolute;
  bottom: 21px;
  left: 10px;
  content: "";
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background-color: #EC4570;
  transform: rotate(-45deg);
}
.catalog-section__sort {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.catalog-section__content {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 30px;
}
.catalog-section__sidebar:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10%;
  width: 320px;
  height: 220px;
  border-radius: 70%;
  transform: rotate(-25deg);
  background: rgba(149, 113, 188, 0.51);
  z-index: -1;
}
.catalog-section__sidebar-btn {
  display: none;
}
.catalog-section__sidebar-inner > * + * {
  margin-top: 30px;
}

@media (max-width: 1919px) {
  .catalog-sections__title::before {
    width: 284px;
    height: 69px;
    top: -20%;
    left: -25%;
  }
  .catalog-section:before {
    top: 13%;
    left: 39%;
    width: 2100px;
    height: 900px;
    border-radius: 70%;
    transform: rotate(-25deg);
  }
  .catalog-section:after {
    top: 45%;
    left: -56%;
    width: 3000px;
    height: 800px;
    border-radius: 70%;
    transform: rotate(-20deg);
  }
  .catalog-section__content {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 1400px) {
  .catalog-section__sidebar-inner > * + * {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .catalog-sections__title {
    font-size: 30px;
  }
  .catalog-sections__title::before {
    width: 185px;
    height: 45px;
    top: -20%;
    left: -25%;
  }
  .catalog-section:before {
    top: 19%;
    left: 39%;
    width: 1500px;
    height: 600px;
    border-radius: 70%;
    transform: rotate(-25deg);
  }
  .catalog-section:after {
    top: 34%;
    left: -56%;
    width: 2000px;
    height: 600px;
    border-radius: 70%;
    transform: rotate(-25deg);
  }
  .catalog-section__header-backlink {
    width: 20px;
    height: 20px;
  }
  .catalog-section__header-backlink::before {
    top: 9px;
    left: 4px;
    width: 7px;
    height: 2px;
  }
  .catalog-section__header-backlink::after {
    bottom: 9px;
    left: 4px;
    width: 7px;
    height: 2px;
  }
  .catalog-section__header h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .catalog-section__sort {
    margin-bottom: 20px;
  }
  .catalog-section__content {
    grid-template-columns: 2fr 4fr;
  }
  .catalog-section__sidebar-inner > * + * {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .catalog-section__header h1 {
    font-size: 24px;
    line-height: 27px;
    text-align: start;
  }
  .catalog-section__sort {
    justify-content: flex-start;
  }
  .catalog-section__content {
    display: block;
  }
  .catalog-section__sidebar {
    margin-bottom: 20px;
  }
  .catalog-section__sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #DD3D6B;
    text-align: center;
    color: white;
    padding: 5px 15px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  .catalog-section__sidebar-inner {
    margin-top: 10px;
  }
  .catalog-section__sidebar-inner:not(.catalog-section__sidebar-inner_open) {
    display: none;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/catalog.section.list/catalog/style.css?16971945974064*/
.catalog-page__wrapper {
  position: relative;
  z-index: 1;
}
.catalog-page__wrapper:before {
  content: "";
  position: absolute;
  top: -25%;
  left: -30%;
  width: 1755px;
  height: 588px;
  background: #60487A;
  border-radius: 50%;
  transform: rotate(5deg);
  z-index: -1;
}
.catalog-page__wrapper:after {
  content: "";
  position: absolute;
  top: -25%;
  left: -30%;
  width: 2955px;
  height: 940px;
  background: linear-gradient(262.16deg, #EC4570 24.14%, rgba(255, 255, 255, 0) 80.36%), #F14358;
  border-radius: 50%;
  transform: rotate(-5deg);
  z-index: -2;
}

.catalog-page__list {
  margin: 100px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.catalog-page__item {
  display: flex;
  flex-direction: column;
  padding: 60px 25px;
  height: 588px;
  border-radius: 25px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: black;
  /*	&:hover::after {
  		opacity: 1;
  		visibility: visible;
  		transition: all .2s;
  	}

  	&::after {
  		content: "";
  		background-color: transparent;
  		pointer-events: none;
  		width: 100%;
  		height: 100%;
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		border: 2px solid red;
  		display: block;
  		opacity: 0;
  		visibility: hidden;
  		transition: all .2s;
  		z-index: 2;
  		border-radius: 25px;
  	}*/
}

.catalog-page__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 384px;
}
.catalog-page__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog-page__name {
  margin: auto auto 0;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  max-width: 200px;
}

@media (max-width: 1440px) {
  .catalog-page__list {
    margin-top: 50px;
  }
  .catalog-page__item {
    height: 400px;
    padding: 30px 15px;
  }
  .catalog-page__img {
    height: 220px;
  }
  .catalog-page__wrapper:before {
    top: -22%;
    left: -65%;
    width: 1569px;
    height: 525px;
    transform: rotate(5deg);
  }
  .catalog-page__wrapper:after {
    top: -22%;
    left: -30%;
    width: 2642px;
    height: 840px;
    transform: rotate(-5deg);
  }
}
@media (max-width: 1200px) {
  .catalog-page__wrapper:before {
    top: -12%;
    left: -80%;
    width: 1569px;
    height: 525px;
    transform: rotate(5deg);
  }
  .catalog-page__wrapper:after {
    top: -23%;
    left: -55%;
    width: 2642px;
    height: 840px;
    transform: rotate(-5deg);
  }
  .catalog-page__item {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .catalog-page__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-page__item {
    padding: 15px 5px;
    height: 280px;
  }
  .catalog-page__img {
    height: 170px;
  }
  .catalog-page__wrapper:before {
    top: -7%;
    left: -33%;
    width: 901px;
    height: 853px;
    transform: rotate(5deg);
  }
  .catalog-page__wrapper:after {
    top: -11%;
    left: -13%;
    width: 1500px;
    height: 1100px;
    transform: rotate(-5deg);
  }
}
@media (max-width: 767px) {
  .catalog-page__list {
    grid-template-columns: 1fr 1fr;
    margin: 50px auto 30px;
    gap: 10px;
    padding-bottom: 10px;
    max-width: 340px;
  }
  .catalog-page__item {
    height: 220px;
    width: 100%;
    justify-self: center;
  }
  .catalog-page__name {
    font-size: 16px;
  }
  .catalog-page__img {
    height: 130px;
  }
  .catalog-page__wrapper:before {
    top: -3%;
    left: -33%;
    width: 687px;
    height: 363px;
    transform: rotate(5deg);
  }
  .catalog-page__wrapper:after {
    top: -11%;
    left: -35%;
    width: 1170px;
    height: 590px;
    transform: rotate(-5deg);
  }
}
@media (max-width: 576px) {
  .catalog-page__wrapper:before {
    top: -3%;
    left: -75%;
    width: 687px;
    height: 363px;
    transform: rotate(5deg);
  }
  .catalog-page__wrapper:after {
    top: -11%;
    left: -45%;
    width: 1170px;
    height: 590px;
    transform: rotate(-5deg);
  }
}
/* End */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/catalog/catalog/style.css?16971945974825 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/catalog.section.list/catalog/style.css?16971945974064 */
