*,
::before,
::after {
    box-sizing: border-box;
}

html {
    margin: 0;
}

input,
textarea,
select,
button {
    font: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-block: 0;
    margin: 0;
}

:root {
    --color-txt: #272727;
    --color-txt-green: #01562a;
    --color-txt-green-hover: #3db25d;
    --color-txt-button: #e9eada;
    --color-border-form: #747474;
    --color-border-subscribe: #d1d1d1;
    --background-button: #01562a;
    --background-button-hover: #AD985F;
    --ft-size-small: 0.625px;
    /*10px*/
    --ft-size-regular: 16px;
    /*16px Baza*/
    --ft-size-medium: 1.125rem;
    /*18px*/
    --ft-size-high: 1.25rem;
    /*20px*/
    --ft-size-big: 1.625rem;
    /*26px*/
    /*--ft-size-title: clamp(2rem, 5vw, 3.125rem);*/
    /*h1, h2*/
    --ft-size-title: clamp(1.875rem, 4.8vw, 2.625rem);
    /*30-46px — h1*/
    --ft-size-subtitle: clamp(1.75rem, 4.8vw, 2rem);
    /*28-32px — h2,h3*/
    --ft-size-description: clamp(1.375rem, 4.8vw, 1.625rem);
    /*22-26px*/
    --ft-weight-regular: 400;
    --ft-weight-medium: 500;
    --ft-weight-semibold: 600;
    --ft-weight-bold: 700;
}

header.header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9;
}

main {
    margin-top: 150px;
}

.header,
.content,
.branding .item-block_padding,
.form-bottom .item-block_padding,
.footer .item-block_padding {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}


/*.item-block_padding {
    padding-left: 15px;
    padding-right: 15px;
}*/

.content {
    margin-bottom: 60px;
    /* padding-left: 15px;
    padding-right: 15px; */
}

.content table {
    width: 100%;
    margin-bottom: 20px;
    border: 15px solid #F2F8F8;
    border-top: 5px solid #F2F8F8;
    border-collapse: collapse;
}

.content table th {
    font-weight: bold;
    padding: 5px;
    background: #F2F8F8;
    border: none;
    border-bottom: 5px solid #F2F8F8;
}

.content table td {
    padding: 5px;
    border: none;
    border-bottom: 5px solid #F2F8F8;
}


/* 

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  /*font-optical-sizing: auto;*/


/*font-weight: <weight>;*/


/*font-style: normal;*/


/* } */

