.calc_wrapper {
    max-width: 1050px;
    margin: 30px auto;
}
.calc_form button[type=submit]{
    display: none;
}
.calc_form .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calc_form .row .col-md-6{
    width: 49%;
}
.calc_form .item_field{
    padding: 12px 0;
}

.calc_form .item_field .field_dop{
    position: relative;
}
.calc_form .item_field .field_dop .desc{
    margin-top: 10px;
    padding-left: 35px;
    color: #848484;
}
.calc_form .item_field .modal_dop_fields .desc{
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
.calc_form fieldset{
    margin-top: 20px;
}
.calc_form label{
    cursor: pointer;
    display: block;
}
.calc_form label > span{
    font-weight: 600;
    font-size: 16px;
}
.calc_form label.select > span{
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.calc_form select{
    width: 100% !important;
    max-width: 300px;
}
.calc_form .field_dop.disabled{
    color: #9c9c9c;
}
.calc_form label.checkbox > span{
    display: inline-block;
    margin-left: 5px;
}
.calc_form label.checkbox input{
    display: none;
}
.calc_form label.checkbox input + .check{
    content: '';
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.calc_form label.checkbox input:checked + .check{
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.calc_form fieldset label{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.calc_form fieldset label.checkbox > span{
    font-size: 16px;
}
.calc_form fieldset .item_field .field_dop .desc{
    font-size: 14px;
    margin-top: 0;
    max-width: 315px;
    line-height: initial;
}
.calc_form fieldset{
    padding: 0.35em 0.75em 0.625em;
    border-width: 2px;
    border-style: groove;
    border-color: #e1e1e1;
    border-image: initial;
    margin-bottom: 20px;
    transition: 0.3s;
}
.calc_form fieldset:hover{
    border-color: #315d9b;
}
.calc_form fieldset legend{
    width: auto;
    padding: 0 15px;
}

/*.calc_form span.select2-selection__arrow{
    background: #315d9b;
}
.calc_form span.select2-selection__arrow b{
    border-color: #fff transparent transparent transparent !important;
}
.calc_form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
}*/

.calc_form input[type='checkbox']:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.calc_form .modal_dop_fields {
    width: 230px;
    background: #fff;
    padding: 30px 20px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 40px;
    display: none;
    box-shadow: 3px 4px 12px #565656;
}
.calc_form .modal_dop_fields.open {
    display: block;
}
.calc_form .modal_dop_fields label{
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.calc_form .modal_dop_fields label span{
    font: 600 14px/18px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    color: #32363e;
}
.calc_form .modal_dop_fields .button_close{
    display: block;
    padding: 5px 15px;
    color: #fff;
    background: #e30014;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    font: 600 14px/20px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    transition: 0.3s;
}
.calc_form .modal_dop_fields .button_close:hover{
    background: #000;
}
.calc_form .modal_dop_fields .icon_close{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 6px;
    padding: 3px 5px;
    cursor: pointer;
}
.calc_form .modal_dop_fields .plus_minus_block{
    margin-top: 15px;
}
.calc_form .modal_dop_fields .plus_minus_block p{
    margin-bottom: 5px;
}
.calc_form .modal_dop_fields .plus_minus_block .title{
    font: 600 14px/18px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
}
.calc_form .modal_dop_fields .plus_minus_block .desc{
    color: #8d8d8d;
}
/**
Кнопки плюс-мнус
 */
.calc_form .modal_dop_fields .b-handle-counter, .calc_form .result_calc .b-handle-counter {
    display: flex;
    width: 88px;
}

.calc_form .modal_dop_fields .b-handle-counter .b-counter-minus, .calc_form .modal_dop_fields .b-handle-counter .b-counter-plus, .calc_form .result_calc .b-handle-counter .b-counter-minus, .calc_form .result_calc .b-handle-counter .b-counter-plus {
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #B1BFC3;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.calc_form .modal_dop_fields .b-handle-counter .b-counter-minus, .calc_form .modal_dop_fields .b-handle-counter .b-counter-plus, .calc_form .result_calc .b-handle-counter .b-counter-minus, .calc_form .result_calc .b-handle-counter .b-counter-plus {
    width: 28px;
    height: 28px;
    display: flex;
    padding: 0;
    justify-content: center;
    padding-top: 5px;
    align-items: center;
}
.calc_form .modal_dop_fields .b-handle-counter .b-counter-minus, .calc_form .result_calc .b-handle-counter .b-counter-minus {
    border-right: 0 none;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    padding-top: 0;
}
.calc_form .modal_dop_fields .b-handle-counter .b-counter-plus, .calc_form .result_calc .b-handle-counter .b-counter-plus {
    border-left: 0 none;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    padding-top: 0;
}
.calc_form .modal_dop_fields .b-handle-counter .b-counter-minus .b-icon, .calc_form .modal_dop_fields .b-handle-counter .b-counter-plus .b-icon, .calc_form .result_calc .b-handle-counter .b-counter-minus .b-icon, .calc_form .result_calc .b-handle-counter .b-counter-plus .b-icon {
    font-size: 18px;
    line-height: 34px;
    color: #7D8D92;
    transition: all ease-out .2s;
}
.calc_form .modal_dop_fields .b-handle-counter .b-counter-minus .b-icon, .calc_form .modal_dop_fields .b-handle-counter .b-counter-plus .b-icon, .calc_form .result_calc .b-handle-counter .b-counter-minus .b-icon, .calc_form .result_calc .b-handle-counter .b-counter-plus .b-icon {
    line-height: 26px;
    display: block;
    width: 100%;
    height: 100%;
}
.calc_form .modal_dop_fields .icon-minus:before, .calc_form .result_calc .icon-minus:before {
    content: "-";
}
.calc_form .modal_dop_fields .icon-add:before, .calc_form .result_calc .icon-add:before {
    content: "+";
}
.calc_form .modal_dop_fields .b-handle-counter .b-form-field_type_text, .calc_form .result_calc .b-handle-counter .b-form-field_type_text {
    /*font: 14px/34px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;*/
    width: 43px;
    height: 36px;
    padding: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}
.calc_form .modal_dop_fields .b-handle-counter .b-form-field_type_text, .calc_form .result_calc .b-handle-counter .b-form-field_type_text {
    font: 14px/26px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    width: 32px;
    height: 28px;
    line-height: 14px;
    border: 1px solid #B1BFC3;
}

.calc_form .result_calc {
    margin: 15px 0;
    background: #ecf0f1;
    border: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 16px;
}
.calc_form .result_calc .date_block{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.calc_form .result_calc .total_price {
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.calc_form .result_calc .total_price button{
    margin-left: 20px;
    padding: 11px 15px;
    color: #fff;
    background: #e30014;
    text-align: center;
    cursor: pointer;
    border: none;
    font: 600 18px/22px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    transition: 0.3s;
}
.calc_form .result_calc .total_price .total_price_print{
    font: 700 32px/36px 'Arimo',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    color: #000;
}
.calc_form .result_calc .total_price .total_price_print span{
    font-size: 26px;
}
.calc_form .result_calc .total_price button:hover{
    background: #000;
}
.calc_form .result_calc .date_block p {
    font: 13px/17px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    color: #7D8D92;
    margin-bottom: 5px;
}
.calc_form .result_calc .date_block p.success_date {
    font: 600 14px/18px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    color: #434F61;
}

.calc_form .result_calc .count_orders {
    font: 13px/17px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    color: #7D8D92;
    text-align: center;
}
.calc_form .result_calc .count_orders .b-handle-counter{
    margin: 5px auto;
}

/**
Стилизация форм калькулятора
 */
.select2-container{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:inline-block;
    margin:0;
    position:relative;
    vertical-align:middle
}
.select2-container .select2-selection--single{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    height:40px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered{
    display:block;
    padding-left:16px;
    padding-right:36px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear{
    background-color:transparent;
    border:none;
    font-size:1em
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    padding-right:8px;
    padding-left:20px
}
.select2-container .select2-selection--multiple{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    min-height:32px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display:inline;
    list-style:none;
    padding:0
}
.select2-container .select2-selection--multiple .select2-selection__clear{
    background-color:transparent;
    border:none;
    font-size:1em
}
.select2-container .select2-search--inline .select2-search__field{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border:none;
    font-size:100%;
    margin-top:5px;
    margin-left:5px;
    padding:0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-dropdown{
    background:#fff;
    -moz-box-shadow:0 25px 50px rgba(0,0,0,.1),0 7px 20px rgba(0,0,0,.0651589),0 3px 7px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.0348411);
    box-shadow:0 25px 50px rgba(0,0,0,.1),0 7px 20px rgba(0,0,0,.0651589),0 3px 7px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.0348411);
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:97;
    overflow:hidden
}
.select2-results{
    display:block
}
.select2-results__options{
    list-style:none;
    margin:0;
    padding:0
}
.select2-results__option{
    font:14px/18px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    color:#353C41;
    padding:11px 30px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-results__option--selectable{
    cursor:pointer
}
.select2-container--open .select2-dropdown{
    left:0
}
.select2-container--open .select2-dropdown--above{
    margin-bottom:4px
}
.select2-container--open .select2-dropdown--below{
    margin-top:4px
}
.select2-search--dropdown{
    display:none!important;
    padding:4px
}
.select2-search--dropdown .select2-search__field{
    padding:4px;
    width:100%;
    -moz-box-sizing:border-box;
    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{
    transition:all ease-out .2s;
    background-color:#fff;
    border:1px solid #B1BFC3;
    -moz-border-radius:3px;
    border-radius:3px
}
.select2-container--default .select2-selection--single:hover{
    border:1px solid #315d9b
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font:600 14px/38px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    color:#353C41
}

.calc_wrapper .calc_form .contact{
    margin-top: 15px;
}
.calc_wrapper .calc_form .info{
    font: 600 14px/18px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;
    color: #434F61;
}
.calc_wrapper .calc_form .contact .list ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: end;
}
.calc_wrapper .calc_form .contact .list ul li{
    padding: 5px 15px;
    border-right: 1px solid #8a9cb5;
}
.calc_wrapper .calc_form .contact .list ul li svg{
    max-width: 20px;
}
.calc_wrapper .calc_form .contact .list ul li:last-child{
    border-right: none;
    padding-right: 0;
}
.calc_wrapper .calc_form .contact .list ul li a{
    /*font: 400 16px/18px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif;*/
    line-height: 1em;
    font-family: "Open Sans";
    font-size: 16px;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.9);
}
.calc_wrapper .calc_form .contact .list ul li a.whatsapp-link{
     display: inline-block;
     min-width: 136px;
}

.calc_wrapper .calc_form .contact .list ul li a img{
    position: relative;
    top: -3px;
    -webkit-animation: scale_messengers 2s linear infinite;
    animation: scale_messengers 2s linear infinite;
}
.calc_wrapper .calc_form .contact .list ul li.phone a{
    font-weight: 700;
}
.calc_wrapper .calc_form .contact .list ul li.email a{
}

@media screen and (min-width:768px){
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        font:600 16px/38px 'Open Sans',Verdana,Arial,Tahoma,Helvetica,'Ubuntu Light',Ubuntu,sans-serif
    }
}


@media screen and (max-width:1199px){
    .calc_wrapper .calc_form .contact .list ul {
        justify-content: end;
    }
    .calc_wrapper .calc_form .contact .list ul li {
        padding: 5px 7px;
        border-right: 2px solid #8a9cb5;
    }
}

@media screen and (max-width:980px){
    .calc_wrapper .calc_form .contact .list ul li a {
        font-size: 14px;
    }
}
@media screen and (max-width:900px){
    .calc_wrapper .calc_form .contact > div {
        width: 100%;
        max-width: 100%;
        flex: inherit;
    }
    .calc_wrapper .calc_form .contact .list {
        margin-top: 10px;
    }
    .calc_wrapper .calc_form .contact .list ul {
        justify-content: start;
    }
    .calc_wrapper .calc_form .contact .list ul li:first-child{
        padding-left: 0;
    }
    .calc_wrapper .calc_form .contact .list ul li a.telegram-link{
        display: inline-block;
        min-width: 137px;
    }
}
@media screen and (max-width:675px){
    .calc_form fieldset label.checkbox > span {
        font-size: 14px;
        line-height: 18px;
    }
    .calc_form fieldset .item_field .field_dop .desc {
        font-size: 13px;
        padding-left: 30px;
    }
}
@media screen and (max-width:575px){
    .calc_wrapper{
        margin-bottom: 0;
    }
    .calc_form .result_calc .date_block {
        align-items: center;
    }
    .calc_form .result_calc .total_price, .calc_wrapper .calc_form .contact .list ul {
        justify-content: center;
    }
    .calc_wrapper .calc_form .contact {
        text-align: center;
    }
    .calc_form .row .col-md-6 {
        width: 100%;
    }
    .calc_form label.select > span {
        margin-bottom: 0;
        font-size: 15px;
    }
    .calc_form .item_field {
        padding-bottom: 0;
    }
    .calc_form .modal_dop_fields {
        padding: 20px 15px;
        left: 30px;
    }
    .calc_form fieldset legend {
        padding: 0 10px;
        font-size: 17px;
        line-height: 20px;
    }
}
@media screen and (max-width:520px){
    /*.calc_wrapper .calc_form .contact .list ul {
        flex-direction: column;
    }*/
    .calc_wrapper .calc_form .contact .list ul li{
        padding: 5px 10px;
        border-right: none;
    }
    .calc_wrapper .calc_form .contact .list ul li a{
        margin: 0;
    }
    /*.calc_wrapper .calc_form .contact .list ul li.messagers a:first-child{
        padding-right: 10px;
    }*/
    .calc_wrapper .calc_form .contact .list ul li a span, .calc_wrapper .mobile_hide{
        display: none;
    }
    .calc_wrapper .calc_form .contact .list ul li:first-child{
        padding-left: 0;
    }
    .calc_wrapper .calc_form .contact .list ul li:last-child{
        padding-bottom: 0;
    }
    .calc_wrapper .calc_form .contact .list ul li a img{
        top: 0;
    }

    .calc_wrapper .calc_form .contact .list ul li a.whatsapp-link, .calc_wrapper .calc_form .contact .list ul li a.telegram-link{
        min-width: inherit;
    }
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:700;
    height:26px;
    margin-right:20px;
    padding-right:0
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    -webkit-transform-origin:center;
    -moz-transform-origin:center;
    transform-origin:center;
    height:40px;
    position:absolute;
    top:0;
    right:0;
    width:32px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    position:absolute;
    font-size:20px;
    line-height:40px;
    color:#315d9b;
    left:50%;
    margin-left:-10px;
    top:0;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\25BC";
}
.select2-container--open .select2-selection__arrow{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg)
}
.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:#fff;
    border:1px solid #aaa;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:text;
    padding-bottom:5px;
    padding-right:5px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:700;
    height:20px;
    margin-right:10px;
    margin-top:5px;
    padding:1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:#e4e4e4;
    border:1px solid #aaa;
    -moz-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
    padding:0
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    cursor:default;
    padding-left:2px;
    padding-right:5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color:transparent;
    border:none;
    border-right:1px solid #aaa;
    -moz-border-radius-topleft:4px;
    border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-left-radius:4px;
    color:#999;
    cursor:pointer;
    font-size:1em;
    font-weight:700;
    padding:0 4px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color:#f1f1f1;
    color:#333;
    outline:none
}
.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__display{
    padding-left:5px;
    padding-right:2px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    border-left:1px solid #aaa;
    border-right:none;
    -moz-border-radius-topleft:0;
    border-top-left-radius:0;
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius:0;
    -moz-border-radius-topright:4px;
    border-top-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-bottom-right-radius:4px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{
    float:left;
    margin-left:10px;
    margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:solid #000 1px;
    outline:0
}
.select2-container--open .select2-selection--single{
    border:1px solid #315d9b
}
.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-search--dropdown .select2-search__field{
    border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field{
    background:0 0;
    border:none;
    outline:0;
    -moz-box-shadow:none;
    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>.select2-results__options::-webkit-scrollbar-track{
    border-radius:4px
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    width:4px
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
    border-radius:2px;
    background:#C6CFD2
}
.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--group{
    padding:0
}
.select2-container--default .select2-results__option--disabled{
    color:#999
}
.select2-container--default .select2-results__option--selected{
    position:relative;
    background: #e0ebed;
}
.select2-container--default .select2-results__option--selected:before{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    -moz-border-radius:50%;
    border-radius:50%;
    top:50%;
    margin-top:-3px;
    left:14px;
    background:#315d9b
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background:#EDF1F2;
    color: inherit;
}
.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;
    -moz-border-radius:4px;
    border-radius:4px;
    outline:0;
    background-image:-moz-linear-gradient(top,#fff 50%,#eee 100%);
    background-image:linear-gradient(to bottom,#fff 50%,#eee 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:700;
    height:26px;
    margin-right:20px
}
.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;
    -moz-border-radius-topright:4px;
    border-top-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-bottom-right-radius:4px;
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px;
    background-image:-moz-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image:linear-gradient(to bottom,#eee 50%,#ccc 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;
    -moz-border-radius:0;
    border-radius:0;
    -moz-border-radius-topleft:4px;
    border-top-left-radius:4px;
    -moz-border-radius-bottomleft: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:0 0;
    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;
    -moz-border-radius-topleft:0;
    border-top-left-radius:0;
    -moz-border-radius-topright:0;
    border-top-right-radius:0;
    background-image:-moz-linear-gradient(top,#fff 0%,#eee 50%);
    background-image:linear-gradient(to bottom,#fff 0%,#eee 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;
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius:0;
    -moz-border-radius-bottomright:0;
    border-bottom-right-radius:0;
    background-image:-moz-linear-gradient(top,#eee 50%,#fff 100%);
    background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple{
    background-color:#fff;
    border:1px solid #aaa;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:text;
    outline:0;
    padding-bottom:5px;
    padding-right:5px
}
.select2-container--classic .select2-selection--multiple:focus{
    border:1px solid #5897fb
}
.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;
    -moz-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
    padding:0
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{
    cursor:default;
    padding-left:2px;
    padding-right:5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
    background-color:transparent;
    border:none;
    -moz-border-radius-topleft:4px;
    border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-left-radius:4px;
    color:#888;
    cursor:pointer;
    font-size:1em;
    font-weight:700;
    padding:0 4px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#555;
    outline:none
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
    padding-left:5px;
    padding-right:2px
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    -moz-border-radius-topleft:0;
    border-top-left-radius:0;
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius:0;
    -moz-border-radius-topright:4px;
    border-top-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-bottom-right-radius:4px
}
.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;
    -moz-border-radius-topleft:0;
    border-top-left-radius:0;
    -moz-border-radius-topright:0;
    border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom:none;
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius:0;
    -moz-border-radius-bottomright: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;
    -moz-box-shadow:none;
    box-shadow:none
}
.select2-container--classic .select2-dropdown{
    background-color:#fff;
    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--group{
    padding:0
}
.select2-container--classic .select2-results__option--disabled{
    color:grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#3875d7;
    color:#fff
}
.select2-container--classic .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown{
    border-color:#5897fb
}
/**
\\END Стилизация форм калькулятора
 */