@charset "UTF-8";
.constructor {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #262626;
    box-sizing: border-box;
    /* Ширина блока с полями */
    -moz-box-sizing: border-box;
    /* Для Firefox */
    -webkit-box-sizing: border-box;
}

.constructor:after {
    content: '';
    clear: both;
    display: block;
}

.constructor__values,
.constructor__preview {
    display: inline-block;
}

.constructor__values {
    width: 797px;
    padding-right: 30px;
}

@media screen and (max-width: 1280px) {
    .constructor__values {
        width: 730px;
    }
}

@media screen and (max-width: 768px) {
    .constructor__values {
        width: auto;
    }
}

.constructor__row:not(:last-child):after {
    content: '';
    display: block;
    margin-top: 25px;
    border-bottom: 1px dotted #787878;
    clear: both;
}

.constructor__row:not(:first-child) {
    margin-top: 25px;
}

.constructor__row-title,
.constructor__row-value {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .constructor__row-title,
    .constructor__row-value {
        display: block;
    }
}

.constructor__row-title {
    line-height: 34px;
    font-weight: 600;
}

.constructor__row-hint {
    width: 315px;
    font-size: 12px;
    line-height: 20px;
    color: #5b5b5b;
    position: relative;
    padding-right: 25px;
}

.constructor__row-hint:after {
    content: url(images/hint_icon.png);
    display: block;
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    top: 0;
}

.constructor__row-value {
    float: right;
    max-width: 367px;
}

.constructor__row-value .red-checkbox {
    display: inline-block;
}

.constructor__row-value .red-checkbox:not(:first-child) {
    margin-left: 36px;
}

@media screen and (max-width: 768px) {
    .constructor__row-value {
        float: none;
    }
}

.constructor .section::-webkit-scrollbar {
    width: 10px;
}

.constructor__preview {
    width: 367px;
    float: right;
    display: inline-block;
    background-color: #eeeeee;
    padding-top: 30px;
    position: relative;
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    scrollbar-width: thin;
}

.constructor__preview>* {
    direction: ltr;
}

.constructor__preview::-webkit-scrollbar-track {
    background: linear-gradient(to right, #ffffff 49%, #eeeeee 50%);
}

.constructor__preview::-webkit-scrollbar {
    width: 51px;
}

.constructor__preview::-webkit-scrollbar-thumb {
    background: url("images/scroll-track.png") no-repeat center center;
    height: 140px;
}

.constructor__preview_hidden {
    display: none;
}

@media screen and (max-width: 1280px) {
    .constructor__preview {
        width: 286px;
    }
}

@media screen and (max-width: 1024px) {
    .constructor__preview {
        display: none;
    }
    .constructor__values {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: -webkit-box;
        display: -ms-flexbox; /* ie 10 */
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical; /*ie10*/
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center; /* ie 10 */
        align-items: center;
    }
    .constructor__btn {
        margin: 10px 0 !important;
        width: 100%;
    }
    .constructor__btn_get-calc-xls,
    .constructor__btn_get-calc-pdf {
        float: none !important;
        /* margin-left: 15px; */
        display: block !important;
        margin-top: 0 !important;
    }
}

.constructor__btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #ed1d24;
    border: 1px solid #ed1d24;
    border-radius: 5px;
    display: inline-block;
    padding: 13px 15px 13px 50px;
    position: relative;
    cursor: pointer;
}

.constructor__btn:before {
    content: url(images/show_calc_icon.png);
    display: block;
    position: absolute;
    left: 16px;
    top: 4px;
}

.constructor__btn_get-calc-xls,
.constructor__btn_get-calc-pdf {
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    background-color: #ed1d24;
    float: right;
}

.constructor__btn_get-calc-xls {
    margin-left: 15px;
}

.constructor__btn_get-calc-xls:before,
.constructor__btn_get-calc-pdf:before {
    content: url(images/get_calc_icon.png);
}

.constructor__detail {
    position: relative;
}

.constructor__detail img {
    width: 50px;
    margin-left: 90px;
    display: block;
}

@media screen and (max-width: 1280px) {
    .constructor__detail img {
        margin-left: 67px;
    }
}

.constructor__detail_case {
    overflow: hidden;
}

.constructor__detail_adapter {
    height: 11px;
    overflow: hidden;
}

.constructor__detail_adapter img {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate(0, -50%);
}

.constructor__terrain {
    position: absolute;
    right: 20px;
}

@media screen and (max-width: 1280px) {
    .constructor__terrain {
        right: 2px;
    }
}

.constructor__terrain-block {
    margin-top: 2px;
    position: relative;
    width: 60px;
}

.constructor__terrain-block .arrow {
    text-align: right;
    padding-right: 7px;
    position: absolute;
    top: -28px;
    left: -85px;
    width: 85px;
    line-height: 38px;
    background: url(images/arrow-left.png) left bottom no-repeat;
}

@media screen and (max-width: 1280px) {
    .constructor__terrain-block .arrow {
        left: -55px;
        width: 55px;
    }
}

.constructor__terrain-block .fat,
.constructor__terrain-block .thin {
    display: inline-block;
    height: 100%;
}

.constructor__terrain-block .fat {
    width: 42px;
    margin-left: 5px;
    background: url(images/mud.png);
}

