

/* Start:/local/templates/fences24/components/bitrix/catalog.element/.default/style.css?175075607411038*/
.pc-table tr .dark-blue {
    background-color: #0b2842;
}
 .pc-table tr th .cell-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.pc-table tr .light-blue {
    background-color: #0b375e;
}

.faq-wrapper__item-name {
    background: #F5F6F6;
    padding: 38px 72px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.faq-wrapper {
    padding: 60px 44px;
    background: #FFFFFF;
}

.faq-wrapper__item {
    margin-bottom: 50px;
}

.faq-wrapper h2 {
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #212529;
    margin-bottom: 48px;
}

.faq-wrapper__item-name .switcher{
    transform: rotate(180deg);
}

.faq-wrapper__item-name.open .switcher{
    transform: rotate(0deg);
}

.faq-wrapper__item-body{
    margin-top: 40px;
    padding: 0 72px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.faq-wrapper__item-name.open ~ .faq-wrapper__item-body{
    max-height: 9999px;
}

.faq-table .faq-table__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    border: unset;
    border-bottom: 4px solid #17375B;
    border-top: 1px solid #eaeaea;
    margin: 80px 0 40px 0;
}

.faq-table__tr-name {
    margin: 80px 0 40px 0;
}

.faq-table th span {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

.faq-table th {
    padding: 17px 10px;
}

.faq-table th img {
    margin-right: 10px;
}

table.faq-table {
    width: 100%;
    table-layout: fixed;
}
table.faq-table td {
  width: 100%;
}
.faq-table td {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  
  color: #222529;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  text-align: center;
  padding: 30px;
}

.faq-table tr:last-child{
    border-bottom: 1px solid #eaeaea;
}

 .pc-table tr td .color-circle {
    width: 29px;
    height: 29px;
    background-color: rgb(152, 152, 152);
    border-radius: 15px;
    margin: 0px auto;
}

.color-hover .color-circle {
    margin: 0 5px 0 0 !important;
}


.faq-table.mobile .th span {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

.faq-table.mobile .th {
    padding: 17px 10px;
}

.faq-table.mobile .th img {
    margin-right: 10px;
}

.faq-table.mobile {
    display: none;
}

.faq-table__toggle-name {
    display: none;
}

.before-block {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #212529;
    max-width: 890px;
}

.faq-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 46px;
}

.faq-img__item {
    max-width: 500px;
    background: #F5F6F6;
    padding: 29px;
    min-height: 500px;
}

.faq-img__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 26px;
}

.faq-img__img {
    padding-bottom: 40px;
    border-bottom: 1px solid #EAEAEA;;
}

.faq-img__text {
    font-weight: 400;
font-size: 16px;
line-height: 20px;

color: #222529;
}

.number-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 46px;
}

.number-grid__item {
    padding: 20px;
    border: 2px solid #F5F6F6;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.number-grid__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 12px;
}

.number-grid__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222529;
}

.number-grid__number {
    font-weight: 800;
    font-size: 50px;
    line-height: 36px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #2F6D43;
    padding: 37px 20px;
    margin-right: 18px;
}

.number-grid__number.blue {
    background: #132740;
}

@media (max-width: 1400px) {
    .faq-table th span {
        font-size: 14px;
    }

    .faq-table td {
        font-size: 14px; 
    }

    .faq-table__tr-name {
        margin: 0;
    }

    .faq-table .faq-table__title {
        font-size: 20px;
        margin: 40px 0 20px 0;
    }
}


@media (max-width: 1200px) { 
    .faq-wrapper__item-name {
        padding: 19px 20px;
    }

    .faq-wrapper__item-body {
        padding: 0 20px;
    }
}

