

/* Start:/bitrix/templates/pages/css/phone-mask.css?17621894761518*/
.phone-outer-wrapper{position:relative}
.phone-outer-wrapper input{padding-left:80px}
.country-btn{display:flex;align-items:center;position:absolute;left:0;top:0;cursor:pointer;height:100%;padding-left:20px;padding-right:20px}
.country-btn svg{margin-left:5px}
.country-btn img{width:20px;height:20px}
.country-btn.active svg{transform:rotate(180deg)}
.country-select{position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-radius:0 0 5px 5px;z-index:100;display:none;overflow:hidden}
.country-select.active{display:block}
.country-select__inner{max-height:180px;overflow:auto}
.country-select__item{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:30px;cursor:pointer}
.country-select__name{display:inline-block;margin-left:16px;font-size:12px;line-height:1.5;vertical-align:middle}
.country-select__code{color:#959595;font-size:12px;line-height:1.5}
.country-select__item{transition:background-color .25s}
.country-select__item:hover{background-color:#F7F8F9}
.country-select__item img{vertical-align:middle;width:20px;height:20px}
.is-ru .ru{display:none}
.is-bl .bl{display:none}
.is-kz .kz{display:none}
.is-arm .arm{display:none}
.is-azr .azr{display:none}
.is-grz .grz{display:none}
.is-krz .krz{display:none}
.is-mld .mld{display:none}
.is-tdz .tdz{display:none}
.is-trk .trk{display:none}
.is-uzb .uzb{display:none}
.is-ukr .ukr{display:none}
@media screen and (max-width:767px){
.country-select__inner{max-height:120px}
}
/* End */


/* Start:/bitrix/templates/pages/css/calc-power/noUiSlider.css?17621894764551*/
/*!nouislider - 10.0.0 - 2017-05-28 14:52:48*/
.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
    transition: top .3s,right .3s,bottom .3s,left .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
    cursor: pointer;
    outline: none
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}

.noUi-connect {
    background: #3fb8af;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}

.noUi-handle:after,.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%,50%,0);
    transform: translate3d(-50%,50%,0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%
}
/* End */


/* Start:/bitrix/templates/pages/css/calc-power/style.css?176218947613091*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
}

svg {
    width: initial;
    height: initial
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.powerCalculator {
    display: grid;
    grid-template-columns: auto 400px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #D9D9D9;
}

@media(max-width:1279px) {
    .powerCalculator {
        grid-template-columns: auto 325px;
    }
}

@media(max-width:991px) {
    .powerCalculator {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 20px;
        border-bottom: 0;
    }

    .powerCalculator ~ p{
        text-align: left !important;
    }
}

.powerCalculator__form {
    position: relative;
}

.powerCalculator__form::after {
    content: '';
    position: absolute;
    top: 93px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 306px;
    background-color: #D9D9D9;
}

@media(max-width:991px) {
    .powerCalculator__form::after {
        content: none;
    }
}

.powerCalculator__description {
    font-size: 14px;
    margin-top: auto;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}

.powerCalculator__body {
    padding-right: 60px;
    border-right: 1px solid #D9D9D9;
}

@media(max-width:1279px) {
    .powerCalculator__body {
        padding-right: 30px;
    }
}

@media(max-width:991px) {
    .powerCalculator__body {
        max-width: 100%;
        padding-right: 0;
        border: 0;
    }
}

.powerCalculator__selection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 51px;
}

@media(max-width:991px) {
    .powerCalculator__selection {
        margin-bottom: 20px !important;
    }

}

.powerCalculator__result {
    margin-top: 58px;
}

@media(max-width:991px) {
    .powerCalculator__result {
        margin-top: 30px;
    }
}

.powerCalculator__result-line {
    width: 100%;
    height: 9px;
    background: #F2F4F5;
    border-radius: 7px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.powerCalculator__result-line span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: inherit;
}

.powerCalculator__result-line span:nth-child(1){
    background-color: #005AA6;
    z-index: 1;
}

.powerCalculator__result-line span:nth-child(2){
    background-color: #FFB076;
}

.powerCalculator__result.is-disabled .powerCalculator__result-line span{
    display: none;
}

.powerCalculator__result.is-disabled .powerCalculator__result-text_kotel{
    display: none;
}

.powerCalculator__result-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 5px;
}

@media(max-width:991px){
    .powerCalculator__result-text {
        font-size: 14px;
    }
}

.powerCalculator__result-text span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: inline-block;
}

.powerCalculator__selection:last-child {
    margin-bottom: 0;
}

.powerCalculator__result-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.powerCalculator__result-list li {
    font-size: 14px;
    font-weight: 500;
    margin-right: 31px;
    position: relative;
    padding-left: 20px;
    text-indent: 0 !important;
    margin-top: 0 !important;
}

@media(max-width:991px){
    .powerCalculator__result-list li {
        font-size: 12px;
    }
}

.powerCalculator__result-list li:last-child {
    margin-right: 0;
}

.powerCalculator__result-list li::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #005AA6;
    border-radius: 50%;
}

.typography .powerCalculator__result-list li::before {
    content: none;
}

.powerCalculator__result-list li:nth-child(2):after {
    background-color: #FFB076;
}


.powerCalculator__title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
    color: #494949;
}

.powerCalculator__subtitle {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #494949;
    display: block;
}

.powerFormData__name {
    margin-bottom: 0;
    font-size: 16px;
    color: #232323;
    font-weight: normal;
    margin-bottom: 10px;
}

@media(max-width:991px){
    .powerFormData__name {
        font-size: 14px;
    }
}

.powerCalculator__checkboxes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

@media(max-width:991px) {
    .powerCalculator__checkboxes {
       margin-bottom: 20px;
    }
}

@media(max-width:424px) {
    .powerCalculator__checkboxes {
       margin-bottom: 10px;
    }
}

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

@media(max-width:991px) {
    .powerCalculator__inputs {
        display: block;
    }
}

.powerCalculator__inputs-col {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}

.powerCalculator__inputs-col_margin{
    margin-top: -25px;
}

.powerCalculator__inputs-col.is-active{
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
}

@media(max-width:991px) {
    .powerCalculator__inputs-col {
        width: 100%;
        margin-top: 0 !important;
    }
}

/*×åêáîêñû*/

.powerCalculator .customCheckbox {
    width: calc(50% - 40px);
    border: 1px solid #ddd;
    padding: 16px;
}

.powerCalculator .customCheckbox.is-active{
    border-color: #005AA6;
    background-color: #edf1f8;
}

@media(max-width:991px) {
    .powerCalculator .customCheckbox {
        width: calc(50% - 10px);
    }
}

@media(max-width:424px) {
    .powerCalculator .customCheckbox {
        width: 100%;
        margin-bottom: 15px;
    }
}

.powerCalculator .customCheckbox:last-child {
    margin-right: 0;
}

.powerCalculator .customCheckbox>.customcheck {
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 3px;
    color: transparent;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border .2s ease-in-out;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #D9D9D9;
    position: relative;
}

.powerCalculator .customCheckbox>span {
    vertical-align: middle;
    line-height: 20px;
    transition: color .2s ease-in-out;
    font-size: 16px;
}

@media(max-width:991px){
    .powerCalculator .customCheckbox>span {
        font-size: 14px;
    }
}

.powerCalculator .customCheckbox>input:checked~.customcheck::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF7SURBVHgBzZNNTsJAFMf/r2KMiTFsTEAWEuMBOAJGIcDK7lnACTyCeANvoC5YFxfaBCTlCFxAw8bAkkQTDIR5zmugaZGvggt/SdPpfPz63sw84L9zbGcr8ky/d/AHiJDBN7qZPiye0Wf1rWVgS3xSFwU+kTdhCxJ2pqSAe6+DqNbN1U1pRrAhMfsyHZAy2oPvYXn6udFWJOqZlAGyfF0dppHZN1v9aUfow4vZuaSOzpamJ8XovJdvdfzzQu2xSAnK0Xknl0kFw7/o6DmTWleqI+ovknpi2TNZFCE4bqozRK10lHhs+SIF7WCh1BOzktPViwhR+cGsfH9v19FjXjbMqvSRbbSxBFeseGRKapNlSb88bmcfAlJwpVdoPmIF3uHJdvAYDuvMJ0Mdg/lJEa4D0vzrLdYgcCviLxdXIMOaNzGMVAgUSLfQrOmIy7OTFPNdGKnwq0C+qu/tg+KpToXSboeu/16+UUZI5pa0RCepu/U/GIaWrkTuLzbkByDro12CRjz2AAAAAElFTkSuQmCC');
    width: 22px;
    height: 19px;
}




