@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);
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Unbounded:wght@200..900&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
}

span, p {
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0;
    color: black;
}

.menu__item span {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

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
}

.summary-block {
    padding: 1.8125rem;
    border: .0625rem solid rgba(0, 0, 0, .1)
}

.summary-block__total {
    display: flex;
    gap: .625rem;
    align-items: center
}

.summary-block__total:not(:last-child) {
    padding-bottom: .625rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    margin-bottom: .625rem
}

.summary-block__title {
    flex-grow: 1
}

.summary-block__title--small {
    font-size: 1.5rem
}

.summary-block__items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.summary-block__items:not(:last-child) {
    margin-bottom: 1.25rem
}

.summary-block__body:not(:last-child) {
    padding-bottom: .625rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    margin-bottom: 1.25rem
}

.summary-block__label {
    color: #1e1e1e;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: .25rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .625rem
}

.summary-block__label:not(:last-child) {
    margin-bottom: .625rem
}

.summary-block__inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem
}

.summary-block__inputs:not(:last-child) {
    margin-bottom: 1.25rem
}

.summary-block__field input {
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .14rem;
    padding: .9375rem 1.5rem
}

.summary-block__button {
    width: 100%
}

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:not(:disabled):hover::before {
        color: #fff !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)
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: .3125rem
}

.breadcrumbs ul li {
    color: #b9b9b9;
    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
}

.header__label span {
    text-align: center;
    color: #fff;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25rem;
    text-transform: uppercase;
}

.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 {
    width: 95%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 30px;
}

@media (min-width: 1920px) {
    .border_div {
        max-width: 116.25rem;
        margin: 0 auto;
        transform: translateX(0);
        left: 0;
    }

}

