

/* Start:/local/components/w2you/widgets/templates/smart-systems/style.css?177308966648959*/
.smart-systems-banner {
    position: relative;
    height: 800px;
    overflow: hidden;
    z-index: 0;
    background-color: #2c2c2c;
}

.smart-systems-banner .smart-systems-banner__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.smart-systems-banner .smart-systems-banner__slider.slick-initialized {
    overflow: hidden;
}

.smart-systems-banner .smart-systems-banner__slide {
    position: relative;
    outline: none;
    min-height: 100%;
}

.smart-systems-banner .smart-systems-banner__slide-img {
    display: block;
    height: 800px;
    position: relative;
}

.smart-systems-banner .smart-systems-banner__slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: right center;
}

.smart-systems-banner .smart-systems-banner__slide_no-img {
    background-color: #4a4a4a;
    height: 100%;
}

.smart-systems-banner .smart-systems-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.smart-systems-banner .smart-systems-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: 40px 0;
    box-sizing: border-box;
    pointer-events: none;
}

.smart-systems-banner .smart-systems-banner__content .smart-systems-banner__inner {
    pointer-events: auto;
}
.smart-systems-banner .smart-systems-banner__content .smart-systems-banner__title,
.smart-systems-banner .smart-systems-banner__content h1.smart-systems-banner__title {
    font-weight: 900;
    font-size: 72px;
    line-height: 82px;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 35px;
    font-family: "Inter Black", sans-serif;
    letter-spacing: 0;
}

.smart-systems-banner__desc span {
    display: inline-block;
    width: 11px;
    height: 2px;
    color: #FF8332;
    background: #FF8332;

}

.span-style {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    font-family: "Inter Regular", sans-serif;
}

.span-style >div{
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.smart-systems-banner__inner {
    width: 100%;
}

.smart-systems-banner .smart-systems-banner__content .smart-systems-banner__desc {
    margin-bottom: 35px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;

}

.smart-systems-banner .smart-systems-banner__desc ul,
.smart-systems-banner .smart-systems-banner__desc p {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

.smart-systems-banner .smart-systems-banner__desc li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
}

.smart-systems-banner .smart-systems-banner__desc li:before {
    content: "–";
    position: absolute;
    left: 0;
}

.smart-systems-banner .smart-systems-banner__content .smart-systems-banner__btn {
    display: inline-block;
    padding: 23px 35px;
    color: #fff;
    background: #ff8331;
    border-radius: 35px;
    text-decoration: none;
    font-family: "Inter Bold", sans-serif;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
}

.smart-systems-banner .smart-systems-banner__content .smart-systems-banner__btn:hover {
    background: #fff;
    color: #ff8331;
    border: 1px solid #ff8331;
}

.smart-systems-banner .smart-systems-banner__slider:not(.slick-initialized) .smart-systems-banner__slide:not(:first-child) {
    display: none;
}

.smart-systems-banner .smart-systems-banner__arrows {
    position: absolute;
    right: 24px;
    bottom: 24px;
    top: auto;
    transform: none;
    z-index: 3;
    display: flex;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    overflow: visible;
    box-sizing: border-box;
    padding: 0;
}

.smart-systems-banner .smart-systems-banner__arrow {
    width: 54px;
    height: 54px;
    padding: 0;
    border: none;
    border-right: 2px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 0;
    position: relative;
    flex-shrink: 0;
}

.smart-systems-banner .smart-systems-banner__arrow:last-of-type {
    border-right: none;
}

.smart-systems-banner .smart-systems-banner__arrow:hover {
    background: #D9D9D933;
}

.smart-systems-banner .smart-systems-banner__arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    box-sizing: border-box;
}

.smart-systems-banner .smart-systems-banner__arrow_prev:before {
    transform: translate(2px, 0) rotate(-135deg);
}

.smart-systems-banner .smart-systems-banner__arrow_next:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.smart-systems-body {
    background: #CFCFCF;
}

.smart-systems-body .smart-systems-tabs {
    padding-top: 40px;
    padding-bottom: 120px;
}

.smart-systems-body .smart-systems-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.smart-systems-body .smart-systems-tabs__tab {
    border: 1px solid #fff;
    background: #9D9D9D;
    color: #fff;
    padding: 13px 41px;
    border-radius: 6px;
    cursor: pointer;
    font-family: "Inter Regular", sans-serif;
    font-size: 16px;
    line-height: 18.2px;
    text-align: center;
    vertical-align: middle;
}

.smart-systems-body__desctiption {
    max-width: 620px;
    font-family: "Inter Regular", sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    color: #343434;
    margin: 20px auto 0;
}

.smart-systems-body .smart-systems-tabs__tab[data-tab-target="smart-tab-1"] {
    border-radius: 6px 0 0 6px;
}