/*Èíïóòû*/

.powerFormData__value {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #F2F4F5;
    border-radius: 5px 5px 0px 0px;
    padding: 11px;
}

.powerFormData__input {
    display: block;
    width: 100%;
    border: none;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    z-index: 2;
    background: 0 0;
    border-bottom: 2px solid transparent;
    transition: border .2s ease-in-out;
    margin: 0;
    padding: 0;
}

.powerFormData__input:focus {
    border-bottom: 2px solid #005aa6
}

.powerFormData__input:focus+svg {
    color: #005aa6
}

.powerFormData__range.noUi-horizontal {
    width: 100%;
    height: 3px;
    background: #e0e0e0;
    border: none;
    box-shadow: none;
    border-radius: 0
}

.powerFormData__range.noUi-horizontal .noUi-connect {
    border-radius: 0;
    background: #005AA6
}

.powerFormData__range.noUi-horizontal .noUi-handle {
    left: -7px;
    top: -7px;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #005AA6
}

@media(max-width:1279px) {
    .powerFormData__range.noUi-horizontal .noUi-handle {
        top: -10px;
        width: 20px;
        height: 20px;
    }
}

.powerFormData__range.noUi-horizontal .noUi-handle::before {
    display: none
}

.powerFormData__range.noUi-horizontal .noUi-handle::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 30px !important;
    width: 30px;
    left: 50%;
    background: 0 0;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.powerFormData__range.noUi-horizontal .noUi-pips-horizontal {
    height: auto;
    padding: 15px 0 0
}

