

/* Start:/local/assets/css/calc.css?1698680476738*/
html,body{overflow:unset !important}*{box-sizing:border-box}.head{margin-bottom:0 !important}.calculator-page-header{display:flex;margin-bottom:2rem}.calculator-page-header__elem{color:#616a6b;padding:9px 28px 12px 28px;transition:background .3s,color .3s;cursor:pointer}.calculator-page-header__elem.active,.calculator-page-header__elem:hover{color:#fff;background:#ff7a00}.calculator-page-header__elem.active{background:#ff7a00}.calculator-page-header__elem:not(.active):hover{color:#fff;background:rgba(255,122,0,.75)}@media(max-width: 768px){.calculator-page-header{flex-flow:column}.calculator-page-header__elem{text-align:center}}.calculator-page-content{margin-bottom:3rem}.calculator-page-content__elem:not(.active){display:none}

/* End */


/* Start:/local/templates/ledtehnology/components/ledtehnology/head/new-head/style.css?17494818835608*/
.head {
    background: #0A111D !important;

    min-height: 195px;
    margin-bottom: 48px
}

.head .title {
    margin: 0;
    padding: 16px 0
}

.head_sm {
    min-height: 130px
}

.breadcrumbs {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    color: #737787;
    padding: 24px 0;
    margin: 0;
    list-style: none;
    white-space: nowrap
}

.breadcrumbs__item {
    display: flex;
    align-items: center
}

.breadcrumbs__item:after {
    content: "|";
    display: inline-block;
    margin: 0 15px
}

.breadcrumbs__item:last-child:after {
    display: none
}

.breadcrumbs a {
    color: #737787;
    text-decoration: none
}

.breadcrumbs__span {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    max-width: 300px;
    display: inline-block
}

/* Banner */

.head-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 120px;
}

.head-inner-title {
    width: calc(50% - 30px);
    margin-right: 30px;
}

.head-inner-title h1 {
    font-weight: 400;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.head-inner-subtitle,
.banner-block-content {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #727786;
}

.head-inner-title a {
    display: flex;
    width: 184px;
    height: 54px;
    border-radius: 4px;
    padding: 15px 24px;
    background: #F15454;
    color: white;
    margin-top: 40px;
    text-decoration: none;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    border: none;

}

.head-inner-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-inner-img img {

}

.head-inner-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.banner-blocks-title,
.banner-block-number,
.banner-block-title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #ffffff;
}

.banner-blocks-title {
    margin-bottom: 20px;
}

.banner-blocks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.banner-block {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
}

.banner-block-number {
    margin-bottom: 90px;
}

.banner-block-title {
    margin-bottom: 10px;
}

/* Если блок один */
.banner-blocks .banner-block:nth-child(1):nth-last-child(1) {
    width: 100%; /* Занимает всю ширину */
}

/* Если блоков два */
.banner-blocks .banner-block:nth-child(1):nth-last-child(2),
.banner-blocks .banner-block:nth-child(2):nth-last-child(1) {
    width: 282px; /* Первый блок */
}

.banner-blocks .banner-block:nth-child(2):nth-last-child(1) {
    width: calc(100% - 282px - 20px); /* Второй блок (оставшаяся ширина) */
}

/* Если блоков три */
.banner-blocks .banner-block:nth-child(1):nth-last-child(3),
.banner-blocks .banner-block:nth-child(2):nth-last-child(2) {
    width: 282px; /* Первые два блока */
}

.banner-blocks .banner-block:nth-child(3):nth-last-child(1) {
    width: calc(100% - 282px * 2 - 20px * 2); /* Третий блок (оставшаяся ширина) */
}

/* Если блоков четыре */
.banner-blocks .banner-block:nth-child(1):nth-last-child(4),
.banner-blocks .banner-block:nth-child(2):nth-last-child(3),
.banner-blocks .banner-block:nth-child(3):nth-last-child(2) {
    width: 282px; /* Первые три блока */
}

.banner-blocks .banner-block:nth-child(4):nth-last-child(1) {
    width: calc(100% - 282px * 3 - 20px * 3); /* Четвертый блок (оставшаяся ширина) */
}

@media (max-width: 1200px) {
    .banner-blocks .banner-block:nth-child(4):nth-last-child(1) {
        width: 282px;
    }
}

/* Адаптивность для разрешения 1024px */
@media (max-width: 1024px) {
    .banner-blocks .banner-block:nth-child(1):nth-last-child(3),
    .banner-blocks .banner-block:nth-child(2):nth-last-child(2),
    .banner-blocks .banner-block:nth-child(3):nth-last-child(1) {
        width: 100%; /* Все блоки занимают всю ширину */
    }

    .head-inner-title h1 {
        font-size: 28px;
        line-height: 1;
        letter-spacing: 0;
    }

    .head-inner-img,
    .head-inner-title {
        margin-bottom: 20px;
    }
}

/* Адаптивность для разрешения 768px */
@media (max-width: 768px) {
    .head-inner {
        padding-bottom: 30px;
    }

    .banner-blocks .banner-block:nth-child(1):nth-last-child(2),
    .banner-blocks .banner-block:nth-child(2):nth-last-child(1) {
        width: 100%; /* Все блоки занимают всю ширину */
    }

    .banner-blocks .banner-block:nth-child(1):nth-last-child(4),
    .banner-blocks .banner-block:nth-child(2):nth-last-child(3),
    .banner-blocks .banner-block:nth-child(3):nth-last-child(2),
    .banner-blocks .banner-block:nth-child(4):nth-last-child(1) {
        width: 100%; /* Все блоки занимают всю ширину */
    }

    .head-inner-img,
    .head-inner-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner-block-number {
        margin-bottom: 40px;
    }
}


/* End */


/* Start:/local/components/ledtehnology/new.new.calculator.v2/style.css?177579801337594*/
.calculator * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.calculator-clue {
    display: flex;
    align-items: flex-end;
    padding-right: 22px;
    position: relative
}

.calculator-clue__content {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 16px;
    height: 16px
}

@media (max-width: 1200px) {
    .calculator-clue__content {
        display: none
    }
}

