

/* Start:/local/components/sds/calculator/templates/.default/style.css?17268465237881*/
.calculator-block {
    gap: 30px;
}

.calculator-block__left {
    width: 797px;
}

.calculator-block__right {
    width: calc(100% - 797px - 30px);
}

.calculator-block__object {
    width: 100%;
}

.calculator-block__object-pagination-wrapper {
    margin-top: 30px;
}

.slick-list {
    padding: 0 !important;
}

.slick-slide:has(.calculator-block__object-page) {
    /*margin-right: 20px;*/
}

.slick-list:has(.calculator-block__object-page) {
}

.calculator-block__object-pagination-wrapper .slick-track {
    /*
    display: flex !important;
    gap: 30px;
    margin-left: -30px!important;*/
    transform: translate3d(0, 0px, 0px) !important;Убрать для движения*/
}

.calculator-block__object-pagination-wrapper .slick-arrow {
    display: none!important;
}

.calculator-block__object-pagination-wrapper .calculator-block__object-page {
    /*width: calc(100% / 3 - 20px) !important;*/
    opacity: 0.6;
}

.calculator-block__object-pagination-wrapper .calculator-block__object-page {
    opacity: 0.6;
}

.calculator-block__object-pagination-wrapper .slick-current .calculator-block__object-page {
    opacity: 1;
}

.calculator-block__object-pagination-wrapper .calculator-block__object-page.slick-current {
    opacity: 1;
}

.slick-dots {
    position: absolute !important;
    width: 100% !important;
    margin-bottom: 50px !important;
    z-index: 20 !important;
}

.slick-dots li, .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
}

.slick-dots li button:before {
    color: transparent !important;
    opacity: 1 !important;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 10px !important;
    height: 10px !important;
}

.slick-dots li.slick-active button:before {
    background: #fff;
}

.slick-arrow {
    width: 17px !important;
    height: 32px !important;
    background: url(/local/components/sds/calculator/templates/.default/./images/arrow.svg) no-repeat 50% 50% / contain !important;
    z-index: 20 !important;
}

.slick-prev {
    transform: translate(50px) !important;
}

.slick-next {
    transform: rotate(180deg) translate(0, calc(-50% + 17px)) !important;
    right: 25px !important;
}

.slick-arrow::before {
    display: none !important;
}

.calculator-block__right {
    color: #fff;
    font-size: 20px; /*24px;*/
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.calculator-block__change-roof {
    gap: 10px;
}

.calculator-block__input-text {
    width: 49px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgb(75, 65, 61);
    color: #fff;
    border: 0 solid transparent;
    text-align: center;
}

.calculator-block__change-installation {
    gap: 10px;
    cursor: pointer;
    margin-top: 20px;
    align-items: center;
    flex-wrap: nowrap;
}

.calculator-block__change-installation::before {
    content: "";
    display: block;
    width: 25px; /*30px;*/
    height: 25px; /*30px;*/
    min-width: 25px; /*30px;*/
    min-height: 25px; /*30px;*/
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.calculator-block__change-installation:has(input:checked)::before {
    background: url(/local/components/sds/calculator/templates/.default/./images/mark.svg) no-repeat 50% 50% / calc(60% + 1px);
}

.calculator-block__change-installation input {
    display: none;
}

.holiday-lighting {
    margin-top: 0; /*20px*/;
}

.holiday-lighting__table td {
    vertical-align: top;
}

.holiday-lighting__table td:not([colspan]):first-child {
    padding-right: 20px;
}

.calculator-block__change-round {
    gap: 10px;
    cursor: pointer;
    margin-top: 10px; /*20px;*/
    align-items: center;
    flex-wrap: nowrap;
}

.calculator-block__change-round::before {
    content: "";
    display: block;
    width: 25px; /*30px;*/
    height: 25px; /*30px;*/
    min-width: 25px; /*30px;*/
    min-height: 25px; /*30px;*/
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100%;
}

.calculator-block__change-round * {
    white-space: nowrap;
}

.calculator-block__change-round:has(input:checked)::before {
    background: url(/local/components/sds/calculator/templates/.default/./images/preset.svg) no-repeat 50% 50% / calc(60% + 1px);
}

.calculator-block__change-round input {
    display: none;
}

.label-wrapper {
    gap: 0 15px;
    white-space: nowrap;
}

.holiday-lighting__price {
    margin-top: 15px; /*20px;*/
    font-size: 20px; /*24px;*/
    font-weight: 400;
    line-height: 30px;
}

.calculator-block__subtitle {
    margin-top: 40px; /*50px;*/
}

.holiday-lighting__all-price {
    margin-top: 35px; /*45px;*/
    gap: 15px;
    font-size: 24px; /*28px;*/
    font-weight: 450;
    line-height: 30px;
}

.holiday-lighting__all-price b {
    display: inline-block;
    padding: 3px 13px 3px 13px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 0px 10.74px 0px rgb(245, 240, 183), 0px 0px 21.48px 0px rgb(245, 240, 183), 0px 0px 75.18px 0px rgb(245, 240, 183), 0px 0px 150.36px 0px rgb(245, 240, 183), 0px 0px 257.76px 0px rgb(245, 240, 183), 0px 0px 451.08px 0px rgb(245, 240, 183);
    box-shadow: 0px 0px 15px 1px rgba(254, 220, 158, 0.5);
}

.calculator-block__buttons {
    margin-top: 50px;
    gap: 10px 21px;
}

.calculator-block__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 95px;
}

.calculator-block__text {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 35px;
}

.calculator-block__object-wrapper {
}

.calculator-block__object-light {
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.calculator-block__object-error {
    width: 100%;
    height: 40px;
    color: #000;
    background: #fff;
    z-index: 1001;
    opacity: 0.5;
}

#calculator-get.fancybox-content .fancybox-close-small svg {
    fill: #000 !important;
    color: #000 !important;
}

#calculator-get.fancybox-content .fancybox-close-small {
    margin-right: 10px !important;
}

