.accord__card:not(:last-child), .auth>form input {
    margin-bottom: 12px
}

.auth>form, table tbody tr:nth-child(2n), table th {
    background-color: var(--gray_2)
}

.price, table th p {
    color: #fff
}

.auth .auth_checkbox a, .blog_article_meta a {
    text-decoration: underline
}

.accord__contaner, .cart .cart_container>div:first-child a, .cart_empty *, .categories_btns, .models_embla button {
    margin-right: auto
}

.accord__contaner {
    margin-bottom: var(--mar-32);
    margin-left: auto;
    margin-top: var(--mar-32);
    max-width: 1000px
}

.accord__card {
    background-color: var(--white);
    border-radius: var(--brad_small);
    cursor: pointer;
    overflow: hidden;
    padding: 24px var(--mar-32)
}

.accord__card_title {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between
}

.accord__card_title h3 {
    font-weight: 700;
    margin-bottom: 0
}

.accord__card_title_arrow {
    background-color: var(--accent1);
    border-radius: 100px;
    height: 100%;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 100%
}

.accord__card_title_arrow:after, .accord__card_title_arrow:before {
    background-color: var(--white);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: .4s cubic-bezier(.075, .82, .165, 1);
    width: 50%
}

.accord__card_title_arrow:after {
    transform: translateY(-50%) translateX(-50%) rotate(90deg)
}

.accord__card_title_arrow.active:after {
    transform: translateY(-50%) translateX(-50%) rotate(0)
}

.accord__card_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.075, .82, .165, 1)
}

.form_checkboxes label, .model_card, .slider__controls *, footer a:after {
    transition: .4s cubic-bezier(.075, .82, .165, 1)
}

.accord__card.open .accord__card_title h3 {
    color: var(--accent1)
}

.accord__card_content p {
    font-size: 16px;
    height: 100%;
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 98%
}

.accord__contaner.second .accord__card {
    background-color: unset !important;
    padding: 0 0 24px
}

.accord__contaner.second .accord__card:before, .auth .auth_checkbox a:after, .blog_article_bullets li:after, .blog_article_meta a:hover:after {
    content: none
}

.accord__contaner.second .accord__card:not(:last-child), .blog_article_author, .cart_empty :not(:last-child) {
    margin-bottom: 24px
}

.accord__contaner.second .accord__card:after {
    background-color: #2b2b2b;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.accord__contaner.second .accord__card_title {
    flex-direction: row
}

.accord__contaner.second .accord__card_content p {
    margin-left: 68px
}

.accord__contaner.second .accord__card_title_arrow {
    margin-left: auto
}

.auth {
    align-items: stretch !important;
    gap: 0 !important;
    padding: var(--mar-80) 0
}

.auth h1 {
    font-size: var(--fz22);
    margin-bottom: 4px
}

.auth>*, .cart .cart_container>div, .models_embla .models.second .embla_slide>div {
    flex: 1 1 50%
}

.auth>form {
    display: flex;
    flex-direction: column;
    padding: var(--mar-64)
}

.auth>form input {
    flex: unset !important
}

.about_cards>p:last-child, .auth>form .input input {
    margin-bottom: 0
}

.auth>form>p:last-child {
    margin-top: auto;
    text-align: center
}

.auth>form>p:last-child strong, .cart .cart_container .cart_total>div div:last-child * {
    color: #fff !important
}

.auth>form>p:last-child strong a {
    font-weight: 700 !important;
    text-decoration: underline
}

.auth>form>p:last-child strong a:after {
    content: unset
}

.auth>form>button {
    margin-bottom: 16px;
    width: 100%
}

.auth .auth_checkbox {
    align-items: center;
    margin-bottom: var(--mar-32);
    margin-top: 12px
}

.auth .auth_checkbox label {
    flex: unset;
    width: unset
}

.auth .auth_center {
    margin-bottom: 16px !important;
    text-align: center
}

.auth .auth_other {
    gap: 12px;
    justify-content: center;
    margin-bottom: 16px
}

.auth .auth_other div, .reviews .embla_slide>div div {
    max-width: 44px
}

.accent_bg {
    background: var(--gradient);
    padding-bottom: var(--mar-64);
    padding-top: var(--mar-64)
}