.smart-systems-body .smart-systems-tabs__tab[data-tab-target="smart-tab-2"] {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.smart-systems-body .smart-systems-tabs__tab[data-tab-target="smart-tab-3"] {
    border-radius: 0 6px 6px 0;
}

.smart-systems-body .smart-systems-tabs__tab.is-active {
    background: #ff8331;
}

.smart-systems-body .smart-systems-tabs__panel {
    display: none;
    margin-top: 50px;
}

 .smart-systems-product-row__cart {
    margin-top: 50px;
}

.smart-systems-body .smart-systems-tabs__panel.is-active {
    display: block;
}

.smart-systems-body .smart-systems-tabs__panel-title {
    text-align: center;
    margin-bottom: 16px;
    color: #4a4a4a;
}

/* Форма «Умные двери под заказ» */
.smart-systems-form-wrap {
    max-width: 328px;
    margin: 0 auto;
    padding-bottom: 0;
}

.smart-systems-form__field {
    margin-bottom: 13px;
}

.smart-systems-form__field_agree {
    margin-bottom: 20px;
    margin-top: 23px;
    padding: 0 7px;
}

.smart-systems-form__field_submit-wrap {
    margin-bottom: 0;
}

.smart-systems-form__input {
    width: 100%;
    padding: 10px 18px;
    color: #343434;
    background: #fff;
    border: none;
    border-radius: 999px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13.2px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    outline: none;
}

.smart-systems-form__input::placeholder {
    color: #9e9e9e;
}

.smart-systems-form__agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.smart-systems-form__checkbox {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 0px;
    padding: 0;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    background: #CFCFCF;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.smart-systems-form__checkbox:checked {
    background: #CFCFCF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23343434' stroke-width='1.5' stroke-linecap='round' d='M1.5 5l2.5 2.5 4.5-5'/%3E%3C/svg%3E") center no-repeat;
}

.smart-systems-tabs__panel-content .smart-systems-form__agree-text{
    color: #989898;
}
.smart-systems-tabs__panel-content .smart-systems-form__checkbox{
    border: 1px solid #fff;
}
.smart-systems-tabs__panel-content .smart-systems-form__link{
    color: #989898;
}

.smart-systems-form__agree-text {
    color: #D7D7D7;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    vertical-align: middle;
    text-align: left;
}

.smart-systems-form__link:hover {
    text-decoration: underline;
}
.smart-systems-form__link {
    color: #D7D7D7;
    text-decoration: none;
}

.smart-systems-form__link:hover {
    text-decoration: underline;
}

.smart-systems-form__submit {
    width: 100%;
    padding: 25px 24px;
    font-weight: 700;
    color: #fff;
    background: #FF8332;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
}

.smart-systems-form__submit:hover {
    background: #e67328;
}
.smart-systems-body{
    font-family: "Inter Regular", sans-serif;
}
.smart-systems-body .smart-systems-tabs__panel-content_rows {
    display: flex;
    flex-direction: column;
    gap: 114px;
}

.smart-systems-body .smart-systems-product-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 357px;
    background: #8F8F8F;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    padding: 0;
}

.smart-systems-body .smart-systems-product-row__doors {
    position: relative;
    flex: 0 0 49%;
    min-width: 0;
    min-height: 357px;
    overflow: hidden;
    border-radius: 25px 0 0 25px;
}

.smart-systems-body .smart-systems-product-row__doors-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 500px;
}

.smart-systems-body .smart-systems-product-row__doors-slider.slick-initialized {
    overflow: hidden;
}

.smart-systems-body .smart-systems-product-row__doors-slide {
    outline: none;
    height: 357px;
}

.smart-systems-body .smart-systems-product-row__doors-img,
.smart-systems-body .smart-systems-product-row__doors-img img {
    width: 100%;
    height: 357px;
    object-fit: cover;
    display: block;
}

.smart-systems-body .smart-systems-product-row__doors-slide_empty,
.smart-systems-body .smart-systems-product-row__doors-placeholder {
    display: block;
    width: 100%;
    height: 357px;
    background: #464646;
}

.smart-systems-body .smart-systems-product-row__left-gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: min(244px, 42%);
    height: 100%;
    background: linear-gradient(90deg, rgba(23, 24, 31, 1) 0%, rgba(102, 102, 102, 0) 100%);
    pointer-events: none;
}

.smart-systems-body .smart-systems-product-row__left-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 42px 60px;
    max-width: 500px;
}

.smart-systems-body .smart-systems-product-row__label {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
}

.smart-systems-body .smart-systems-product-row__door-title,
.smart-systems-body .smart-systems-product-row h3.smart-systems-product-row__door-title {
    margin: 4px 0 0;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1;
    font-family: "Inter Black", sans-serif;
}

.smart-systems-body .smart-systems-product-row__price-label {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}

.smart-systems-body .smart-systems-product-row__price-row {
    margin: 0px 0 14px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}

.smart-systems-body .smart-systems-product-row__price-row .smart-systems-product-row__price-value {
    font-family: "Inter Black", sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-left: 4px;
}

.smart-systems-body .smart-systems-product-row__arrows {
    display: flex;
    margin: 0 0 16px;
    gap: 0;
}

.smart-systems-body .smart-systems-product-row__arrows button {
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    font-size: 0;
    position: relative;
    background: none;
}

.smart-systems-body .smart-systems-product-row__arrows button:first-child {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.smart-systems-body .smart-systems-product-row__arrows button:last-child {
    border-radius: 0 5px 5px 0;
}
.smart-systems-body .smart-systems-product-row__arrows button:hover {

    background: rgba(217, 217, 217, 0.2);
}

.smart-systems-body .smart-systems-product-row__arrows button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    box-sizing: border-box;
}

