

/* Start:/bitrix/templates/iclient_standart/components/bitrix/news.detail/landing_detail/style.css?178104312155750*/
@charset "UTF-8";
.production_page h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.production_page h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.production_page h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.production_page span,
.production_page p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
@media (max-width: 768px) {
    .production_page span,
    .production_page p {
        font-size: 12px;
        line-height: 16px;
    }
}

body,
html {
    font-family: "Roboto", sans-serif;
}

.production_page {
    width: 100% !important;
    max-width: 1198px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: unset !important;
    margin: 0 auto 0 23% !important;
}
.production_page .breadcrump {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 30px;
}
.production_page .breadcrump span {
    color: currentColor;
}
.production_page .right_side {
    max-width: calc(100% - 270px);
    width: 100% !important;
}
.production_page h1 {
    color: #4d5d68;
    margin-bottom: 20px;
    text-align: left;
    padding: 10px 0 0 20px;
}
@media (max-width: 768px) {
    .production_page h1 {
        margin-bottom: 10px;
        padding: 10px 0 0 10px;
    }
}
@media (max-width: 1850px) {
    .production_page {
        margin: 0 auto !important;
    }
}
@media (max-width: 1050px) {
    .production_page .right_side {
        max-width: unset;
        width: calc(100% - 10px) !important;
        margin: 0 auto !important;
    }
}
@media (max-width: 580px) {
    .production_page .breadcrump {
        padding-left: 15px;
        margin-bottom: 15px;
    }
}