.gray_wrapper {
    background-color: #141414;
    padding: var(--mar-64) 0
}

.gray_wrapper.second {
    border-radius: var(--brad_1);
    padding: 32px 44px
}

.gray_wrapper.second:has(+*) {
    margin-bottom: var(--mar-44)
}

.blog_article_bullets, .blog_article_bullets p, .blog_article_toc ul, .categories_btns a, .form_checkboxes>div p, .gray_wrapper:last-of-type, .model_card div:last-child .model_card_username * {
    margin-bottom: 0 !important
}

.title_w_svg>div {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.title_w_svg>div>div {
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px
}

.title_w_svg>div h3 {
    font-weight: 600;
    margin-bottom: 0
}

.why_fans {
    gap: 20px
}

.why_fans .why_fans_checks {
    gap: 12px;
    margin-bottom: 20px
}

.why_fans .why_fans_checks>div {
    justify-content: start
}

.why_fans .why_fans_checks div>div {
    max-width: 24px;
    min-width: 24px
}

.why_fans .why_fans_checks h3 {
    font-size: 16px;
    margin-bottom: 0
}

.agree label p, .blog_author_line p:first-of-type {
    font-size: 14px
}

.leaks_embla .embla__container {
    gap: 6px
}

.leaks_embla .embla__slide {
    display: flex;
    flex: 0 0 16.3% !important;
    flex-direction: column;
    gap: 6px
}

.italic_comment {
    font-size: var(--fz32);
    font-style: italic;
    font-weight: 600;
    margin-top: var(--mar-44);
    text-align: right
}

.italic_comment strong {
    color: var(--accent1) !important
}

.models_embla .models .embla_slide {
    display: flex;
    flex: 0 0 23.7%;
    flex-direction: column;
    justify-content: space-between;
    padding: 1px 0 1px 1px
}

.models_embla .models.second .embla_slide {
    flex: 0 0 18.65% !important
}

.models_embla button {
    margin-left: auto;
    margin-top: 40px
}

.model_card {
    border-radius: var(--brad_1);
    filter: drop-shadow(0 4px 6px #0c56731a);
    gap: 20px;
    outline: #0db1f200 solid 1px;
    overflow: hidden
}

.model_card:not(:last-child) {
    margin-bottom: 20px
}

.model_card:hover {
    outline: #0db1f2 solid 1px
}

.model_card.second div:first-child {
    min-height: 354px
}

.model_card div:first-child {
    padding: 16px
}

.model_card div:first-child img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.model_card div:first-child .model_card_heart {
    align-items: center;
    background-color: var(--white);
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 44px
}

.model_card div:first-child a {
    margin-top: 379px;
    width: 100%
}

.model_card div:last-child {
    background-color: var(--white);
    padding: 16px
}

.model_card div:last-child h3 {
    margin-bottom: 4px !important
}

.model_card div:last-child .model_card_username {
    flex-direction: row !important;
    margin-bottom: 12px
}

.model_card div:last-child .model_card_username p:first-child {
    opacity: .4
}

.model_card div:last-child .model_card_username p:last-child {
    color: #39c598;
    font-weight: 700;
    text-transform: uppercase
}

.model_card div:last-child>p:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.model_card.second div:last-child {
    height: 100%
}

.model_card.second div:last-child>p:last-child {
    -webkit-line-clamp: 3
}

.reviews .embla_slide {
    flex: 0 0 32.2%
}

.reviews .embla_slide>div {
    align-items: center;
    gap: 16px;
    justify-content: start !important
}

.reviews .embla_slide>div p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

.about_cards .about_date {
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 12px;
    opacity: .5
}

.about_cards h3, .blog_article_toc li:not(:last-child), .cart .cart_container .cart_total>div div:not(:last-child), .form_checkboxes>p, footer nav li:not(:last-child) {
    margin-bottom: 8px
}

.categories_btns {
    flex-direction: row !important;
    gap: 12px !important;
    justify-content: center !important;
    margin-left: auto;
    max-width: 852px
}

.blog_cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(23.94%, 1fr))
}

@media (min-width:1420px) {
    .blog_cards {
        grid-template-columns: repeat(4, 1fr)
    }
}

.blog_cards .blog_card>div:not([class]):has(>img) {
    aspect-ratio: 1.32/1;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden
}

