@charset "UTF-8";
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body a {
  text-decoration: none !important;
  transition: 0.3s ease all;
}
body svg {
  transition: 0.3s ease all;
}
body svg path {
  transition: 0.3s ease all;
}
body img {
  transition: 0.3s ease all;
}

.default__text {
  font-size: 13px;
}

.eclipse__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eclipse__container img {
  position: absolute;
  z-index: -1;
  width: 55%;
  border-radius: 47%;
  height: 1000px;
}
.eclipse__container img:nth-child(1) {
  top: 550px;
  right: -400px;
}
.eclipse__container img:nth-child(2) {
  top: 1550px;
  left: -400px;
  transform: rotate(180deg);
}
.eclipse__container img:nth-child(3) {
  top: 2550px;
  right: -800px;
}
.eclipse__container img:nth-child(4) {
  top: 3550px;
  left: -800px;
  transform: rotate(180deg);
}
.eclipse__container img:nth-child(5) {
  top: 4550px;
  right: -800px;
}
:root {
  --1: rgba(154, 137, 255, 0.7);
  --2: rgba(251, 227, 142, 0.7);
  --2: #383839;
  --3: #f4f8fe;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Russo One", sans-serif;
  --font3: "Roboto Condensed", sans-serif;
}

main {
  flex: 1 0 auto;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
main h1 {
  font-weight: 400;
  font-size: clamp(24px, 4vw, 64px);
  line-height: 140%;
  text-transform: uppercase;
  font-family: var(--third-family);
  margin-bottom: 50px;
}
main h1 span {
  display: block;
}
main h2 {
  font-weight: 400;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 140%;
  font-family: var(--third-family);
  margin-bottom: 50px;
}

.subTitle {
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 32px);
  line-height: 140%;
  font-family: var(--font-family);
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.breadcrumb {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.breadcrumb a, .breadcrumb span {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  font-family: var(--font-family);
}
.breadcrumb a:hover {
  opacity: 0.6;
}
.breadcrumb li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  margin: 0 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 3 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.532483 0.0905455C0.409901 -0.0309477 0.212039 -0.0300649 0.0905455 0.0925172C-0.0309477 0.215099 -0.0300649 0.412961 0.0925172 0.534455L0.827088 1.2625C1.12521 1.55797 1.32971 1.76132 1.46809 1.93363C1.6025 2.101 1.64861 2.20851 1.66089 2.30479C1.66859 2.36525 1.66859 2.42642 1.66089 2.48688C1.64861 2.58316 1.6025 2.69067 1.46809 2.85804C1.32971 3.03034 1.12521 3.23369 0.827088 3.52917L0.0925172 4.25721C-0.0300649 4.3787 -0.0309477 4.57657 0.0905455 4.69915C0.212039 4.82173 0.409901 4.82261 0.532483 4.70112L1.28029 3.95996C1.56194 3.68082 1.79214 3.45267 1.95539 3.24939C2.12516 3.03801 2.24804 2.82345 2.28087 2.5659C2.29527 2.45297 2.29527 2.33869 2.28087 2.22577C2.24804 1.96822 2.12516 1.75366 1.95539 1.54227C1.79214 1.33899 1.56194 1.11085 1.28029 0.831706L0.532483 0.0905455Z' fill='%23FAFAFA'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  height: 100%;
  transform: translateY(0);
  transition: transform 0.35s ease;
}
@media (max-width: 992px) {
  .header__offcanvas {
    min-height: 455px;
  }
  .header__offcanvas .offcanvas-header {
    padding: 22px 20px;
    border-bottom: 1px solid #B180FD;
  }
  .header__offcanvas .header__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .header__offcanvas .header__authBlock {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .header__offcanvas .header__logo {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .header__logo {
    display: none;
  }
}
.header-link {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: var(--font3);
}
.header__adsBtn {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 12px;
  border-radius: 8px;
  padding: 12px 0;
  transition: 0.3s ease all;
  cursor: pointer;
}
.header__adsBtn span {
  display: block;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 576px) {
  .header__adsBtn {
    width: 45px;
  }
}
.header__up {
  border-bottom: 0.2px solid #B180FD;
  padding: 11px 0 9px;
}
@media (max-width: 992px) {
  .header__up {
    padding: 18px 0;
  }
}
.header__down {
  border-bottom: 0.2px solid #B180FD;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.header__lang {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: var(--font3);
}
.header__langBlock {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 54px;
}
@media (max-width: 992px) {
  .header__links {
    display: none;
  }
}
.header__links a {
  font-weight: 600;
  font-size: clamp(16px, 1.4vw, 20px);
  font-family: var(--font-family);
  display: block;
}
.header__links a:hover {
  opacity: 0.6;
}
.header__authBlock {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
}
@media (max-width: 992px) {
  .header__authBlock {
    display: none;
  }
}
.header__login {
  display: block;
  font-weight: 600;
  font-size: clamp(18px, 1.4vw, 20px);
  font-family: var(--font-family);
}
.header__reg {
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: var(--font-family);
  border-radius: 8px;
  padding: 14px 24px;
}
.header__sections {
  position: absolute;
  top: 131%;
  left: 0;
  display: none;
  z-index: 1000;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  width: fit-content;
}
.header__sections::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
}
.header__sections-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 100%;
}
.header__sections-wrapper:hover .header__adsBtn {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .header__sections-wrapper:hover .header__adsBtn {
    opacity: 1;
  }
}
.header__sections-left {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .header__sections-left {
    height: 400px;
    overflow-y: auto;
  }
}
.header__sections-right {
  flex: 1;
  padding-left: 22px;
  width: 800px;
}
@media (max-width: 1200px) {
  .header__sections-right {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .header__sections-right {
    width: 450px;
  }
}
.header__sections-title {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.header__sections-item {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  border-radius: 10px;
  padding: 5px 10px;
}
.header__sections-item img {
  width: 24px;
}
.header__sections-item.sections:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06497 0.181091C0.819802 -0.0618953 0.424077 -0.0601298 0.181091 0.185034C-0.0618953 0.430199 -0.0601298 0.825923 0.185034 1.06891L1.65418 2.525C2.25042 3.11595 2.65942 3.52265 2.93617 3.86725C3.205 4.202 3.29723 4.41701 3.32177 4.60958C3.33719 4.73049 3.33719 4.85284 3.32177 4.97375C3.29723 5.16632 3.205 5.38133 2.93617 5.71608C2.65942 6.06069 2.25042 6.46739 1.65418 7.05833L0.185034 8.51442C-0.0601298 8.75741 -0.0618953 9.15313 0.181091 9.3983C0.424077 9.64346 0.819802 9.64523 1.06497 9.40224L2.56058 7.91992C3.12388 7.36163 3.58428 6.90534 3.91079 6.49878C4.25031 6.07601 4.49609 5.6469 4.56174 5.1318C4.59053 4.90595 4.59053 4.67739 4.56174 4.45153C4.49609 3.93644 4.25031 3.50732 3.91079 3.08455C3.58428 2.67799 3.12389 2.2217 2.56057 1.66341L1.06497 0.181091Z' fill='%23FAFAFA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.header__sections-content {
  display: none;
}
.header__sections-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  font-family: var(--font-family);
}
.header__sections-content a:hover {
  opacity: 0.6;
}
.header__sections-content.active.flex, .header__sections-content .flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header__sections-content.active {
  display: block;
}

.header--hide-up {
  transform: translateY(-50%);
}

.sections-back, .header__sections-back {
  display: none;
  border-radius: 8px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: fit-content;
}

.header__sections-mobile-body, .header__sections-mobile-head {
  display: none;
}

.header__sections-wrapper:hover .header__sections {
  display: flex;
}

@media (max-width: 992px) {
  .sections-back, .header__sections-back {
    display: flex;
  }
  .header__sections {
    position: fixed;
    inset: 0;
    display: none;
    flex-direction: column;
    height: 100vh;
    z-index: 2000;
    overflow-y: auto;
  }
  .header__sections {
    display: none !important;
  }
  .header__sections.active {
    display: flex !important;
  }
  .header__sections-right {
    display: none;
  }
  .header__sections-mobile {
    display: none;
    flex-direction: column;
    height: 100%;
  }
  .header__sections-mobile.active {
    display: flex;
  }
  .header__sections-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #B180FD;
  }
  .sections-title {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
  }
  .header__sections-mobile-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .header__sections-mobile-body a {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-family);
    display: block;
  }
}
@media (max-width: 576px) {
  .header__sections {
    width: 100vw;
  }
  .header__sections-left {
    width: 100%;
  }
}
.block {
  border-radius: 10px;
  padding: 15px;
}