.smart-systems-body .smart-systems-product-row__arrows .smart-systems-product-row__arrow_prev:before,
.smart-systems-body .smart-systems-product-row__arrows .slick-prev:before {
    transform: translate(2px, 0) rotate(-135deg);
}

.smart-systems-body .smart-systems-product-row__arrows .smart-systems-product-row__arrow_next:before,
.smart-systems-body .smart-systems-product-row__arrows .slick-next:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.smart-systems-body .smart-systems-product-row__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 32px;
    padding: 0 24px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.17;
    color: #FFFFFF;
    background: #FF8331;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    transition: background 0.2s;
}

.smart-systems-body .smart-systems-product-row__btn:hover {
    background: #e67328;
    color: #fff;
}

.smart-systems-body .smart-systems-product-row__divider {
    flex: 0 0 1px;
    background: #FFFFFF;
    align-self: stretch;
}

.smart-systems-body .smart-systems-product-row__lock {
    flex: 1;
    min-width: 0;
    padding: 42px 48px 42px 82px;
    color: #FFFFFF;
    font-family: "Inter Regular", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.smart-systems-body .smart-systems-product-row__lock-title,
.smart-systems-body .smart-systems-product-row h3.smart-systems-product-row__lock-title {
    margin: 0 0 23px;
    font-family: "Inter Black", sans-serif;
    font-size: 36px;
    line-height: 1;
    color: #FFFFFF;
}

.smart-systems-body .smart-systems-product-row__lock-desc {
    line-height: 1.2;
    font-size: 16px;
    color: #FFFFFF;
}

.smart-systems-body .smart-systems-product-row__opens-title {
    margin: 0 0 10px;
    font-family: "Inter Black", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
}

.smart-systems-body .smart-systems-product-row__opens {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 16px;
}

.smart-systems-body .smart-systems-product-row__opens-tag {
    display: inline-block;
    padding: 9px 16px;
    font-size: 13px;
    line-height: 1.2;
    color: #FFFFFF;
    background: rgba(255, 131, 50, 0.2);
    border: 1px solid rgba(255, 131, 50, 1);
    border-radius: 20px;
}

.smart-systems-body .smart-systems-product-row__lock-images {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
}

.smart-systems-body .smart-systems-product-row__lock-img {
    width: 100px;
    height: auto;
    object-fit: contain;
    display: block;
    position: absolute;
}
.smart-systems-body .smart-systems-product-row__lock-img img{
    display: block;
    width: 100%;
}
.smart-systems-body .smart-systems-product-row__lock-detail {
    bottom: 0;
    left: -44px;
}
.smart-systems-body .smart-systems-product-row__lock-review {
    z-index: 50;
    top: 50%;
    transform: translate(0, -50%);
    right: 70px;
}

.smart-systems-body .smart-systems-product-row__doors-slider:not(.slick-initialized) .smart-systems-product-row__doors-slide:not(:first-child) {
    display: none;
}

/* Карточка дверей (левая колонка) */
.smart-systems-doors {
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.smart-systems-doors__slider {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background: #464646;
    border-radius: 10px 10px 0 0;
}

.smart-systems-doors__slider.slick-initialized {
    overflow: hidden;
}

.smart-systems-doors__slide {
    outline: none;
}

.smart-systems-doors__slide-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: 4/3;
}

.smart-systems-doors__slide-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.smart-systems-doors__slide_no-img,
.smart-systems-doors__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #464646;
}

.smart-systems-doors__info {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.smart-systems-doors__title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #343434;
}

.smart-systems-doors__price {
    margin: 0;
    font-size: 14px;
    color: #4a4a4a;
}

.smart-systems-doors__arrows {
    display: flex;
    gap: 4px;
    margin: 8px 0;
}

.smart-systems-doors__arrows button {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #d1d1d1;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0;
    position: relative;
}

.smart-systems-doors__arrows button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border: solid #666;
    border-width: 2px 2px 0 0;
    box-sizing: border-box;
}

.smart-systems-doors__arrows .smart-systems-doors__arrow_prev:before,
.smart-systems-doors__arrows .slick-prev:before {
    transform: translate(2px, 0) rotate(-135deg);
}

.smart-systems-doors__arrows .smart-systems-doors__arrow_next:before,
.smart-systems-doors__arrows .slick-next:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.smart-systems-doors__btn {
    display: inline-block;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    background: #FF8331;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    text-align: center;
    margin-top: auto;
    transition: background 0.2s;
}

.smart-systems-doors__btn:hover {
    background: #e67328;
    color: #fff;
}

.smart-systems-doors__btn.smart-systems-doors__btn_offset {
    margin-top: 12px;
}

.smart-systems-doors__slider:not(.slick-initialized) .smart-systems-doors__slide:not(:first-child) {
    display: none;
}

/* Блоки товаров (Файл+Строка+Строка) */
.smart-systems-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.smart-systems-products__item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 12px;
}

.smart-systems-products__img {
    margin-bottom: 10px;
}

.smart-systems-products__img img {
    width: 100%;
    height: auto;
    display: block;
}

.smart-systems-products__title {
    font-weight: 600;
    margin-bottom: 6px;
}

.smart-systems-products__desc {
    font-size: 14px;
    color: #666;
}