html,
body {
    font-size: var(--ft-size-regular);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
div {
    font-family: 'Inter', sans-serif;
}

.content ul {
    padding-left: 0;
    list-style: none;
}

.content ul li::before {
    content: url(/wp-content/themes/grand_komfort/icons/check.svg);
    display: inline-block;
    transform: translateY(9px);
}

.content li {
    margin-bottom: 10px;
    /*display: flex;
    align-items: center;
    gap: 5px;*/
}

h1,
h2,
h3,
h4 {
    word-wrap: break-word;
    text-transform: uppercase;
    color: var(--color-txt);
    font-weight: var(--ft-weight-regular);
    /*max-width: 1160px;*/
    line-height: 1.2;
    margin-top: 60px;
    margin-bottom: 30px;
}

h1 {
    font-size: var(--ft-size-title);
}

h2,
h3 {
    font-size: var(--ft-size-subtitle);
}

h4 {
    font-size: var(--ft-size-big);
}

.company h2 {
    max-width: 62%;
    font-size: 2.5em;
}

.branding h2,
.form-bottom h2 {
    margin-top: 0;
}

p {
    font-weight: var(--ft-weight-regular);
    color: var(--color-txt);
    margin-bottom: 20px;
    line-height: 1.4;
}

a {
    color: var(--color-txt);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    transition: .2s;
}

a.button {
    display: block;
    margin: 3.75rem auto 0;
}

a.button:hover {
    text-decoration: none;
}

.about-product a.button {
    margin-left: 0;
    margin-top: 1em;
}

.about-product .button {
    margin-top: 2em;
}

.breadcrumbs {
    margin-top: 30px;
    font-size: 13px;
}

.left-txt_right-img .col-right,
.left-img_right-txt .col-left {
    max-width: 950px;
    width: 50%;
    flex: 0 0 auto;
    padding: 0 12px;
}

.left-img_right-txt .col-right {}

.col-right .block-img,
.ct-img,
.pr-img,
.adr-map,
.nw-img {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid var(--background-button);
}

.pr-img {
    display: flex;
    /*height: 450px;*/
    align-items: center;
}

.pr-img a {
    overflow: hidden;
}

.pr-img img {
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    transform: scale(1.00);
    transition: 0.3s;
}

.pr-card_block:hover .pr-img img {
    transform: scale(1.03);
}

.three-in-row .category_flex-row.big .ct-img img {
    height: 445px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

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

.product_flex-wrap.flexwrap {
    flex-wrap: wrap;
    justify-content: flex-start;
}

img {
    /* display: block;
    width: -webkit-fill-available;
    height: auto; */
}

.ct-card_block .ct-name,
.pr-card_block .pr-name,
.news-card_block .pr-name {
    font-size: var(--ft-size-medium);
    font-weight: var(--ft-weight-medium);
    margin-top: 20px;
    padding: 0 10px;
}

.ct-card_block .ct-name {
    /*font-weight: var(--ft-weight-regular);*/
    text-transform: uppercase;
}

.pr-card_block .pr-name {
    font-weight: var(--ft-weight-bold);
}

.post-content {
    margin: 2em 0;
}

.back-to-news {
    margin-top: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-to-news .button {
    margin: 0;
    background-color: #AD985F;
    border: 1px solid #AD985F;
}

.back-to-news .button:hover {
    color: #AD985F;
    background-color: transparent
}

.back-to-news .button:active {
    background-color: #8B7A4F;
    color: #fff;
}

.prev-next {
    display: flex;
    gap: 24px;
}

.prev-next a {
    color: var(--background-button);
    font-weight: 600;
    text-decoration: none;
}

.prev-next a:hover {
    color: var(--background-button-hover);
}

.prev-next a:active {
    color: #012B15;
}


/*Button Scroll*/

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
}

.scroll {
    width: 35px;
    height: 35px;
    background-color: green;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.scroll:hover {
    background-color: var(--background-button);
}

.scroll-top--visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top__icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.scroll-top a {
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    box-shadow: 2px 2px 5px -1px #00000036;
}

.scroll-top a img {
    width: 100%;
    padding: 6px;
}

.top-front {
    margin: 0 40px;
}


/*END Button Scroll*/


/*Header*/

.header nav.top-menu_flex-row {
    padding: 10px 10px 30px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid var(--color-txt-green);
}

.header nav.top-menu_flex-row .logo {
    margin-right: 5%;
}

.header nav.top-menu_flex-row .logo img {
    max-width: 175px;
}

.header nav.top-menu_flex-row .block-menu-phone-icons {
    display: flex;
    align-items: flex-end;
    flex: 1;
    flex-direction: column;
    gap: 30px;
    max-width: 910px;
}

.header ul.menu-list_flex-row {
    list-style: none;
    padding: 0;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-right: 40px;
}

.header .top-block {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: flex-end;
}

.search {
    max-width: 450px;
    flex: 1 0 auto;
    margin-left: 15px;
}

.search form {
    width: 100%;
    position: relative;
}

.search input[type="text"] {
    padding: 10px 10px;
    padding-left: 35px;
    width: 100%;
    border: 1px solid #01562A;
    border-radius: 10px;
}

.search button {
    position: absolute;
    left: 0px;
    top: 8px;
    background: none;
    border: none;
    z-index: 1;
}

.search-result-item {
    max-width: 600px;
}

.search-result-item h2 {
    margin-bottom: 0;
    text-transform: none;
    color: var(--color-txt-green);
    font-size: 1.5em;
}

.search-result-item h2 a {
    color: var(--color-txt-green);
}

.search-result-item a.postlink {
    color: #747474;
    margin-bottom: 5px;
    width: 300px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-result-item .entry-footer a {
    margin-top: 15px;
    color: var(--color-txt-green);
    display: inline-block;
}

.header .bottom-block {
    display: flex;
    align-items: center;
}

.header a.menu-link,
.header .phone a {
    color: var(--color-txt-green);
    text-transform: uppercase;
    text-decoration: none;
}

.header a.menu-link {
    /*font-size: var(--ft-size-regular);*/
    font-weight: var(--ft-weight-medium);
}

.header .phone a {
    /*font-size: var(--ft-size-medium);*/
    font-weight: var(--ft-weight-semibold);
}

.header a.menu-link:hover,
.header .phone a:hover {
    color: var(--background-button-hover);
    transition: .2s;
}

.header .top-menu_flex-row .block-phone-icons {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header .icons_flex-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .icons_flex-row img {
    width: 30px;
}


/*END Header*/


/*Header Tablet*/

.menu-tablet,
.menu-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 2px solid var(--color-txt-green);
}

.header .menu-list a.menu-item,
.header .top-menu_flex-row .phone a {
    color: var(--color-txt-green);
    /*text-transform: uppercase;*/
    text-decoration: none;
}

.top-menu_flex-row .phone a:hover {
    color: var(--background-button-hover);
}

.header .menu-list a.menu-item {
    font-size: var(--ft-size-regular);
    /*font-weight: var(--ft-weight-medium);*/
}

.burger-checkbox,
.burger-mobile {
    position: absolute;
    visibility: hidden;
}

.burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
}

.burger::before,
.burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #000;
}

.burger::before {
    top: 0;
    box-shadow: 0 11px 0 #000;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.burger::after {
    bottom: 0;
    transition: bottom 0.3s 0.15s, transform 0.3s;
}

.burger-checkbox:checked+.burger::before,
.burger-mobile:checked+.burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.burger-checkbox:checked+.burger::after,
.burger-mobile:checked+.burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom 0.3s, transform 0.3s 0.15s;
}

.menumob {
    top: 6.25rem;
    right: 0;
    position: absolute;
    display: grid;
    gap: 20px;
    padding: 20px;
    margin: 0;
    background: #fff;
    list-style-type: none;
    transform: translateY(-500px);
    transition: 0.3s;
    width: 100%;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
}

.menu-list {
    display: grid;
    gap: 20px;
    padding: 0;
    /* margin: 0; */
    list-style-type: none;
    text-align: center;
}

.menu-list .menu-item {
    padding-left: 0;
}

.menu-item {
    display: block;
    padding: 0 10px;
    /*margin-bottom: 15px;*/
    color: var(--color-txt-green);
    font-size: var(--ft-size-regular);
    /*font-weight: var(--ft-weight-medium);*/
    text-decoration: none;
}

.burger-checkbox:checked~.menumob,
.burger-mobile:checked~.menumob {
    transform: translateY(0);
    opacity: 1;
}

#popup-form .form-bottom {
    background: #fff;
    max-width: 700px;
}