.btn-blue {
  display: inline-block;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  border-radius: 8px;
  padding: 14px 24px;
}
.btn-blue:hover {
  opacity: 0.6;
}

.btn-inlineBlue {
  display: inline-block;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  border-radius: 8px;
  padding: 14px 24px;
}
.btn-inlineBlue:hover {
  opacity: 0.6;
}

.search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  height: 100%;
}
.search button[type=submit] {
  outline: 0;
  border-radius: 8px;
  padding: 14px 62px;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: var(--second-family);
  transition: 0.3s ease all !important;
}
@media (max-width: 992px) {
  .search button[type=submit] {
    padding: 0;
    padding-right: 15px;
  }
}
.search button[type=submit]:hover {
  opacity: 0.6;
}
.search input {
  width: 100%;
  outline: 0;
  padding-left: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 140%;
}
@media (max-width: 992px) {
  .search input::placeholder {
    font-size: clamp(13px, 1.4vw, 16px);
  }
}

main section:first-child {
  margin-top: 57px;
}

@media (max-width: 992px) {
  .detailPageContainer {
    max-width: 1200px !important;
  }
}
.section__mainBanner {
  margin-bottom: 100px;
}
.section__mainBanner h1 {
  font-size: clamp(36px, 4vw, 64px);
}
@media (max-width: 992px) {
  .section__mainBanner-content {
    max-width: 500px;
    margin: 0 auto;
  }
  .section__mainBanner-content h1 {
    text-align: center;
    margin-bottom: 0;
  }
  .section__mainBanner-content .subTitle {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .section__mainBanner-content {
    max-width: 270px;
  }
}
.section__mainBanner-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 140%;
  font-family: var(--font-family);
  margin-bottom: 20px;
}
.section__mainBanner-text svg {
  width: 19px;
  height: 20px;
}
@media (max-width: 992px) {
  .section__mainBanner-text {
    justify-content: center;
  }
}
.section__mainBanner-text:last-child {
  margin-bottom: 0;
}
.section__mainBanner-block {
  position: relative;
  width: 100%;
  height: 400px;
}
@media (max-width: 992px) {
  .section__mainBanner-block {
    height: 300px;
    width: 390px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .section__mainBanner-block {
    max-width: 390px;
    width: 100%;
  }
}
.section__mainBanner-block-svgBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 992px) {
  .section__mainBanner-block-svgBg {
    height: 350px;
  }
}
.section__mainBanner-block .img_1 {
  z-index: 2;
  top: 60px;
  left: 0;
}
.section__mainBanner-block .img_2 {
  z-index: 1;
  top: 7px;
  right: 0;
}
@media (max-width: 992px) {
  .section__mainBanner-block .img_2 {
    right: 10px;
  }
}
.section__category {
  margin-bottom: 100px;
}
.section__category.items .section__category-block {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section__category.items .section__category-block {
    margin-bottom: 30px;
  }
}
.section__category-block {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: var(--font-family);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 25px;
}
.section__category-block img {
  width: 65px;
  height: 59px;
  object-fit: contain;
  aspect-ratio: 1;
}
.section__category-block-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section__category-block-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
.section__items {
  margin-bottom: 100px;
}
.section__items .similarAds .section__items-block-flex {
  flex-direction: column;
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}
.section__items .similarAds .section__items-block img {
  height: 188px;
  min-height: 188px;
}
.section__items-block {
  display: block;
  border-radius: 10px;
  font-family: var(--font-family);
  margin-bottom: 30px;
  position: relative;
}
.section__items-block img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  min-height: 280px;
  height: 280px;
}
@media (max-width: 576px) {
  .section__items-block img {
    object-fit: contain;
    height: 100%;
    min-height: 280px;
  }
}
.section__items-block-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section__items-block-content {
  padding: 20px 15px 15px;
}
.section__items-block-tag {
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  border-radius: 0 30px 30px 0;
  padding: 10px 15px;
}
.section__items-block-cat {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.section__items-block-title {
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 140%;
  margin-bottom: 10px;
}
.section__items-block-status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.section__items-block-text {
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 140%;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section__items-block-priceBlock {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.section__items-block-priceBlock span:last-child {
  font-weight: 700;
}
.section__securityBanner {
  margin-bottom: 100px;
  border-radius: 10px;
  padding: 24px 25px;
  box-shadow: 1px 1px 15px 0 rgba(20, 99, 255, 0.2), -1px -1px 15px 0 rgba(20, 99, 255, 0.2);
}
.section__securityBanner-title {
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 120%;
  font-family: var(--third-family);
  margin-bottom: 30px;
}
.section__securityBanner.catalog .section__securityBanner-title {
  font-size: clamp(32px, 2.5vw, 48px);
}
.section__securityBanner.inside {
  margin-top: 15px;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .section__securityBanner.inside {
    text-align: center;
  }
  .section__securityBanner.inside .btn-blue {
    width: 100%;
    display: block;
  }
}
.section__securityBanner-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  font-family: var(--font-family);
  margin-bottom: 30px;
}
.section__securityBanner-list {
  display: flex;
  flex-direction: column-reverse;
  gap: 22px;
}
.section__securityBanner-img {
  text-align: end;
}
@media (max-width: 992px) {
  .section__securityBanner-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.section__securityBanner-img img {
  max-width: 500px;
  width: 100%;
  object-fit: contain;
}
.section__securityBanner-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section__securityBanner-item span {
  display: block;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.section__securityBanner-midLink {
  display: flex;
  justify-content: center;
}
.section__securityBanner-midLink a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 10px;
  padding: 21px 25px;
}
.section__securityBanner-midLink a:hover {
  opacity: 0.6;
}
@media (max-width: 576px) {
  .section__securityBanner-midLink a {
    padding: 18px 0;
    width: 100%;
  }
}
.section__howItWork {
  margin-bottom: 100px;
}
.section__howItWork-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  gap: 16px;
  border-radius: 10px;
  padding: 15px;
}
.section__howItWork-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
  margin-bottom: 15px;
}
.section__howItWork-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-family: var(--font-family);
}
.section__howItWork-svg {
  display: none;
}
@media (max-width: 992px) {
  .section__howItWork-svg {
    display: block;
    position: absolute;
    top: 98%;
    left: 50%;
  }
}
.section__detail {
  margin-top: -30px;
}
.section__detail-slider .splide__pagination li button {
  transform: scale(1);
  width: 14px;
  height: 14px;
  opacity: 1;
}
.section__detail-slider img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 480px;
}
@media (max-width: 576px) {
  .section__detail-slider img {
    height: 192px;
  }
}
@media (max-width: 992px) {
  .section__detail-slider {
    margin-bottom: 20px;
  }
}
.section__detail-thumb {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .section__detail-thumb {
    display: none;
  }
}
.section__detail-thumb .splide__slide {
  border-radius: 10px;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px !important;
}
@media (max-width: 992px) {
  .section__detail-thumb .splide__slide {
    height: 71px !important;
  }
}
.section__detail-thumb .splide__slide.is-active {
  opacity: 0.7;
}
.section__detail-thumb img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .section__detail-thumb img {
    height: 80px;
    padding: 10px 0 !important;
  }
}
.section__detail-postInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .section__detail-postInfo {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .section__detail-postInfo svg {
    display: none;
  }
}
.section__detail-postInfo-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section__detail-postInfo-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
}
.section__detail-card .btn-blue, .section__detail-card .btn-inlineBlue {
  height: 100%;
  width: 100%;
}
.section__detail-card .btn-blue span, .section__detail-card .btn-inlineBlue span {
  display: block;
}
.section__detail-card .btn-blue svg, .section__detail-card .btn-inlineBlue svg {
  display: none;
}
@media (max-width: 992px) {
  .section__detail-card-btns {
    display: flex;
    height: 100%;
    gap: 15px;
  }
  .section__detail-card-btns a {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .section__detail-card-btns {
    justify-content: center;
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .section__detail-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px !important;
    gap: 10px;
  }
  .section__detail-card .section__detail-card-user {
    display: flex;
    gap: 28px;
  }
  .section__detail-card .section__detail-card-user .section__detail-card-img {
    margin-bottom: 0;
  }
  .section__detail-card .section__detail-card-user .section__detail-card-img img {
    height: 60px;
    width: 60px;
  }
  .section__detail-card .btn-blue, .section__detail-card .btn-inlineBlue {
    width: 60px;
    display: flex;
    justify-content: center;
  }
  .section__detail-card .btn-blue span, .section__detail-card .btn-inlineBlue span {
    display: none;
  }
  .section__detail-card .btn-blue svg, .section__detail-card .btn-inlineBlue svg {
    display: flex;
  }
  .section__detail-card .section__detail-card-ratingBlock {
    text-align: start;
  }
}
@media (max-width: 768px) {
  .section__detail-card .section__detail-card-user {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .section__detail-card {
    flex-direction: column;
  }
  .section__detail-card .section__detail-card-user {
    display: flex;
    justify-content: center;
    gap: 28px;
  }
  .section__detail-card .section__detail-card-user .section__detail-card-img {
    margin-bottom: 0;
  }
  .section__detail-card .section__detail-card-user .section__detail-card-img img {
    height: 60px;
    width: 60px;
  }
  .section__detail-card .section__detail-card-ratingBlock {
    text-align: center;
  }
}
.section__detail-card-img {
  display: flex;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
.section__detail-card-img img {
  border-radius: 100px;
  width: 114px;
  height: 114px;
  object-fit: cover;
}
.section__detail-card-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section__detail-card-name {
    text-align: start;
    margin-bottom: 0;
    width: min-content;
  }
}
@media (max-width: 576px) {
  .section__detail-card-name {
    width: 100%;
  }
}
.section__detail-card-rating {
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
.section__detail-card-row {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .section__detail-card-row {
    gap: clamp(5px, 0.5vw, 30px) !important;
    flex-wrap: unset !important;
  }
  .section__detail-card-row > div {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .section__detail-card-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px;
  }
}
.section__detail-card-category {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .section__detail-card-category {
    text-align: start;
    margin-bottom: 0;
  }
}
.section__detail-card-socs {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  .section__detail-card-socs {
    width: fit-content;
    gap: 41px;
  }
}
@media (max-width: 576px) {
  .section__detail-card-socs {
    width: 100%;
    gap: unset;
  }
}
.section__detail-card-socs a:hover {
  display: block;
  opacity: 0.6;
}
.section__detail-specs {
  margin-top: 50px;
  margin-bottom: 30px;
}
.section__detail-specs-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section__detail-specs-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__detail-specs-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
}
.section__detail-specs-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
}
.section__detail-specs-row {
  display: flex;
  gap: 32px;
}
@media (max-width: 576px) {
  .section__detail-specs-row {
    flex-direction: column;
    gap: 20px;
  }
}
.section__detail-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 30px;
}
.section__detail-desc-text {
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.section__detail-desc-text.full {
  -webkit-line-clamp: 100;
}
.section__detail-desc-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
  transition: 0.3s ease all;
}
.section__detail-desc-btn:hover {
  opacity: 0.6;
}
.section__detail-subTitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  font-family: var(--third-family);
  margin-bottom: 20px;
}
.section__detail-formRequest {
  margin-bottom: 50px;
}
.section__detail-formRequest-block {
  border-radius: 10px;
  padding: 20px 5px 12px 20px;
  display: flex;
  align-items: end;
}
.section__detail-formRequest textarea {
  resize: none;
  width: 100%;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
}
.section__auth {
  margin-bottom: 150px;
}
.section__auth-form {
  padding: 35px 25px;
  border-radius: 10px;
}
.section__auth-form label {
  border-radius: 10px;
  padding: 16px 15px;
  width: 100%;
  transition: 0.3s ease all;
}
.section__auth-form label:hover {
  box-shadow: 2px 2px 15px 0 rgba(20, 99, 255, 0.5), -2px -2px 15px 0 rgba(20, 99, 255, 0.5);
}
.section__auth-form label.section__auth-form-checkboxLabel {
  border-radius: unset;
  padding: unset;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section__auth-form label.section__auth-form-checkboxLabel:hover {
  box-shadow: unset;
}
.section__auth-form label input {
  outline: unset;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, 1.4vw, 16px);
}
.section__auth-form label input::placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, 1.4vw, 16px);
}
.section__auth-form label input.section__auth-form-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  outline: none;
}
.section__auth-form label input.section__auth-form-checkbox:hover {
  background-color: #B180FD;
  border-color: #B180FD;
}
.section__auth-form label input.section__auth-form-checkbox:checked {
  border-color: #B180FD;
  background-color: #B180FD !important;
}
.section__auth-form label input.section__auth-form-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83335 1.5L3.25002 6.08333L1.16669 4' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.section__auth-form-title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: clamp(18px, 2vw, 36px);
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.section__auth-form-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(9px, 1.4vw, 12px);
  margin-bottom: 20px;
}
.section__auth-form-text strong {
  font-weight: 800;
}
.section__auth-form-row {
  display: flex;
  align-items: center;
}
.section__auth-form-subTitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.section__auth-form-spanText {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(13px, 1.4vw, 16px);
}
.section__auth-form button[type=submit] {
  border-radius: 8px;
  padding: 14.5px 0px;
  outline: 0;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s ease all;
}
.section__auth-form button[type=submit]:hover {
  opacity: 0.6;
}

