.href__main {
    margin: 40px 0;
    flex-direction: row;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.href__main a {
    text-decoration: none;
    list-style: none;
    color: #3A312D;
}

.href__main a:hover {
    color: #908E8E;
}

.title {
    margin-bottom: 60px;
}

.text2 {
    line-height: 22px;
    max-width: 1100px;
    margin-bottom: 90px;
}

.sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(transparent 0%, rgba(58, 49, 45, 0.7) 0), url("../img/kitchens/sort.png") no-repeat center/cover;
    margin-bottom: 90px;
}

.sort_button {
    padding: 15px 0;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.href__sort_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    padding: 15px 0;
    border: 1px solid #FEFEFE;
    text-decoration: none;
    color: #FEFEFE;
    text-transform: uppercase;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

.href__sort_button.active,
.href__sort_button:hover {
    color: #3A312D;
    background: rgba(254, 254, 254, 0.7);
    border: 1px solid rgba(254, 254, 254, 0.7);
}

.sort__kitchens_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 60px;
    column-gap: 60px;
    margin-bottom: 90px;
}

.kitchens {
    max-width: 570px;
    cursor: pointer;
    text-decoration: none;
}

.sort__kitchens_items img {
    max-width: 100%;
}

.container__pop_up_kitchens {
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: linear-gradient(transparent 0%, rgb(0, 0, 0, 0.75) 0);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.card__pop_up_kitchens {
    display: flex;
    flex-direction: column;
    padding: 27px 30px;
    align-items: center;
    justify-content: center;
    background: #FEFEFE;
}

.btn_pop_up_partners_close {
    margin: 0;
    align-self: self-start;
    padding: 0;
}

.jmg_slick_and_deck {
    padding-left: 48px;
    display: flex;
    flex-direction: row;
    column-gap: 48px;

}

.jmg_slick {
    max-width: 615px;
    height: 430px;
}

.slider-for_img {
    width: 615px;
    height: 350px;
    margin-bottom: 14px;
}

.slider-nav {
    width: 617px;
    height: 55px;
}

.none {
    width: 100px;
    height: 55px;
}

.slider-nav_img {
    width: 100px;
    height: 65px;
    padding-right: 7px;
    padding-left: 7px;
}

.slider-for {
    cursor: pointer;
}

.table {
    display: flex;
    column-gap: 60px;
}

.table .text2 {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.deck {
    width: 421px;
}

.block_title {
    display: flex;
    justify-content: space-between;
}

.deck_text .text2 {
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0;
}

.text2 span {
    font-family: 'Vela Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #3A312D;
    margin-bottom: 19.4px;
}

.text2 p {
    margin-bottom: 18px;
    width: 175px;
}

.text2 p span {
    font-weight: 300;
}

.m {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
}

#margin0 {
    margin: 0;
}

.deck_text {
   padding-left: 64px;
}

.body_kitchenII {
    height: 22px;
}

.body_kitchen {
    height: 29px;
}

.slick-arrow {
    top: 30%;
    left: -5%;
}

.slick-next {
    left: 101%;
}

.elements_kitchens {
    position: relative;
    padding: 40px 74px 20px;
}

.slider-for_elements {
    width: 1100px;
    height: 620px;
    margin-bottom: 20px;
}

.slider-for_img_elements {
    width: 1100px;
    height: 620px;
}

.slider-for_img_elements {
    width: 100%;
    overflow: hidden;
}

.elements .slick-prev {
    left: -3%;
    top: 50%;
}

.elements .slick-next {
    top: 50%;
}

.elements_kitchens .btn_pop_up_partners_close {
    background: #FEFEFE;
    position: relative;
    margin: 0 - 50px;
    top: 0;
    right: 0;
}


.slider-for-slider-wrapper,
.slider-nav-slider-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}


.slider-for-slider-wrapper.slick-initialized,
.slider-nav-slider-wrapper.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.elements_kitchens .btn_pop_up_partners_close {
   position: absolute;
   top: 40px;
   right: 40px;
}