.calculator-clue__question {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.52732 10.1935C7.49865 10.2252 7.47193 10.2586 7.44732 10.2935C7.42209 10.3307 7.40191 10.371 7.38732 10.4135C7.3681 10.4513 7.35462 10.4917 7.34732 10.5335C7.34405 10.5779 7.34405 10.6224 7.34732 10.6668C7.34507 10.7543 7.36333 10.841 7.40065 10.9202C7.4306 11.0029 7.47836 11.078 7.54058 11.1402C7.60279 11.2025 7.67792 11.2502 7.76065 11.2802C7.84046 11.3154 7.92674 11.3337 8.01399 11.3337C8.10124 11.3337 8.18752 11.3154 8.26732 11.2802C8.35005 11.2502 8.42519 11.2025 8.4874 11.1402C8.54961 11.078 8.59738 11.0029 8.62732 10.9202C8.65692 10.8391 8.67051 10.7531 8.66732 10.6668C8.66783 10.5791 8.65101 10.4921 8.61784 10.4109C8.58466 10.3297 8.53578 10.2558 8.47399 10.1935C8.41201 10.131 8.33828 10.0814 8.25704 10.0476C8.1758 10.0137 8.08866 9.9963 8.00065 9.9963C7.91265 9.9963 7.82551 10.0137 7.74427 10.0476C7.66303 10.0814 7.5893 10.131 7.52732 10.1935ZM8.00065 1.3335C6.68211 1.3335 5.39318 1.72449 4.29685 2.45703C3.20052 3.18957 2.34604 4.23077 1.84146 5.44894C1.33687 6.66711 1.20485 8.00756 1.46209 9.30076C1.71932 10.594 2.35426 11.7819 3.28661 12.7142C4.21896 13.6466 5.40685 14.2815 6.70005 14.5387C7.99326 14.796 9.3337 14.6639 10.5519 14.1594C11.7701 13.6548 12.8112 12.8003 13.5438 11.704C14.2763 10.6076 14.6673 9.3187 14.6673 8.00016C14.6673 7.12468 14.4949 6.25778 14.1599 5.44894C13.8248 4.6401 13.3338 3.90517 12.7147 3.28612C12.0956 2.66706 11.3607 2.176 10.5519 1.84097C9.74304 1.50593 8.87613 1.3335 8.00065 1.3335ZM8.00065 13.3335C6.94582 13.3335 5.91467 13.0207 5.03761 12.4347C4.16055 11.8486 3.47696 11.0157 3.0733 10.0411C2.66963 9.0666 2.56401 7.99425 2.7698 6.95968C2.97559 5.92512 3.48354 4.97481 4.22942 4.22893C4.9753 3.48305 5.92561 2.9751 6.96017 2.76931C7.99474 2.56352 9.06709 2.66914 10.0416 3.07281C11.0162 3.47647 11.8491 4.16006 12.4352 5.03712C13.0212 5.91418 13.334 6.94533 13.334 8.00016C13.334 9.41465 12.7721 10.7712 11.7719 11.7714C10.7717 12.7716 9.41514 13.3335 8.00065 13.3335ZM8.00065 4.66683C7.64936 4.6666 7.30421 4.75891 6.99993 4.93446C6.69564 5.11001 6.44297 5.3626 6.26732 5.66683C6.21908 5.74271 6.1867 5.82756 6.1721 5.91628C6.15751 6.005 6.16102 6.09576 6.18241 6.18309C6.2038 6.27042 6.24263 6.35252 6.29658 6.42445C6.35052 6.49639 6.41846 6.55666 6.4963 6.60166C6.57414 6.64666 6.66029 6.67544 6.74954 6.68628C6.8388 6.69712 6.92933 6.6898 7.01568 6.66475C7.10203 6.6397 7.18242 6.59743 7.25202 6.54051C7.32162 6.48358 7.37898 6.41317 7.42065 6.3335C7.47939 6.23176 7.56397 6.14735 7.66582 6.08881C7.76767 6.03028 7.88318 5.9997 8.00065 6.00016C8.17747 6.00016 8.34703 6.0704 8.47206 6.19542C8.59708 6.32045 8.66732 6.49002 8.66732 6.66683C8.66732 6.84364 8.59708 7.01321 8.47206 7.13823C8.34703 7.26326 8.17747 7.3335 8.00065 7.3335C7.82384 7.3335 7.65427 7.40373 7.52925 7.52876C7.40423 7.65378 7.33399 7.82335 7.33399 8.00016V8.66683C7.33399 8.84364 7.40423 9.01321 7.52925 9.13823C7.65427 9.26326 7.82384 9.3335 8.00065 9.3335C8.17747 9.3335 8.34703 9.26326 8.47206 9.13823C8.59708 9.01321 8.66732 8.84364 8.66732 8.66683V8.54683C9.10823 8.38684 9.47889 8.07698 9.7145 7.67141C9.95011 7.26584 10.0357 6.79036 9.95625 6.32809C9.87683 5.86582 9.63745 5.44617 9.27998 5.14251C8.92251 4.83884 8.46968 4.67047 8.00065 4.66683Z' fill='black'/%3E%3C/svg%3E");
    position: absolute
}

@media (max-width: 1200px) {
    .calculator-clue__question {
        display: none
    }
}

.calculator-clue__question:hover + .calculator-clue__content {
    opacity: 1;
    visibility: visible
}

@media (max-width: 850px) {
    .calculator-clue {
        display: none
    }
}

.calculator-clue__info {
    position: absolute;
    bottom: 100%;
    left: 100%;
    padding: 2rem;
    border-radius: 23px;
    border: 1px solid #9f9ec0;
    background: #fff;
    width: 600px;
    max-width: 90vw;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    cursor: auto
}

.calculator-clue__content:hover .calculator-clue__info {
    opacity: 1;
    visibility: visible
}

.calculator__container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .calculator__container {
        flex-flow: column-reverse
    }
}

.calculator-advantages {
    margin: 3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid #787e86;
    border-bottom: 1px solid #787e86;
    flex-wrap: wrap
}

@media (max-width: 1200px) {
    .calculator-advantages {
        justify-content: space-around
    }
}

@media (max-width: 900px) {
    .calculator-advantages {
        justify-content: space-between
    }
}

.calculator-advantages__elem {
    max-width: 200px
}

@media (max-width: 1200px) {
    .calculator-advantages__elem {
        width: calc(100% / 3 - 32px);
        max-width: unset
    }

    .calculator-advantages__elem:nth-child(n+4) {
        margin-top: 32px
    }
}

@media (max-width: 900px) {
    .calculator-advantages__elem {
        width: 45%
    }

    .calculator-advantages__elem:nth-child(n+3) {
        margin-top: 32px
    }
}

@media (max-width: 500px) {
    .calculator-advantages__elem {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-flow: column
    }

    .calculator-advantages__elem:nth-child(n+2) {
        margin-top: 32px
    }
}

