@import url(https://fonts.googleapis.com/css?family=Geologica:100,200,300,regular,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Mulish:regular,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Carrois+Gothic:regular&display=swap);

@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

[class*=_icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block
}

._icon-trash:before {
    content: ""
}

._icon-inst:before {
    content: ""
}

._icon-play:before {
    content: ""
}

._icon-filter:before {
    content: ""
}

._icon-up:before {
    content: ""
}

._icon-mail:before {
    content: ""
}

._icon-plus:before {
    content: ""
}

._icon-heart-fill:before {
    content: ""
}

._icon-cross:before {
    content: ""
}

._icon-list:before {
    content: ""
}

._icon-ch-down:before {
    content: ""
}

._icon-s-inst:before {
    content: ""
}

._icon-arrow-up:before {
    content: ""
}

._icon-heart:before {
    content: ""
}

._icon-user-header:before {
    content: ""
}

._icon-bag:before {
    content: ""
}

._icon-search:before {
    content: ""
}

._icon-ch-round-right:before {
    content: ""
}

._icon-arrow-right:before {
    content: ""
}

._icon-user:before {
    content: ""
}

._icon-phone:before {
    content: ""
}

._icon-s-fb:before {
    content: ""
}

._icon-s-yt:before {
    content: ""
}

._icon-cross-sharp:before {
    content: ""
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*::after,
*::before {
    box-sizing: border-box
}

*::after,
*::before {
    display: inline-block
}

input:focus,
textarea:focus {
    outline: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

body,
html {
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
}

body {
    color: #000;
    line-height: 1;
    font-family: Geologica, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: Geologica, sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
    width: 100%
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

details summary {
    list-style: none
}

details summary::-webkit-details-marker {
    display: none
}

input {
    border-radius: 0
}

input[type=search] {
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

body {
    position: relative
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible !important;
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip;
        min-height: 0;
    }
}

.wrapper>main {
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 116.25rem;
    margin: 0 auto;
    padding: 0 .625rem
}

.button {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: .25rem;
    text-transform: uppercase;
    padding: .625rem .875rem;
    background-color: #1e1e1e;
    text-align: center;
    border: .125rem solid transparent;
    transition: all .3s
}

.button--white {
    background-color: #fff;
    color: #1e1e1e;
    border-color: #fff
}

.button--gray {
    background-color: #f2eff2;
    color: #1e1e1e;
    letter-spacing: .14rem
}

.button--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .625rem .9375rem;
    gap: .625rem
}

.button--icon::before {
    font-size: 1.5rem
}

.button--icon svg {
    width: 1.25rem;
    height: 1.25rem
}

.button--border {
    background-color: rgba(0, 0, 0, 0);
    color: #1e1e1e;
    border-color: #1e1e1e
}

.button:disabled {
    background-color: #b9b9b9;
    border-color: #b9b9b9;
    color: #fff;
    cursor: default
}

.title {
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: .45rem;
    text-transform: uppercase
}

.splide__pagination {
    align-items: center;
    gap: .8125rem;
    border-radius: 2.1875rem !important;
    background: hsla(0, 0%, 100%, .2) !important;
    backdrop-filter: blur(.46875rem) !important;
    padding: .875rem !important;
    width: 100% !important;
    max-width: -webkit-max-content !important;
    max-width: max-content !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important
}

.splide__pagination li {
    position: relative;
    height: .375rem;
    width: .375rem
}

.splide__pagination__page {
    position: absolute !important;
    top: 0;
    left: 0;
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    height: .375rem !important;
    width: .375rem !important;
    border: none !important;
    opacity: 1 !important;
    border: .0625rem solid transparent;
    transition: all .3s;
    background-color: rgba(0, 0, 0, .3) !important
}

.splide__pagination__page.is-active {
    border-color: #e6e6e6 !important;
    background-color: #fff !important
}

.splide__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.125rem !important;
    height: 2.125rem !important;
    border-radius: 50% !important;
    background: hsla(0, 0%, 100%, .2) !important;
    backdrop-filter: blur(.46875rem);
    opacity: 1 !important;
    transition: all .3s !important;
    z-index: 5 !important
}

.splide__arrow::before {
    color: #fff;
    font-size: .625rem
}

.splide__arrow svg {
    display: none
}

.splide__arrow--prev {
    left: 0 !important
}

.splide__arrow--prev::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.splide__arrow--black {
    width: 2.625rem !important;
    height: 2.625rem !important;
    background-color: #1e1e1e !important;
    border-radius: 0 !important;
    border: .0625rem solid transparent !important
}

.splide__arrow--black::before {
    color: #fff !important;
    font-size: .9375rem !important
}

.splide__arrow--black:disabled {
    opacity: 0 !important;
    cursor: default
}

.splide__arrow--next {
    left: auto !important;
    right: 0 !important
}

.fav-btn {
    font-size: 1.875rem;
    color: rgba(0, 0, 0, .6);
    transition: color .3s
}

.fav-btn._active::before {
    content: "";
    color: #dc3f6c
}

.item-product {
    position: relative
}

.item-product__image {
    aspect-ratio: 348/380;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: .0625rem solid #e6e6e6
}

.item-product__image img {
    position: absolute;
    top: 0;
    left: 0
}

.item-product__image img.hover {
    z-index: 2;
    opacity: 0;
    transition: opacity .3s
}

.item-product__image:not(:last-child) {
    margin-bottom: .9375rem
}

.item-product__fav {
    position: absolute;
    top: .625rem;
    right: .625rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.item-product__label {
    color: #fff;
    text-align: center;
    line-height: 1.72;
    letter-spacing: .12rem;
    text-transform: uppercase;
    padding: 0 .5625rem;
    background-color: red;
    position: absolute;
    top: .625rem;
    left: .625rem;
    pointer-events: none;
    z-index: 3
}

.item-product__label--black {
    background-color: #1e1e1e
}

.item-product__content {
    display: flex;
    gap: .625rem;
    align-items: center
}

.item-product__body {
    flex-grow: 1
}

.item-product__title {
    color: #1e1e1e;
    font-weight: 200;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.item-product__title:not(:last-child) {
    margin-bottom: .75rem
}

.item-product__price {
    display: flex;
    align-items: center;
    gap: .5rem;
    line-height: 1.3
}

.item-product__price span {
    color: rgba(128, 128, 128, .55);
    font-size: .875rem;
    text-decoration: line-through
}

.item-product__button {
    width: 2.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    color: #fff;
    flex-shrink: 0;
    background-color: #000;
    border: .0625rem solid transparent;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .9375rem
}

.section-header:not(:last-child) {
    margin-bottom: 1.875rem
}

.products-section__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 1.875rem 1.25rem
}

.products-section__items:not(:last-child) {
    margin-bottom: 1.875rem
}

.products-section__slider:not(:last-child) {
    margin-bottom: 1.875rem
}

.field {
    display: flex;
    flex-direction: column;
    gap: .1875rem;
    position: relative
}

.field__input {
    position: relative
}

.field__input::before {
    position: absolute;
    top: 50%;
    left: .75rem;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: rgba(0, 0, 0, .3019607843)
}

.field__input input {
    padding: 1.03125rem .75rem 1.03125rem .75rem;
    border: .0625rem solid transparent;
    border-bottom-color: #1e1e1e;
    background-color: #fff;
    transition: border-color .3s;
    font-weight: 300;
    letter-spacing: .28rem;
    text-transform: uppercase;
    color: rgba(30, 30, 30, .6)
}

.field__input input::-webkit-input-placeholder {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.field__input input:-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.field__input input::-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.field__input input::placeholder {
    transition: opacity .3s
}

.field__input input:focus {
    border-color: #1e1e1e
}

.field__input input:focus::-webkit-input-placeholder {
    opacity: 0
}

.field__input input:focus:-ms-input-placeholder {
    opacity: 0
}

.field__input input:focus::-ms-input-placeholder {
    opacity: 0
}

.field__input input:focus::placeholder {
    opacity: 0
}

.field__input--border input {
    border-color: #1e1e1e
}

.field__input[class*=_icon-] input {
    padding-left: 2.625rem
}

.field__input:has(input:not(:-ms-input-placeholder)) .field__label {
    opacity: 0;
    visibility: hidden
}

.field__input:has(input:focus-visible) .field__label,
.field__input:has(input:not(:placeholder-shown)) .field__label {
    opacity: 0;
    visibility: hidden
}

.field__error {
    color: #dc3f6c;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: right
}

.field:has(.field__error) input {
    border-color: #dc3f6c
}

.field__label {
    color: rgba(30, 30, 30, .6);
    font-weight: 300;
    letter-spacing: .28rem;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.125rem;
    transition: all .3s;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.field__label span {
    color: red
}

.field__textarea {
    padding: 1rem .75rem;
    padding-bottom: 1.25rem;
    border: .0625rem solid #1e1e1e;
    font-weight: 300;
    letter-spacing: .28rem;
    text-transform: uppercase;
    min-height: 4.375rem;
    resize: vertical;
    color: rgba(30, 30, 30, .6)
}

.field__textarea::-webkit-input-placeholder {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.field__textarea:-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.field__textarea::-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.field__textarea::placeholder {
    transition: opacity .3s
}

.field__textarea:focus {
    border-color: #1e1e1e
}

.field__textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.field__textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.field__textarea:focus::-ms-input-placeholder {
    opacity: 0
}

.field__textarea:focus::placeholder {
    opacity: 0
}

.field__length {
    color: #b9b9b9;
    font-size: .875rem;
    font-weight: 200;
    line-height: 1.72;
    position: absolute;
    bottom: .1875rem;
    right: 1.0625rem
}

.contacts {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
    align-items: start
}

.contacts__title {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .3rem;
    text-transform: uppercase
}

.contacts--white .contacts__title {
    color: #fff
}

.contacts__link {
    padding: .375rem 0;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25rem;
    text-transform: uppercase;
    border-bottom: .0625rem solid transparent;
    transition: border-color .3s
}

.contacts--white .contacts__link {
    color: hsla(0, 0%, 100%, .6)
}

.contacts__social {
    display: flex;
    gap: 1.25rem
}

.contacts__social-link {
    font-size: 1.5rem;
    transition: color .3s
}

.contacts--white .contacts__social-link {
    color: hsla(0, 0%, 100%, .6980392157)
}

page span {
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 18px;
    line-height: 172%;
    color: black;
}

.title_header {
    width: 100%;
    position: relative;
    height: 700px;
}

.article_container {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article_name {
    min-width: 35%;
    max-width: 45%;
    height: fit-content;
    margin: 0 auto;
    background-color: rgba(30, 30, 30, 1);
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.article_name div:nth-of-type(1) {
    background-image: url("..//img/referal/imagebg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 298px;
    justify-content: center;
    flex-direction: column;
    display: flex;
    gap: 20px;
    align-items: center;
}

.article_name div:nth-of-type(1)>div {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(30, 30, 30, 1);
    gap: 20px;
    flex-direction: row;
    height: fit-content;
}

.article_name div:nth-of-type(1)>p {
    font-family: "Geologica";
    font-weight: 200;
    font-size: 16px;
    line-height: 172%;
    color: rgba(255, 255, 255, 1);
}

.article_name div:nth-of-type(1)>p:nth-of-type(2) {
    text-decoration: underline;
}

.article_name div:nth-of-type(1)>h1 {
    color: white;
    font-weight: 200;
    font-family: "Geologica";
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* width: 60%; */
    padding-left: 30px;
}

.article_name div:nth-of-type(2) {
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

.article_name div:nth-of-type(2)>span {
    border: 1px solid rgba(185, 185, 185, 1);
    padding: 12px;
    color: white;
    font-family: "Geologica";
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

.stub {
    width: 50%;
    height: 100%;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: .3125rem
}

.breadcrumbs ul li {
    color: white !important;
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.72;
    display: flex;
    align-items: center;
    gap: .3125rem
}

.breadcrumbs ul li:not(:last-child)::after {
    content: "/";
    color: rgba(185, 185, 185, .5490196078)
}

.breadcrumbs ul li:first-child {
    color: #1e1e1e
}

.page__breadcrumbs {
    padding-top: 1.25rem;
    padding-bottom: .6875rem
}

.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: .9375rem;
    cursor: pointer
}

.checkbox__label {
    color: #1e1e1e;
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.72;
    text-transform: capitalize;
    flex-grow: 1
}

.checkbox__label span {
    color: #b9b9b9;
    font-size: .875rem
}

.checkbox::before {
    content: "";
    width: 1.3125rem;
    height: 1.3125rem;
    border-radius: .125rem;
    border: .0625rem solid #000;
    flex-shrink: 0;
    background: #f2eff2;
    transition: all .3s
}

.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0
}

.checkbox:has(input:checked)::before {
    background: #1e1e1e url(../img/icons/check.svg) no-repeat center/contain
}

.checkbox .count {
    color: #1e1e1e;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.8;
    text-align: center;
    background-color: #f2eff2;
    padding: 0 .375rem
}

.header_container {
    display: flex;
    align-items: center;
    width: 97%;
    margin: 0 auto;
    padding: 0 .625rem;
    justify-content: space-between;
}


.header__search {
    display: none;
    background: white;
    padding: 10px 0;
}

.header__search.active {
    display: flex;
    justify-content: center;
    max-height: 91px;
}

.search_container {
    display: flex;
    width: 85%;
}

.search-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    flex-grow: 1;
    width: 100%;
    margin: 0 20px;
    max-width: 1481px;
}

.search-form input {
    border: none !important;
    font-size: 1.2rem;
    padding: 10px;
    outline: none;
}

.search-form span {
    font-size: 1.2rem;
    margin-right: 10px;
}

.search-close {
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
}




@media (max-width: 600px) {

    .header__search.active .header__logo {
        display: none;
    }

    .header__search.active {
        max-height: 93px;
    }

    .header__search {
        padding: 20px 0;
    }

    .header_container {
        width: 100%;
    }

    .search_container {
        width: 100%;
    }
}

.border_div {
    position: relative;
    width: 100%;
    padding: 50px 50px 0 0;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1920px) {
    .border_div {
        max-width: 116.25rem;
        margin: 0 auto;
        transform: translateX(0);
        left: 0;
    }

}

.left_container {
    width: 200px;
    height: 100%;
    position: sticky;
    top: 150px;
}

.left_socials {
    position: sticky;
    top: 0px;
    background-color: #f2eff2;
    width: 81px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    z-index: 2;
}

.left_socials>div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.left_socials img {
    width: 33px;
    height: 33px;
    object-fit: contain;
    flex-shrink: 0;
}

.social {
    position: relative;
}

.social:not(:last-child)::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    /* margin: 10px auto; */
    background-color: rgba(185, 185, 185, 0.5);
    position: absolute;
    top: 100%;
}

.center_container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.content_grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
}


.center_left_container {
    grid-column: 1;
    grid-row: 1;
}

.first_span {
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-style: italic;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0;
    color: black;
    white-space: pre-line;
}

.recipe {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: flex-start;
}

.recipe h4 {
    font-family: "Geologica";
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: black;
}

.first_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.first_ul h4 {
    font-family: "Geologica";
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
}

.first_ul li {
    list-style: disc;
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0;
    color: black;
    margin-left: 20px;
}

.bottom_image {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bottom_image img {
    width: 100%;
    object-fit: cover;
}




.next_article{
    justify-content: end;
}

.bottom_nav {
    width: 100%;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.previous_article {
    display: flex;
    gap: 20px;
}

.previous_article div:nth-of-type(1) {
    background-color: black;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 70px;
    height: 70px;
}

.previous_article div:nth-of-type(1)>i {
    font-size: 18px;
    color: white;
}

.next_article {
    display: flex;
    gap: 20px;
}

.next_article div:nth-of-type(2) {
    background-color: black;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 70px;
    height: 70px;
}


.next_article div:nth-of-type(2)>i {
    font-size: 18px;
    color: white;
}

.article_link {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article_link h5,
.article_link h5>span {
    font-family: "Geologica";
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(185, 185, 185, 1);
}

.article_link text {
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0;
    color: rgba(30, 30, 30, 1);
}

.next_article .next>h5,
.next>span {
    text-align: right;
    align-items: flex-end;
}

.comments {
    grid-column: 1;
    grid-row: 2;

    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.comments_massage {
    padding: 10px;
    background-color: rgba(242, 239, 242, 1);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comments h2 {
    font-family: "Geologica";
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
}

.comments h5 {
    font-family: "Geologica";
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: black;
}

.reply {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reply h3 {
    font-family: "Geologica";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-family: 'Geologica', sans-serif;
}

.double-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.left_field,
.right_field {
    width: calc(100% / 3);
    height: 68px;
}

.field {
    position: relative;
}

input,
textarea {
    width: 100%;
    padding: 12px 12px 12px 36px;
    border: none;
    border-bottom: 1px solid #aaa;
    background: transparent;
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.72;
    letter-spacing: 5px;
    outline: none;
    transition: all 0.3s ease;
    color: #000;
}

textarea {
    padding-left: 12px;
    padding-right: 32px;
    resize: vertical;
    min-height: 80px;
    resize: none;
    max-height: 400px;
}

input::placeholder,
textarea::placeholder {
    color: #aaa;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    padding-left: 10px;
}

.icon {
    position: absolute;
    left: 10px;
    top: 35%;
    transform: translateY(-35%);
    font-size: 22px;
    color: #aaa;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

input:focus+.icon,
textarea:focus+.icon {
    opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

input:focus,
textarea:focus {
    border: 1px solid #000;
    border-radius: 4px;
    padding-left: 12px;
}

.textarea-field::before {
    content: "";
    position: absolute;
    bottom: 28px;
    right: 6px;
    width: 26px;
    height: 1px;
    background: #aaa;
    transform-origin: right bottom;
    transition: opacity 0.3s ease;
}

.textarea-field::after {
    content: "";
    position: absolute;
    bottom: 17px;
    right: 5px;
    width: 14px;
    height: 1px;
    background: #aaa;
    transform-origin: right bottom;
    transition: opacity 0.3s ease;
}

.textarea-field::before {
    transform: rotate(-45deg);
}

.textarea-field::after {
    transform: rotate(-45deg);
}

.textarea-field:focus-within::before,
.textarea-field:focus-within::after {
    opacity: 0;
}



.go_home {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 30px 20px 30px;
    background-color: black;
    transition: all .3s ease;
}

.go_home:hover {
    cursor: pointer;
    background-color: #333;
    transition: all .3s ease;
}

.go_home h4 {
    font-family: "Geologica";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 130%;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: white;
}


.post {
    background-color: rgba(242, 239, 242, 1);
    max-width: 580px;
    width: 580px;
    height: fit-content;
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 40px 20px 50px 20px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;

    grid-column: 2;
    grid-row: 1 / span 2;
    position: sticky;
    top: 150px;
    align-self: start;
}

.post_tags {
    width: 100%;
    display: flex;
    gap: 13px;
}

.post_tags>span {
    padding: 10px;
    background-color: white;
    color: black;
    text-transform: uppercase;
    text-align: center;
    align-self: center;
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 2.8px;
}

.post form {
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
}

.post form i {
    position: absolute;
    left: 90%;
    top: 20%;
    transition: all .3s ease;
}

.post form>input {
    border-bottom: 1px solid rgba(30, 30, 30, 1);
    transition: all .3s ease;
    opacity: 1;
    padding: 0;
    padding-bottom: 10px;
}

.post form>input::placeholder {
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0;
    color: rgba(30, 30, 30, 1);
    transition: all .3s ease;
    opacity: 1;
}

.post form>input:focus::placeholder {
    opacity: 0;
    display: none;
    transition: all .3s ease;
}

.post:has(input:focus) i {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.post_li {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}

.post_li>div {
    width: fit-content;
    height: 70px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.post h3 {
    font-family: "Geologica";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(30, 30, 30, 1);
}

.post img {
    width: 70px;
    height: 70px;
}


.post p {
    color: rgba(30, 30, 30, 1);
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0;
}





.footer {
    background-color: #000;
    padding: 3.125rem 0;
    margin-top: 100px;
}

.footer__body {
    display: flex;
    gap: 3.125rem;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer__body:not(:last-child) {
    margin-bottom: 9.25rem
}

.footer__logo {
    aspect-ratio: 152/71;
    width: 9.5rem
}

.footer__block h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .3rem;
    text-transform: uppercase
}

.footer__block h3:not(:last-child) {
    margin-bottom: .9375rem
}

.footer__block ul li {
    color: hsla(0, 0%, 100%, .6);
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25rem;
    text-transform: uppercase
}

.footer__block ul li:not(:last-child) {
    margin-bottom: .9375rem
}

.footer__block ul li a {
    padding: .375rem 0 .3125rem;
    border-bottom: .0625rem solid transparent;
    transition: border-color .3s
}

.footer__bottom {
    display: flex;
    align-items: end;
    gap: 5.1875rem;
    flex-wrap: wrap
}

.footer__copy {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 200;
    flex-grow: 1;
    line-height: 1.72
}

.footer__payment {
    aspect-ratio: 251/22;
    width: 15.6875rem
}

.footer__up {
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    color: #000;
    background-color: #fff;
    transition: background-color .3s
}

.splide--image .splide__track {
    height: 100%
}

.splide--image .splide__actions {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: 100%;
    left: 0;
    bottom: 1.4375rem;
    padding: 0 1.4375rem
}

.splide--image .splide__pagination {
    position: static !important;
    background: 0 0 !important;
    backdrop-filter: none !important;
    -webkit-transform: none !important;
    transform: none !important
}

.splide--image .splide__arrows {
    display: flex;
    align-items: center;
    gap: .5rem
}

.splide--image .splide__arrow {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
    background: rgba(0, 0, 0, .1) !important;
    backdrop-filter: blur(.46875rem) !important
}

.splide--image .splide__arrow::before {
    color: #000
}



@media (max-width: 1024px) {

    .breadcrumbs__container {
        white-space: nowrap;
        text-align: center;
        align-items: center;
        display: flex;
    }

    .breadcrumbs ul li {
        font-size: 1.05rem;

    }

    .breadcrumbs ul li:first-of-type {
        color: #1e1e1e !important;
    }

    .breadcrumbs ul li:last-of-type {
        color: #b9b9b9 !important;
    }

    .article_container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 10px;
    }

    .title_header {
        background-image: unset;
        height: auto;
    }

    .stub {
        background-image: url("..//img/article/bottom_image.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        order: 1;
        width: 100%;
        height: 420px;
    }

    .article_name {
        order: 2;
        width: 100%;
    }

    .article_name div:nth-of-type(1) {
        padding: 20px;
    }

    .article_name div:nth-of-type(1) {
        height: auto;
    }

    .article_name div:nth-of-type(1)>h1 {
        font-size: 24px;
        width: 100%;
    }

    .border-div {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: unset;
        padding: 0;
    }



    .left_socials {
        display: none;
    }

    .center_container {
        width: 100%;
        order: 1;
        flex-direction: column;
    }

    .content_grid {
        display: flex;
        flex-direction: column;
    }

    .center_left_container,
    .comments,
    .post {
        width: 100%;
        position: static;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }


    .comments {
        order: 3;
    }


    .post {
        position: unset;
        order: 2;
        margin: 0 auto;
    }


    .border-div h1 {
        font-size: 2.3rem;
    }

    .preview h5 {
        font-size: 0.9rem;
    }

    .teg_h5 {
        font-size: 0.9rem;
    }

    .content_block h4 {
        font-size: 1.2rem;
        letter-spacing: 6px;
    }

    .content_block text {
        font-size: 1.125rem;
    }

    .article_link text {
        display: none;
    }

    .article_link h5 {
        font-size: 0.9rem;
    }



    .article_link h5>span {
        display: none;
    }

    .previous_article div:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .next_article div:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .next {
        top: 100%;
    }

    .next_article::after {
        top: -20%;
        transform: translateX(-100%);
    }

    .go_home {
        width: 100%;
        margin-top: 30px;
    }

    .go_home h4 {
        white-space: nowrap;
        font-size: 20px;
    }

    .post_tags {
        display: none;
    }

    .post_li>div>span {
        font-family: "DM Sans";
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: rgba(185, 185, 185, 1);
    }

    .double-fields {
        flex-direction: column;
    }

    .left_field,
    .right_field {
        width: 100%;
    }

    .right_field>input {
        padding: 12px 12px 12px 12px;
    }


}

.header_image {
    background-color: #000;
}