@media (max-width: 1000px) {
    .mobile div.color-hover {
        width: 100% !important;
    }

    .color-circle__tooltip, .color-circle__tooltip::after {
        display: none !important;
    }
    
    .faq-table.mobile .th span {
        font-size: 13px;
    }

    .faq-img {
        grid-template-columns: 1fr;
        grid-gap:10px;
    }

    .faq-img__img {
        padding-bottom: 20px;
    }


    .faq-img__title {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #000000;
        margin-top: 20px;
    }

    .faq-img__text {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #222529;
    }

    .faq-img__item {
        min-height: auto;
        padding: 12px;
    }

    .before-block {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        color: #212529;
    }

    .faq-table td {
        font-size: 13px;
    }

    .faq-table td {
        border-left: unset;
        border-right: unset;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }
    .faq-table .th {
        border: unset;
    }
    .faq-wrapper h2 { 
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #212529;
    }

    .faq-wrapper__item-name {
        font-weight: 500;
        font-size: 15px;
        line-height: 36px;
        text-transform: capitalize;
    }
    
    .faq-table {
        display: none;
    }

    .faq-table.mobile {
        display: none;
        overflow-x: auto;
    }

    
    .faq-table__toggle-name.open + .faq-table.mobile {
        display: block;
    }

    .faq-wrapper {
        padding: 20px 15px;
    }

    .faq-table__toggle-name {
        display: block;
        font-size: 15px;
        line-height: 36px;
        text-transform: capitalize;
        color: #000000;
        padding: 12px;
        background: #FFFFFF;
        border: 1px solid #2C683F;
        margin-bottom: 20px;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .faq-table__toggle-name.open svg {
        transform: rotate(180deg);
    }

    .faq-wrapper__item-body {
        padding: 0;
    }

    .number-grid__item {
        padding: 18px 15px;
        display: block;
    }

    .number-grid {
        grid-template-columns: 1fr;
    }
    
    .number-grid__number {
        font-weight: 800;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        text-transform: capitalize;
        padding: 1px;
        margin-right:0;
        margin-bottom: 9px;
    }

    .number-grid__title {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #000000;
    }

    .number-grid__text {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #222529;
    }

    .cell-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    .color-circle__question svg {
        display: none;
    }
} 

.pogon {
    margin: 10px 0 10px 0;
}

.pogon__label {
    font-size: 1.4em;
    font-weight: bold;
}

.pogon__price {
    font-size: 1.5em;
    padding: 0 5px;
    color: red;
    font-weight: bold;
}

.title {
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-size: 20px;
}

.single-item {
    text-decoration: none;
    color: #3d3d3d;
}

.single-item:hover {
    text-decoration: none;
    color: #3d3d3d;
}

.option {
    margin-bottom: 20px;
}

.option-values {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.option-values__value {
    display: inline-block;
    border: 1px solid var(--base-border-color);
    background-color: var(--muted);
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.option-values__value:hover {
    border-color: var(--primary);
}

.option-values__value.active {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.option-values__price {
    font-weight: 400;
    font-size: 12px;
}

.option-values__price:after {
    content: attr(data-currency);
}

.order-block .quantity-input-container {
    min-width: 120px;
    flex: 0 0 35%;
    background: var(--muted);
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid var(--base-border-color);
}

.option-header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.order-block {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
}

.order-block .input-btns {
    display: flex;
    gap: 5px;
}

.order-block .parent-input{
    flex: 0 0 45px;
    max-width: 45px;
    text-align: center;
    background: transparent;
    height: 20px;
    border: none;
}

.order-block .input-btn {
    color: var(--primary);
    border: none;
    padding: 0;
    height: 20px;
    line-height: 20px;
    font-size: 28px;
    width: 100%;
    background-color: transparent;
}

.order-block__price {
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
    align-self: center;
    flex: 0 0 100%;
}

.order-block__price::after{
    content: attr(data-currency);
    margin-left: 5px;
}

.order-block__btn {
    flex-grow: 1;
    border-radius: 3px;
}

.green-button.order-block__btn {
    font-size: 14px;
}

.color-switcher {
    display: flex;
    gap: 10px;
}

.option-helper {
    font-size: 12px;
    opacity: 0.7;
    font-weight: 400;
}

.amount-label, .amount-units{
    line-height: 1;
    font-size: 12px;
}

.pc-table__row.active {
    background: #eaf7f1;
}

.btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.btns-wrapper > * {
    flex-grow: 1;
}
/* End */


/* Start:/local/templates/fences24/components/bitrix/news.list/lifehacks-slider/style.css?1651225126162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/fences24/components/bitrix/catalog.element/.default/style.css?175075607411038 */
/* /local/templates/fences24/components/bitrix/news.list/lifehacks-slider/style.css?1651225126162 */