.blog_cards .blog_card .blog_notification {
    background-color: #f0f9ff;
    border: 1px solid #bae8fd;
    border-radius: 8px;
    color: var(--accent1) !important;
    font-weight: 500;
    margin-bottom: 16px;
    max-width: max-content;
    padding: 8px 12px
}

.blog_cards .blog_card .blog_date {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-bottom: 8px
}

.blog_cards .blog_card .blog_descr, .blog_cards .blog_card .blog_link, .blog_cards .blog_card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.blog_cards .blog_card .blog_date>p {
    color: #00121e !important;
    margin-bottom: 0;
    opacity: .7
}

.blog_cards .blog_card .blog_date>p:first-child:after {
    background-color: #98dfff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.blog_cards .blog_card .blog_descr, .blog_cards .blog_card h3 {
    margin-bottom: 12px
}

.blog_cards .blog_card .h3 {
    margin-bottom: 8px !important
}



.blog_cards .blog_card .blog_link {
    font-size: 24px;
    font-weight: 900 !important;
    color: #000 !important;
    margin-bottom: 12px
}

.price {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px
}

.blog_article_content table.second tbody tr td:first-child p, .blog_article_content table.second td p, .blog_article_content table.second th p, .blog_article_toc a, .pagination {
    color: var(--black1)
}

.reviews_product .embla__slide {
    display: flex;
    flex: 0 0 31% !important;
    flex-direction: column;
    gap: 0;
    padding: 32px
}

.reviews_product ul {
    margin-top: 0 !important
}

.reviews_product .reviews_title {
    margin-bottom: 12px !important
}

table {
    background-color: #000;
    border: 1px solid #9d9d9d33;
    border-radius: var(--brad_1);
    border-spacing: 0
}

table td, table th {
    padding: 12px 24px
}

table tbody tr td:first-child p {
    color: #fff;
    font-weight: 600
}

@media (max-width:425px) {
    table p {
        font-size: 12px
    }
}

@media (max-width:993px) {
    .gradient_wrapper_2_mobile {
        padding: 0 0 var(--mar-80) 0
    }

    .gradient_wrapper_2_mobile:after {
        background: linear-gradient(199deg, transparent 70%, #fe033952);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%
    }
}

.textPage {
    padding: var(--mar-80) 0
}

.models_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.models_gallery .model_card {
    flex: 0 0 calc(25% - 15px)
}

@media (max-width:1199px) {
    .models_gallery .model_card {
        flex: 1 1 calc(33.333% - 14px)
    }
}

@media (max-width:991px) {
    .models_gallery .model_card {
        flex: 1 1 calc(50% - 10px)
    }
}

.blog_article_hero {
    background: var(--gradient);
    padding: 56px 0 92px
}

.blog_article_hero .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

.blog_article_breadcrumbs {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 28px
}

.blog_article_breadcrumbs a, .blog_article_breadcrumbs p, .blog_article_meta a, .blog_article_meta p {
    line-height: 160%;
    margin-bottom: 0 !important
}

.blog_article_breadcrumbs p {
    opacity: .55
}

.blog_article_breadcrumbs span {
    border-right: 1px solid var(--black1);
    border-top: 1px solid var(--black1);
    height: 6px;
    opacity: .7;
    transform: rotate(45deg);
    width: 6px
}

.blog_article_meta p:not(:last-child):after, .blog_article_search button, .blog_author_line p:last-child:before, .input button {
    position: absolute;
    transform: translateY(-50%);
    top: 50%
}

.blog_article_hero .blog_notification {
    background-color: #fff;
    border: 1px solid #bae8fd;
    border-radius: 8px;
    color: var(--accent1) !important;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px !important;
    max-width: max-content;
    padding: 6px 12px
}

.blog_article_hero h1 {
    line-height: 118%;
    margin-bottom: 20px;
    max-width: 700px
}

.blog_article_intro {
    margin-bottom: 28px !important;
    max-width: 780px
}

.blog_article_meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center
}

.blog_article_meta a {
    font-weight: 600;
    text-underline-offset: 2px
}

.blog_article_meta p:not(:last-child):after {
    background-color: #98dfff;
    border-radius: 50%;
    content: "";
    height: 4px;
    right: -16px;
    width: 4px
}