.category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    /* Карточка товара */
}
.category__item {
    padding: 20px;
    border: 1px solid #4d5d68;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 -1px -1px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category__item:hover {
    background-color: #4d5d68;
    color: #ffffff;
}
@media (max-width: 768px) {
    .category__item {
        padding: 10px;
        text-align: left;
    }
}
.category__item:first-child {
    border-radius: 5px 0 0 0;
}
.category__item:nth-child(3) {
    border-radius: 0 5px 0 0;
}
.category__item--borderradius {
    border-radius: 0 0 0 5px;
}
.category__text {
    padding: 20px;
}
.category__text p:not(:last-child) {
    margin: 0 0 20px 0;
}
.category__text p:last-child {
    margin: 0;
}
.category .--border-r {
    border-radius: 0 5px 0 0;
}
.category .--border-br {
    border-radius: 0 0 5px 0;
}
.category .--border-bl {
    border-radius: 0 0 0 5px;
}
@media (max-width: 768px) {
    .category {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .category__text {
        padding: 20px 10px;
    }
    .category__text p {
        text-align: left;
    }
}
.category__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.category__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 20px;
    border: 1px solid #4d5d68;
    border-radius: 5px;
    margin-bottom: 20px;
}
.category__card_img {
    text-decoration: none;
    max-width: 160px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.category__card_imgblock {
    position: relative;
    padding-bottom: 160px;
    overflow: hidden;
}
.category__card_imgblock img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}
.category__card_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #4d5d68;
    margin-top: 10px;
    text-align: left;
}
.category__card_subname {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    margin-top: 10px;
}
.category__card_characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 446px;
    width: 100%;
}
.category__card_characteristics_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 20px;
}
.category__card_characteristics_block:last-child {
    margin: 0;
}
.category__card_characteristics_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    margin-bottom: 4px;
}
.category__card_characteristics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.category__card_characteristics_list ul {
    list-style-type: none;
    margin-bottom: 0 !important;
}
.category__card_characteristics_list ul li {
    position: relative;
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    margin-bottom: 4px;
}
.category__card_characteristics_list ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgba(219, 14, 17, 1);
    position: absolute;
    left: 0 !important;
    top: 4px !important;
    border-radius: 50%;
}
.category__card_characteristics_list ul li.one-row {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*-webkit-box-orient: vertical;*/
    line-clamp: 1;
    box-orient: vertical;
}
.category__card_characteristics_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
}
.category__card .category__card_characteristics_text--big,
.category__card .category__card_characteristics_text--small {
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category__card .category__card_characteristics_text--big p,
.category__card .category__card_characteristics_text--small p {
    margin-bottom: 4px;
}
@media (max-width: 768px) {
    .category__card .category__card_characteristics_text--big p,
    .category__card .category__card_characteristics_text--small p {
        text-align: left;
    }
}
.category__card .max-text {
    max-height: 100% !important;
}
.category__card_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category__card_calculator {
    max-width: 242px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.category__card_price {
    margin-left: 7px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: rgba(219, 14, 17, 1);
}
.category__card_price span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: rgba(219, 14, 17, 1);
}
.category__card_priceblock {
    margin-bottom: 20px;
}
.category__card_certblock {
    margin-bottom: 10px;
}
.category__card_cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.category__card span.category__card_boldtext {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    margin-right: 2px;
}
.category__card_hidetext {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
    background: #ffecdb;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4d5d68;
    width: 114px;
    left: 100%;
}
@media (max-width: 1320px) {
    .category__card_hidetext {
        line-height: 16px;
        left: -130px;
    }
}
.category__card_showtext {
    position: relative;
    cursor: pointer;
    margin-right: 2px;
}
.category__card_showtext:hover .category__card_hidetext {
    opacity: 1;
    visibility: visible;
}
.category__card_showtext:hover span {
    background-color: rgba(219, 14, 17, 1);
    color: #fff;
    border: 1px solid rgba(219, 14, 17, 1);
}
.category__card_showtext span {
    border: 1px solid #4d5d68;
    border-radius: 15px;
    padding: 0px 2px;
    font-weight: 700;
    font-size: 11px;
    width: 10px;
    text-align: center;
    display: block;
    line-height: 14px;
    color: #4d5d68;
}
.category__card_gost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4d5d68;
}
.category__card_gost img {
    margin: 0 0 0 6px;
}
.category__card_addblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.category__card_addblock span.category__card_boldtext {
    margin: 0 0 2px 0;
}
.category__card_addblock .category__card_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4d5d68;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
.category__card_checkprices {
    margin-bottom: 20px;
    padding-left: 16px;
}
.category__card_checkprice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 30px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.category__card_checkprice input {
    position: absolute;
    left: 9999px;
    opacity: 0;
    visibility: hidden;
}
.category__card_checkprice input:checked ~ label {
    border: 3px solid rgba(219, 14, 17, 1);
    border-radius: 3px;
}
.category__card_checkprice label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 20px;
    height: 20px;
    border: 3px solid #fc903200;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.category__card_checkprice img {
    height: 20px;
    margin: 0;
    width: 20px;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0px;
}
.category__card_checkprice span {
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #4d5d68;
}
.category__card_total {
    margin-bottom: 4px;
}
.category__card_total #numbergoods,
.category__card_total #totalprice {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(219, 14, 17, 1);
}
.category__card_total #numbergoods span,
.category__card_total #totalprice span {
    font: inherit;
    color: inherit;
}
.category__card_checkout {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: rgba(219, 14, 17, 1);
    border-radius: 5px;
    padding: 10px;
    border: none;
    margin-top: 6px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category__card_checkout:hover {
    color: rgba(219, 14, 17, 1);
    background-color: #fff;
    outline: 1px solid rgba(219, 14, 17, 1);
}
@media (max-width: 768px) {
    .category__card {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .category__card_img {
        max-width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 80px 1fr;
        grid-template-columns: 80px 1fr;
        -ms-grid-rows: 20px 14px 26px;
        grid-template-rows: 20px 14px 26px;
        grid-gap: 10px 8px;
        margin-bottom: 10px;
    }
    .category__card_img img {
        margin: 0;
    }
    .category__card_img .category__card_priceblock {
        -ms-grid-row: 3;
        grid-row: 3/3;
        -ms-grid-column: 2;
        grid-column: 2/2;
        margin: -5px 0 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    }
    .category__card_imgblock {
        max-width: 80px;
        padding-bottom: 80px;
        grid-row: 1/3 span;
        -ms-grid-column: 1;
        grid-column: 1/1;
    }
    .category__card_checkprices {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .category__card_name {
        -ms-grid-row: 1;
        grid-row: 1/1;
        -ms-grid-column: 2;
        grid-column: 2/2;
        font-size: 20px;
        line-height: 20px;
        margin: 0;
        align-self: flex-end;
        text-align: right;
    }
    .category__card_subname {
        -ms-grid-row: 2;
        grid-row: 2/2;
        -ms-grid-column: 2;
        grid-column: 2/2;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        align-self: flex-end;
        text-align: right;
    }
    .category__card_characteristics_list ul li {
        font-size: 12px;
        line-height: 16px;
    }
    /*.category__card_pc {
            display: none; }*/
    .category__card_characteristics {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .category__card_characteristics_block {
        margin-bottom: 0;
    }
    .category__card_calculator {
        max-width: 100%;
        margin-top: 10px;
    }
    .category__card_certblock {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 10px;
    }
    .category__card_gost {
        margin-left: 20px;
    }
    .category__card_hidetext {
        left: 50%;
        top: 50%;
        z-index: 5;
    }
    .category__card_addblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: unset;
        flex-flow: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px;
    }
    .category__card_addblock span.category__card_boldtext {
        margin: 0;
    }
    .category__card_addblock .category__card_text {
        margin: 0 0 0 10px;
    }
    .category__card_checkprice {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .category__card_checkprice span {
        margin-left: 0px;
        max-width: 27px;
        font-size: 8px;
        line-height: 10px;
    }
    .category__card_checkprice img {
        height: 20px;
        width: 20px;
        left: 0;
    }
    .category__card_submit {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 168px;
        grid-template-columns: 1fr 168px;
        -ms-grid-rows: 36px 18px;
        grid-template-rows: 36px 18px;
        grid-row-gap: 4px;
        grid-column-gap: 10px;
    }
    .category__card_submit .category__card_total:first-child {
        -ms-grid-column: 1;
        grid-column: 1/1;
        -ms-grid-row: 1;
        grid-row: 1/1;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 0;
    }
    .category__card_submit .category__card_total:first-child span {
        font-size: 14px;
        text-align: left;
    }
    .category__card_submit .category__card_total:nth-child(2) {
        -ms-grid-column: 1;
        grid-column: 1/1;
        -ms-grid-row: 2;
        grid-row: 2/2;
    }
    .category__card_submit .category__card_total:nth-child(2) span {
        font-size: 14px;
    }
    .category__card_checkout {
        -ms-grid-column: 2;
        grid-column: 2/2;
        grid-row: 1/2 span;
        height: 40px;
        font-size: 15px;
        line-height: 20px;
        align-self: flex-end;
    }
}
@media (min-width: 769px) {
    .category__card_mobile {
        display: none;
    }
}
.category__card--empty .category__card_img {
    max-width: 190px;
}
.category__card--empty .category__card_img img {
    width: 120px;
    height: 120px;
}
.category__card--empty .category__card_imgblock {
    padding-bottom: 120px;
}
.category__card--empty .category__card_name {
    margin-top: 20px;
}
.category__card--empty .category__card_checkout {
    margin-top: 0;
}
.category__card--empty .category__card_characteristics {
    max-width: 418px;
}
.category__card--empty .toggle_list {
    margin-top: 4px;
}
@media (max-width: 768px) {
    .category__card--empty .category__card_img {
        max-width: 100%;
    }
    .category__card--empty .category__card_submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .category__card--empty .category__card_img {
        -ms-grid-rows: 40px 40px;
        grid-template-rows: 40px 40px;
        grid-gap: 0 10px;
        margin-bottom: 10px;
    }
    .category__card--empty .category__card_name {
        margin-top: 0;
    }
    .category__card--empty .category__card_imgblock {
        padding-bottom: 80px;
    }
}

.toggle_list {
    position: relative;
    background-color: unset;
    border: none;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #4d5d68;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-top: 0px;
}
.toggle_list:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M7.92006 1.14823L7.51929 0.747486C7.46589 0.693971 7.40437 0.667297 7.33482 0.667297C7.26545 0.667297 7.20396 0.693971 7.15055 0.747486L4.00004 3.89783L0.849671 0.74757C0.796241 0.694055 0.734752 0.667382 0.665289 0.667382C0.595798 0.667382 0.534309 0.694055 0.480906 0.74757L0.0801884 1.14834C0.0266733 1.20175 0 1.26324 0 1.33273C0 1.40216 0.0267575 1.46365 0.0801884 1.51705L3.81566 5.25261C3.86906 5.30604 3.93058 5.33274 4.00004 5.33274C4.06951 5.33274 4.13091 5.30604 4.18428 5.25261L7.92006 1.51705C7.97347 1.46362 8 1.40213 8 1.33273C8 1.26324 7.97347 1.20175 7.92006 1.14823Z' fill='%234D5D68'/%3E%3C/svg%3E");
    width: 8px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: -10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.toggle_list.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* plusminus */
.number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.number .number-minus,
.number .number-plus {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #4d5d68;
    padding: 2px 0;
    border: 1px solid #4d5d68;
    border-radius: 5px;
    text-decoration: none;
    width: 26px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px !important;
}
.number .number-minus:hover,
.number .number-plus:hover {
    color: #fff;
    background-color: #4d5d68;
}
.number input {
    width: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    padding: 3px;
    border: 1px solid #4d5d68;
    border-radius: 5px;
    text-align: center;
    margin: 0 5px;
}

.category_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.category_pagination__btn {
    border: 1px solid #4d5d68;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    padding: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #4d5d68;
    margin: 0 2.5px;
}
.category_pagination__btn:hover {
    color: #fff;
    background: rgba(219, 14, 17, 1);
    border: 1px solid rgba(219, 14, 17, 1);
}
.category_pagination__btn--active {
    color: #fff;
    background: rgba(219, 14, 17, 1);
    border: 1px solid rgba(219, 14, 17, 1);
}
.category_pagination__link {
    width: 20px;
    text-align: center;
}
.category_pagination__arrow {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.category_pagination__arrow svg {
    color: currentColor;
}
.category_pagination__arrow svg path {
    fill: currentColor;
}
.category_pagination__arrow:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 768px) {
    .category_pagination {
        margin-bottom: 10px;
    }
}

.section_text {
    padding: 20px;
    margin-bottom: -10px;
}
.section_text h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #4d5d68;
}
.section_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
}
.section_text p b {
    font-weight: 700;
}
.section_text ul li {
    margin-bottom: 10px;
}
.section_text ul li:before {
    top: unset !important;
    bottom: calc(100% - 8px);
}
@media (max-width: 768px) {
    .section_text {
        padding: 10px;
    }
    .section_text p {
        font-size: 12px;
        line-height: 16px;
    }
    .section_text p b {
        font-size: 14px;
        line-height: 18px;
    }
    .section_text li {
        font-size: 12px;
        line-height: 16px;
    }
    .section_text li:before {
        left: -8px !important;
        width: 4px !important;
        height: 4px !important;
    }
}

.advantages_company {
    padding: 20px;
}
.advantages_company h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #4d5d68;
}
.advantages_company__cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px 20px;
}
.advantages_company__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantages_company__img {
    margin-bottom: 10px;
}
.advantages_company__img img {
    max-width: 100px;
    margin: 0;
}
.advantages_company__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    margin-bottom: 10px;
}
.advantages_company__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #4d5d68;
}
@media (max-width: 768px) {
    .advantages_company {
        padding: 30px 10px;
    }
    .advantages_company__cont {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .advantages_company h2 {
        margin-bottom: 25px;
    }
}
@media (max-width: 480px) {
    .advantages_company__cont {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .advantages_company__block {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 10px;
        -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
        -ms-grid-rows: 18px 1fr;
        grid-template-rows: 18px 1fr;
    }
    .advantages_company__img {
        -ms-grid-column: 1;
        grid-column: 1/1;
        grid-row: 1/2 span;
        margin: 0;
        line-height: 0;
    }
    .advantages_company__title {
        -ms-grid-column: 2;
        grid-column: 2/2;
        -ms-grid-row: 1;
        grid-row: 1/1;
        text-align: left;
        margin-bottom: 0;
    }
    .advantages_company__text {
        -ms-grid-column: 2;
        grid-column: 2/2;
        -ms-grid-row: 2;
        grid-row: 2/2;
        text-align: left;
    }
}

.sert_cont {
    padding: 20px 20px 10px 20px;
}
.sert_cont h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #4d5d68;
}
.sert_cont .sert_slider {
    padding: 0 48px;
    position: relative;
}
.sert_cont .sert_slider img {
    margin: 0;
    max-width: 100%;
}
@media (max-width: 480px) {
    .sert_cont .sert_slider {
        padding: 0 40px;
    }
}
.sert_cont .swiper-button-next,
.sert_cont .swiper-button-prev {
    width: 26px;
    height: 26px;
    border: 1px solid #4d5d68;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sert_cont .swiper-button-next:after,
.sert_cont .swiper-button-prev:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cg clip-path='url(%23clip0_507_1485)'%3E%3Cpath d='M12.2035 15.8401L13.005 15.0386C13.1121 14.9318 13.1654 14.8087 13.1654 14.6696C13.1654 14.5309 13.1121 14.4079 13.005 14.3011L6.70434 8.00008L13.0049 1.69934C13.1119 1.59248 13.1652 1.4695 13.1652 1.33058C13.1652 1.1916 13.1119 1.06862 13.0049 0.961812L12.2033 0.160377C12.0965 0.0533466 11.9735 -5.20986e-08 11.8345 -5.81736e-08C11.6957 -6.42438e-08 11.5727 0.053515 11.4659 0.160377L3.99478 7.63132C3.88792 7.73812 3.83452 7.86116 3.83452 8.00008C3.83452 8.13901 3.88792 8.26182 3.99478 8.36857L11.4659 15.8401C11.5728 15.9469 11.6957 16 11.8345 16C11.9735 16 12.0965 15.9469 12.2035 15.8401Z' fill='%234D5D68'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_507_1485'%3E%3Crect width='16' height='16' fill='white' transform='translate(16.5) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    padding: 7px 9px;
}
.sert_cont .swiper-button-next:hover,
.sert_cont .swiper-button-prev:hover {
    background-color: rgba(219, 14, 17, 1);
    border: 1px solid rgba(219, 14, 17, 1);
}
.sert_cont .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}
.sert_cont .swiper-button-prev {
    left: 0;
}
@media (max-width: 480px) {
    .sert_cont {
        padding: 15px 10px 10px;
    }
}