.calculator-advantages__img {
    margin-bottom: 1rem
}

.calculator .hidden {
    display: none
}

.calculator-content {
    display: flex;
    justify-content: space-between
}

.calculator__left {
    width: 41%;
    position: relative
}

@media (max-width: 1200px) {
    .calculator__left {
        width: 100%;
        margin-top: 2rem
    }
}

.calculator__right {
    width: 58%;
    display: flex;
    flex-flow: column;
    max-width: 642px;
    /* overflow: hidden */
}

@media (max-width: 1200px) {
    .calculator__right {
        width: 100%;
        margin: 0 auto
    }
}

.calculator__right .calculator-interactive {
    width: 642px;
    height: 582px;
    overflow: hidden
}

.calculator__right .calculator-interactive-block__elem {
    transition: all .3s
}

@media (max-width: 700px) {
    .calculator__right {
        align-items: center;
        justify-content: center
    }

    .calculator__right .calculator-interactive {
        transform: scale(0.8);
        margin: calc(-582px * 0.1) 0
    }
}

@media (max-width: 570px) {
    .calculator__right .calculator-interactive {
        transform: scale(0.7);
        margin: calc(-582px * 0.15) 0
    }
}

@media (max-width: 500px) {
    .calculator__right .calculator-interactive {
        transform: scale(0.6);
        margin: calc(-582px * 0.2) 0
    }
}

@media (max-width: 440px) {
    .calculator__right .calculator-interactive {
        transform: scale(0.5);
        margin: calc(-582px * 0.25) 0
    }
}

@media (max-width: 370px) {
    .calculator__right .calculator-interactive {
        transform: scale(0.4);
        margin: calc(-582px * 0.3) 0
    }
}

.calculator-where {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.calculator-where__elem {
    text-align: center;
    background: #807c7c;
    color: #a7a7b7;
    font-size: 21px;
    width: 50%;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #807c7c;
    transition: all .2s
}

.calculator-where__elem:hover {
    color: #fff;
    background: #000
}

.calculator-where__elem.active {
    border: 1px solid #c03a3a;
    background: #000;
    color: #fff;
    font-weight: 500
}

@media (max-width: 500px) {
    .calculator-where__elem {
        font-size: 1rem
    }
}

.calculator-block {
    padding-bottom: 1rem
}

.calculator-block:not(:first-child) {
    padding-top: 1rem;
    border-top: 1px solid #bec4cb
}

.calculator-block__content {
    margin-top: 1rem
}

.calculator-block__title {
    display: flex;
    align-items: center
}

.calculator-block-info {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    cursor: pointer;
    background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.52732 10.1935C7.49865 10.2252 7.47193 10.2586 7.44732 10.2935C7.42209 10.3307 7.40191 10.371 7.38732 10.4135C7.3681 10.4513 7.35462 10.4917 7.34732 10.5335C7.34405 10.5779 7.34405 10.6224 7.34732 10.6668C7.34507 10.7543 7.36333 10.841 7.40065 10.9202C7.4306 11.0029 7.47836 11.078 7.54058 11.1402C7.60279 11.2025 7.67792 11.2502 7.76065 11.2802C7.84046 11.3154 7.92674 11.3337 8.01399 11.3337C8.10124 11.3337 8.18752 11.3154 8.26732 11.2802C8.35005 11.2502 8.42519 11.2025 8.4874 11.1402C8.54961 11.078 8.59738 11.0029 8.62732 10.9202C8.65692 10.8391 8.67051 10.7531 8.66732 10.6668C8.66783 10.5791 8.65101 10.4921 8.61784 10.4109C8.58466 10.3297 8.53578 10.2558 8.47399 10.1935C8.41201 10.131 8.33828 10.0814 8.25704 10.0476C8.1758 10.0137 8.08866 9.9963 8.00065 9.9963C7.91265 9.9963 7.82551 10.0137 7.74427 10.0476C7.66303 10.0814 7.5893 10.131 7.52732 10.1935ZM8.00065 1.3335C6.68211 1.3335 5.39318 1.72449 4.29685 2.45703C3.20052 3.18957 2.34604 4.23077 1.84146 5.44894C1.33687 6.66711 1.20485 8.00756 1.46209 9.30076C1.71932 10.594 2.35426 11.7819 3.28661 12.7142C4.21896 13.6466 5.40685 14.2815 6.70005 14.5387C7.99326 14.796 9.3337 14.6639 10.5519 14.1594C11.7701 13.6548 12.8112 12.8003 13.5438 11.704C14.2763 10.6076 14.6673 9.3187 14.6673 8.00016C14.6673 7.12468 14.4949 6.25778 14.1599 5.44894C13.8248 4.6401 13.3338 3.90517 12.7147 3.28612C12.0956 2.66706 11.3607 2.176 10.5519 1.84097C9.74304 1.50593 8.87613 1.3335 8.00065 1.3335ZM8.00065 13.3335C6.94582 13.3335 5.91467 13.0207 5.03761 12.4347C4.16055 11.8486 3.47696 11.0157 3.0733 10.0411C2.66963 9.0666 2.56401 7.99425 2.7698 6.95968C2.97559 5.92512 3.48354 4.97481 4.22942 4.22893C4.9753 3.48305 5.92561 2.9751 6.96017 2.76931C7.99474 2.56352 9.06709 2.66914 10.0416 3.07281C11.0162 3.47647 11.8491 4.16006 12.4352 5.03712C13.0212 5.91418 13.334 6.94533 13.334 8.00016C13.334 9.41465 12.7721 10.7712 11.7719 11.7714C10.7717 12.7716 9.41514 13.3335 8.00065 13.3335ZM8.00065 4.66683C7.64936 4.6666 7.30421 4.75891 6.99993 4.93446C6.69564 5.11001 6.44297 5.3626 6.26732 5.66683C6.21908 5.74271 6.1867 5.82756 6.1721 5.91628C6.15751 6.005 6.16102 6.09576 6.18241 6.18309C6.2038 6.27042 6.24263 6.35252 6.29658 6.42445C6.35052 6.49639 6.41846 6.55666 6.4963 6.60166C6.57414 6.64666 6.66029 6.67544 6.74954 6.68628C6.8388 6.69712 6.92933 6.6898 7.01568 6.66475C7.10203 6.6397 7.18242 6.59743 7.25202 6.54051C7.32162 6.48358 7.37898 6.41317 7.42065 6.3335C7.47939 6.23176 7.56397 6.14735 7.66582 6.08881C7.76767 6.03028 7.88318 5.9997 8.00065 6.00016C8.17747 6.00016 8.34703 6.0704 8.47206 6.19542C8.59708 6.32045 8.66732 6.49002 8.66732 6.66683C8.66732 6.84364 8.59708 7.01321 8.47206 7.13823C8.34703 7.26326 8.17747 7.3335 8.00065 7.3335C7.82384 7.3335 7.65427 7.40373 7.52925 7.52876C7.40423 7.65378 7.33399 7.82335 7.33399 8.00016V8.66683C7.33399 8.84364 7.40423 9.01321 7.52925 9.13823C7.65427 9.26326 7.82384 9.3335 8.00065 9.3335C8.17747 9.3335 8.34703 9.26326 8.47206 9.13823C8.59708 9.01321 8.66732 8.84364 8.66732 8.66683V8.54683C9.10823 8.38684 9.47889 8.07698 9.7145 7.67141C9.95011 7.26584 10.0357 6.79036 9.95625 6.32809C9.87683 5.86582 9.63745 5.44617 9.27998 5.14251C8.92251 4.83884 8.46968 4.67047 8.00065 4.66683Z' fill='black'/%3E%3C/svg%3E")
}

@media (max-width: 850px) {
    .calculator-block-info {
        display: none
    }
}

.calculator-block-info__content {
    position: absolute;
    bottom: 100%;
    left: 100%;
    padding: 2rem;
    border-radius: 23px;
    border: 1px solid #9f9ec0;
    background: #fff;
    width: 600px;
    max-width: 90vw;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    cursor: auto
}

.calculator-block-info:hover .calculator-block-info__content {
    opacity: 1;
    visibility: visible
}

.calculator-complement {
    padding: 2rem;
    background: #f3f2f6
}

.calculator-complement__list {
    list-style: none;
    column-count: 2;
    padding: 0
}

.calculator-complement__item::before {
    content: "—";
    padding-right: 4px
}

.calculator-colors {
    display: flex;
    flex-wrap: wrap;
    max-width: 296px;
    width: 100%
}

.calculator-colors__elem {
    width: calc(100% / 3 - 1rem * 2 / 3);
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 14px
}

.calculator-colors__elem:nth-child(3n+2) {
    margin-right: 1rem;
    margin-left: 1rem
}

.calculator-colors input {
    display: none
}

.calculator-colors__icon {
    display: block;
    width: 100%;
    height: 24px;
    border-radius: 4px;
    padding: 2px
}

.calculator-colors__icon[data-color=lt-color-red] {
    background: #b42424
}

.calculator-colors__icon[data-color=lt-color-white] {
    background: #fff;
    border: 1px solid #000;
    padding: 1px
}

.calculator-colors__icon[data-color=lt-color-yellow] {
    background: #ffce22
}

.calculator-colors__icon[data-color=lt-color-green] {
    background: #169d0a
}

.calculator-colors__icon[data-color=lt-color-blue] {
    background: #1748f6
}

.calculator-colors__icon[data-color=lt-color-multiple] {
    background: linear-gradient(90deg, #CE0000 0%, #661274 37.48%, #0C1995 100%)
}

input:checked + .calculator-colors__icon {
    padding: 0;
    border: 2px solid #ff7e55
}

.calculator-radio {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-top: 1rem
}

.calculator-radio__title::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 8px)
}