@media (max-width:480px) {
    .blog_article_breadcrumbs {
        flex-wrap: wrap
    }

    .blog_article_meta {
        gap: 20px
    }

    .blog_article_meta p:not(:last-child):after {
        right: -12px
    }
}

.blog_article_layout {
    align-items: start;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(160px, 305px) minmax(0, 610px) minmax(220px, 305px);
    justify-content: center;
    margin-top: 56px;
    padding: 0 0 64px
}

.blog_article_mobile_toc, .blog_article_toc .tocPagination, .cart.empty, .cart_empty.empty, .form_checkboxes label input:not([type=range]) {
    display: none
}

.sticky_sidebar {
    align-self: start;
    position: relative;
    will-change: min-height
}

.sticky_sidebar_inner {
    padding-bottom: 40px;
    transform: translate(0);
    transform: translateZ(0);
    width: 100%;
    will-change: position, transform
}

.blog_article_toc {
    padding-top: 0
}

.blog_article_author h2, .blog_article_related h2, .blog_article_toc h2 {
    line-height: 120%;
    margin-bottom: 16px;
    max-width: 100% !important
}

.blog_article_author h2, .blog_article_toc h2 {
    font-size: var(--fz22)
}

.blog_article_related h2 {
    font-size: var(--fz24)
}

.blog_article_toc li {
    margin-left: 0 !important
}

.blog_article_toc li:before {
    content: none !important
}

.blog_article_toc a {
    line-height: 160%;
    opacity: .8
}

.blog_article_author a, .blog_article_content a, .blog_article_related .blog_notification {
    color: var(--accent1) !important;
    font-weight: 500
}

.blog_article_content {
    border-left: 1px solid #dce7ed;
    border-right: 1px solid #dce7ed;
    padding-left: 16px;
    padding-right: 16px
}

.blog_article_image {
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden
}

.blog_article_author img, .blog_article_image img, .blog_article_related img, .blog_author_line img, .slider_dot.active {
    opacity: 1
}

.blog_article_content p {
    line-height: 160%
}

.blog_article_content p:not(:last-child) {
    margin-bottom: 28px
}

.blog_article_content h2 {
    line-height: 120%;
    margin-bottom: 18px;
    max-width: 100% !important
}

.blog_article_content table.second {
    background-color: var(--white);
    border-color: var(--accent1);
    margin-bottom: 56px;
    overflow: hidden;
    width: 100%
}

.blog_article_content table.second th:first-child {
    width: 30%
}

.blog_article_content table.second td, .blog_article_content table.second th {
    border-bottom: 1px solid #bae8fd;
    font-size: 16px;
    line-height: 150%;
    padding: 20px;
    text-align: left
}

.blog_article_content table.second th {
    background-color: #f0f9ff;
    font-weight: 700
}

.blog_article_content table.second tbody tr:nth-child(2n) {
    background-color: #f0f9ff
}

.blog_article_content table.second tbody tr:nth-child(odd) {
    background-color: var(--white)
}

.blog_article_content table.second tr:last-child td {
    border-bottom: 0
}

.blog_article_bullets li {
    margin-left: 32px !important
}

