.def-but {
    display: inline-block;
    max-width: 100%;
    width: 150px;
    padding: 14px 10px;
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 19px;
    color: #202020;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}

.def-but.mw-none {
    max-width: none;
}

.def-but.blc-but, .def-but.wh-but.active {
    color: #fff;
    background-color: #202020;
}

.def-but.blc-but:hover, .def-but.wh-but.active:hover {
    opacity: 0.8;
}

.def-but.blc-but.invert, .def-but.wh-but.active.invert {
    border-color: #202020;
    background-color: transparent;
    color: #202020;
}

.def-but.blc-but.invert:hover, .def-but.wh-but.active.invert:hover {
    background-color: #202020;
    color: #fff;
    opacity: 1;
}

.def-but.wh-but {
    color: #202020;
    background-color: #fff;
}

.def-but.wh-but:hover {
    opacity: 0.8;
}

.def-but.wh-but.invert {
    border-color: #fff;
    background-color: transparent;
}

.def-but.wh-but.invert:hover {
    background-color: #fff;
    opacity: 1;
}

.def-but.yel-but {
    color: #202020;
    background-color: #f5eb26;
}

.def-but.yel-but:hover {
    opacity: 0.8;
}

.def-but.yel-but.invert {
    border-color: #fff;
    background-color: transparent;
}

.def-but.yel-but.invert:hover {
    background-color: #fff;
    opacity: 1;
}

.cont-1440 {
    max-width: 1440px;
}

.cont-1226 {
    max-width: 1226px;
}

.cont-1150 {
    max-width: 1150px;
}

.sect-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mmn-bw {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.mmn-bw:last-child {
    margin-right: 0;
}

@media screen and (max-width: 575px) {
    .mmn-bw {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mmn-bw:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .mmn-lc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

.mmn-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 210px;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .mmn-rc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

.mark-mat-wrap a {
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.mmil-row {
    margin-bottom: -20px;
}

.mmi-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .mmi-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .mmi-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .mmi-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mmi-item {
    display: inline-block;
    vertical-align: top;
    background-color: lightgrey;
    overflow: hidden;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    max-width: 200px;
    text-align: left;
}

.mmi-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mmi-img a {
    display: block;
}

.mmi-img a:hover {
    opacity: 0.7;
}

.mmi-img img {
    max-width: 100%;
}

.mmi-bw {
    position: relative;
    z-index: 0;
}

.mmi-btn {
    display: block;
    background: url("../img/download.png") #fff 25px 50% no-repeat;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #202020;
    padding: 21px 15px;
    padding-left: 70px;
}

.mmi-btn:hover {
    background-color: #f5eb26;
    color: #202020;
    -webkit-box-shadow: 0px -10px 0px 0px #f5eb26;
    box-shadow: 0px -10px 0px 0px #f5eb26;
}

@media screen and (max-width: 991px) {
    .mmi-btn {
        padding-left: 60px;
        background-position: 20px 50%;
    }
}

.about-wrap {
    padding-top: 70px;
}

@media screen and (max-width: 1500px) {
    .about-wrap {
        padding-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .about-wrap {
        padding-top: 30px;
    }
}

.as-ind {
    margin-top: 25px;
}

@media screen and (max-width: 1500px) {
    .as-ind {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .as-ind {
        margin-top: 30px;
    }
}

.as-ttl, .as-cont h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
    .as-ttl, .as-cont h3 {
        font-size: 34px;
        line-height: 42px;
    }
}

@media screen and (max-width: 991px) {
    .as-ttl, .as-cont h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .as-ttl, .as-cont h3 {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .as-ttl, .as-cont h3 {
        font-size: 26px;
        line-height: 32px;
    }
}

.as-ttl.as-bl-ttl, .as-cont h3.as-bl-ttl {
    color: #202020;
}

.as-cont {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .as-cont {
        text-align: center;
    }
}

.as-cont p {
    line-height: 30px;
}

@media screen and (max-width: 991px) {
    .as-cont p {
        line-height: 20px;
    }
}

.as-cont ul {
    text-align: left;
    list-style-type: disc;
    padding-left: 17px;
}

.as-cont ul li {
    padding-left: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .as-cont ul li {
        padding-left: 10px;
    }
}

.as-cont ul li:last-child {
    margin-bottom: 0;
}

.as-cont img {
    max-width: 100%;
}

.lr-neg-0 {
    margin-left: 0;
    margin-right: 0;
}

.lr-ind-0 {
    padding-left: 0;
    padding-right: 0;
}

.asp-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media screen and (max-width: 767px) {
    .asp-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .asp-col:last-child {
        margin-bottom: 0;
    }
}

.asp-item {
    position: relative;
}

@media screen and (max-width: 767px) {
    .asp-item {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}

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

.aspi-tw {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 20px;
    background-color: rgba(234, 234, 234, 0.9);
}

@media screen and (max-width: 991px) {
    .aspi-tw {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.aspi-ttl {
    font-size: 14px;
    line-height: 18px;
    color: #202020;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .aspi-ttl {
        text-align: center;
    }
}

.atl-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media screen and (max-width: 767px) {
    .atl-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .atl-col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .atl-item {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.atl-item img {
    width: 100%;
}

.about-sert-wrap > .container-fluid {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: rgba(234, 234, 234, 0.9);
}

@media screen and (max-width: 991px) {
    .about-sert-wrap > .container-fluid {
        padding-top: 20px;
    }
}

.as-car-item {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.as-car-item:hover {
    opacity: 0.7;
}

.as-car-item img {
    width: auto !important;
    display: inline !important;
}

.as-car-wrap {
    position: relative;
}

@media screen and (max-width: 767px) {
    .as-car-nav-wrap {
        text-align: center;
        margin-top: 20px;
    }
}

.as-car-nav-wrap .nav {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

@media screen and (min-width: 768px) {
    .as-car-nav-wrap .nav {
        position: absolute;
        top: -70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .as-car-nav-wrap .nav {
        top: -47px;
    }
}

@media screen and (min-width: 768px) {
    .as-car-nav-wrap .nav.nav-prev {
        left: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .as-car-nav-wrap .nav.nav-prev {
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .as-car-nav-wrap .nav.nav-next {
        right: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .as-car-nav-wrap .nav.nav-next {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .as-car-nav-wrap .nav {
        margin: 0 20px;
    }
}

.as-car-nav-wrap .nav:hover {
    opacity: 0.7;
}

.a-sert-tw {
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 991px) {
    .a-sert-tw {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .a-sert-tw {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .fix-bg {
        background-attachment: fixed !important;
    }
}

.display-none {
    display: none;
}

.calculator .calculator-box {
    margin-top: 0 !important;
}

.calculator .tabs div {
    overflow: hidden;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.calculator .tabs div a {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.measurements {
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .mmt0 {
        margin-top: 0;
    }
}

body.custom {
    padding: 0;
}

/*      CUSTOMIZE TABLE IN MAIN     */
.calculator-wrap {
    /*align-items: flex-start;*/
}

.table-pipes {
    /*max-height: calc(100vh - 345px);*/
    max-height: 100%;
}

.calculator {
    /*max-width: 100%;*/
}

@media (max-width: 1439.98px) {
    .table-pipes {
        max-height: calc(120vh - 340px);
        /*max-height: 100%;*/
    }
}

@media (max-width: 1149.98px) {
    .table-pipes {
        /*max-height: calc(100vh - 400px);*/
        max-height: 100%;
    }
}

@media (max-width: 1023.98px) {
    .table-pipes {
        /*max-height: calc(100vh - 390px);*/
        max-height: 100%;
    }
}

@media (max-width: 767px) {
    .table-pipes {
        /*max-height: 345px;*/
        max-height: 100%;
    }
}

/*    CUSTOM SCROLLBAR    */
.mCSB_scrollTools.sticky {
    position: fixed;
    background: #fff;
    z-index: 30;
    left: 90px;
    width: calc(100% - 104px);
}



/* Новые стили для калькулятора */
.new-calc .calculator .tabs {
    max-width: 1065px;
    margin-left: auto;
    margin-right: auto; }
@media screen and (max-width: 1100px) {
    .new-calc .calculator .tabs {
        max-width: none; } }
@media screen and (max-width: 620px) {
    .new-calc .calculator .tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.new-calc .calculator .tabs div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(25% - 10px);
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: -webkit-calc(25% - 10px);
    max-width: calc(25% - 10px); }
@media screen and (max-width: 1100px) {
    .new-calc .calculator .tabs div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-left: 0;
        margin-right: 0; } }
@media screen and (max-width: 620px) {
    .new-calc .calculator .tabs div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .new-calc .calculator .tabs.three-items-nav div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.new-calc .calculator .tabs div a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px; }

.new-calc .new-tab-item {
    padding-bottom: 30px; }
.new-calc .new-tab-item .form-group {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
@media screen and (max-width: 991px) {
    .new-calc .new-tab-item .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%; } }
@media screen and (max-width: 767px) {
    .new-calc .new-tab-item .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
@media screen and (max-width: 575px) {
    .new-calc .new-tab-item .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
.new-calc .new-tab-item .form-group.fg-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px; }
@media screen and (max-width: 991px) {
    .new-calc .new-tab-item .form-group.fg-btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%; } }
@media screen and (max-width: 767px) {
    .new-calc .new-tab-item .form-group.fg-btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
@media screen and (max-width: 575px) {
    .new-calc .new-tab-item .form-group.fg-btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

/* Новые стили для Data sheet */
.valign-t-wrap {
    display: table;
    width: 100%;
    max-width: 100%;
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px); }

.valign-tc-wrap {
    display: table-cell;
    vertical-align: middle; }

.sect-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

.data-sheet-cont {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden; }

.dsc-top {
    background-color: #d9dada; }

.dsc-padding {
    padding: 50px; }
@media screen and (max-width: 767px) {
    .dsc-padding {
        padding: 30px 15px; } }

.dsc-top-cont {
    position: relative; }

.dsc-logo {
    position: absolute;
    top: -9px;
    right: 0; }

.dsc-ttl, .dscb-ttl {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 8px; }
.dsc-ttl.dsc-ttl-bold, .dsc-ttl-bold.dscb-ttl {
    font-weight: 700; }

.dsc-row > .row {
    margin-bottom: -13px; }

.dsc-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 13px; }
.dsc-col:first-child {
    margin-right: 30px; }
@media screen and (max-width: 575px) {
    .dsc-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.dsc-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 2px; }
.dsc-list-item:last-child {
    margin-bottom: 0; }

.dsc-li-key {
    color: rgba(32, 32, 32, 0.6);
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62%;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    width: 100%; }

.dsc-li-val {
    color: #202020;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    width: 100%; }

.dsc-bot {
    background-color: #e2e2e3; }

.dscb-ttl {
    margin-bottom: 0; }

.dscb-txt {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #202020; }

.dscb-row .row {
    margin-left: -5px;
    margin-right: -5px; }

.dscb-col {
    padding-left: 5px;
    padding-right: 5px; }

.def-inp-wrap {
    position: relative; }

.mt-15 {
    margin-top: 15px; }

.mb-15 {
    margin-bottom: 15px; }

@media screen and (max-width: 991px) {
    .mmt-15 {
        margin-top: 15px; } }

.def-but.dwn-pdf-but {
    font-weight: 500;
    color: #202020;
    height: 50px;
    border-color: #fff300;
    width: 170px; }
.def-but.dwn-pdf-but:hover {
    background-color: #fff300; }
.def-but.dwn-pdf-but img {
    display: inline-block;
    height: 15px;
    margin-right: 3px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }

.dscb-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px; }
@media screen and (max-width: 575px) {
    .dscb-col-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.dscb-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px; }
@media screen and (max-width: 575px) {
    .dscb-col-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px; } }

.dscbf-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
@media screen and (max-width: 420px) {
    .dscbf-lc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px; } }

.dscbf-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
@media screen and (max-width: 420px) {
    .dscbf-rc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.form-control.dscb-inp {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #636b70;
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #202020;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px; }
.form-control.dscb-inp::-webkit-input-placeholder {
    color: rgba(32, 32, 32, 0.6);
    opacity: 1; }
.form-control.dscb-inp::-moz-placeholder {
    color: rgba(32, 32, 32, 0.6);
    opacity: 1; }
.form-control.dscb-inp::-ms-input-placeholder {
    color: rgba(32, 32, 32, 0.6);
    opacity: 1; }
.form-control.dscb-inp::placeholder {
    color: rgba(32, 32, 32, 0.6);
    opacity: 1; }

/* Конец новых стилей для калькулятора взятых из верстки */

.calc-nav-wrap {
    position: relative;
}

@media screen and (min-width: 1101px)  {
    .calc-nav-wrap {
        max-width: 1065px;
        margin-left: auto;
        margin-right: auto;
    }
}

.calculator .tabs div a {
    cursor: pointer;
}

.calculator .tabs div a:hover {
    color: #fff;
}

.calculator .tabs div.active a, .calculator .tabs div.active a:hover {
    color: #202020;
}

.nav-preload {
    left: 5px;
    right: 5px;
}

@media screen and (max-width: 1100px)  {
    .nav-preload {
        left: 0;
        right: 0;
    }
}

.btn.gen-data-btn {
    width: 100%;
    margin: 0;
}

.new-tab-item .v-select.disabled, .new-tab-item .v-select.disabled input {
    cursor: not-allowed;
}

.new-tab-item .v-select li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
}

.new-tab-item .v-select .selected-tag {
    font-size: 12px;
}

/*Global modal styles*/

.new-reg-mw {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 50, 54, 0.8);
    display: flex;
    align-items: safe center;
    justify-content: safe center;
    overflow: auto;
    z-index: 31;
    padding: 30px 15px;
}
.new-reg-modal-cont {
    flex: 0 0 380px;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    margin: auto;
}
.nrm-header {
    padding: 30px 60px;
    border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 420px) {
    .nrm-header {
        padding: 30px;
    }
}
.nrm-body {
    padding: 30px 60px;
}
@media screen and (max-width: 420px) {
    .nrm-body {
        padding: 30px;
    }
}
.nrm-ttl {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #202020;
    text-transform: uppercase;
}
.nrm-rad-item {
    line-height: 18px;
    margin-bottom: 18px;
}
.nrm-rad-item:last-child {
    margin-bottom: 0;
}
.nrm-rad-lbl {
    font-size: 14px;
    line-height: 18px;
    color: #202020;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 30px;
    cursor: pointer;
    transition: opacity 250ms ease;
}
.nrm-rad-lbl:hover {
    opacity: 0.7;
}
.nrm-rad-inp:checked + .nrm-rad-lbl {
    font-weight: bold;
}
.nrm-rad-inp:checked + .nrm-rad-lbl:hover {
    opacity: 1;
}
.nrm-rad-lbl:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #202020;
    border-radius: 50%;
}
.nrm-rad-inp:checked + .nrm-rad-lbl:before {
    background-color: #202020;
}
.nrm-bw {
    margin-top: 25px;
}
.help-span-error {
    color: red;
    font-size: 14px;
}
.has-error .v-select {
    border: 1px solid red;
}
.has-error .v-select .dropdown-toggle {
    border: none !important;
}
.has-error-input {
    border: 1px solid red;
}
.form-send-request input {
    padding: 0 10px;
}
.btn-copy {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 auto 30px auto;
    background: #f5eb26;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    height: 50px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-copy:focus {
    outline: none;
}
.btn-copy:hover {
    opacity: .65;
}
.btn-copy:disabled {
    background-color: #fefad4;
    cursor: default;
}
.btn-copy:disabled:hover {
    opacity: 1;
}

/*Global modal styles*/

.v-align-wrap {
    min-height: -webkit-calc(100vh - 100px - 100px);
    min-height: calc(100vh - 100px - 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1439.98px) {
    .v-align-wrap {
        min-height: -webkit-calc(100vh - 80px - 80px);
        min-height: calc(100vh - 80px - 80px);
    }
}

@media (max-width: 1023.98px) {
    .v-align-wrap {
        min-height: -webkit-calc(100vh - 70px - 70px);
        min-height: calc(100vh - 70px - 70px);
    }
}

@media (max-width: 575.98px) {
    .v-align-wrap {
        min-height: -webkit-calc(100vh - 70px - 105px);
        min-height: calc(100vh - 70px - 105px);
    }
}

.psg-wrap {
    background: rgba(255, 255, 255, 0.93);
    padding: 15px;
}

.psg-tab {
    display: none;
}

.psg-tab.active {
    display: block;
}

.psg-navs {
    display: flex;
    flex-wrap: wrap;
}

.psg-nav {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 15px 5px;
    text-align: center;
    color: #202020;
    border: 1px solid #778085;
    border-right: none;
    transition: all 250ms ease;
    font-size: 16px;
    line-height: 20px;
}

.psg-nav:hover {
    color: #202020;
}

.psg-nav:last-child {
    border-right: 1px solid #778085;
}

.psg-nav.active {
    background-color: #778085;
    color: #f5eb26;
}

@media screen and (max-width: 991px)  {
    .psg-nav {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px)  {
    .psg-nav {
        flex: 0 0 100%;
        max-width: 100%;
        border: 1px solid #778085;
        border-bottom: none;
    }
    .psg-nav:last-child {
        border-bottom: 1px solid #778085;
    }
}

.psg-tabs {
    border: 1px solid #778085;
    margin-top: 15px;
    padding: 15px;
    padding-bottom: 14px;
    height: 395px;
    overflow: auto;
    scrollbar-color: #dbdfe2 transparent;
    scrollbar-width: thin;
}

.psg-tabs::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
}

.psg-tabs::-webkit-scrollbar-thumb {
    background: #dbdfe2;
}

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

.psg-list li {
    margin-bottom: 10px;
}

.psg-list li:last-child {
    margin-bottom: 0;
}

.psg-list a {
    color: #202020;
    transition: all 250ms ease;
    font-size: 16px;
    line-height: 20px;
}

.psg-list a:hover {
    color: #202020;
    opacity: 0.7;
}


/*Hide calc*/
/*
.calculator.hide-calc .calc-nav-wrap {
    display: none;
}

.calculator.hide-calc .tab-block {
    display: none!important;
}

.calculator.hide-calc .btn-show-table {
    display: none;
}

.calculator.hide-calc .table-wrap {
    margin-top: 0;
}

.calculator.hide-calc .calculator-box {
    padding-top: 0;
}
*/
/*Hide calc*/


/*Hide disabled elements styles*/

#industrial .select-disabled, #industrial .btn-disabled, #industrial .disabled, #industrial .input-disabled,
#oil .select-disabled, #oil .btn-disabled, #oil .disabled, #oil .input-disabled,
#mechanical .select-disabled, #mechanical .btn-disabled, #mechanical .disabled, #mechanical .input-disabled {
    /*opacity: 0;*/
    cursor: default;
}

#industrial .dv-field,
#oil .dv-field,
#mechanical .dv-field {
    /*opacity: 1;*/
}

/*Hide disabled elements styles*/


/*Hide lang switcher*/

/*.menu.hide-lang-switcher .lang {*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*}*/

/*Hide lang switcher*/