.calculator-radio__title::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #dcdee7;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: calc(50% - 5px)
}

.calculator-radio input {
    display: none
}

input:checked + .calculator-radio__title::after {
    background: #ff7a00
}

.calculator-spread__radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0
}

.calculator-spread__radio > * {
    margin-right: 2rem
}

.calculator-counter__panel {
    position: relative;
    padding: 2px 20px;
    border-radius: 2px;
    border: 1px solid #000;
    width: 140px;
    display: block;
    box-sizing: border-box
}

.calculator-counter__sign {
    height: 100%;
    width: 20px;
    position: absolute;
    background: red;
    top: 0;
    cursor: pointer
}

.calculator-counter__sign_minus {
    left: 0;
    background: center no-repeat url("data:image/svg+xml,%3Csvg width='4' height='2' viewBox='0 0 4 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.58887 1.78809H0.25293V0.755859H3.58887V1.78809Z' fill='black'/%3E%3C/svg%3E%0A")
}

.calculator-counter__sign_plus {
    right: 0;
    background: center no-repeat url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58008 3.16113H7.35547V4.35742H4.58008V7.50195H3.30859V4.35742H0.533203V3.16113H3.30859V0.255859H4.58008V3.16113Z' fill='black'/%3E%3C/svg%3E%0A")
}

.calculator-counter input {
    -moz-appearance: textfield;
    outline: 0;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    width: 100%;
    padding: 0;
    border: 0;
    cursor: auto
}

.calculator-counter input::-webkit-outer-spin-button, .calculator-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.calculator-sizes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 20px;
}

.calculator-sizes > * {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 1rem
}

.calculator-result {
    /*position: sticky;
    bottom: 0;*/
    background: #fff
}

.calculator-result__elem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    gap: 5px;
}

@media (max-width: 600px) {
    .calculator-result__elem {
        flex-flow: column;
        align-items: flex-start;
    }
}

.calculator-result-prices {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: .5rem 1rem
}

.calculator-result-prices > * {
    margin: 0;
    line-height: 100%
}

.calculator-result-prices__old {
    color: #4d433a;
    text-decoration: line-through
}

.calculator-result-prices__discount {
    color: #dc0404
}

.calculator .btn {
    width: 100%
}

.calculator-btn-wrapper {
    margin: 1rem 0 1.5rem 0
}

.calculator-btn-wrapper .btn:not(:first-child) {
    margin-top: .5rem
}