@media (max-width: 1400px) {
    .calculator-block__left {
        width: 560px;
    }

    .calculator-block__right {
        width: calc(100% - 560px - 30px);
    }
}

@media (max-width: 1200px) {
    .calculator-block__left {
        width: 897px;
        max-width: 100%;
    }

    .calculator-block__right {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .calculator-block__right {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .calculator-block__title {
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
    }

    .calculator-block__text {
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
    }

    .calculator-block__change-round::before {
        width: 20px; /*30px;*/
        height: 20px; /*30px;*/
        min-width: 20px; /*30px;*/
        min-height: 20px; /*30px;*/
    }

    .calculator-block__change-installation::before {
        width: 20px; /*30px;*/
        height: 20px; /*30px;*/
        min-width: 20px; /*30px;*/
        min-height: 20px; /*30px;*/
    }

    .holiday-lighting__price {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .holiday-lighting__all-price {
        font-size: 16px;
        font-weight: 450;
        line-height: 20px;
    }

    .calculator-block__buttons {
        gap: 10px;
    }

    .calculator-block__subtitle {
        margin-top: 30px;
    }
}
/* End */


/* Start:/local/components/sds/calculator/templates/.default/slick/slick.css?17083530121776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/components/sds/calculator/templates/.default/slick/slick-theme.css?17083530123145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/components/sds/calculator/templates/.default/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/components/sds/calculator/templates/.default/slick/./fonts/slick.eot');
    src: url('/local/components/sds/calculator/templates/.default/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/components/sds/calculator/templates/.default/slick/./fonts/slick.woff') format('woff'), url('/local/components/sds/calculator/templates/.default/slick/./fonts/slick.ttf') format('truetype'), url('/local/components/sds/calculator/templates/.default/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/nn.new/components/bitrix/form.result.new/calculator/style.css?17083530123934*/
#calculator-project {
    border-radius: 5px;
}

#calculator-project.fancybox-content {
    padding: 0;
    max-width: 838px;
}

#calculator-project.fancybox-content .fancybox-close-small {
    padding: 5px;
    margin-top: 7px;
    margin-right: 50px;
}

#calculator-project.fancybox-content .fancybox-close-small svg {
    fill: #fff;
    color: #fff;
}

.calculator-form-wrapper {
    width: 345px;
}