.powerFormData__range.noUi-horizontal .noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    top: 12px;
    color: #959CA0;
    font-weight: 500;
    transition: color .2s ease-in-out;
    cursor: pointer;
    font-size: 14px;
}

.powerFormData__range.noUi-horizontal .noUi-marker {
    background-color: #b9b9b9
}

.powerFormData__range.noUi-horizontal .noUi-marker-normal {
    display: none
}

.powerFormData__range.noUi-horizontal .noUi-marker-horizontal.noUi-marker-large {
    display: none;
}

.powerFormData__range_price.noUi-horizontal .noUi-value-horizontal:nth-child(2) {
    transform: none;
    left: 0 !important
}

.powerFormData__range_price.noUi-horizontal .noUi-value-horizontal:last-child {
    left: auto !important;
    right: 0;
    transform: none
}

/*Ôîðìà*/

.powerForm{
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 51px;
    position: relative;
}

@media(max-width:1279px) {
    .powerForm {
        padding-top: 35px;
    }
}

@media(max-width:991px) {
    .powerForm{
        border-left: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        margin-top: 50px;
        order: 3;
    }
}

.powerForm__title{
    font-size: 20px;
    font-weight: 600;
    color: #565656;
    margin-bottom: 27px;
}

.powerForm__subtitle{
    font-size: 16px;
    color: #565656;
    margin-bottom: 26px;
}

.powerForm__label{
    display: block;
    color: #ABABAB;
    font-size: 14px;
}

.powerForm__item{
    margin-bottom: 29px;
}

.powerForm__input{
    width: 100%;
    border:0;
    outline: none;
    border-bottom: 1px solid #565656;
    padding-bottom: 10px;
    padding-top: 10px;
}

.powerForm button{
    width: 100%;
}

.powerForm .country-btn{
    padding-left: 0;
}

.powerForm .phone-outer-wrapper input{
    padding-left: 50px;
}

.powerForm__msg-success {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    font-size: 15px;
}

.resultForm{
    border-right: 1px solid rgb(217, 217, 217);
    padding-top: 20px;
    padding-bottom: 26px;
}

@media(max-width:991px){
    .resultForm{
        border-right: 0;
    }
}

.resultForm form{
    position: relative;
}

.resultForm_msg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #fff;
    z-index: 1;
}

.resultForm__body{
    display: flex;
}

@media(max-width:425px){
    .resultForm__body{
        flex-direction: column;
    }
}

.resultForm__item{
    flex: 1;
    max-width: 300px;
}

@media(max-width:425px){
    .resultForm__item{
        max-width: 100%;
    }
}


.resultForm__input{
    position: relative;
    color: #00284a;
    vertical-align: top;
    background-color: #f7f8f9;
    border: 1px solid #c2cbd3;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    transition: border .2s ease-in-out;
    resize: none;
    height: 100%;
}

.resultForm__button{
    margin-left: 20px;
}

.resultForm__button .button_send.error{
    background: #ed1c24;
    border: 1px solid #ed1c24;
    opacity: 0.5;
}

.resultForm__button .button_send{
    background: #ed1c24;
    opacity: 1;
    border: 1px solid #ed1c24;
}

@media(max-width:425px){
    .resultForm__button{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .resultForm__button button{
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/pages/css/phone-mask.css?17621894761518 */
/* /bitrix/templates/pages/css/calc-power/noUiSlider.css?17621894764551 */
/* /bitrix/templates/pages/css/calc-power/style.css?176218947613091 */