.calculator-steps {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.calculator-steps input {
    display: none
}

.calculator-steps__elem {
    display: block;
    width: calc(20% - 1rem);
    margin: 3px calc(1rem / 2)
}

@media (max-width: 700px) {
    .calculator-steps__elem {
        width: calc(25% - 1rem)
    }
}

@media (max-width: 500px) {
    .calculator-steps__elem {
        width: calc(100% / 3 - 1rem)
    }
}

@media (max-width: 380px) {
    .calculator-steps__elem {
        width: calc(50% - 1rem)
    }
}

.calculator-steps__title {
    display: block;
    padding: 2px;
    border-radius: 2px;
    background: #253d60;
    text-align: center;
    cursor: pointer;
    transition: background .2s
}

input:checked + .calculator-steps__title, .calculator-steps__title:hover {
    background: #c03a3a
}

.calculator-v2 .calculator-page-header {
    display: flex;
    margin: 5em 0 2.5em 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: row;
}

.calculator-v2 .calculator-page-header__elem {
    min-width: 230px;
    height: 44px;
    background: #F8F8FA;
    color: #0A111D;
    transition: background .3s, color .3s;
    cursor: pointer;
    border-radius: 7px;
    text-align: center;
    font-family: Roboto, serif;
    font-size: 16px;
    line-height: 1.6;
}

.calculator-v2 .calculator-page-header__elem.active,
.calculator-v2 .calculator-page-header__elem:hover {
    color: #fff;
    background: #0A111D;
}

.calculator-v2 .calculator-page-header__elem:not(.active):hover {
    color: #fff;
    background: #0A111D;
}

.calculator-v2 .calculator-radio__title::before {
    width: 21px;
    height: 21px;
    background: none;
    border-radius: 100%;
    border: 1px solid #C4C4C4;
    position: absolute;
    left: 0;
    top: 0;
}

.calculator-v2 .calculator-radio__title::after {
    content: "";
    width: 8px;
    height: 8px;
    background: none;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: calc(50% - 4px);
}

.calculator-v2 .calculator-spread__radio {
    font-size: 14px;
    color: #002033;
    display: flex;
    gap: 10px;
}

.calculator-v2 .calculator-spread__radio > * {
    margin-right: 0;
}

.calculator-v2 input:checked + .calculator-radio__title::before {
    border: 1px solid #FF4A4A;
}

.calculator-v2 input:checked + .calculator-radio__title::after {
    background: #FF4A4A;
}

/* Стили для чекбоксов - определяем по type="checkbox" */
.calculator-v2 .calculator-radio input[type="checkbox"] + .calculator-radio__title::before {
    border-radius: 4px;
}

.calculator-v2 .calculator-radio input[type="checkbox"] + .calculator-radio__title::after {
    width: 11px;
    height: 6px;
    background: none !important;
    border-radius: 0;
    border-left: 2px solid #FF4A4A;
    border-bottom: 2px solid #FF4A4A;
    transform: rotate(-45deg);
    left: 5px;
    top: 5px;
    opacity: 0;
}

.calculator-v2 .calculator-radio input[type="checkbox"]:checked + .calculator-radio__title::after {
    opacity: 1;
    background: none !important;
}

.calculator-v2 .calculator-radio input[type="checkbox"]:checked + .calculator-radio__title::before {
    background: #fff;
}

.calculator-v2 .calculator-clue__question {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1244_37717)'%3E%3Cpath d='M7.99967 14.6667C11.6816 14.6667 14.6663 11.6819 14.6663 8.00004C14.6663 4.31814 11.6816 1.33337 7.99967 1.33337C4.31778 1.33337 1.33301 4.31814 1.33301 8.00004C1.33301 11.6819 4.31778 14.6667 7.99967 14.6667Z' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.05957 6.00001C6.21631 5.55446 6.52567 5.17875 6.93287 4.93944C7.34007 4.70012 7.81883 4.61264 8.28435 4.69249C8.74987 4.77234 9.17211 5.01436 9.47629 5.3757C9.78046 5.73703 9.94694 6.19436 9.94624 6.66668C9.94624 8.00001 7.94624 8.66668 7.94624 8.66668' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 11.3334H8.00667' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1244_37717'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
}

.calculator-v2 .calculator-clue__exclamation {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1244_37717)'%3E%3Cpath d='M7.99967 14.6667C11.6816 14.6667 14.6663 11.6819 14.6663 8.00004C14.6663 4.31814 11.6816 1.33337 7.99967 1.33337C4.31778 1.33337 1.33301 4.31814 1.33301 8.00004C1.33301 11.6819 4.31778 14.6667 7.99967 14.6667Z' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 4.66663V8.66663' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 11.3334H8.00667' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1244_37717'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
}

.calculator-v2 .calculator-block__title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #0A111D;
}

.calculator-v2 .calculator-block__title .calculator-clue__info {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: initial;
}

.calculator-v2 .calculator-block {
    padding-bottom: 0;
}

.calculator-v2 .calculator-block:not(:first-child) {
    padding-top: 0;
    border-top: none;
}

.calculator-v2 .calculator__left {
    width: 41%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.calculator-v2 .calculator-clue__info {
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
}

.calculator-v2 .calculator-steps__elem {
    display: block;
    width: calc(15% - 1rem);
    margin: 3px calc(0.5rem / 2);
}

.calculator-v2 .calculator-steps__title {
    display: block;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    background: #F6F3ED;
    text-align: center;
    cursor: pointer;
    transition: background .2s;
    color: #0A111D;
}

.calculator-v2 input:checked + .calculator-steps__title, .calculator-steps__title:hover {
    background: #FF4A4A;
    color: #ffffff;
}

.calculator-v2 .calculator-counter__panel {
    position: relative;
    padding: 0;
    border-radius: 6px;
    border: none;
    width: 100px;
    box-sizing: border-box;
    background: #F6F3ED;
    height: 36px;
    display: flex;
    overflow: hidden;
}

.calculator-v2 .calculator-counter input {
    background: #F6F3ED;
}

.btn.calculator__reset {
    width: 136px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #FF4A4A;
    color: #FF4A4A;
}

.btn.calculator__reset:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6H5H21' stroke='%23FF4A4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6H19Z' stroke='%23FF4A4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 11V17' stroke='%23FF4A4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 11V17' stroke='%23FF4A4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 999;
    left: 10px;
    top: calc(50% - 12px);
    transition: all 250ms ease;
}

.btn.calculator__reset:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6H5H21' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6H19Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 11V17' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 11V17' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn.calculator__reset:hover {
    color: #ffffff;
}

.btn.calculator__reset:after {
    height: 101%;
    top: 0;
}

.btn.calculator__reset:after {
    background-color: #FF4A4A;
}

.calculator-v2 .calculator-result {
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 2px 4px 15px 4px #00000014;
    padding: 15px !important;
    width: 100%;
}

.calculator-result__title {
    font-size: 14px;
}

.calculator-result__size {
    display: flex;
    background: #F6F3ED;
    width: 130px;
    border-radius: 4px;
    height: 36px;
    justify-content: center;
    align-items: center;
}

.calculator-result__width {
    padding-right: 4px;
}

.calculator-result__height {
    padding-left: 4px;
}

