

/* Start:/bitrix/components/tmf/chimney.calc/templates/.default/style.css?169838020913962*/

.chimney-calc{
    margin: 20px auto 0;
    max-width: 85%;
}
.chimney-calc h1{
    text-align: center;
    margin: 0;
}

.chimney-calc h1, .chimney-calc h2{
    font-size: 20px;
}

.chimney-calc hr{
    margin: 10px 0;
}

.wizard > .steps a{
    margin: 0.1em;
}
.common_select .common_select-link{
    display: none!important;
}

.calc-basket__wrapper{
    max-width: 900px;
    width: 100%;
    margin: auto 0;
}

.select2-selection__rendered{
    font-size: 13px;
}

.right_block ul[role=menu]{
    margin-bottom: 0;
}

.right_block ul, .right_block ol {
    margin: 0 0 15px;
}

.right_block ul li, .right_block ol li{
    padding-left: 0;
}

.step h2{
    text-align: center;
    margin: 0;
}

.step.step-two .part h4{
    margin: 10px 0;
}
.chimney-calc .wizard > .actions a, .chimney-calc .wizard > .actions a:hover, .chimney-calc .wizard > .actions a:active{
    padding: 0.35em 0.85em;
}

.chimney-calc .errors{
    color: #b41818;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    font-size: 18px;
    display: none;
}

.chimney-calc .errors p{
    margin: 0;
    padding: 0;
}


.img-select__wrapper{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.img-select{
    cursor: pointer;
    opacity: 0.7;
    border: 2px solid transparent;
    text-align: center;
}

.img-select img{
    width: 100%;
}

.img-select h4{
    margin: 20px 0;
}

.img-select.choosen h4{
    color: #b41818; 
}

.img-select,  .img-select img{
    border-radius: 15px;
    
}

.img-select:hover{
    cursor: pointer;
    opacity: 1;
}

.img-select.choosen{
    opacity: 1;
    border: 2px solid #b41818;
}

#chimney-calc-app.wizard > .steps li a {
    font-size: 1.23em;
    padding: 0.6em 0.3em;
}

.right_block ul li
{
    padding-left: 0!important;
}


#chimney-calc-app.wizard > .steps .number{
    font-size: inherit;
}

ul li:before{
    display: none;
}

.chimney-ajax-result{
    display: flex;
    align-items: center;
}

.alert.alert-warning.color-red{
    color: #b41818;
}

.chimney-ajax-result .chimney-pic{
    margin-right: 10px;
}

.chimney-ajax-result img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.chimney-ajax-result .chimney-title{
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
}

.schemefields__wrapper{
    padding: 20px 20px 0; 
}

.schemefields__wrapper .fields  div.choose-field{
    display: none;
}

.schemefields__wrapper .fields  div.choose-field.active{
    display: block;
}

.schemefields__wrapper .fields  div.choose-field .form-control{
    margin-top: 20px;
}


.step-three .img-select, .step-three .img-select img{
    max-width: 250px;
}

.fields__wrapper{
    display: block;
    max-width: 768px;
    margin: 0 auto;
}

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

input[type=number]{
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
    outline: none;
    -moz-appearance: textfield;
}

.chimney-calc form{
    position: relative;
}

.scheme-pic{
    text-align: center;
}


.fields__wrapper div.field-item {
    margin: 0;
}

.no-replace{
    text-align: center;
    color: red;
}

button.btn.btn-warning.disabled, button.btn.btn-warning.disabled:hover{
    background-color: grey;
    border-color: grey;
    pointer-events: none;
}


.col-centered{
    float: none;
    margin: 0 auto;
}