.our_objects {
    padding: 20px;
}
.our_objects h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #4d5d68;
}
.our_objects__slider {
    padding: 0 48px;
    position: relative;
}
.our_objects__slider img {
    margin: 0;
    max-width: 100%;
}
.our_objects__slider a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 76%;
    overflow: hidden;
}
.our_objects__slider a img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
}
@media (max-width: 480px) {
    .our_objects__slider {
        padding: 0 40px;
    }
}
.our_objects .swiper-button-next,
.our_objects .swiper-button-prev {
    width: 26px;
    height: 26px;
    border: 1px solid #4d5d68;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.our_objects .swiper-button-next:after,
.our_objects .swiper-button-prev:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cg clip-path='url(%23clip0_507_1485)'%3E%3Cpath d='M12.2035 15.8401L13.005 15.0386C13.1121 14.9318 13.1654 14.8087 13.1654 14.6696C13.1654 14.5309 13.1121 14.4079 13.005 14.3011L6.70434 8.00008L13.0049 1.69934C13.1119 1.59248 13.1652 1.4695 13.1652 1.33058C13.1652 1.1916 13.1119 1.06862 13.0049 0.961812L12.2033 0.160377C12.0965 0.0533466 11.9735 -5.20986e-08 11.8345 -5.81736e-08C11.6957 -6.42438e-08 11.5727 0.053515 11.4659 0.160377L3.99478 7.63132C3.88792 7.73812 3.83452 7.86116 3.83452 8.00008C3.83452 8.13901 3.88792 8.26182 3.99478 8.36857L11.4659 15.8401C11.5728 15.9469 11.6957 16 11.8345 16C11.9735 16 12.0965 15.9469 12.2035 15.8401Z' fill='%234D5D68'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_507_1485'%3E%3Crect width='16' height='16' fill='white' transform='translate(16.5) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    padding: 7px 9px;
}
.our_objects .swiper-button-next:hover,
.our_objects .swiper-button-prev:hover {
    background-color: rgba(219, 14, 17, 1);
    border: 1px solid rgba(219, 14, 17, 1);
}
.our_objects .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}
.our_objects .swiper-button-prev {
    left: 0;
}
@media (max-width: 480px) {
    .our_objects {
        padding: 20px 10px 10px;
    }
}