.calculator-result-prices {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column;
}

.calculator-result__discount {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.calculator-result-prices__discount {
    border-radius: 4px;
    background: #F15642;
    padding: 0 4px;
    color: #ffffff;
    font-size: 12px;
}

.calculator-v2 .calculator-result-prices__old {
    text-decoration: line-through;
    /*display: flex;*/
    align-items: center;
    color: #999999;
    font-size: 12px;
}
.calculator-result-prices__value {
    font-size: 14px;
}
.calculator-result-prices__value span{
    font-size: 18px;
    font-weight: 600;
}
.calculator-v2 .calculator-result .footnote{
    font-size: 12px;
    color: #727786;
}
.calculator-btn-wrapper_with-price{

}
.calculator-v2  .btn.calculator-get-commercial{
    width: 100%;
    background: #FF4A4A;
    padding: 12px 0;
}
.calculator-v2 .action-led-screens .btn.calculator-get-commercial{
    width: calc(65% - 10px);
}
.calculator-v2 .btn.calculator-create-kp{
    width: 35%;
    padding: 12px 0;
    background: none;
    color:#FF4A4A;
}
.calculator-v2 .btn.calculator-create-kp:hover{
    color:#ffffff;
}
.calculator-v2 .calculator-block.action-block .btn{
    border-radius: 4px;
    border-color: #FF4A4A;
}
.calculator-v2 .calculator-buy-in-installments{
    background-color: #FF4A4A;
}
.calculator-block.action-block{
    margin-top: -40px;
}
.calculator-v2 .calculator-btn-wrapper{
    margin: 1rem 0 1rem 0;
}
.calculator-complement__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.calculator-complement__list li {
    box-sizing: border-box;
    width: calc(50% - 5px); /* Учитываем gap */
}
.calculator-v2 .calculator-complement {
    padding: 1.3rem;
    border-radius: 8px;
    background: #FAF8F8;
    box-shadow: 2px 4px 15px 0px #00000014;
}
.calculator-v2 .calculator-complement h4{
    margin: 0 0 20px 0;
    font-size: 24px;
}
.calculator-v2 .calculator__right{
    align-items: end;
    position: sticky;
    top: 80px;
    height: max-content;
}
.calculator-v2  .calculator__right .calculator-interactive{
    height: auto;
}


.calculator-spread__select {
    position: relative;
    display: inline-block;
}

/* Стили для select */
.calculator-spread__select select {
    border-radius: 7px;
    border: 1px solid #C4C4C4;
    padding: 11px 36px 11px 16px;
    font-size: 14px;
    line-height: 145%;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.calculator-spread__select select:focus-visible {
    outline: none;
    border-color: #C4C4C4;
}
.calculator-spread__select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L5 5.5L10 0.5H0Z' fill='%230A111D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.calculator-niche img{
    border-radius: 10px;
}
.dynamic-image {
    transition: 0.3s all;
}



.custom-select {
    position: relative;
    width: 100%;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.select-display {
    border-radius: 7px;
    border: 1px solid #C4C4C4;
    padding: 11px 36px 11px 16px;
    font-size: 14px;
    line-height: 145%;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.select-display:hover {
    border-color: #C4C4C4;
}

.select-display.active {
    border-color: #C4C4C4;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-arrow {
    width: 10px;
    height: 6px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L5 5.5L10 0.5H0Z' fill='%230A111D'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease;
}

.select-display.active .select-arrow {
    transform: rotate(180deg);
}

.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #C4C4C4;
    border-top: none;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.select-dropdown.active {
    display: block;
}

.select-option {
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    font-size: 14px;
    line-height: 145%;
}

.select-option:hover {
    background-color: #F8F8FA;
    color: #FF4A4A;
}

.select-option:last-child {
    border-radius: 0 0 7px 7px;
}

.select-option.selected {
    background-color: #F8F8FA;
    color: #FF4A4A;
}





@media (max-width: 1200px) {
    .calculator-v2 .calculator__left {
        width: 100%;
        margin-top: 2rem;
    }
}
@media (max-width: 850px) {
    .calculator-v2 .calculator-clue {
        display: flex;
    }
    .calculator-v2 .calculator-result{
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .calculator-v2 .calculator-result .calculator-result__elem:nth-child(2){
        align-items: flex-end;
    }
}
@media (max-width: 575px) {
    .calculator-v2 .calculator-spread__radio {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .calculator-v2 .calculator-page-header__elem {
        width: 100%;
        max-width: 100%;
    }
    .calculator-complement__list li {
        width: 100%;
    }
    .calculator-v2 .calculator-radio__title::before {
        top: -2px;
    }
    .calculator-v2 .calculator-radio__title::after {
        top: calc(50% - 4px);
    }
}


.calc-description {
    color: #727786;
}

.calc-description h4 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #0A111D;
    margin: 20px 0 0 0;
}

.calc-description p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    vertical-align: middle;
    margin-bottom: 20px;
}

.calc-description ul {
    list-style: none; /* отключаем стандартные маркеры */
    padding-left: 15px;
}

.calc-description li::before {
    content: "•"; /* можно использовать любой символ или эмодзи */
    color: #FF0002;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
}
.calc-description a{
    color: #FF0002;
    text-decoration: none;
}
.calc-description p.sub-title {

}

.btn_red.btn_grey {
    background: #20263B;
    border: none;
}

.btn_red.btn_grey.calculator-buy-in-installments {
    width: 195px;
}

.btn_red.btn_grey.calculator-create-kp {
    width: 390px;
}
.custom-checkbox{
    display: flex;
    gap: 10px;
    align-items: center;
}
#form-CP .custom-checkbox .checkmark {
    width: 26px;
    border-radius: 4px;
}

@media (max-width: 575px) {
    .btn_red.btn_grey.calculator-buy-in-installments {
        width: 100%;
    }

    .btn_red.btn_grey.calculator-create-kp {
        width: 100%;
    }
}

.image-container {
    position: relative;
    display: flex;
}
.window_monitor {
    position: absolute;
    border: 3px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 10;
    transition: 0.3s all;
    background: #000;
    box-shadow: 0 25px 30px -20px rgba(0, 0, 0, 0.5);
}
.window_monitor.hidden {
    opacity: 0;
}
.image-container .icon_row {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 20;
}
.image-container .icon_win_calc {
    display: flex;
    max-height: 40px;
}
.window_monitor .monitor_img {
    width: 100%;
    max-width: inherit;
    height: 100%;
    object-fit: cover;
    max-height: inherit;
    border-radius: 0;
    transition: 0.3s all;
}
.window_monitor.brightness_img {
    filter: brightness(1.25);
}
#calculatorVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 11;
}
#mounting_img {
    border-radius: 10px;
    margin-top: 20px;
}
@media (max-width: 700px) {
    .window_monitor {
        border: 2px solid #000;
    }
}

@media screen and (max-width:1200px) {
    .calculator-v2 .calculator__right {
        position: relative;
        top: 0;
    }
    .calculator-v2 .calculator-niche {
        padding-bottom: 200px;
    }
    .calculator-v2 .calculator-result {
        position: absolute;
        bottom: 1.5rem;
    }
    .calculator-v2 .calculator-result.fixed {
        position: fixed;
        top: 54px;
        bottom: inherit;
        right: 0;
        width: auto;
        z-index: 100;
        margin: 0;
    }
}
@media screen and (max-width:1024px) {
    .calculator-v2 .calculator-result.fixed {
        top: 44px;
    }
}
@media screen and (max-width:850px) {
    .calculator-v2 .calculator-niche {
        padding-bottom: 150px;
    }
}
@media screen and (max-width:600px) {
    .calculator-v2 .calculator-niche {
        padding-bottom: 180px;
    }
    .calculator-result__size {
        width: 90px;
    }
}
/* End */


/* Start:/local/components/ledtehnology/new.new.calculator.v2/templates/calc3-2/style.css?17719642711417*/
#calc-3 .calculator-interactive {
    position: relative;
    overflow: hidden;
    display: none
}