.constructor__terrain-block .thin {
    width: 7px;
    background: #606060;
    background: linear-gradient(to bottom, #606060 25%, #918c8c 50%, #606060 100%);
}

.constructor__terrain-block_oil .fat {
    background: #000;
}

.constructor__explosion {
    position: absolute;
    left: -5px;
    z-index: 11;
}

@media screen and (max-width: 1280px) {
    .constructor__explosion {
        left: -29px;
    }
}

.constructor__explosion-block {
    position: relative;
    width: 242px;
}

.constructor__explosion-block_full {
    background: url(images/fire.png);
}

.constructor__explosion-block_part {
    background: url(images/fire-part.png);
}

.constructor__popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.constructor__popup_active {
    display: block;
}

.constructor__popup table.noborder tr,
.constructor__popup table.noborder td {
    border: none;
}

.constructor__popup table.noborder td:first-child {
    font-weight: bold;
}

.constructor__popup-content {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    width: 50%;
    padding: 40px 35px 30px;
}

@media screen and (max-width: 1024px) {
    .constructor__popup-content {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .constructor__popup-content table {
        font-size: 10px;
    }
}

.constructor__popup-close {
    height: 22px;
    width: 22px;
    background: url(images/close.png);
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.constructor__popup-close:hover {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    cursor: pointer;
}

.red-select {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #262626;
    line-height: 15px;
    position: relative;
}

.red-select select {
    display: block;
    width: 367px;
    padding: 9px 38px 8px 9px;
    border-radius: 5px;
    border: 1px solid #787878;
    -webkit-appearance: none;
    /* Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* убираем дефолнтные стрелочки */
    height: 34px;
    background-color: transparent;
}

.red-select:after {
    content: url(images/select-arrow-down.svg);
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: -1;
    margin-top: -5px;
    cursor: pointer;
}

.multi-interval {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #262626;
    line-height: 15px;
    width: 367px;
    box-sizing: border-box;
    /* Ширина блока с полями */
    -moz-box-sizing: border-box;
    /* Для Firefox */
    -webkit-box-sizing: border-box;
    padding-left: 44px;
}

.multi-interval__head {
    width: 100%;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    padding: 6px 0px;
}

.multi-interval__row {
    width: 100%;
    height: 34px;
    position: relative;
    margin-bottom: 23px;
}

.multi-interval__add-btn {
    display: inline-block;
    padding-bottom: 12px;
    font-size: 12px;
    color: #5b5b5b;
    cursor: pointer;
    position: relative;
}

.multi-interval__add-btn:before {
    content: url(/local/templates/bvt/components/aer/constructor/.default/images/plus.png);
    display: block;
    position: absolute;
    cursor: pointer;
    left: -34px;
    top: 0;
    width: 34px;
}

.multi-interval__left-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #787878;
    left: -44px;
    top: 0;
    padding: 12px;
    text-align: center;
    cursor: default;
}

.multi-interval__right-icon {
    background: url(images/minus.png);
    display: block;
    position: absolute;
    right: -27px;
    top: 8px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.multi-interval__col {
    width: 158px;
    display: inline-block;
}

.multi-interval__col:last-child {
    margin-left: 3px;
}

.multi-interval__col input[type=number] {
    border-radius: 5px;
    border: 1px solid #787878;
    padding: 7px 10px;
    width: 100%;
    font-size: 15px;
    line-height: 15px;
}

.multi-interval__col input[type=number].error {
    background-color: #ef7e7e;
}

.multi-interval__col input[type=number]::-webkit-outer-spin-button,
.multi-interval__col input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.multi-interval__col input[type=number],
.multi-interval__col input[type=number]:hover,
.multi-interval__col input[type=number]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.red-checkbox {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #555555;
    /* Checked */
}

.red-checkbox input[type=checkbox] {
    display: none;
}

.red-checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 19px;
    line-height: 15px;
    user-select: none;
}

.red-checkbox label:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(images/checkbox.png) 0 0 no-repeat;
    bottom: 0;
    right: 0;
}

.red-checkbox input[type=radio]:checked+label:after,
.red-checkbox input[type=checkbox]:checked+label:after {
    background: url(images/checkbox_checked.png) 0 0 no-repeat;
}

.multi-select {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #262626;
    line-height: 15px;
    width: 367px;
    box-sizing: border-box;
    /* Ширина блока с полями */
    -moz-box-sizing: border-box;
    /* Для Firefox */
    -webkit-box-sizing: border-box;
}

.multi-select__row {
    width: 100%;
    height: 34px;
    position: relative;
    margin-bottom: 23px;
}

.multi-select__add-btn {
    display: inline-block;
    padding-bottom: 12px;
    font-size: 12px;
    color: #5b5b5b;
    cursor: pointer;
    position: relative;
    padding-left: 44px;
}

.multi-select__add-btn:before {
    content: url(images/plus.png);
    display: block;
    position: absolute;
    cursor: pointer;
    left: 10px;
    top: 0;
    width: 34px;
}

.multi-select__right-icon {
    background: url(images/minus.png);
    display: block;
    position: absolute;
    right: -27px;
    top: 8px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

@media (max-width: 425px) {
    .constructor__values {
        padding-right: 0;
    }
    .constructor__row {
        max-width: 320px;
    }
    .red-select select {
        max-width: 320px;
    }
    .multi-select {
        max-width: 320px;
    }
    .multi-interval {
        width: 100%;
    }
    .multi-interval__col {
        width: 120px;
    }
    .constructor__row-value .red-checkbox:not(:first-child) {
        margin-left: 25px;
    }
    .multi-interval__right-icon {
        right: 0;
    }
    .multi-select__select.red-select select {
        max-width: 290px;
    }
    .multi-select__select.red-select:after {
        right: 48px;
    }
    .multi-select__right-icon {
        right: 0;
    }
    .constructor__popup-content table:not(.noborder) {
        width: 100%;
        table-layout: fixed;
    }
    .constructor__popup-content table:not(.noborder) td, .constructor__popup-content table:not(.noborder) th {
        word-break: break-word;
    }
}
/*# sourceMappingURL=style.css.map */