/* Блок «Поможем с выбором»: левая колонка 620px (#464646), правая 623×570, шрифты Inter 42/16, кнопка 301×63 */
.smart-systems-help {
    padding: 0 0 65px;
    background: #CFCFCF;
}

.smart-systems-help {
    height: auto;
}

.smart-systems-help__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    overflow: hidden;
}

.smart-systems-help__text {
    flex: 0 0 620px;
    padding: 0 39px 0 100px;
    display: flex;
    flex-direction: column;
    background: #464646;
    color: #FFFFFF;
    justify-content: center;
}

.smart-systems-help .smart-systems-help__title,
.smart-systems-help h2.smart-systems-help__title {
    margin: 0 0 30px;
    font-family: "Inter Black", sans-serif;
    font-size: 42px;
    line-height: 1.19;
    color: #FFFFFF;
}

.smart-systems-help__desc {
    margin: 0 0 35px;
    font-family: "Inter Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 440px;
}

.smart-systems-help__desc p {
    margin: 0 0 8px;
}

.smart-systems-help__desc p:last-child {
    margin-bottom: 0;
}

.smart-systems-help__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 23px 29px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    color: #FFFFFF;
    background: #FF8331;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.2s;
}

.smart-systems-help__btn:hover {
    background: #e67328;
    color: #fff;
    text-decoration: none;
}

.smart-systems-help__img-wrap {
    flex: 0 0 623px;
    min-width: 0;
    min-height: 570px;
    background: #464646;
    position: relative;
}

.smart-systems-help__img-slider {
    width: 100%;
    height: 100%; 
}

.smart-systems-help__img-slider_single .smart-systems-help__img-slide {
    display: block;
}

.smart-systems-help__img-slide {

}

.smart-systems-help__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.smart-systems-help__arrows {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    z-index: 2;
}

.smart-systems-help__arrows button {
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    font-size: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}

.smart-systems-help__arrows button:first-child {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.smart-systems-help__arrows button:last-child {
    border-radius: 0 5px 5px 0;
}

.smart-systems-help__arrows button:hover {
    background: rgba(0, 0, 0, 0.5);
}

.smart-systems-help__arrows button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    box-sizing: border-box;
}

.smart-systems-help__arrows .smart-systems-help__arrow_prev:before,
.smart-systems-help__arrows .slick-prev:before {
    transform: translate(2px, 0) rotate(-135deg);
}

.smart-systems-help__arrows .smart-systems-help__arrow_next:before,
.smart-systems-help__arrows .slick-next:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.smart-systems-help__img-slider:not(.slick-initialized) .smart-systems-help__img-slide:not(:first-child) {
    display: none;
}

/* Хиты продаж (десктоп) */
section.smart-systems-hits {
    padding: 60px 0 0;
    margin-bottom: -402px;
    background: #CFCFCF;
}

.smart-systems-hits__title {
    margin: 0 0 64px;
    font-family: "Inter Black", sans-serif;
    font-size: 72px;
    line-height: 1.14;
    text-align: center;
    color: #343434;
}

.smart-systems-hits__row {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    gap: 114px 0;
    justify-content: center;
    margin: 0 auto;
} 

.smart-systems-hits__card {
    display: flex;
    flex-direction: column;
}

.smart-systems-hits__card-img-wrap {
    position: relative;
    width: 244px;
    aspect-ratio: 244 / 540;
    min-height: 280px;
    background: #CFCFCF;
    overflow: hidden;
    margin: 0 auto;
}

.smart-systems-hits__card-img {
    width: 100%;
    height: 100%;
    display: block;
}

.smart-systems-hits__card-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #5a5a5a;
}

.smart-systems-hits__card-footer {
    padding: 113px 16px 32px;
    background: #464646;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: -101px 0 0 0;
}

.smart-systems-hits__card-line_r {
    border-top: 1px solid #fff;
    width: 120px;
    height: 0;
    margin: 5px auto 6px;
}