#calc-3 .calculator-interactive.active {
    display: flex
}

#calc-3 .calculator-interactive-block {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%
}

#calc-3 .calculator-interactive[data-view-id=INSIDE] {
    perspective: 21.7px
}

#calc-3 .calculator-interactive[data-view-id=INSIDE] video {
    max-width: 360px;
    max-height: 550px
}

#calc-3 .calculator-interactive[data-view-id=OUTSIDE] {
    perspective: 46px
}

#calc-3 .calculator-interactive[data-view-id=OUTSIDE] .calculator-interactive-block {
    transform: rotateY(356.9deg) skew(0, -9deg)
}

#calc-3 .calculator-interactive[data-view-id=OUTSIDE] video {
    width: 475px
}

#calc-3 [data-type-id]:not(.active), #calc-3 [data-view-id]:not(.active) {
    display: none !important
}

#calc-3 .calculator-interactive {
    position: relative
}

#calc-3 .calculator-interactive-block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#calc-3 .calculator-interactive-block__elem {
    position: absolute;
    overflow: hidden;
    border: 2px solid #fff;
    background: #000
}

#calc-3 .calculator-interactive-block video {
    margin: auto;
    display: block
}
#calc-3-cob-label {
    display: none;
}

#calc-3-cob-label:not(.hidden) {
    display: flex;
}
/* End */


/* Start:/local/components/ledtehnology/new.new.calculator.v2/templates/calc5-2/style.css?1771961800812*/
#calc-5 .calculator-interactive {
    position: relative;
    overflow: hidden;
    display: none
}

#calc-5 .calculator-interactive.active {
    display: flex
}

#calc-5 .calculator-interactive-block {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%
}

#calc-5 [data-type-id]:not(.active), #calc-5 [data-view-id]:not(.active) {
    display: none !important
}

#calc-5 .calculator-interactive {
    position: relative
}

#calc-5 .calculator-interactive-block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#calc-5 .calculator-interactive-block__elem {
    position: absolute;
    overflow: hidden;
    border: 2px solid #fff;
    background: #000
}

#calc-5 .calculator-interactive-block video {
    width: 550px
}

/* End */


/* Start:/local/components/ledtehnology/new.new.calculator.v2/templates/calc2-2/style.css?1749478176661*/
#calc-2 .calculator-interactive{position:relative;overflow:hidden;display:none}#calc-2 .calculator-interactive.active{display:flex}#calc-2 .calculator-interactive-block{position:absolute;overflow:hidden;height:100%;width:100%}#calc-2 [data-type-id]:not(.active),#calc-2 [data-view-id]:not(.active){display:none !important}#calc-2 .calculator-interactive{position:relative}#calc-2 .calculator-interactive-block{width:100%;height:100%;display:flex;align-items:center;justify-content:center}#calc-2 .calculator-interactive-block__elem{position:absolute;overflow:hidden;border:2px solid #fff;background:#000}#calc-2 .calculator-interactive-block video{width:550px}

/* End */


/* Start:/local/components/ledtehnology/new.new.calculator.v2/templates/calc4/style.css?1749478182833*/
#calc-4 .calculator-interactive {
  position: relative;
  overflow: hidden;
  display: flex;
  perspective: 31px;
}
#calc-4 .calculator-interactive-block {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  transform: rotateY(356.5deg) skew(0, 350deg);
}
#calc-4 .calculator-interactive-block__elem {
  width: 10%;
  height: 10%;
}
#calc-4 .calculator-interactive {
  position: relative;
}
#calc-4 .calculator-interactive-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#calc-4 .calculator-interactive-block__elem {
  position: absolute;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  background: #000000;
}
#calc-4 .calculator-interactive-block video {
  margin: auto;
  display: block;
  width: 150px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/ledtehnology/new.new.calculator.v2/templates/calc1-2/style.css?17494781721503*/
#calc-1 .calculator-interactive{position:relative;overflow:hidden;display:none}#calc-1 .calculator-interactive.active{display:flex}#calc-1 .calculator-interactive-block{position:absolute;top:0;left:0;margin-top:0%;overflow:hidden;height:100%;width:100%}#calc-1 .calculator-interactive-block__elem{background:#000;border:2px solid #fff;text-transform:uppercase;font-weight:500;height:fit-content;position:absolute;overflow:hidden;transition:all .3s}#calc-1 .calculator-interactive-block__elem span{animation:text 5s infinite linear;position:relative;display:block;white-space:nowrap;min-width:fit-content}@keyframes text{0%{transform:translate(100%, 0)}100%{transform:translate(-100%, 0)}}#calc-1 .calculator-interactive-block__elem[data-color=lt-color-red]{color:#b42424}#calc-1 .calculator-interactive-block__elem[data-color=lt-color-white]{color:#fff}#calc-1 .calculator-interactive-block__elem[data-color=lt-color-yellow]{color:#ffce22}#calc-1 .calculator-interactive-block__elem[data-color=lt-color-green]{color:#169d0a}#calc-1 .calculator-interactive-block__elem[data-color=lt-color-blue]{color:#1748f6}#calc-1 .calculator-interactive[data-view-id=OUTSIDE]{perspective:50px}#calc-1 .calculator-interactive[data-view-id=OUTSIDE] .calculator-interactive-block{transform:rotateY(356.5deg) skew(0, -4deg)}#calc-1 .calculator-interactive[data-view-id=INSIDE]{perspective:25px}#calc-1 .calculator-interactive[data-view-id=INSIDE] .calculator-interactive-block{transform:rotateY(356.8deg) skew(0, -4deg)}