.blog_article_bullets li:before {
    background-image: url(/assets/check.svg#check);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 24px;
    left: -32px;
    position: absolute;
    top: 0;
    width: 24px
}

.blog_article_bullets li:not(:last-child) {
    margin-bottom: 18px
}

.blog_article_bullets h3 {
    line-height: 140%;
    margin-bottom: 4px
}

.blog_article_author>div {
    border-radius: 50%;
    height: 54px;
    margin-bottom: 18px;
    overflow: hidden;
    width: 54px
}

.blog_article_author p {
    line-height: 150%
}

.blog_article_search {
    align-items: center;
    display: flex;
    margin-bottom: 24px
}

.blog_article_search input:not([type=range]) {
    background: var(--white);
    background-image: none;
    border: 1px solid var(--accent1);
    border-radius: 8px;
    color: var(--black1) !important;
    font-weight: 400;
    height: 54px;
    padding: 15px 48px 15px 16px
}

.blog_article_search button {
    cursor: pointer;
    height: 22px;
    right: 14px;
    width: 22px
}

.blog_article_search svg {
    stroke: var(--accent1);
    stroke-width: 2;
    fill: none
}

.blog_article_related .blog_cards {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blog_article_related {
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden
}

.blog_article_related .blog_card_top {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 10px
}

.blog_article_related .blog_descr, .cart .cart_container .cart_item>div:first-child>div div:last-child p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.blog_article_related .blog_card_top>p {
    margin-bottom: 0 !important;
    opacity: .6
}

.blog_article_related .blog_notification {
    background-color: #f0f9ff;
    border: 1px solid #bae8fd;
    border-radius: 6px;
    max-width: max-content;
    opacity: 1 !important;
    padding: 6px 8px
}

.blog_article_related .blog_card h3 {
    line-height: 130%;
    margin-bottom: 10px
}

.blog_article_related .blog_card a {
       line-height: 130%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
font-size: 24px;

    font-weight: 900;
}

.blog_article_related .blog_descr {
    line-height: 150%;
    margin-bottom: 12px !important
}

.blog_author_line {
    align-items: center;
    display: flex;
    gap: 8px
}

.blog_author_line img {
    border-radius: 50%;
    height: 28px;
    width: 28px
}

.blog_author_line p {
    line-height: 140%;
    margin-bottom: 0 !important
}

.blog_author_line p:last-child {
    opacity: .65;
    padding-left: 12px
}

.blog_author_line p:last-child:before {
    background-color: #98dfff;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    width: 4px
}

@media (max-width:1180px) {
    .blog_article_layout {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr)
    }

    .blog_article_mobile_toc {
        display: block
    }

    .blog_article_toc {
        display: none
    }
}

@media (max-width:767px) {
    .models_gallery .model_card {
        flex: 1 1 100%
    }

    .blog_article_sidebar, .blog_article_toc {
        position: relative;
        top: auto
    }

    .sticky_sidebar {
        align-self: auto
    }

    .sticky_sidebar_inner {
        padding-bottom: 0;
        transform: none;
        will-change: auto
    }

    .blog_article_content {
        border-left: 0;
        border-right: 0;
        order: 1;
        padding-left: 0;
        padding-right: 0
    }

    .blog_article_sidebar {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        order: 2
    }

    .blog_article_related .blog_cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .blog_article_layout {
        margin-top: 0;
        padding: 0 0 50px
    }
}

@media (max-width:560px) {
    .blog_article_related .blog_cards {
        grid-template-columns: 1fr
    }
}

.cart, .cart_empty {
    margin-bottom: var(--mar-80);
    margin-top: var(--mar-80)
}

.cart_empty * {
    margin-left: auto;
    text-align: center
}

.cart_empty div:has(svg) {
    max-width: 44px
}

.cart h1 {
    font-size: var(--fz36);
    margin-bottom: 8px
}

.cart>div {
    margin-top: var(--mar-44)
}

.cart .cart_container {
    align-items: start;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between
}

@media (max-width:1024px) {
    .leaks_embla .embla__slide {
        flex: 0 0 26.41% !important
    }

    .gray_bg, .white_bg, .yellow_bg {
        padding: 24px
    }

    .gradient_bg1 {
        padding-bottom: 50px
    }

    .cart .cart_container {
        flex-direction: column
    }

    .cart .cart_container>div:first-child a {
        display: none
    }
}

.cart .cart_container .cart_item {
    align-items: stretch;
    border-bottom: 1px solid var(--gray_3);
    display: flex;
    flex-direction: row;
    gap: var(--mar-32);
    margin-bottom: 24px;
    padding-bottom: 24px;
    width: 100%
}

.cart .cart_container .cart_item h2 {
    font-size: var(--fz22);
    margin-bottom: 40px;
    max-width: 108px
}

.cart .cart_container .cart_item h3 {
    font-size: var(--fz22);
    margin-bottom: 6px
}

.cart .cart_container .cart_item>div:first-child {
    min-width: 335px
}

.cart .cart_container .cart_item>div:first-child>div {
    align-items: start;
    display: flex;
    flex-direction: row;
    gap: 16px
}

.cart .cart_container .cart_item>div:first-child>div div:first-child {
    max-width: 120px;
    min-width: 100px;
    width: 100%
}

.cart .cart_container .cart_item>div:first-child>div div:last-child {
    max-width: 320px
}

.cart .cart_container .cart_item>div:first-child>div div:last-child .category_card_filter {
    font-size: 14px;
    margin-top: 0 !important
}

.cart .cart_container .cart_item>div:first-child>div div:last-child button {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 19px
}

.cart .cart_container .cart_item>div:not(:first-child) {
    display: flex;
    flex-direction: column
}

.cart .cart_container .cart_item>div:not(:first-child)>div {
    align-content: center;
    height: 100%
}

.cart .cart_container .cart_item .counter {
    align-items: center;
    background-color: #131313;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    gap: 38px;
    height: max-content;
    padding: 14px 20px
}

.cart .cart_container .cart_item .counter div {
    max-height: 24px
}

.cart .cart_container .cart_item .counter p {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.cart .cart_container .cart_total {
    position: sticky;
    top: 24px;
    width: 100%
}

.cart .cart_container .cart_total a {
    margin-top: 24px;
    width: 100%
}

@media (min-width:1024px) {
    .cart .cart_container .cart_item>div:last-child {
        margin-right: 70px
    }

    .cart .cart_container .cart_total {
        max-width: 463px
    }

    .cart .cart_container .cart_total a:last-child {
        display: none
    }
}

.cart .cart_container .cart_total>div {
    background-color: var(--gray_2);
    border-radius: var(--brad_1);
    padding: 24px
}

.cart .cart_container .cart_total>div div {
    flex-direction: row !important
}

.cart .cart_container .cart_total>div div:last-child {
    margin-top: 16px
}

.cart .cart_container .cart_total h2 {
    font-size: var(--fz22);
    margin-bottom: 16px
}

.embla {
    overflow: hidden;
    width: 100%
}

.embla * {
    user-select: none
}

.embla__container {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 100%;
    position: relative;
    width: 100%
}

.embla__container>.embla__slide {
    flex: 0 0 32.2%
}

.slider__controls.bottom, .slider__controls.top {
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
    z-index: 50
}

.slider__controls.top {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -74px !important
}

.slider__dots {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px
}

.slider_dot {
    background-color: var(--accent1);
    border-radius: 100%;
    cursor: pointer;
    height: 10px;
    opacity: .25;
    width: 10px
}

.slider_arrows {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 24px
}

.slider_arrows>* {
    cursor: pointer
}

.slider_arrows>div:first-child {
    scale: -1 1
}

.slider_arrows>div.disabled {
    opacity: .5
}

section:has(.slider__controls.top) .slider__controls.bottom {
    display: none !important
}

.product__dots {
    gap: 16px !important
}

footer {
    background: #f0f9ff
}

footer .footer_left>a {
    margin-bottom: 16px;
    max-width: 121px
}

footer .wrapper {
    align-items: start;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    padding: 64px 0
}

footer nav h3 {
    font-size: 20px;
    margin-bottom: 12px
}

footer a:has(span) {
    gap: 12px
}

footer .socials {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 28px
}

footer a:after {
    background-color: currentColor;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 0
}

.input, footer a:hover:after {
    width: 100%
}

footer a:has(img, svg):after {
    content: none
}

.footer_bottom {
    align-items: center !important;
    flex-wrap: wrap;
    padding: 32px
}

.footer_bottom .socials {
    gap: 24px;
    margin-top: 0 !important
}

.footer_bottom .socials a {
    align-items: center !important;
    gap: 8px
}

.footer_bottom>div:last-child {
    max-width: 140px
}

.agree {
    flex-wrap: nowrap;
    margin-top: 20px
}

.agree .checkbox {
    accent-color: #00abaa;
    max-width: 18px
}

.agree label {
    background: 0 0 !important
}

.agree label p {
    max-width: 100%
}

input:not([type=range]), label, select {
    background-color: #f4f7f7;
    border-radius: var(--brad_1);
    flex: 1 1 100%;
    font-size: 16px;
    padding: 16px 48px;
    width: 100%
}

label {
    border: 0;
    display: flex;
    flex-direction: column;
    padding: 0
}

.form_checkboxes p, label p {
    font-size: 16px;
    margin-bottom: 8px !important;
    opacity: 1
}

input:not([type=range]):active, input:not([type=range]):focus, select:focus {
    outline: 0
}

input:not([type=range]):nth-child(2), input:not([type=range]):nth-child(3), label:nth-child(4), label:nth-child(5) {
    flex: 1 1 40%
}

input:not([type=range]):last-child {
    background-image: url(/assets/form_phone.svg)
}

.form_checkboxes>div {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.form_checkboxes label {
    border: 1px solid #dbd4df;
    border-radius: 5000px;
    cursor: pointer;
    max-width: max-content;
    min-width: max-content;
    padding: 12px 16px
}

.form_checkboxes label p {
    align-self: center;
    font-size: 16px;
    opacity: .7;
    text-align: center;
    width: max-content
}

.form_checkboxes label:has(input:not([type=range]):checked) {
    background-color: var(--accent4);
    border: 1px solid var(--accent4)
}

@media (max-width:1420px) {
    .form_checkboxes>div {
        flex-wrap: wrap
    }
}

.input button {
    background-color: transparent;
    height: 20px;
    margin: unset !important;
    min-width: unset !important;
    right: 16px;
    width: 20px
}

input:not([type=range]) {
    background-image: url(/assets/form_avatar.svg);
    background-position: 18px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-color: #000;
    color: #fff !important;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding: 16px 20px;
    width: 100%
}

input:not([type=range]):has(+input:not([type=range])) {
    margin-bottom: 12px
}

.toc__container.second {
    margin-bottom: 0 !important;
    margin-top: var(--mar-44)
}

.toc__wrapper {
    padding: var(--mar-32) 0 !important
}

.toc__wrapper .embla__container .embla__slide {
    flex: unset !important
}

.toc__wrapper .embla__container {
    gap: 3px
}

.toc__wrapper a {
    font-weight: 400;
    padding: 8px 16px;
    text-transform: none !important
}

.toc__wrapper a:hover {
    scale: 1 !important
}

.tocPagination {
    background-color: #bae8fd;
    border-radius: var(--brad);
    cursor: grab;
    height: 4px;
    margin-top: 24px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.tocPagination.dragging {
    cursor: grabbing
}

.tocPagination_progress {
    background-color: var(--accent1);
    border-radius: var(--brad);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: width .3s cubic-bezier(.075, .82, .165, 1);
    width: 0
}

.popup_verify {
    backdrop-filter: blur(10px);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10000
}

.popup_verify.age-confirmed {
    display: none !important
}

.popup_verify>div {
    background-color: #fff;
    border-radius: var(--brad_1);
    left: 50%;
    max-width: 702px;
    padding: var(--mar-80);
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%
}

.popup_verify>div h2, .popup_verify>div p {
    color: #000 !important
}

.popup_verify>div h2 {
    font-size: var(--fz28);
    margin-bottom: 12px
}

.popup_verify>div>div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px
}

.popup_verify>div>div button {
    margin: 0 !important
}

@media (min-width:768px) {
    .cart .cart_container .cart_item:not(:first-child)>div h2 {
        display: none
    }

    .toc_center {
        justify-content: center !important
    }

    .popup_verify>div>div {
        max-width: 80%
    }

    .popup_verify>div>div button {
        flex: 1 1 37.5% !important
    }
}

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 44px
}

.pagination button, .pagination_dots {
    display: inline-flex;
    min-width: 40px;
    font-weight: 700
}

.pagination .page_numbers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.pagination button {
    align-items: center;
    justify-content: center;
    border-radius: var(--brad_small);
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
    padding: unset !important;
    margin: unset !important;
    color: var(--accent1);
    background-color: #f0f9ff;
    border: 1px solid #bae8fd;
    box-shadow: none;
    line-height: 1;
    scale: 1
}

.pagination button.active, .pagination button:hover {
    color: var(--white);
    background-color: var(--accent1);
    border: 1px solid var(--accent1);
    scale: 1
}

.pagination button:disabled, .pagination button:disabled:hover {
    color: #7a8b98;
    background-color: #eef3f6;
    border-color: #d8e3e9
}

.pagination button:disabled {
    cursor: default;
    opacity: 1
}

.pagination_dots {
    align-items: center;
    justify-content: center;
    color: var(--accent3);
    font-size: 16px
}

@media (max-width:768px) {
    .auth, .mobile_flex_coll_reverse, .why_fans {
        flex-direction: column-reverse !important
    }

    .auth>form {
        padding: 20px
    }

    .auth>form p:first-of-type {
        font-size: 14px;
        margin-bottom: 16px !important
    }

    .auth>div {
        border-top-left-radius: var(--brad_1);
        border-top-right-radius: var(--brad_1);
        overflow: hidden
    }

    .auth .auth_checkbox {
        flex-direction: row;
        flex-wrap: nowrap !important
    }

    .auth .auth_checkbox * {
        font-size: 12px !important
    }

    .gray_wrapper.second {
        padding: 24px
    }

    .why_fans .why_fans_checks>div {
        flex-direction: row;
        gap: 12px
    }

    .leaks_embla .embla__slide {
        flex: 0 0 64.41% !important
    }

    .italic_comment {
        font-size: 24px;
        text-align: left
    }

    .models_embla .models .embla__container {
        gap: 8px
    }

    .models_embla .models .embla_slide {
        flex: 0 0 83.7%
    }

    .models_embla .models.second .embla_slide {
        flex: 0 0 54.65% !important
    }

    .models_embla button {
        margin-top: 20px
    }

    .model_card:not(:last-child) {
        margin-bottom: 8px
    }

    .reviews .embla_slide {
        flex: 0 0 100%
    }

    .reviews .embla_slide>div {
        flex-direction: row !important
    }

    .blog_cards {
        grid-template-columns: repeat(auto-fit, minmax(47.94%, 1fr))
    }

    table td, table th {
        padding: 12px
    }

    .flex, .title_w_svg {
        align-items: center;
        flex-direction: column
    }

    .flex_1_3, .flex_2, .flex_3_1 {
        flex-direction: column;
        gap: 24px
    }

    .accent_bg {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .gradient_bg1 {
        padding-top: 48px
    }

    .flex_3>* {
        flex: 1 1 48.5%
    }

    .gradient_bg1:after {
        opacity: .65;
        transform: translateY(-50%) translateX(-50%)
    }

    .author, .categories_container {
        flex-direction: row
    }

    .author>div:first-child {
        min-width: 120px
    }

    .reviews .embla__slide {
        flex: 0 0 100% !important;
        flex-direction: column;
        padding: 20px
    }

    .reviews .embla__slide>* {
        flex: unset
    }

    .categories_container>* {
        width: max-content !important
    }

    .blog_article_hero {
        padding: 40px 0 56px
    }

    .blog_article_breadcrumbs {
        gap: 12px;
        margin-bottom: 24px
    }

    .blog_article_intro {
        max-width: 93%
    }

    .cart .cart_container>div, footer>.wrapper>* {
        width: 100%
    }

    .cart .cart_container .cart_item, .footer_bottom>div, footer>.wrapper {
        flex-direction: column
    }

    .cart .cart_container .cart_item h2 {
        margin-bottom: 0
    }

    .cart .cart_container .cart_item>div:first-child h2 {
        display: none
    }

    .cart .cart_container .cart_item>div:not(:first-child) {
        flex-direction: row;
        justify-content: space-between;
        margin-left: 136px
    }

    .cart .cart_container .cart_item .counter {
        max-width: 93px;
        padding: 10px 12px
    }

    .embla {
        overflow: visible
    }

    section:has(.slider__controls.top) .slider__controls.bottom {
        display: flex !important
    }

    .slider__controls.top {
        display: none !important
    }

    footer>.wrapper {
        padding: 40px 0
    }

    .footer_bottom .socials {
        flex-wrap: wrap
    }

    .footer_bottom>div:last-child {
        align-self: start
    }

    .toc__wrapper a {
        min-width: max-content
    }

    .toc__wrapper {
        padding: 24px 0 !important
    }

    .popup_verify>div {
        max-width: 92%
    }

    .popup_verify>div>div {
        gap: 12px !important
    }

    .pagination button, .pagination_dots {
        max-width: 32px;
        min-width: 32px
    }

    .pagination, .pagination .page_numbers {
        gap: 3px
    }

    .pagination button {
        width: 32px;
        height: 32px;
        max-height: 32px;
        min-height: 32px
    }
}