.footer {
  padding: 20px 0px;
}
@media (max-width: 992px) {
  .footer .detailPageContainer .footer-links {
    align-items: start;
  }
  .footer .detailPageContainer .footer-socs {
    align-items: end;
  }
}
@media (max-width: 576px) {
  .footer .detailPageContainer .footer-links, .footer .detailPageContainer .footer-socs {
    align-items: center;
  }
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .footer-links {
    align-items: center;
    margin-bottom: 20px;
  }
}
.footer-links a {
  font-weight: 600;
  font-size: 20px;
  font-family: var(--font-family);
}
.footer-links a:hover {
  opacity: 0.6;
}
.footer-logo {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--font3);
}
@media (max-width: 992px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer-socs {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
@media (max-width: 992px) {
  .footer-socs {
    align-items: center;
    margin-bottom: 20px;
  }
}
.footer-socs svg {
  width: 32px;
  height: 32px;
}
.footer-socs-title {
  font-weight: 600;
  font-size: 20px;
  font-family: var(--font3);
}
.footer-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-flex a {
  display: block;
}
.footer-flex a:hover {
  opacity: 0.6;
}

.back-link {
  display: inline-flex;
  flex-direction: column;
  line-height: 110%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 60px;
}
.back-link:hover {
  opacity: 0.6;
}
.back-link:hover svg {
  transform: translateX(-7px);
}

.splide__arrow {
  width: 44px !important;
  height: 44px !important;
  right: -20px !important;
}
.splide__arrow svg {
  width: 44px !important;
  height: 44px !important;
}

.sort {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-family: var(--font-family);
  cursor: pointer;
  user-select: none;
}
.sort span {
  transition: 0.3s ease all;
}
.sort:hover span {
  opacity: 0.6;
}

.sort.active svg {
  transform: rotate(180deg);
}

.sort-options {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  display: none;
  min-width: 150px;
  z-index: 50;
}

.sort-options div {
  padding: 10px 12px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.sort-options div:hover {
  opacity: 0.6;
}

.sort-options.show {
  display: block;
}

.error-text {
  font-size: 10px;
}

.blocks__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 40px 20px;
  border-radius: 12px;
  border: 2px dashed;
}
.blocks__empty span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 140%;
  text-align: center;
}

.rules-page {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .rules-page {
    padding: 20px 0;
  }
}

.rules-hero {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(177, 128, 253, 0.1), rgba(114, 189, 250, 0.1));
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .rules-hero {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
.rules-hero__title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: #B180FD;
  margin-bottom: 12px;
  line-height: 1.2;
}
.rules-hero__subtitle {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 600;
  margin: 0;
}

body[data-theme=light] .rules-hero__subtitle {
  color: var(--auto-18);
}

body[data-theme=dark] .rules-hero__subtitle {
  color: var(--auto-2);
}

.rules-intro {
  padding: 24px;
  background: rgba(177, 128, 253, 0.05);
  border-left: 4px solid #B180FD;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .rules-intro {
    padding: 20px;
  }
}
.rules-intro p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .rules-intro p {
    font-size: 15px;
  }
}