/* End */


/* Start:/local/assets/css/blocks/form-block.css?17580003645982*/
section.form-block-v2{
    background: #253243;
    margin-top: 60px;
}
.additional-warranty-page section.form-block-v2{
    margin-bottom: 60px;
}
.articles-page section.form-block-v2{
    margin-bottom: 50px;
}
.form-contact div {
    display: flex;
}

.form-contact {
    background: #0A111D;
    flex-wrap: wrap;
    display: flex;
}
.form-contact h3,
.form-contact h4{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.form-contact-title,
.form-contact-inner {
    flex-wrap: wrap;
    width: 50%;
}


.form-contact-title div {
    padding: 60px 0 60px 60px;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

.form-contact-title h4 {
    font-weight: 400;
    font-size: 42px;
}

.form-contact-title span {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    opacity: 0.7;
}

.w-100 {
    width: 100%;
    box-sizing: border-box;
}

.w-50 {
    width: 50%;
    box-sizing: border-box;
}

.form-contact input,
.form-contact textarea {
    height: 54px;
    gap: 10px;
    border-radius: 7px;
    padding: 10px 10px 10px 16px;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    color: #71757C;
}

.form-contact input.w-50,
.form-contact button,
.form-contact label.w-50 {
    width: calc(50% - 7px);
}

.form-contact-body {
    flex-wrap: wrap;
    padding: 60px 60px 60px 20px;
    gap: 14px;
}

.form-contact textarea {
    height: 126px;
    padding-top: 17px;
}

.form-contact button {
    height: 54px;
    border-radius: 4px;
    padding: 15px 24px;
    background: #F15454;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

label.w-50 {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

label.w-50 div {
    flex-direction: column;
}

/* Скрываем оригинальный чекбокс */
.custom-checkbox input {
    opacity: 0;
    position: absolute;
}

/* Создаем кастомный чекбокс */
.custom-checkbox .checkmark {
    display: inline-block;
    width: 35px;
    height: 24px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background-color: #0A111D;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

/* Изменяем стиль при выборе чекбокса */
.custom-checkbox input:checked + .checkmark {
    background-color: #0A111D; /* Цвет фона при выборе */
    border-color: #ffffff; /* Цвет границы при выборе */
}

/* Добавляем галочку внутри чекбокса */
.custom-checkbox input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Стилизуем текст рядом с чекбоксом */
.custom-checkbox .checkbox-text {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    opacity: 0.7;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
}

.custom-checkbox .checkbox-text a {
    color: #F15454;
    text-decoration: none;
}

.custom-checkbox .checkbox-text a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .form-contact-title h4{
        font-size: 32px;
    }
    .form-contact-title,
    .form-contact-inner,
    .w-50,
    .form-contact input.w-50,
    .form-contact button,
    .form-contact label.w-50 {
        width: 100%;
    }

    .form-contact-title div,
    .form-contact-body {
        padding: 20px;
    }

}


.form-block-v2{
    padding: 90px 0;
}
.form-block-v2 .form-contact-title,
.form-block-v2 .form-contact-inner {
    width: calc(50% - 15px);
}
.form-block-v2 h3{
    font-size: 54px;
    width: 100%;

}
.form-block-v2 h4{
    font-size: 46px;
    width: 100%;
}
.form-block-v2 span{
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
    width: 100%;
}
.form-block-v2 span.form-subtitle{
    color: #727786;
    margin: 10px 0 30px;

}
.form-block-v2 .form-contact {
    background: none;
    gap: 30px;
}
.form-block-v2 .form-contact-inner{
    background: #0A111D;
    padding: 78px 60px;
    align-items: center;
}
.form-block-v2 .form-contact-inner > div{
    flex-wrap: wrap;
}
.form-block-v2 .form-contact-body{
    padding: 0;
}
.form-block-v2 .checkbox-text span{
    font-size: 14px;
}
.form-block-v2 .custom-checkbox .checkmark{
    width: 24px;
}
.form-block-v2 .form-contact-title{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.form-contact-title div.form-contact-item{
    width: 290px;
    height: 212px;
    gap: 30px;
    padding: 35px;
    border: 1px solid #455469;
    flex-direction: column;
    justify-content: flex-start;
}
.form-block-v2 .form-contact button{
    padding: 0;
}
@media (max-width: 768px) {
    .articles-page section.form-block-v2{
        margin-bottom: 30px;
    }
    .additional-warranty-page section.form-block-v2{
        margin-bottom: 40px;
    }
    section.form-block-v2{
        margin-top: 40px;
        padding: 30px 0;
    }
    .form-block-v2 .form-contact-title,
    .form-block-v2 .form-contact-inner {
        width: 100%;
    }
    .form-block-v2 h3{
        font-size: 36px;

    }
    .form-block-v2 h4{
        font-size: 32px;
    }
    .form-contact-title div.form-contact-item {
        width: 150px;
        height: 160px;
        gap: 15px;
        padding: 10px;
    }
    .form-block-v2 .form-contact-inner {
        padding: 30px;
    }
}

/* End */
/* /local/assets/css/calc.css?1698680476738 */
/* /local/templates/ledtehnology/components/ledtehnology/head/new-head/style.css?17494818835608 */
/* /local/components/ledtehnology/new.new.calculator.v2/style.css?177579801337594 */
/* /local/components/ledtehnology/new.new.calculator.v2/templates/calc3-2/style.css?17719642711417 */
/* /local/components/ledtehnology/new.new.calculator.v2/templates/calc5-2/style.css?1771961800812 */
/* /local/components/ledtehnology/new.new.calculator.v2/templates/calc2-2/style.css?1749478176661 */
/* /local/components/ledtehnology/new.new.calculator.v2/templates/calc4/style.css?1749478182833 */
/* /local/components/ledtehnology/new.new.calculator.v2/templates/calc1-2/style.css?17494781721503 */
/* /local/assets/css/blocks/form-block.css?17580003645982 */