.calculator-form__header {
    height: 58px;
    padding: 0 90px;
    background: var(--dark-color);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.calculator-form__description {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.calculator-form__content {
    padding: 20px;
    color: var(--dark-color);
}

.calculator-form__contact-fields {
    color: rgb(33, 28, 26);
    font-size: 26px;
    font-weight: 450;
    line-height: 30px;
    margin-bottom: 19px;
    text-align: center;
}

.calculator-form__fields {
    gap: 18px 26px;
    margin-top: 12px;
}

.calculator-form__question {
    width: 100%;
    font-size: 14px;
    font-weight: 450;
    margin-top: 10px;
}

.calculator-form__question:nth-child(1), .calculator-form__question:nth-child(2) {
    width: 100%;
}

.calculator-form__question input[type=text], .calculator-form__question input[type=tel], .calculator-form__question input[type=email], .calculator-form__question textarea {
    border-radius: 5px;
    border: 0.5px solid var(--dark-color);
    box-sizing: border-box;
    color: var(--text-color);
    display: block;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    outline: none;
    padding: 9px 15px;
    transition: all var(--transition-speed);
    width: 100%;
    max-width: 100%;
}

.calculator-form .calculator-form__submit, .calculator-form .calculator-form__submit:hover {
    background: var(--dark-color);
    color: #fff!important;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 78px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    height: 48.3px;
    width: 100%;
}

.calculator-form__error {
    margin-top: 16px;
}

.calculator-form__required {
    color: #E62900;
}

.calculator-form__error {
    display: none;
}

.calculator-form__agreement-wrapper {
    margin-top: 10px;
    gap: 4.5px;
}

.calculator-form__agreement-wrapper span {
    color: rgb(97, 98, 99);
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
}

.calculator-form__agreement-wrapper::before {
    content: "";
    display: block;
    width: 15px; /*30px;*/
    height: 15px; /*30px;*/
    min-width: 15px; /*30px;*/
    min-height: 15px; /*30px;*/
    border: 1px solid rgb(33, 28, 26);
    border-radius: 2px;
}

.calculator-form__agreement-wrapper:has(input:checked)::before {
    background: url(/local/templates/nn.new/components/bitrix/form.result.new/calculator/./images/mark.svg) no-repeat 50% 50% / calc(90% + 1px);
}

@media (max-width: 920px) {
.calculator-form__contact-fields {
    color: rgb(33, 28, 26);
    font-size: 18px;
    font-weight: 450;
    line-height: 20.7px;
    margin-bottom: 19px;
    text-align: center;
}
}

@media (max-width: 768px) {
    .calculator-form__question:nth-child(1), .calculator-form__question:nth-child(2) {
        width: 100%;
    }

    .calculator-form__header {
        height: 58px;
        padding: 0 40px;
    }

    .calculator-form .calculator-form__submit, .calculator-form .calculator-form__submit:hover {
        padding: 10px;
        margin-top: 26px;
        margin-bottom: 6px;
        width: 100%;
    }

    .calculator-form__content {
        padding: 22px 20px;
    }

    #cooperate.fancybox-content .fancybox-close-small {
        margin-right: 10px;
    }
}
/* End */


/* Start:/local/templates/nn.new/components/bitrix/form.result.new/calculator.get/style.css?17268231105526*/
#calculator-get {
    border-radius: 5px;
}

#calculator-get.fancybox-content {
    padding: 20px;
    width: 1182px;
    max-width: calc(100% - 20px);
}

#calculator-get.fancybox-content .fancybox-close-small {
    padding: 5px;
    margin-top: 7px;
    margin-right: 50px;
}

#calculator-get.fancybox-content .fancybox-close-small svg {
    fill: #fff;
    color: #fff;
}

.calculator-form-get-wrapper {
    width: auto;
    color: rgb(33, 28, 26);
}