.title_div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.leftside_div {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

.leftside_div h1 {
    font-family: "Geologica";
    font-weight: 200;
    font-size: 3rem;
    line-height: 130%;
    text-transform: uppercase;
}

.leftside_div text {
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 1.12rem;
    letter-spacing: 0;
    line-height: 172%;
}

.rightside_div {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 491px;
}

.rightside_div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tags {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 20px;
}

.tags-text {
    font-family: "Geologica";
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: rgba(30, 30, 30, 1);
    padding: 10px;
    background-color: rgba(242, 239, 242, 1);
}

.about_projects {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}


.cards_of_projects {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project_card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 580px;
}

.project_card div:nth-of-type(1) {
    width: 100%;
    height: 40%;
}

.project_card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.project_card div:nth-of-type(2) {
    width: 80%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project_card span {
    font-size: 16px;
    font-weight: 200;
    color: rgba(28, 28, 35, 0.4);
}

.project_card h3 {
    color: rgba(30, 30, 30, 1);
    font-family: "Geologica";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.project_card p {
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0;
    color: rgba(28, 28, 35, 1);
}

.post {
    background-color: rgba(242, 239, 242, 1);
    max-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;
}

.post form {
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
}

.post form i {
    position: absolute;
    left: 90%;
    transition: all .3s ease;
}

.post form>input {
    border-bottom: 1px solid rgba(30, 30, 30, 1);
    transition: all .3s ease;
    opacity: 1;
    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 span {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    color: rgba(185, 185, 185, 1);
    line-height: 100%;
}

.post p {
    color: rgba(30, 30, 30, 1);
    font-family: "Geologica", Regular;
    font-weight: 200;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    gap: 20px;
}

.page-number {
    font-family: "Geologica";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1F3044;
    cursor: pointer;
    border-bottom: 1.5px solid #DFDFDF;
}

.page-number.active {
    font-family: "Geologica";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    border-bottom: 1.5px solid #DFDFDF;
}

.arrow {
    font-family: "Geologica";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1F3044;
    cursor: pointer;
    border-bottom: 1.5px solid #DFDFDF;
}


























.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
}

.splide--image .splide__arrow::before:hover {
    color: #fff;
}






.hero-home__body {
    background-color: white;
    padding: 0;
    width: 100%;
    height: 100%;
}

.splide.is-initialized,
.splide.is-rendered {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 491px;
}

.splide__track--draggable {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 491px;
}

.splide__track--fade>.splide__list>.splide__slide {
    height: 100% !important;
    max-width: 900px;
    max-height: 491px;
}

.hero-home__slider .splide__arrow {
    top: 95%;
}

.splide__pagination {
    background: rgba(0, 0, 0, 0) !important;
}

.splide__arrow--next {
    left: 50px !important;
}

.splide__arrow::before {
    color: black;
}

.splide__arrow:hover::before {
    color: #fff;
}

.hero-home__slider .splide__slide {
    display: block;
}

.rightside_div img {
    object-fit: cover;
}

.hero-home__image {
    max-width: 1025px;
}

.splide__track--fade>.splide__list>.splide__slide {
    height: 400px;
}

@media (max-width: 1400px) {
    .double-fields {
        gap: 0;
    }

    input,
    textarea {
        font-size: 1rem;
    }

    .social_icons {
        justify-content: flex-start;
    }

    .socials h5 {
        color: white;
    }

    .splide__pagination {
        display: none;
    }

    .rightside_div {
        max-width: 550px;
    }
}

@media (max-width: 1024px) {

    .breadcrumbs__container {
        white-space: nowrap;
    }

    .breadcrumbs ul li {
        font-size: 1.05rem;
    }

    .splide__pagination {
        display: none;
    }
}

@media (max-width: 920px) {

    .breadcrumbs__container {
        white-space: nowrap;
    }

    .breadcrumbs ul li {
        font-size: 1.05rem;
    }

    .splide__pagination {
        display: none;
    }

    .border_div {
        gap: 50px;
    }

    .title_div {
        flex-direction: column;
        gap: 20px;
    }

    .rightside_div {
        order: 1;
        width: 100%;
        height: 100%;
    }

    .rightside_div img {
        object-fit: cover;
    }

    .leftside_div {
        order: 2;
        width: 100%;

    }

    .leftside_div h1 {
        font-size: 2.25rem;
    }

    .tags {
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .projects_wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .cards_of_projects {
        grid-template-columns: repeat(2, 1fr);
    }

    .post {
        order: 1;
    }

    .project_card {
        order: 2;
        max-height: 660px;
        height: fit-content;
    }

    .project_card div:nth-of-type(2) {
        width: 100%;
    }

    .cards_of_projects .project_card:nth-of-type(n+5) {
        display: none;
    }

}

@media (max-width: 600px) {

    .breadcrumbs__container {
        white-space: nowrap;
    }

    .breadcrumbs ul li {
        font-size: 1.05rem;
    }

    .splide__pagination {
        display: none;
    }

    .border_div {
        gap: 50px;
    }

    .title_div {
        flex-direction: column;
        gap: 20px;
    }

    .rightside_div {
        order: 1;
        width: 100%;
        height: 420px;
    }

    .rightside_div img {
        object-fit: cover;
    }

    .leftside_div {
        order: 2;
        width: 100%;

    }

    .leftside_div h1 {
        font-size: 2.25rem;
    }

    .tags {
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .projects_wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .cards_of_projects {
        grid-template-columns: 1fr;
    }

    .post {
        order: 1;
    }

    .project_card {
        order: 2;
        max-height: 660px;
        height: fit-content;
    }

    .project_card div:nth-of-type(2) {
        width: 100%;
    }

    .cards_of_projects .project_card:nth-of-type(n+5) {
        display: none;
    }

}

@media (any-hover:hover) {
    .button:not(:disabled):hover {
        border-color: #1e1e1e;
        background-color: #f2eff2;
        color: #1e1e1e
    }

    .button--white:not(:disabled):hover {
        border-color: #fff;
        background-color: #fff;
        border-bottom-color: #1e1e1e
    }

    .splide__arrow:not(:disabled):hover {
        background-color: #000 !important;
    }

    .splide__arrow--black:not(:disabled):hover {
        border-color: #1e1e1e !important;
        background: #f2eff2 !important
    }

    .splide__arrow--black:not(:disabled):hover::before {
        /* color: #1e1e1e !important */
        color: #fff !important;
    }

    .fav-btn:hover {
        color: #dc3f6c
    }

    .item-product__button:hover {
        border-color: #000;
        background: #f2eff2;
        color: #000
    }

    .item-product:hover .item-product__image .hover {
        opacity: 1
    }

    .item-product:hover .item-product__button {
        opacity: 1;
        visibility: visible
    }

    .item-product:hover .item-product__fav {
        opacity: 1;
        visibility: visible
    }

    .contacts__link:hover {
        border-color: #000
    }

    .contacts--white .contacts__link:hover {
        border-color: hsla(0, 0%, 100%, .6)
    }

    .contacts__social-link:hover {
        color: #dc3f6c
    }

    .contacts--white .contacts__social-link:hover {
        color: #fff
    }

    .upload-comp ol li button:not(:disabled):hover {
        color: #1e1e1e
    }

    .select__option:hover {
        background: #d9d9d9
    }

    .breadcrumbs ul li a:hover,
    .cakes-share__link:hover,
    .filters-catalog__link:hover,
    .item-review__title a:hover,
    .menu__submenu li a:hover {
        text-decoration-color: inherit
    }

    .upload-comp ol li a:hover {
        text-decoration-color: transparent
    }

    .icon-menu:hover {
        color: #dc3f6c
    }

    .header__actions-btn:hover {
        color: rgba(0, 0, 0, .6980392157)
    }

    .menu__link:hover {
        border-color: #000
    }

    .menu details:hover .menu__submenu {
        opacity: 1;
        visibility: visible
    }

    .menu details:hover summary {
        border-color: #000
    }

    .menu details:hover summary::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .footer__block ul li a:hover {
        border-color: hsla(0, 0%, 100%, .6)
    }

    .footer__up:hover {
        background-color: hsla(0, 0%, 100%, .8)
    }

    .splide--image .splide__arrow:not(:disabled):hover::before {
        color: #fff;
    }

    .spoilers__item:has(.spoilers__title:hover) {
        border-color: rgba(128, 128, 128, .55)
    }

    .spoilers__item:has(.spoilers__title:hover) .spoilers__title {
        color: rgba(128, 128, 128, .55)
    }

    .spoilers__item:has(.spoilers__title:hover) .icon span::after,
    .spoilers__item:has(.spoilers__title:hover) .icon span::before {
        background-color: rgba(128, 128, 128, .55)
    }

    .collection-home__button:not(:disabled):hover {
        color: #fff;
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0);
        border-bottom-color: #fff
    }

    .item-category-h:hover .item-category-h__image .hover {
        opacity: 1
    }

    .spoilers-product__title:hover {
        color: rgba(128, 128, 128, .55)
    }

    .cakes-share__image:hover img {
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }

    .form-share__close:hover::before {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .checkout__label button:hover {
        color: #1e1e1e
    }

    .item-checkout__title a:hover {
        color: #2eb37b
    }

    .item-checkout__btn:hover {
        color: #dc3f6c
    }
}

@media all and not (any-hover:hover) {
    .item-product .item-product__button {
        opacity: 1;
        visibility: visible
    }

    .item-product .item-product__fav {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.select__content {
    color: #fff;
}