.delivery {
    padding: 20px;
}
.delivery h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #4d5d68;
}
.delivery .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
}

.section_form {
    padding: 20px;
}
.section_form h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #4d5d68;
}
.section_form__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -20px;
}
.section_form__column {
    width: calc(50% - 10px);
}
.section_form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 20px;
}
.section_form__row span {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #94a2ab;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
}
.section_form__row span.required:after {
    content: "*";
    position: absolute;
    color: rgba(219, 14, 17, 1);
    right: -5px;
}
.section_form__row input,
.section_form__row textarea {
    background: #ffffff;
    border: 1px solid #545d707d;
    border-radius: 5px;
    padding: 10px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    margin-bottom: 0;
}
.section_form__row input:focus-visible,
.section_form__row textarea:focus-visible {
    outline: unset;
}
.section_form__row textarea {
    resize: none;
    height: 188px;
}
.section_form__submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -15px;
}
.section_form__politica {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 182px);
}
.section_form__politica label {
    width: 17px;
    height: 16px;
    background: #545d70;
    border-radius: 3px;
    margin-right: 6px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section_form__politica span {
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #94a2ab;
    margin: 0;
    max-width: 230px;
}
.section_form__politica span a {
    font-size: 8px;
    line-height: 10px;
}
.section_form .submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 165px;
    color: #fff;
    background: rgba(219, 14, 17, 1);
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    border: none;
    margin-top: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.section_form .submit:hover {
    outline: 1px solid rgba(219, 14, 17, 1);
    background-color: #fff;
    color: rgba(219, 14, 17, 1);
}
@media (max-width: 880px) {
    .section_form {
        padding: 10px;
    }
    .section_form__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .section_form__column {
        width: 100%;
    }
    .section_form__submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .section_form__politica {
        width: 100%;
        margin-bottom: 5px;
    }
    .section_form__politica span {
        max-width: calc(100% - 23px);
    }
    .section_form .submit {
        width: 100%;
    }
}

/* блоки в левой части */
.download_doc {
    margin-bottom: 20px;
}
.download_doc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    border: 1px solid #4d5d68;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    display: flex;
    height: 80px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.download_doc a svg {
    margin-right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.download_doc a span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4d5d68;
    max-width: 144px;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.download_doc a:hover {
    background-color: rgba(219, 14, 17, 1);
}
.download_doc a:hover span {
    color: #fff;
}
.download_doc a:hover svg path {
    fill: #fff;
}
.download_doc a:first-child {
    border-radius: 5px 5px 0px 0px;
}
.download_doc a:last-child {
    border-radius: 0px 0px 5px 5px;
}

.manager {
    padding: 20px;
    border: 1px solid #4d5d68;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.manager__img {
    max-width: 100px;
    margin-bottom: 10px;
    line-height: 0;
}
.manager__img img {
    width: 100%;
    line-height: 0;
}
.manager__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #4d5d68;
    margin-bottom: 10px;
}
.manager__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    text-align: center;
    margin-bottom: 10px;
}
.manager__phone {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    text-decoration: none;
    margin-bottom: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.manager__phone:hover {
    color: rgba(219, 14, 17, 1);
}
.manager__button {
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #545d70;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.manager__button:hover {
    background-color: #fff;
    color: #545d70;
    outline: 1px solid #545d70;
}

.news {
    padding: 20px;
    border: 1px solid #4d5d68;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 20px;
}
.news h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #4d5d68;
    margin-bottom: 20px;
}
.news__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 20px;
    border-bottom: 1px dashed #a6a6be;
    margin-bottom: 17px;
}
.news__block a {
    text-decoration: none;
}
.news__block a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #b9bfc3;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.news__block a:hover {
    color: rgba(219, 14, 17, 1);
    text-decoration: underline;
}
.news__block a:hover span {
    color: rgba(219, 14, 17, 1);
}
.news__block a:hover svg {
    fill: rgba(219, 14, 17, 1);
}
.news__preview {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #141414;
}
.news .archive_news {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #b9bfc3;
}