.smart-systems-hits .smart-systems-hits__card .smart-systems-hits__card-title {
    margin: 0;
    font-family: "Inter Regular", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.smart-systems-hits__card-price {
    margin: 0;
    font-family: "Inter Regular", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.smart-systems-hits__card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 169px;
    height: 44px;
    padding: 0 20px;
    margin-top: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background: #FF8331;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}

.smart-systems-hits__card-btn:hover {
    background: #e67328;
    color: #fff;
    text-decoration: none;
}

/* Блок «Индивидуальная защита Вашей двери» */
.smart-systems-individ {
    background: #464646;
    color: #fff;
    padding-top: 560px;
}

.smart-systems-individ .wrapper{
    max-width: 1320px;
}

.smart-systems-individ__title {
    margin: 0 0 25px;
    font-family: "Inter Black", sans-serif;
    font-size: 100px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.smart-systems-individ__img-wrap {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
}

.smart-systems-individ__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Блок «Готовые проекты» — галерея, 3-я и 4-я картинки большие */
.smart-systems-projects {
    padding: 146px 0;
    background: #CFCFCF;
}

.smart-systems-projects__title {
    margin: 0 0 93px;
    font-family: "Inter Black", sans-serif;
    font-weight: 900;
    font-size: 72px;
    line-height: 1.14;
    text-align: center;
    color: #343434;
}

/* По скриншоту: 4 колонки × 4 ряда, ячейки 300px, gap 20px; 3-я и 4-я — по 2×2 (620×620) */
.smart-systems-projects__grid {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    grid-template-rows: repeat(4, 300px);
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.smart-systems-projects__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
}

/* 3-я: большая, верхний правый квадрант (2 колонки × 2 ряда) */
.smart-systems-projects__item:nth-child(3) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
}

/* 4-я: большая, средний левый квадрант (2 колонки × 2 ряда) */
.smart-systems-projects__item:nth-child(8) {
    grid-column: 1 / span 2;
    grid-row: 2 / span 2;
}

.smart-systems-projects__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.smart-systems-projects__item .fancybox{
    display: block;
    position: relative;
}
.smart-systems-projects__item .fancybox:before{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.2072 22.2931L18.2381 16.3241C19.7023 14.542 20.5019 12.3065 20.5001 10.0001C20.5001 4.48603 16.0141 0 10.5001 0C4.98603 0 0.5 4.48603 0.5 10.0001C0.5 15.5141 4.98603 20.0001 10.5001 20.0001C12.8981 20.0001 15.1001 19.1501 16.8241 17.7381L22.7931 23.7072C22.886 23.8 22.9962 23.8736 23.1175 23.9239C23.2388 23.9741 23.3688 24 23.5001 24C23.6314 24 23.7615 23.9741 23.8828 23.9239C24.0041 23.8736 24.1143 23.8 24.2072 23.7072C24.3 23.6143 24.3736 23.5041 24.4239 23.3828C24.4741 23.2615 24.5 23.1314 24.5 23.0001C24.5 22.8688 24.4741 22.7388 24.4239 22.6175C24.3736 22.4962 24.3 22.386 24.2072 22.2931ZM2.50001 10.0001C2.50001 5.58904 6.08904 2.00001 10.5001 2.00001C14.9111 2.00001 18.5001 5.58904 18.5001 10.0001C18.5001 14.4111 14.9111 18.0001 10.5001 18.0001C6.08904 18.0001 2.50001 14.4111 2.50001 10.0001Z" fill="white"/></svg>') no-repeat center center;
    opacity: 0;
}

.smart-systems-projects__item:hover .fancybox:before{
    opacity: 1;
}

.smart-systems-question {
    background: #464646;
    padding: 303px 20px 80px;
    margin-top: -299px;
}

.smart-systems-question__inner {
    margin: 0 auto;
    text-align: center;
}

.smart-systems-question__title {
    margin: 0 0 28px;
    color: #fff;
    font-family: "Inter Black", sans-serif;
    font-size: 72px;
    line-height: 82px;
    text-align: center;
    vertical-align: middle;
}

.smart-systems-question__desc {
    color: rgba(255, 255, 255, 0.75);
    max-width: 570px;
    margin: 0 auto 50px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    font-family: "Inter Regular", sans-serif;
}

.smart-systems-by-home {
    background: #FFFFFF;
}

.smart-systems-locks__row,
.smart-systems-video__row {
    display: contents;
}
.smart-systems-locks__show-products {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.smart-systems-locks__show-products.is-loading {
    pointer-events: none;
    opacity: 0.7;
}
.smart-systems-locks__show-products span {
    display: inline-block;
    padding: 16px;
    min-width: 245px;
    font-size: 12px;
    color: #ff8332;
    font-weight: bold;
    border: 1px solid #ff8331;
    border-radius: 25px;
    cursor: pointer;
    background-color: #fff;
    text-transform: uppercase;
    transition: all 300ms ease;
}
.smart-systems-locks__show-products span:hover {
    color: #fff;
    background-color: #ff8332;
}
.smart-systems-locks__show-products b {
    color: #797979;
}

.smart-systems-video__show-products {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.smart-systems-video__show-products.is-loading {
    pointer-events: none;
    opacity: 0.7;
}
.smart-systems-video__show-products span {
    display: inline-block;
    padding: 16px;
    min-width: 245px;
    font-size: 12px;
    color: #ff8332;
    font-weight: bold;
    border: 1px solid #ff8331;
    border-radius: 25px;
    cursor: pointer;
    background-color: #fff;
    text-transform: uppercase;
    transition: all 300ms ease;
}
.smart-systems-video__show-products span:hover {
    color: #fff;
    background-color: #ff8332;
}
.smart-systems-video__show-products b {
    color: #797979;
}

.smart-systems-hits__show-products{
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.smart-systems-hits__show-products.is-loading{
    pointer-events: none;
    opacity: 0.7;
}
.smart-systems-hits__show-products span{
    display: inline-block;
    padding: 16px;
    min-width: 245px;
    font-size: 12px;
    color: #ff8332;
    font-weight: bold;
    border: 1px solid #ff8331;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    background-color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.smart-systems-hits__show-products span:hover{
    color: #fff;
    background-color: #ff8332;
}

.smart-systems-hits__show-products b{
    color: #797979;
}


.smart-systems-product-row__bottom--mob{
    display: none;
}

@media (max-width: 1280px) {
    .smart-systems-projects{
        padding: 100px 0;
    }
    .smart-systems-projects__title{
        font-size: 62px;
        line-height: 72px;
        margin-bottom: 64px;
    }
    .smart-systems-projects__grid {
        max-width: 100%;
        gap: 15px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}

@media (max-width: 1023px) {
    .smart-systems-projects{
        padding: 64px 10px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .smart-systems-projects__title{
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 48px;
    }
    .smart-systems-projects__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .smart-systems-projects__item:nth-child(3),
    .smart-systems-projects__item:nth-child(8) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (max-width: 767px) {
    .smart-systems-projects{
        padding: 18px 0 0;
    }
    .smart-systems-projects__title{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 35px;
    }
    .smart-systems-projects__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .smart-systems-projects__item:nth-child(3),
    .smart-systems-projects__item:nth-child(8) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (max-width: 1280px) {
    .smart-systems-banner {
        height: 700px; }
    .smart-systems-banner .smart-systems-banner__slide-img {
        height: 700px; }
    .smart-systems-banner .smart-systems-banner__content .smart-systems-banner__title, .smart-systems-banner .smart-systems-banner__content h1.smart-systems-banner__title {
        font-size: 62px;
        line-height: 72px; }

    .smart-systems-help__inner {
        gap: 24px; }
    .smart-systems-help__text {
        flex: 1;
        padding: 32px; }
    .smart-systems-help__img-wrap {
        flex: 1; }

    .smart-systems-individ__title {
        font-size: 80px; }

    .smart-systems-hits__title,
    .smart-systems-question__title {
        font-size: 62px;
        line-height: 72px; }

    .smart-systems-individ {
        padding-top: 500px; } }
@media (max-width: 1120px) {
    .smart-systems-banner {
        height: 600px; }
    .smart-systems-banner .smart-systems-banner__slide-img {
        height: 600px; }
    .smart-systems-banner .smart-systems-banner__content .smart-systems-banner__title, .smart-systems-banner .smart-systems-banner__content h1.smart-systems-banner__title {
        font-size: 56px;
        line-height: 56px; }

    .smart-systems-body .smart-systems-product-row__left-content {
        padding: 24px 24px;
        max-width: 320px; }

    .smart-systems-body .smart-systems-product-row__lock-title, .smart-systems-body .smart-systems-product-row h3.smart-systems-product-row__lock-title {
        font-size: 30px;
        margin-top: 4px; }

    .smart-systems-body .smart-systems-product-row__lock {
        padding: 24px 24px 24px 80px; }

    .smart-systems-body .smart-systems-product-row__lock-img {
        width: 90px; }

    .smart-systems-body .smart-systems-product-row__lock-review {
        /*top: -35px;*/
        right: 60px; }

    .smart-systems-body .smart-systems-tabs__panel-content_rows {
        gap: 80px; }

    .smart-systems-help__text {
        padding: 24px; }

    .smart-systems-help .smart-systems-help__title, .smart-systems-help h2.smart-systems-help__title {
        font-size: 36px; }

    .smart-systems-hits__title, .smart-systems-question__title {
        font-size: 56px;
        line-height: 56px; }

    .smart-systems-hits__card-img-wrap {
        width: 190px; }

    .smart-systems-hits .smart-systems-hits__card .smart-systems-hits__card-title {
        font-size: 18px; }

    .smart-systems-individ__title {
        font-size: 64px; }

    .smart-systems-hits__title, .smart-systems-question__title {
        font-size: 56px;
        line-height: 56px; }

    .smart-systems-hits__row {
        gap: 80px 0; } }
@media (max-width: 1023px) {
    .smart-systems-banner {
        height: auto; }

    .smart-systems-banner .smart-systems-banner__slider {
        position: static; }

    .smart-systems-banner .smart-systems-banner__slide-img {
        height: auto; }
    .smart-systems-banner .smart-systems-banner__slide-img img {
        min-height: 490px; }

    .smart-systems-banner .smart-systems-banner__content {
        background: linear-gradient(0deg, #464646 0%, #464646 74.52%, rgba(70, 70, 70, 0) 82.69%);
        margin-top: -130px;
        padding-top: 130px;
        position: relative; }

    .smart-systems-banner .smart-systems-banner__content .smart-systems-banner__title, .smart-systems-banner .smart-systems-banner__content h1.smart-systems-banner__title {
        font-size: 48px;
        line-height: 56px; }

    .smart-systems-banner .smart-systems-banner__arrows {
        top: 380px;
        bottom: auto; }

    .smart-systems-hits .smart-systems-hits__card .smart-systems-hits__card-title {
        font-size: 16px; }

    .smart-systems-hits__title, .smart-systems-question__title {
        font-size: 48px;
        line-height: 56px; }

    .smart-systems-individ__title {
        font-size: 56px; }

    .smart-systems-body .smart-systems-product-row__lock-img.smart-systems-product-row__lock-detail {
        display: none; }

    .smart-systems-body .smart-systems-product-row__lock-review {
        /*top: -35px;*/
        right: -45px; }

    .smart-systems-body .smart-systems-product-row__lock-title, .smart-systems-body .smart-systems-product-row h3.smart-systems-product-row__lock-title {
        font-size: 24px; }

    .smart-systems-body .smart-systems-product-row__lock {
        gap: 24px;
        padding: 24px 24px 24px 70px; }

    .smart-systems-body .smart-systems-product-row__opens {
        gap: 10px; }

    .smart-systems-help .smart-systems-help__title, .smart-systems-help h2.smart-systems-help__title {
        font-size: 30px; }

    .smart-systems-product-row__cart {
        margin: 0; }

    .smart-systems-body .smart-systems-product-row {
        min-height: auto; }

    .smart-systems-help__img-wrap,
    .smart-systems-help__inner {
        min-height: auto; } }
@media (max-width: 767px) {

    .smart-systems-banner .smart-systems-banner__arrows{
        top: 350px;
        right: 26px;
        border-radius: 5px;
        border: 1px solid #fff;
        flex-direction: column-reverse; }

    .smart-systems-banner .smart-systems-banner__arrow {
        border-right: 0;
        }

    .smart-systems-banner .smart-systems-banner__arrow:last-of-type {
        border-bottom: 1px solid white;
       }

    .smart-systems-banner .smart-systems-banner__content .smart-systems-banner__title, .smart-systems-banner .smart-systems-banner__content h1.smart-systems-banner__title {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 24px; }

    .span-style {
        flex-direction: column;
        text-align: center; }

    .smart-systems-banner .smart-systems-banner__content .smart-systems-banner__desc {
        margin-bottom: 30px;
        font-size: 14px;
        flex-direction: column;
        text-align: center;
        display: flex;
        gap: 10px;
        line-height: 17px; }

    .smart-systems-banner .smart-systems-banner__content .smart-systems-banner__inner {
        text-align: center; }
    .smart-systems-question{
        margin-top: 0;
        padding: 32px 30px 56px;
    }
    .smart-systems-hits__title, .smart-systems-question__title{
        font-size: 30px;
        margin-bottom: 42px;
        line-height: 1.3;
    }
    .smart-systems-form__field_agree{
        margin-bottom: 28px;
    }
    .smart-systems-question__desc{
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 26px;
    }
    .smart-systems-individ{
        padding-top: 50px;
    }
    .smart-systems-individ__title{
        font-size: 30px;
        line-height: 40px;
    }
    section.smart-systems-hits{
        padding-top: 44px;
        margin-bottom: 0;
    }
    .smart-systems-hits__show-products,
    .smart-systems-locks__show-products,
    .smart-systems-video__show-products {
        padding: 20px 0;
        margin: -1px 0 -1px;
    }
    .smart-systems-hits__show-products {
        background: #464646;
    }
    .smart-systems-hits__title, .smart-systems-question__title{
        font-size: 30px;
        line-height: 1;
        margin-bottom: 48px;
    }
    .smart-systems-hits__row{
        gap: 40px 0;
        grid-template-columns: repeat(2, 50%);
    }
    .smart-systems-hits .smart-systems-hits__card .smart-systems-hits__card-title{
        font-size: 20px;
    }
    .smart-systems-hits__card-footer{
        padding: 117px 16px 30px;
        margin: -98px 0 0 0;
    }
    .smart-systems-help__img-wrap, .smart-systems-help__inner{
        display: block;
        min-height: auto;
        height: auto;
    }
    .smart-systems-help {
        min-height: auto;
        height: auto;
    }
    .smart-systems-help__img-slider {
        height: auto;
        min-height: auto;
    }
    .smart-systems-help .smart-systems-help__title, .smart-systems-help h2.smart-systems-help__title{
        font-size: 30px;
        line-height: 1;
        margin: 0 0 33px;
    }
    .smart-systems-help__text{
        text-align: center;
        padding: 40px 28px;
    }
    .smart-systems-help__btn{
        padding: 18px 28px;
        align-self: center;
        font-size: 14px;
    }
    .smart-systems-help__arrows {
        flex-direction: column;
        right: 14px;
        bottom: 14px;
    }
    .smart-systems-help__arrows button:first-child {
        border-radius: 5px 5px 0 0;
        border-right: 1px solid #fff;
    }
    .smart-systems-help__arrows button:last-child {
        border-radius: 0 0 5px 5px;
        border-top: none;
    }
    section.smart-systems-body .smart-systems-tabs{
        padding: 25px 0 40px;
    }
    .smart-systems-body .smart-systems-tabs__nav{
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }
    .smart-systems-body .smart-systems-tabs__tab{
        font-size: 12px;
        min-width: 184px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
    }
    .smart-systems-body__desctiption{
        display: none;
    }
    .smart-systems-body .smart-systems-tabs__panel{
        margin-top: 28px;
    }
    .smart-systems-body .smart-systems-product-row{
        flex-direction: column;
        padding-bottom: 80px;
        position: relative;
        background: #464646;
        border: none;
    }
    .smart-systems-body .smart-systems-product-row__doors{
        flex: none;
        width: 100%;
        min-height: 302px;
        position: static;
    }
    .smart-systems-body .smart-systems-product-row__left-gradient{
        display: none;
    }
    .smart-systems-body .smart-systems-product-row__left-content{
        position: static;
        max-width: 100%;
        padding: 0;
    }
    .smart-systems-body .smart-systems-product-row__btn{
        min-width: 121px;
        height: 34px;
        padding: 0 14px;
    }
    .smart-systems-body .smart-systems-product-row__lock-images{
        position: absolute;
        top: 12px;
        left: 19px;
    }
    .smart-systems-body .smart-systems-product-row__doors-slider{
        position: static;
        max-width: 100%;
    }
    .smart-systems-body .smart-systems-product-row__lock-review{
        position: static;
        transform: translate(0, 0);
    }
    .smart-systems-body .smart-systems-product-row__lock-img{
        width: 72px;

    }
    .smart-systems-body .smart-systems-product-row__lock-img img{
        max-height: 330px;
    }
    .smart-systems-body .smart-systems-product-row__lock{
        flex: none;
        width: 100%;
        gap: 38px;
        position: relative;
        background: #464646;
        margin-top: -31px;
    }
    .smart-systems-body .smart-systems-tabs__panel-content_rows{
        gap: 24px;
    }
    .smart-systems-product-row__top{
        position: absolute;
        top: 18px;
        left: 111px;
    }
    .smart-systems-body .smart-systems-product-row__label{
        font-size: 13px;
    }
    .smart-systems-body .smart-systems-product-row__door-title, .smart-systems-body .smart-systems-product-row h3.smart-systems-product-row__door-title{
        font-size: 25px;

    }

    .smart-systems-body .smart-systems-product-row__bottom .smart-systems-product-row__price-row,
    .smart-systems-body .smart-systems-product-row__bottom .smart-systems-product-row__btn{
        display: none;
    }
    .smart-systems-body .smart-systems-product-row__bottom.smart-systems-product-row__bottom--mob .smart-systems-product-row__btn{
        display: inline-flex;
    }
    .smart-systems-body .smart-systems-product-row__bottom.smart-systems-product-row__bottom--mob .smart-systems-product-row__price-row{
        display: block;
    }
    .smart-systems-body .smart-systems-product-row__arrows{
        position: absolute;
        top: 160px;
        right: 14px;
        flex-direction: column;
        margin: 0;
    }
    .smart-systems-body .smart-systems-product-row__arrows button:first-child{
        border-radius: 5px 5px 0 0;
        border-right: 1px solid #fff;
    }
    .smart-systems-body .smart-systems-product-row__arrows button:last-child{
        border-radius: 0 0 5px 5px;
        border-top: none;
    }
    .smart-systems-product-row__bottom.smart-systems-product-row__bottom--mob{
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: space-between;
        left: 0;
        bottom: 0;
        align-items: center;
        z-index: 1;
        padding: 25px 24px;
    }
    .smart-systems-body .smart-systems-product-row__price-label{
        display: none;
    }
    .smart-systems-body .smart-systems-product-row__price-row{
        margin: 0;
        padding-left: 9px;
    }
    .smart-systems-body .smart-systems-product-row__doors-slide{
        height: 302px;
    }
    .smart-systems-body .smart-systems-product-row__lock{
        position: relative;
        background: #464646;
        margin-top: -31px;
        padding: 25px 24px 24px 33px;
    }
    .smart-systems-body .smart-systems-product-row__lock--top .smart-systems-product-row__label{
        padding-left: 80px;
    }
    .smart-systems-body .smart-systems-product-row__lock--top h3.smart-systems-product-row__lock-title{
        font-size: 25px;
        position: relative;
        margin-bottom: 27px;
        margin-left: 80px;
    }
    .smart-systems-body .smart-systems-product-row__lock--top h3.smart-systems-product-row__lock-title:before{
        content: '';
        position: absolute;
        width: 20px;
        height: 1px;
        top: 50%;
        left: -26px;
        background: #fff;
    }
    .smart-systems-body .smart-systems-product-row__bottom .smart-systems-product-row__lock{
        font-size: 15px;
        margin-bottom: 16px;
    }
    .smart-systems-body .smart-systems-product-row__opens{
        gap: 12px;
    }
    .smart-systems-body .smart-systems-product-row__opens-title{
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 14px;
    }
}

@media (max-width: 552px) {
    .smart-systems-question,
    .smart-systems-individ,
    .smart-systems-body,
    .smart-systems-banner{
        margin-left: -10px;
        margin-right: -10px;
    }
    .smart-systems-hits__row{
        grid-template-columns: repeat(1, 100%);
        gap: 40px 0;
    }
    section.smart-systems-body .smart-systems-tabs{
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Модалка «Заказать в 1 клик» — компактная ширина под форму */
#callback_form_header.callback_form_header--compact .modal-fancy__block {
    width: fit-content;
    max-width: 420px;
}
#callback_form_header.callback_form_header--compact .modal-fancy__flex {
    display: block;
}
#callback_form_header.callback_form_header--compact .modal-fancy__right {
    width: 100%;
}

/* End */


/* Start:/local/templates/dveri_v3/components/bitrix/news.list/main_map_new/style.css?1671798364439*/
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;
}


@media (max-width: 1600px) {
	.theworld {
	float:none !important;
	margin: 10px 0 0 0 !important;
    width: 75% !important;
}
}
@media (min-width: 1601px) {
.theworld {
    float: right;
    margin-top: -100px;
    margin-right: 50px;
	width:200px !important;
    max-height: 135px;
}
}
/* End */
/* /local/components/w2you/widgets/templates/smart-systems/style.css?177308966648959 */
/* /local/templates/dveri_v3/components/bitrix/news.list/main_map_new/style.css?1671798364439 */