#popup-form .form-bottom .field {
    width: 100%;
    flex: 0 0 100%;
}


/*END Header Tablet*/


/*Header Mobile*/


/*END Header Mobile*/


/*Slider*/


/* 
.main-slider .swiper-slide:not(.swiper-slide-active) .slider {
    background-color: transparent;
} */

.slider {
    height: 500px;
    padding: 40px;
    padding-bottom: 70px;
    box-sizing: content-box;
    border-radius: 10px;
    transition: 0.1s;
}

.slider .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider .sl-info span {
    display: inline-block;
}

.slider .sl-info {
    overflow: hidden;
}

.slider .sl-info .title {
    max-width: 700px;
    color: var(--color-txt-green);
    margin-top: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.slider .sl-info .description {
    max-width: 450px;
    color: var(--color-txt-green);
    font-size: var(--ft-size-description);
    /*font-weight: var(--ft-weight-regular);*/
    margin-bottom: 50px;
    overflow: hidden;
}

.slider .sl-info a.button {
    margin: 0;
}

.slider .col-right {
    max-width: 1120px;
    max-height: 514px;
    align-self: normal;
    position: relative;
    overflow: hidden;
}

.slider .col-right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.slider .sl-img {
    position: relative;
    height: 100%;
}

.slider-nav {
    position: relative;
    z-index: 3;
    bottom: 3em;
}

.slider-nav .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
    margin: 0 auto;
}

.slider-nav .right {
    flex: 1;
}

.slider-nav .swiper-pagination-bullets {
    display: flex;
    gap: 1em;
}

.slider-nav .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 100%;
    height: 8px;
    border-radius: 8px;
}

.slider-nav .left {
    display: flex;
    align-items: center;
    gap: 1em;
}

.slider-nav .swiper-button-next,
.slider-nav .swiper-button-prev {
    position: static;
    color: #AD985F;
    height: 1em;
    width: auto;
    margin: 0;
    margin-bottom: 10px;
}

.slider-nav .swiper-button-prev:after {
    content: '←';
}

.slider-nav .swiper-button-next:after {
    content: '→';
}

.slider-nav .swiper-pagination-bullet-active {
    background-color: #AD985F;
}

.slider-nav .swiper-pagination-fraction {
    text-align: center;
    font-size: 18px;
}