body[data-theme=light] .rules-intro p {
  color: var(--auto-18);
}

body[data-theme=dark] .rules-intro p {
  color: var(--auto-2);
}

.rules-section {
  padding: 32px;
  border-radius: 16px;
  border: 2px solid;
}
@media (max-width: 768px) {
  .rules-section {
    padding: 24px;
  }
}
.rules-section__title {
  font-size: clamp(20px, 3.5vw, 26px);
  font-weight: 700;
  color: #B180FD;
  margin-bottom: 20px;
  line-height: 1.3;
}
.rules-section__content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .rules-section__content p {
    font-size: 15px;
  }
}
.rules-section__content p:last-child {
  margin-bottom: 0;
}

body[data-theme=light] .rules-section {
  background: var(--auto-2);
  border-color: rgba(177, 128, 253, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
body[data-theme=light] .rules-section .rules-section__content p {
  color: var(--auto-18);
}

body[data-theme=dark] .rules-section {
  background: var(--auto-9);
  border-color: rgba(177, 128, 253, 0.3);
}
body[data-theme=dark] .rules-section .rules-section__content p {
  color: var(--auto-2);
}

.rules-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rules-list li {
  padding: 12px 0 12px 32px;
  position: relative;
  line-height: 1.7;
  font-size: 15px;
}
@media (max-width: 768px) {
  .rules-list li {
    font-size: 14px;
    padding-left: 28px;
  }
}
.rules-list li:before {
  content: "●";
  position: absolute;
  left: 0;
  color: #B180FD;
  font-size: 18px;
  top: 12px;
}
.rules-list li strong {
  color: #B180FD;
  font-weight: 600;
}

body[data-theme=light] .rules-list li {
  color: var(--auto-18);
}

body[data-theme=dark] .rules-list li {
  color: var(--auto-2);
}

.rules-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .rules-subtitle {
    font-size: 17px;
  }
}

body[data-theme=light] .rules-subtitle {
  color: var(--auto-18);
}

body[data-theme=dark] .rules-subtitle {
  color: var(--auto-2);
}

.rules-table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
  border-radius: 12px;
  border: 2px solid;
}
@media (max-width: 768px) {
  .rules-table-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

body[data-theme=light] .rules-table-wrapper {
  border-color: rgba(177, 128, 253, 0.2);
}

body[data-theme=dark] .rules-table-wrapper {
  border-color: rgba(177, 128, 253, 0.3);
}

.rules-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.rules-table thead {
  background: #B180FD;
}
.rules-table thead th {
  padding: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: var(--auto-2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .rules-table thead th {
    padding: 12px;
    font-size: 13px;
  }
}
.rules-table thead th:first-child {
  border-top-left-radius: 10px;
}
.rules-table thead th:last-child {
  border-top-right-radius: 10px;
}
.rules-table tbody tr {
  transition: all 0.2s ease;
}
.rules-table tbody tr:last-child td {
  border-bottom: none;
}
.rules-table tbody td {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .rules-table tbody td {
    padding: 10px 12px;
    font-size: 13px;
  }
}
.rules-table__result {
  font-weight: 700;
  color: #B180FD !important;
}

body[data-theme=light] .rules-table tbody tr:hover {
  background: rgba(177, 128, 253, 0.05);
}
body[data-theme=light] .rules-table tbody td {
  color: var(--auto-18);
  border-bottom-color: rgba(177, 128, 253, 0.1);
  background: var(--auto-2);
}

body[data-theme=dark] .rules-table tbody tr:hover {
  background: rgba(177, 128, 253, 0.1);
}
body[data-theme=dark] .rules-table tbody td {
  color: var(--auto-2);
  border-bottom-color: rgba(177, 128, 253, 0.2);
  background: var(--auto-9);
}

.rules-warning {
  padding: 20px;
  background: rgba(255, 193, 7, 0.1);
  border-left: 4px solid #ffc107;
  border-radius: 8px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .rules-warning {
    padding: 16px;
  }
}
.rules-warning p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .rules-warning p {
    font-size: 14px;
  }
}
.rules-warning p strong {
  color: #ff9800;
  font-weight: 700;
}

body[data-theme=light] .rules-warning p {
  color: var(--auto-18);
}

body[data-theme=dark] .rules-warning p {
  color: var(--auto-2);
}

.rules-agreement-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rules-agreement-list li {
  padding: 10px 0 10px 32px;
  position: relative;
  line-height: 1.6;
  font-size: 15px;
}
@media (max-width: 768px) {
  .rules-agreement-list li {
    font-size: 14px;
    padding-left: 28px;
  }
}
.rules-agreement-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 20px;
  font-weight: 700;
  top: 8px;
}

body[data-theme=light] .rules-agreement-list li {
  color: var(--auto-18);
}

body[data-theme=dark] .rules-agreement-list li {
  color: var(--auto-2);
}

/*# sourceMappingURL=blocks_main.css.map */