.spinner{
    position: absolute;
    z-index: 999;
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.spinner.small{
    display: none;
    position: absolute;
    z-index: 999;
    background-color: white;
    width: 100%;
    height: 100%;
    justify-content: center;
    left: 0;
    text-align: center;
}

.spinner.small img{
    margin-top: 4%;
    width: 80px;
}


.spinner img{
    margin-top: 15%;
}

.field-item {
    margin: 15px 0;
}

.item-module-field{
    display: none;
}

.item-module-field.active{
    display: block;
}

.chimney-form__wrapper{
    max-width: 500px;
    margin: 0 auto;
}



.basket-item__body {
    display: flex;
    justify-content: space-around;
    padding: 0;
    align-items: center;
    font-size: 1em;
}

.basket-item__body > div {
    text-align: center;
    flex-basis: 10%;
    flex-grow: 1;
}


.basket-item__body > div.price, .basket-item__body > div.article, .basket-item__body > div.cnt{
    flex-basis: 5%;
}

.basket-item__body > div.name {
    flex-basis: 30%;
}

.calc-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.calc-buttons button{
    margin: 0 5px;
}

/*flex*/
.calc-slider__wrapper.flexslider{
    margin: 10px 0;
}

.calc-basket{
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 550px;
    position:relative;
}

.calc-basket__item.header {
    padding: 5px 0;
    background-color: #b41818;
    color: white;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.calc-slider__wrapper .flex-direction-nav >li {position:absolute;top:50%;z-index:2;margin-top:-15px;}
.calc-slider__wrapper .flex-direction-nav >li.flex-nav-prev {left:0px;}
.calc-slider__wrapper .flex-direction-nav >li.flex-nav-next {right:0px;}


.calc-slider__wrapper.flexslider .slides img{display:inline-block;vertical-align:middle;}

.calc-slider__wrapper .replace_title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 1.4;
    height: 65px;
    overflow: hidden;
}

.calc-slider__wrapper .replace_price {
    font-size: 15px;
    margin: 5px 0;
}

.calc-basket__item {
    border: 1px solid lightgrey;
}

.basket-item__body .mobile-head{
    display: none;
    font-weight: bold;
}

#chimney-calc-app.wizard > .content > .body label{
    margin-bottom: 1em;
}

#chimney-calc-app.wizard > .content > .body label.error
{
    font-size: 11px;
    margin-top: 16px;
}

.btn.btn-warning.btn-close, 
.btn.btn-warning.btn-close:active, 
.btn.btn-warning.btn-close:focus{
    background-color: grey;
    border-color: grey;
}

.btn.btn-warning.btn-close:hover{
    background-color: darkgrey;
    border-color: darkgrey;
}



.calc-basket__footer{
    display: flex;
    justify-content: space-between;
    padding: 1% 3%;
    font-size: 1.07em;
    border-bottom: 2px dotted lightgrey;
    border-top: 2px dotted lightgrey;
    margin-top: 10px;
    font-weight: bold;
    color: #2f3435;
    width: 100%;
}

.step .form-control
{
    margin-bottom: 15px;
}

.step .part {
    border: 2px solid lightgrey;
    margin-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.step .part.active {
    border: 2px solid #b41818;
}

li[aria-disabled='true'] {
    display: none;
}

.delete-item{
    border-bottom: 1px dotted red;
    color: red;
}

.choose-format {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    left: 0;
    width: 280px;
    background-color: white;
    border: 1px solid #cf1c1c;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    top: -105px;
}

.choose-format__title {
    color: #cf1c1c;
    font-size: 13px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.choose-format.hidden{
    display: none;
}

.calc-buttons .btn-wrapper {
    position: relative;
}


.calc-basket__wrapper .form-data {
    max-width: 520px;
    padding: 10px;
    margin: 0 0 20px;
    border: 1px solid red;
}

.calc-basket__wrapper .form-data__title{
    font-weight: bold;
    margin-bottom: 10px;
}

.calc-basket__wrapper .form-data__content{
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    justify-content: space-around;
    flex-direction: column;
}

.red-link{
    color: #9e1414;
    cursor: pointer;
}

.red-link:hover{
    color: #1d2029;
}

@media(max-width: 1350px){
    .calc-basket{
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
    }

    .calc-basket__wrapper{
        margin: 0 auto;
    }

    .final-scheme-wrapper .fixed-pos {
        position: relative;
        height: 100%;
    }

    .final-scheme-wrapper .fixed-pos .scheme-pic{
        position: relative;
    }
}


@media(min-width: 1024px)
{
    .step .part{
        max-width: 70%;
    }

    #bill-app {
        margin: 0 auto;
        width: 100%;
        min-width: 775px;
    }

    .bill-app__wrapper{
        display: flex;
    }
    
}

@media(min-width: 1350px)
{
    .final-scheme-wrapper{
        position: relative;
        width: 360px;
        overflow: hidden;
    }

    .final-scheme-wrapper .fixed-pos{
        position: relative;
        height: 100%;
    }
    
    .final-scheme-wrapper .fixed-pos .scheme-pic{
        position: fixed;
    }
}

@media print{
    
    #footer{
        page-break-before: always; 
        page-break-after: always;  
        page-break-inside: always;  
    }
    
    .calc-basket__wrapper .form-data {
        page-break-before: always; 
        page-break-after: always; 
        page-break-inside: always; 
        margin: 0 auto;
    }

    .scheme-pic{
        margin-top: 20px;
    }
    
    .calc-basket{
        flex-direction: column-reverse;
    }

    .calc-basket__wrapper{
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        
    }

    .final-scheme-wrapper{
        width: 100%;
        height: 559px;
        display: block;
        position: relative;
    }

    .final-scheme-wrapper .fixed-pos {
        display: block;
        position: relative;
        height: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .final-scheme-wrapper .fixed-pos .scheme-pic{
        position: relative!important;
        bottom: auto!important;
    }

    .calc-basket__wrapper .basket-item__body .action{
        display: none;
    }
    #bill-app{
        width: 100%;
    }

    .calc-basket__item{
        padding: 15px 0;
    }
}