.slider-nav .fraction-current {
    color: var(--background-button);
    /* Красный для текущего слайда */
    font-weight: bold;
    font-size: 22px;
}

.slider-nav .fraction-divider {
    color: #AD985F;
    /* Серый разделитель */
    margin: 0 4px;
}

.slider-nav .fraction-total {
    color: #AD985F;
    /* Серый для общего количества */
    font-size: 18px;
}


/*END Slider*/


/*Company*/

.item_flex-row.left-txt_right-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -12px;
}

.col-right .block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.left-txt_right-img .col-left {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 12px;
    padding-left: 10%;
    padding-right: 3%;
}

a.more {
    display: block;
    /*font-size: var(--ft-size-medium);*/
    font-weight: var(--ft-weight-semibold);
    color: var(--color-txt-green);
    margin-top: 20px;
    text-decoration: none;
}

a.more:hover {
    color: var(--color-txt-green-hover);
    transition: .2s;
}

.content .mg-top {
    margin-top: 3.75rem !important;
}


/*END Company*/


/*Collection*/

.content .mg-left {
    max-width: 1200px;
    /* margin: 0 auto 50px; */
    margin-top: 0;
    margin-left: 10%;
    /* margin-right: auto; */
    margin-bottom: 20px;
}

.category_flex-wrap {
    display: flex;
    flex-wrap: wrap;
    /*gap: 10px;*/
    justify-content: space-between;
    /* width: 100%; */
    margin: 0 -12px;
}

.category_flex-wrap .ct-card_block {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 100px;
}

.category_flex-wrap .ct-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 8;
    overflow: hidden;
}

.category_flex-wrap .ct-img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.category_flex-wrap .ct-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
}

.ct-card_block:hover .ct-img img {
    transform: scale(1.02);
}


/*END Collection*/


/*Branding*/

.branding {
    /*max-width: 100%;*/
    background-color: var(--color-txt-button);
    margin-bottom: 120px;
}

.branding .item-block_padding {
    padding: 140px 40px 40px;
}

.branding .left-txt_right-img .col-left {
    margin-right: 0;
}

.branding .col-right .block-img {
    aspect-ratio: 16/9;
}

.branding p.subtitle {
    font-size: var(--ft-size-big);
    text-align: left;
    margin: 30px 0;
    max-width: 35%;
    margin-left: calc(10% - 12px);
    line-height: 1.1;
    font-weight: 500;
}

.branding .item_flex-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9.5%;
}

.branding p.big-center {
    /*max-width: 520px;*/
    /*margin-left: 50px;*/
}


/*END Branding*/


/*Textile*/

.three-in-row .category_flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}

.three-in-row .category_flex-row.big .ct-card_block {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 60px;
}

.three-in-row .category_flex-row.big .ct-img {
    width: 100%;
    height: auto;
}

.three-in-row .category_flex-row.big .ct-img img {
    width: 100%;
}

.three-in-row .item-half-block_flex-row {
    display: flex;
    gap: 25px;
    align-items: stretch;
    flex: 0 0 48%;
    max-width: 48%;
}

.three-in-row .item-half-block_flex-row .ct-card_block {
    flex: 1;
}

.three-in-row .item-half-block_flex-row .ct-img {
    width: 100%;
    height: auto;
}

.three-in-row .item-half-block_flex-row .ct-img img {
    width: 100%;
}


/*END Textile*/


/*Slippers*/

.item_flex-row.left-img_right-txt {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 0 -12px;
}


/*END Slippers*/

.chars {
    list-style: none;
    padding: 0!important;
    margin: 1em 0 2em;
}

.chars li {
    display: flex;
    margin-bottom: 10px;
}

.chars p {
    margin: 0;
}

.chars li p:first-child {
    font-weight: 700;
}

.chars li::before {
    display: none!important;
}


/*Contacts*/

.contacts.item_flex-row {
    display: flex;
    gap: 30px;
    margin-top: 80px;
    justify-content: space-between;
    /*margin-bottom: 3.75rem;*/
}

.contacts.item_flex-row.non-top-mrgn {
    margin-top: 0;
}

.contacts .col-left,
.contacts .col-left_flex-column {
    max-width: 550px;
    width: 50%;
}

.contacts h4 {
    margin-top: 0;
    font-weight: 600;
    text-transform: none;
}

.contacts .col-left_flex-column {
    display: flex;
    flex-direction: column;
}

.contacts.office-moscow .col-left_flex-column {
    gap: 40px;
}