/* popup */
.checkout_popup {
    display: none;
    padding: 15px;
}
.checkout_popup__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout_popup__title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4d5d68;
    padding: 10px;
}
.checkout_popup__title .close {
    background-color: unset;
    border: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    cursor: pointer;
}
.checkout_popup__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #4d5d68;
    padding: 10px;
    margin-bottom: 15px;
}
.checkout_popup__table {
    max-width: 1020px;
    width: 100%;
    overflow-x: auto;
}
.checkout_popup__table table {
    width: 1020px;
    border-spacing: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.checkout_popup__table tr:first-child th {
    padding: 10px;
    background: #545d70;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    border-right: 1px solid #fff;
}
.checkout_popup__table tr:first-child th:last-child {
    border-radius: 0px 5px 0px 0px;
    border-right: 1px solid #545d70;
}
.checkout_popup__table tr:not(:first-child) .product_name,
.checkout_popup__table tr:not(:first-child) .product_brand,
.checkout_popup__table tr:not(:first-child) .product_pricem2,
.checkout_popup__table tr:not(:first-child) .product_add,
.checkout_popup__table tr:not(:first-child) .product_price {
    padding: 9px !important;
}
.checkout_popup__table tr:not(:first-child) .product_name {
    width: 200px;
}
.checkout_popup__table tr:not(:first-child) .product_brand {
    width: 104px;
}
.checkout_popup__table tr:not(:first-child) .product_value {
    width: 142px;
    padding: 5px 0 !important;
}
.checkout_popup__table tr:not(:first-child) .product_value .number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.checkout_popup__table tr:not(:first-child) .product_add {
    width: 200px;
}
.checkout_popup__table tr:not(:first-child) .product_price {
    width: 120px;
}
.checkout_popup__table tr:not(:first-child) .product_del {
    width: 50px;
    padding: 3px 9px !important;
}
.checkout_popup__table tr:not(:first-child) .product_del .delete_product {
    background-color: unset;
    border: none;
    padding: 10px;
    height: 30px;
    cursor: pointer;
}
.checkout_popup__table tr:not(:first-child) td {
    border: 1px solid #545d70 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #545d70;
    text-align: center;
}
.checkout_popup__table tr:last-child .product_del.cell_desk {
    border-radius: 0 0 5px 0;
}
.checkout_popup__table tr:last-child .product_del.cell_mob {
    border-radius: 0 0 0 5px;
}
@media (min-width: 580px) {
    .checkout_popup__table tr:last-child .product_name {
        border-radius: 0 0 0 5px;
    }
}
@media (max-width: 580px) {
    .checkout_popup__table tr:last-child .product_price {
        border-radius: 0 0 5px 0;
    }
}
.checkout_popup .total_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.checkout_popup .total_price > div {
    padding: 10px;
}
.checkout_popup .total_price__text {
    width: 200px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(219, 14, 17, 1);
    text-align: right;
}
.checkout_popup .total_price__value {
    width: 142px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    text-align: center;
}
.checkout_popup .total_price__price {
    width: 170px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    text-align: center;
    padding-right: 60px !important;
}
.checkout_popup__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 10px;
}
.checkout_popup__note h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4d5d68;
    margin-bottom: 10px;
    padding-top: 10px;
}
.checkout_popup__note span {
    max-width: 400px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.checkout_popup__note--name .popup_individual__name {
    max-width: 1000px;
    font-size: 14px;
    line-height: 130%;
}
@media (max-width: 580px) {
    .checkout_popup__note--name .popup_individual__name {
        font-size: 12px;
        margin-bottom: 0;
    }
}
.checkout_popup .section_form {
    padding: 10px;
    max-width: 908px;
    width: 100%;
}
.checkout_popup .section_form textarea {
    height: 208px;
}
.checkout_popup .section_form h2 {
    padding-top: 10px;
}
@media (max-width: 580px) {
    .checkout_popup {
        vertical-align: unset;
        padding: 15px 5px;
    }
    .checkout_popup__subtitle {
        margin-bottom: 10px;
    }
    .checkout_popup__table {
        width: 100vw;
        margin-left: 0px;
        padding-bottom: 10px;
    }
    .checkout_popup__table table {
        table-layout: fixed;
        width: 780px;
    }
    .checkout_popup .cell_desk {
        display: none;
    }
    .checkout_popup .total_price {
        margin-top: 5px;
    }
    .checkout_popup .total_price__text {
        width: 63px;
    }
    .checkout_popup .total_price__price {
        padding: 10px !important;
        width: 90px;
        text-align: right;
    }
    .checkout_popup .total_price__value {
        width: 100px;
        text-align: right;
    }
    .checkout_popup .submit {
        width: 165px;
    }
    .checkout_popup tr:first-child th:nth-child(1) {
        width: 30px;
    }
    .checkout_popup tr:first-child th:nth-child(2) {
        width: 140px;
    }
    .checkout_popup tr:first-child th:nth-child(3) {
        width: 80px;
    }
    .checkout_popup tr:first-child th:nth-child(4) {
        width: 120px;
    }
    .checkout_popup tr:first-child th:nth-child(5) {
        width: 170px;
    }
    .checkout_popup tr:first-child th:nth-child(6) {
        width: 120px;
    }
    .checkout_popup tr:first-child th:nth-child(7) {
        width: 120px;
    }
    .checkout_popup tr:not(:first-child) td {
        font-size: 12px;
        line-height: 16px;
    }
    .checkout_popup tr:not(:first-child) .product_del {
        padding: 2px 0 !important;
    }
    .checkout_popup tr:not(:first-child) .product_value {
        padding: 4px 0 !important;
    }
    .checkout_popup tr:not(:first-child) .product_pricem2 {
        width: 70px;
    }
    .checkout_popup tr:not(:first-child) .product_name,
    .checkout_popup tr:not(:first-child) .product_brand,
    .checkout_popup tr:not(:first-child) .product_pricem2,
    .checkout_popup tr:not(:first-child) .product_add,
    .checkout_popup tr:not(:first-child) .product_price {
        padding: 8px 9px !important;
    }
    .checkout_popup tr:not(:first-child) .product_del,
    .checkout_popup tr:not(:first-child) .product_name,
    .checkout_popup tr:not(:first-child) .product_brand,
    .checkout_popup tr:not(:first-child) .product_pricem2,
    .checkout_popup tr:not(:first-child) .product_add,
    .checkout_popup tr:not(:first-child) .product_value,
    .checkout_popup tr:not(:first-child) .product_price {
        width: unset;
    }
    .checkout_popup__note span {
        font-size: 10px;
        line-height: 14px;
    }
}
@media (min-width: 580px) {
    .checkout_popup .cell_mob {
        display: none;
    }
}

.popup_individual {
    display: none;
    padding: 15px;
}
.popup_individual .fancybox-bg {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.popup_individual .fancybox-close-small {
    display: none;
}
.popup_individual .checkout_popup__subtitle {
    margin-bottom: 5px;
}
.popup_individual .checkout_popup__note h3 {
    padding-top: 0;
}
.popup_individual .section_form {
    padding: 20px 10px;
    max-width: 908px;
}
.popup_individual .section_form h2 {
    margin-bottom: 15px;
}
.popup_individual .section_form textarea {
    height: 208px;
}
@media (max-width: 560px) {
    .popup_individual {
        padding: 5px;
    }
    .popup_individual .fancybox-slide--html {
        padding: 0;
    }
    .popup_individual .section_form__submit {
        margin-top: -10px;
    }
    .popup_individual .section_form .submit {
        width: 165px;
        margin-top: 15px;
    }
}

.fancy__checkout .fancybox-bg {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.fancy__checkout .fancybox-close-small {
    display: none;
}

@media (max-width: 560px) {
    .fancy__checkout .fancybox-slide--html {
        padding: 0;
    }
}

.totalprice {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(219, 14, 17, 1);
}
.totalprice span {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(219, 14, 17, 1);
}

.banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.banners a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

/* Правки для default.css */
.production_page .left_side {
    padding-right: 0 !important;
    padding-top: 10px !important;
}

@media (max-width: 1000px) {
    .production_page .right_side {
        width: 100% !important;
    }
}

.item-category {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.item-category__image {
    position: relative;
    width: 40px;
    height: 40px;
}
.item-category__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}

/* Task 63952 */
.category__card_checkprice input:checked ~ label {
    border-radius: 8px;
}

.category__card_checkprice img {
    height: 30px;
    width: 30px;
}

.category__card_checkprice {
    width: 36px;
}

.category__card_checkprice label {
    width: 30px;
    height: 30px;
}
.category__card_checkprices {
    padding-left: 0px;
}
@media (max-width: 768px) {
    .category__card_checkprice {
        flex-direction: column;
    }
    .category__card_subname {
        align-self: flex-start;
    }
    .category__card_row {
        align-items: flex-start;
    }
}
.category__card_characteristics_list {
    text-align: left;
}
.category__card_characteristics_list p {
    text-align: left !important;
}

p{
    margin-bottom: 15px;
}

h2{
    margin-bottom: 15px;
}

table{
    margin-bottom: 15px;
}

.sct_img{
    float:right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.price .information, .price .tablet, .price .title-box, .price table {

    width: 100%;
}
.price .title-box {
    background: #545d70;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: -1px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.price table thead tr th {
    text-align: center;
    background: #b7bac9;
    color: #fff;
    padding: 5px 0;
}
.price table tbody tr td, .price table thead tr th {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    font-family: Roboto,sans-serif;
}

.podsct_it{
    display: inline-table;
    width: 20%;
    margin: 5px;
}

.podsct_thumb{
    margin-bottom: 20px;
}

/*---------
    FAQ
---------*/
.faq
{
    margin-top: 50px;
    margin-bottom: 50px;
}


.faq .block_title
{
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #4d5d68;
}



.faq .accordion
{
    /*width: calc(50% - 10px);*/
    width: 100%;
}



.faq .accordion_item + .accordion_item
{
    margin-top: 10px;
}

.faq .accordion_item .head
{
    position: relative;

    padding: 14px 58px 14px 19px;

    cursor: pointer;
    transition: border-radius .2s linear;

    border: 1px solid #4d5d68;
    border-radius: 5px;
}

.faq .accordion_item .head .title
{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.faq .accordion_item .head .icon
{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 19px;
    bottom: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin: auto;
}

.faq .accordion_item .head .icon:before,
.faq .accordion_item .head .icon:after
{
    position: absolute;

    display: block;

    width: 100%;
    height: 2px;
    margin: auto;

    content: '';
    transition: .2s linear;

    background: #000;

    inset: 0;
}

.faq .accordion_item .head .icon:after
{
    width: 2px;
    height: 100%;
}

.faq .accordion_item .data
{
    font-size: 14px;
    line-height: 18px;

    display: none;

    padding: 9px 19px 19px;

    border: 1px solid #4d5d68;
    border-radius: 0 0 5px 5px;
}

.faq .accordion_item .data > * + *
{
    margin-top: 10px;
}


.faq .accordion_item.active .head
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq .accordion_item.active .head .icon:before
{
    background: rgba(219, 14, 17, 1);
}

.faq .accordion_item.active .head .icon:after
{
    opacity: 0;
}

.faq .add_question
{
    width: calc(50% - 10px);
    margin-left: auto;
}



@media print, (max-width: 949px)
{
    /*---------
        FAQ
    ---------*/
    .faq .accordion_item .data
    {
        padding: 14px 19px;
    }
}


@media print, (max-width: 767px)
{
    /*---------
        FAQ
    ---------*/
    .faq
    {
        margin-top: 30px;
    }


    .faq .accordion
    {
        width: 100%;
    }


    .faq .add_question
    {
        width: 100%;
        margin-top: 20px;
    }
}


@media (max-width: 479px)
{
    /*---------
        FAQ
    ---------*/
    .faq .accordion
    {
        width: 100%;
        /*width: calc(100% + 20px);*/
        margin-right: -10px;
        margin-left: -10px;
    }

    .faq .accordion .block_title {
        padding:0 0 0 10px;
    }
}
/* End */


/* Start:/bitrix/templates/iclient_standart/components/bitrix/news.list/certificates/style.css?1755701443725*/
.certificates-slider .slick-slide {
	padding: 8px;
	box-sizing: border-box;
}
.certificates-item {
	background: #fff;
	border-radius: 12px;
	padding: 12px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.certificates-item__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	max-height: 400px;
	overflow: hidden;
}
.certificates-item__media img {
	max-height: 400px;
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	user-select: none;
	-webkit-user-drag: none;
	margin-top: 0!important;
	margin-bottom: 15px!important;
}
.certificates-item__title {
	font-size: 14px;
	line-height: 1.4;
	color: #222;
	margin-top: auto;
	text-align: center;
}
/* End */


/* Start:/bitrix/templates/iclient_standart/components/bitrix/news.list/projects/style.css?17839504001537*/
.projects-slider .slick-slide {
	padding: 8px;
	box-sizing: border-box;
}
.projects-item {
	background: #fff;
	border-radius: 12px;
	padding: 12px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.projects-item__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	max-height: 400px;
	overflow: hidden;
}
.projects-item__media img {
	max-height: 400px;
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	user-select: none;
	-webkit-user-drag: none;
	margin-top: 0!important;
	margin-bottom: 15px!important;
}
.projects-item__title {
	font-size: 14px;
	line-height: 1.4;
	color: #222;
	margin-top: 10px;
	text-align: center;
}
.projects-item__media {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 8px;
	background: #000;
}
.projects-item__link {
	display: block;
	width: 100%;
	height: 100%;
}
.projects-item__media img,
.projects-item__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projects-item__link--video { position: relative; }
.projects-item__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .55);
	pointer-events: none;
}
.projects-item__play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #fff;
}
/* End */


/* Start:/bitrix/templates/iclient_standart/components/bitrix/news.list/reviews/style.css?1755701530745*/
.reviews-slider .slick-slide {
	padding: 8px 15px;
	box-sizing: border-box;
}
.reviews-item {
	background: #fff;
	border-radius: 12px;
	padding: 12px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}
.reviews-item-top {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}
.reviews-item-top__date,
.reviews-item__origin {
	font-size: 13px;
}
.reviews-item-top__name {
	font-size: 15px;
	font-weight: 600;
}
.reviews-item__rating {
	font-size: 25px;
}
.reviews-item__review {
	font-size: 14px;
}
.reviews-item__origin {
	display: flex;
	justify-content: center;
	margin: 10px 0;
	gap: 5px;
}
.star-active {
	color: #fc9132;
}
.star-inactive {
	color: #ccc;
}
/* End */
/* /bitrix/templates/iclient_standart/components/bitrix/news.detail/landing_detail/style.css?178104312155750 */
/* /bitrix/templates/iclient_standart/components/bitrix/news.list/certificates/style.css?1755701443725 */
/* /bitrix/templates/iclient_standart/components/bitrix/news.list/projects/style.css?17839504001537 */
/* /bitrix/templates/iclient_standart/components/bitrix/news.list/reviews/style.css?1755701530745 */
