/*Градиент bg и линий */

.bgradient {
background: rgb(213,199,172);
background: linear-gradient(90deg, rgba(213,199,172,1) 0%, rgba(175,162,137,1) 52%, rgba(120,112,96,1) 100%);
positon:fixed;
bottom: 0;
z-index: 9999;
}

.brgradient {
background: rgb(213,199,172);
background: linear-gradient(90deg, rgba(213,199,172,1) 0%, rgba(175,162,137,1) 52%, rgba(120,112,96,1) 100%);
z-index: 9999;
}

.uc-bgradient {
background: rgb(120,112,96);
background: linear-gradient(90deg, rgba(120,112,96,1) 0%, rgba(175,162,137,1) 52%, rgba(213,199,172,1) 100%);
}

/* END Градиент bg и линий */

.uc-dela div a {
    text-decoration:underline !important;
}

.uc-dela div a:hover {
    text-decoration: none !important;
}
/*Форма в футере */

.t-form__inputsbox [data-input-lid="1744225197548"] input.t-input-inline-styles, textarea.t-input-inline-styles,
.t-form__inputsbox [data-input-lid="1744225197547"] input.t-input-inline-styles, textarea.t-input-inline-styles,
.t-form__inputsbox [data-input-lid="1744225284626"] input.t-input-inline-styles, textarea.t-input-inline-styles,
.t-form__inputsbox [data-input-lid="1744225536930"] input.t-input-inline-styles, textarea.t-input-inline-styles
{
    border-bottom: 1px solid rgba(213, 199, 172, 0.3)!important;
    font-family:'Source Sans 3', Arial,sans-serif !important;
    padding-left: 20px !important;
}
#rec944744951 [data-elem-id="1744225197547"] .t-submit {
    font-family:'Source Sans 3',Arial,sans-serif !important;
    
}


/* END Форма в футере */

body {
    position: relative;
    min-height: 100vh; 
    margim:0;
}

.vertical-line {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgb(213,199,172,0.3);
    z-index: 100;
    display: none; /* Скрываем линии по умолчанию */
}

@media (min-width: 1200px) {
    .grid-wrapper {
        width: 1200px;
    }
    .vertical-line {
        display: block; /* Показываем линии */
    }
}

/* Конкретные позиции линий */
/* Позиции линий относительно центра */
.line-left {
    left: calc(50% - 600px); /* Левая граница сетки (половина 1200px) */
}

.line-middle {
    left: calc(50% - 200px); /* 400px от левой границы сетки */
}

.line-right {
    left: calc(50% + 600px); /* Правая граница сетки */
}

.t-feed__slider-grid__wrapper {
    border-left:4px #A4977F solid;
}

.t-feed__parts-switch-wrapper.t-align_center {
    text-align: right;
    margin-bottom: 100px;
}

.t-feed__buttons-wrapper {
    justify-content: right !important;
}

.t-feed__button-container {
    position: relative;
    padding-right: 40px;
}

.t-feed__button-container::after {
    content: url('https://static.tildacdn.com/tild3464-6531-4434-a462-663237363363/arrow-icon.svg');
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    margin-left: 5px;
}

.subleft a:hover {
    color:#A4977F!important;
}