.contacts .col-right {
    width: 50%;
}

.adr-map>div {
    display: flex;
}

.adr-map iframe {
    border: 0;
    border-radius: 10px;
}

.contacts.item-ct-card_flex-row {
    display: flex;
    gap: 50px;
    margin-top: 40px;
    /*margin-bottom: 3.75rem;*/
}

.contacts.item-ct-card_flex-row>div {
    width: 300px;
    flex: 0 0 auto;
}

.contacts.item_flex-row.non-top-mrgn p,
.ct-card_block p {
    margin-bottom: 10px;
}


/*END Contacts*/


/*News*/

.news-cards_flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.news-cards_flex-wrap .nw-card_block {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 48px;
    padding: 0 12px;
}

.news-cards_flex-wrap .nw-card_block:first-child,
.news-cards_flex-wrap .nw-card_block:nth-child(7n+1),
.news-cards_flex-wrap .nw-card_block:nth-child(8n+1) {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 24px;
    padding: 0 12px;
}

.news-cards_flex-wrap .nw-card_block .nw-img {
    margin-bottom: 20px;
    overflow: hidden;
}

.news-cards_flex-wrap .nw-card_block .strong {
    font-weight: 700;
    font-size: 1.1em;
    height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
}

.news-cards_flex-wrap .nw-card_block .nw-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 365px;
    transition: 0.3s;
    border-radius: inherit;
}

.nw-card_block:hover .nw-img img {
    transform: scale(1.02);
}