@media not print {
    
    @media(max-width:1000px)
    {
        .btn.white.print-link{
            display: none;
        }
        
        .basket-item__body{
            font-size: 16px;
        }

        .calc-basket__item.header {
            padding: 10px 0;
        }
    }

    @media (max-width:1100px)
    {
        #chimney-calc-app.wizard > .content > .body{
            width: 100%;
        }

        .step.step-two{
            width: 90%;
            margin: 0 auto;
        }

        #chimney-calc-app.wizard > .steps > ul > li{
            width: 50%;
        }

        .chimney-calc{
            max-width: 100%;
        }

        .wizard > .content > .body{
            margin: 0 auto;
        }
    }


    @media (max-width:560px)
    {
        
        .step-four .scheme-pic img, .final-scheme-wrapper .scheme-pic{
            max-width: 60%;
        }

        #chimney-calc-app.wizard > .steps > ul > li{
            width: 100%;
        }

        .calc-basket__footer{
            font-size: 20px;
        }

        .step h2{
            font-size: 22px;
        }
    }

    /*brands front end*/
    @media(min-width: 768px) 
    {
        .mobile-show {
            display: none;
        }
    }

    @media (max-width: 768px)
    {
        .calc-basket__table{
            display: flex;
            flex-wrap: wrap;
            margin: 0 auto;
        }

        #chimney-calc-app.wizard > .steps > ul > li{
            float: none;
            width: 100%;
            padding-left: 0;
            margin: 0;
        }

        #chimney-calc-app.wizard > .steps a, #chimney-calc-app.wizard > .steps a:hover, #chimney-calc-app.wizard > .steps a:active{
            margin-left: 0;
            margin-right: 0;
        }

        .chimney-calc .errors{
            margin-top: 0;
        }

        .chimney-calc h4{
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .calc-basket__wrapper{
            display: flex;
            flex-wrap: wrap;
        }

        .basket-item__body{
            flex-direction: column;
        }

        .calc-basket__item.header{
            display: none;
        }

        .basket-item__body .mobile-head{
            display: block;
        }

        .basket-item__body > div {
            margin: 2px 0;
            max-width: max-content;
        }

        .calc-basket__item {
            width: 50%;
            border: 1px solid lightgrey;
        }

        .mobile-hidden {
            display: none;
        }

        .mobile-show {
            display: inline;
        }

        .delete-item {
            margin-left: 10px;
        }

        .action .btn.btn-warning, .action .btn.btn-warning:hover, .action .btn.btn-warning:active, .action .btn.btn-warning:focus {
            padding: 0;
            background-color: white;
            border: none;
            color: #f38b04;
            border-bottom: 1px solid;
            font-size: 16px;
        }

        .action .btn.btn-warning.js-replace-button.btn-close {
            background-color: white;
            color: grey;
            
        }
    }

    @media (max-width: 450px)
    {
        .calc-basket__item {
            width: 100%;
        }

        .schemefields__wrapper{
            margin: 10px;
        }

        .img-select__wrapper{
            flex-wrap: wrap;
        }

        .img-select img {
            width: 50%;
        }
        #chimney-calc-app.wizard > .actions > ul{
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
        }

        #chimney-calc-app.wizard > .actions > ul > li {
            width: 100%;
            text-align: center;
            float: none;
            margin: 10px 0;
            padding: 0;
        }
    }
}
/* End */


/* Start:/local/templates/aspro_next/css/jquery.steps.css?15898880685739*/
﻿/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

.wizard ul > li:before,
.tabcontrol ul > li:before
{
    display: none!important;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #b41818;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #b4181863;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background:white;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    position: absolute;
    width: 95%;
    padding: 0.5%;

}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #b41818;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
/* End */


/* Start:/local/templates/aspro_next/css/select2.css?158988806817358*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* End */
/* /bitrix/components/tmf/chimney.calc/templates/.default/style.css?169838020913962 */
/* /local/templates/aspro_next/css/jquery.steps.css?15898880685739 */
/* /local/templates/aspro_next/css/select2.css?158988806817358 */