.calculator-form-get__header {
    height: 58px;
    padding: 0 90px;
    background: var(--dark-color);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.calculator-form-get__description {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.calculator-form-get__content {
    padding: 20px;
    color: var(--dark-color);
}

.calculator-form-get__contact-fields {
    color: rgb(33, 28, 26);
    font-size: 26px;
    font-weight: 450;
    line-height: 30px;
    margin-bottom: 19px;
    text-align: center;
}

.calculator-form-get__fields {
    gap: 18px 26px;
    margin-top: 12px;
}

.calculator-form-get__question {
    width: 100%;
    font-size: 14px;
    font-weight: 450;
    margin-top: 10px;
}

.calculator-form-get__question:nth-child(1), .calculator-form-get__question:nth-child(2) {
    width: 100%;
}

.calculator-form-get__question input[type=text], .calculator-form-get__question input[type=tel], .calculator-form-get__question input[type=email], .calculator-form-get__question textarea {
    border-radius: 5px;
    border: 0.5px solid var(--dark-color);
    box-sizing: border-box;
    color: var(--text-color);
    display: block;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    outline: none;
    padding: 9px 15px;
    transition: all var(--transition-speed);
    width: 100%;
    max-width: 100%;
}

.calculator-form-get .calculator-form-get__submit, .calculator-form-get .calculator-form-get__submit:hover {
    background: var(--dark-color);
    color: #fff !important;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 78px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    height: 48.3px;
    width: 100%;
}

.calculator-form-get__error {
    margin-top: 16px;
}

.calculator-form-get__required {
    color: #E62900;
}

.calculator-form-get__error {
    display: none;
}

.calculator-form-get__agreement-wrapper {
    margin-top: 10px;
    gap: 4.5px;
}

.calculator-form-get__agreement-wrapper span {
    color: rgb(97, 98, 99);
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
}

.calculator-form-get__agreement-wrapper::before {
    content: "";
    display: block;
    width: 15px; /*30px;*/
    height: 15px; /*30px;*/
    min-width: 15px; /*30px;*/
    min-height: 15px; /*30px;*/
    border: 1px solid rgb(33, 28, 26);
    border-radius: 2px;
}

.calculator-form-get__agreement-wrapper:has(input:checked)::before {
    background: url(/local/templates/nn.new/components/bitrix/form.result.new/calculator.get/./images/mark.svg) no-repeat 50% 50% / calc(90% + 1px);
}

.calculator-form-get__decorations-wrapper {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 450;
    line-height: 18px;
}

.calculator-form-get__decorations-wrapper > span {
    cursor: pointer;
}

.calculator-form-get__decorations-wrapper span::before {
    width: 13px;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    background: url(/local/templates/nn.new/components/bitrix/form.result.new/calculator.get/./images/open.svg) no-repeat 50% 50% / contain;
    top: 6px;
    right: 0;
}

.calculator-form-get__decorations-wrapper.active span::before {
    transform: rotate(180deg) translate(0, 0) !important;
}

.calculator-form-get__decorations-wrapper > div {
    display: none;
}

.calculator-form-get__decorations-wrapper.active > div {
    display: block;
}

.calculator-form-get__decorations {
    cursor: default;
}

.calculator-form-get__decorations p {
    margin: 0;
    padding: 0;
}

.calculator-form-get__decorations span {
    color: rgba(33, 28, 26, 0.5);
}

.calculator-form-get__decorations br {
    font-size: 8px;
    line-height: 8px;
}

@media (max-width: 920px) {
    #calculator-get.fancybox-content {
        padding: 0;
        width: 838px;
        max-width: calc(100% - 20px);
    }

    .calculator-form-get__contact-fields {
        color: rgb(33, 28, 26);
        font-size: 18px;
        font-weight: 450;
        line-height: 20.7px;
        margin-bottom: 19px;
        text-align: center;
    }

    .calculator-form-get-wrapper {
        width: 345px;
    }
    .calculator-form-get__fields-left{
        height: 285px;
        padding: inherit;
    }
}

@media (max-width: 768px) {
    .calculator-form-get__question:nth-child(1), .calculator-form-get__question:nth-child(2) {
        width: 100%;
    }

    .calculator-form-get__header {
        height: 58px;
        padding: 0 40px;
    }

    .calculator-form-get .calculator-form-get__submit, .calculator-form-get .calculator-form-get__submit:hover {
        padding: 10px;
        margin-top: 26px;
        margin-bottom: 6px;
        width: 100%;
    }

    .calculator-form-get__content {
        padding: 22px 20px;
    }

    #cooperate.fancybox-content .fancybox-close-small {
        margin-right: 10px;
    }
}
/* End */
/* /local/components/sds/calculator/templates/.default/style.css?17268465237881 */
/* /local/components/sds/calculator/templates/.default/slick/slick.css?17083530121776 */
/* /local/components/sds/calculator/templates/.default/slick/slick-theme.css?17083530123145 */
/* /local/templates/nn.new/components/bitrix/form.result.new/calculator/style.css?17083530123934 */
/* /local/templates/nn.new/components/bitrix/form.result.new/calculator.get/style.css?17268231105526 */