.nw-img a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.more-img img {
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.slippers .ct-img {
    aspect-ratio: 16/8;
}

.more-img:hover img {
    opacity: 0.65;
    /* Полупрозрачность */
}

a.more-title:hover {
    text-decoration: none;
}

a.more-title:hover p,
a.more-title:hover div {
    color: var(--background-button);
    transition: .2s;
}

p.data {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.7;
}

.data-more_inline {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    max-width: 444px;
    width: 100%;
}

.data-more_inline a {
    display: inline;
    margin: 0;
}


/*END News*/


/*Product Card*/

.product-card {
    margin-bottom: 7.5rem;
}

.product_flex-wrap .pr-card_block {
    flex: 0 0 23%;
    max-width: 23%;
}

.news-card_block {
    flex: 0 0 24%;
}

.product_flex-wrap .news-card_block:first-child {
    flex: 0 0 49%;
}

.product-card .ct-card_block {
    border: 2px solid var(--background-button);
}

.ct-card_block {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.product-card .ct-img {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 300px;
    display: flex;
    justify-content: center;
    border-radius: 0;
    border: none;
    background: transparent;
}

.product-card .ct-img a {
    text-align: center;
}

.product-card img {
    width: 100%;
    height: 100%;
    max-width: 600px;
    object-fit: contain;
}

.ct-card_block .swiper-slide {
    height: auto;
}

.ct-card_block .swiper-button-next:after,
.ct-card_block .swiper-button-prev:after {
    color: var(--background-button);
}

.product_flex-wrap .pr-img {
    margin-bottom: 12px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
}

.news-card_block .pr-img {
    border: 2px solid #AD985F;
    aspect-ratio: auto !important;
    height: 504px;
}

.news-card_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_flex-wrap .strong {
    font-weight: var(--ft-weight-semibold);
}


/*END Product Card*/


/*Form-bottom*/

.form-bottom {
    /*max-width: 100%;*/
    background-image: url(/wp-content/themes/grand_komfort/img/form-bottom.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.form-bottom .item-block_padding {
    padding: 40px;
}

.form-bottom .input-block_flex-row {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.form-bottom .col-left_flex-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 48%;
    max-width: 48%;
}

.form-bottom input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid var(--color-txt-green);
    padding: 0 30px;
}

.form-bottom .col-right {
    display: flex;
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
}

.form-bottom .col-right input {
    height: 100%;
    padding: 15px 30px;
}

.form-bottom .col-right input::placeholder {
    position: absolute;
}

.form-bottom .pg-btm-open-form p {
    margin-top: 20px;
}

.button {
    width: 100%;
    max-width: max-content;
    height: auto;
    /*font-size: var(--ft-size-high);*/
    /*font-weight: var(--ft-weight-regular);*/
    color: var(--color-txt-button);
    padding: 10px 30px;
    text-transform: uppercase;
    background: var(--background-button);
    border-radius: 10px;
    border: none;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
}

.button:hover {
    background: var(--background-button-hover);
    transition: .2s;
    cursor: pointer;
}

.button:active {
    background: #012B15;
}

.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.field {
    position: relative;
}

.field span {
    display: block;
    width: 100%;
}

.field textarea {
    border-radius: 10px;
    border: 1px solid var(--color-txt-green);
    padding: 12px 30px;
    height: 6em;
    width: 100%;
    color: var(--color-txt-green);
}

input::placeholder,
textarea::placeholder {
    color: #01562A99;
}

.form-bottom .field {
    flex: 0 0 auto;
    width: 33.33333%;
    box-sizing: border-box;
    padding: 0 12px;
}

.form-bottom .field.textarea-field,
.form-bottom .field.submit-field {
    width: 100%;
}

.field.submit-field label {
    display: flex;
}

.field.submit-field label input {
    width: 1em;
    height: 1em;
    color: var(--color-txt-green);
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-not-valid {
    border-color: red!important;
    color: red;
}

.wpcf7-spinner {
    position: absolute;
    width: 1em !important;
    height: 1em;
    margin: 0;
    bottom: 36px;
    left: 22px;
}


/*END Form-bottom*/


/*Footer*/

.footer {
    /*max-width: 100%;*/
    background-color: var(--color-txt-green);
}

.footer .item-block_padding {
    /*padding-top: 50px;
    padding-bottom: 30px;*/
    padding: 50px 40px 30px;
}

.footer nav.bottom-menu_flex-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.footer .menu-bottom_flex-row {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex: 0 0 auto;
    max-width: 250px;
}

.footer .menu-bottom_flex-row .col-left {
    flex: 0 0 37%;
    max-width: 37%;
}

.footer .menu-bottom_flex-row .col-right {
    flex: 0 0 45%;
    max-width: 45%;
}

.footer .logo {
    flex: 0 0 15%;
    max-width: 15%;
}

.contacts-info_flex-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 0 0 23%;
    max-width: 23%;
}

.contacts-info_flex-column img {
    width: 35px;
}

.footer .phones-list_flex-row,
.footer .adress_flex-row,
.footer .time_flex-row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .col-left li.menu-item,
.footer .col-right li.menu-item {
    margin-bottom: 20px;
}

.footer .menu-item {
    padding-left: 0;
}

.footer .contacts-info_flex-column p {
    margin-bottom: 0;
}

.footer p,
.footer a {
    color: var(--color-txt-button);
    /*font-size: var(--ft-size-medium); */
}

.footer a {
    text-decoration: none;
}

.footer .menu-bottom a {
    display: block;
    margin-bottom: 15px;
}

.footer a:hover {
    color: var(--background-button-hover);
    transition: .2s;
}

.footer span {
    display: block;
    color: var(--background-button);
    font-weight: var(--ft-weight-medium);
    margin-bottom: 10px;
}

.footer .subscribe-social_flex-column {
    flex: 0 0 auto;
}

.footer-form-wrapper {
    width: 276px;
    background-color: #AD985F;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
}

.footer-form-wrapper>span {
    color: #fff;
    margin-bottom: 17px;
}

.footer-form-wrapper>p {
    font-size: 14px;
}

.footer-form-wrapper>p a {
    text-decoration: underline;
}

.footer-form-wrapper .field input {
    width: 100%;
    max-width: none;
}

.footer-form-wrapper .field input[type="email"] {
    padding: 8px 10px;
    border-radius: 10px;
    border: none;
}

.footer-form-wrapper .field .button {
    background: #fff;
    border: 1px solid transparent;
    color: var(--background-button);
    transition: 0.1s;
}

.footer-form-wrapper .field .button:hover {
    background: var(--background-button);
    color: var(--color-txt-button);
}

.footer .soc-icons_flex-row {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.footer .ic-block img {
    width: 40px;
}

.footer .copyright-block_inline-center-right {
    margin-top: 60px;
    /* text-align: center; */
}

.footer .copyright-block_inline-center-right div,
.footer .copyright-block_inline-center-right a {
    color: var(--color-txt-button);
    font-size: 12px;
}

.footer .copyright-block_inline-center-right a {
    text-decoration: underline;
}

.footer .copyright-block_inline-center-right a:hover {
    color: var(--color-txt-green-hover);
    transition: .2s;
}

.footer .copyright-block_inline-center-right div:first-child {
    margin-bottom: 25px;
}


/*END Footer*/


/*Footer Mobile*/

.footer .bottom-menu_mobile {
    display: none;
}


/*END Footer Mobile*/