textarea[name="DATA"]
{
    display:none;
}
.switch_weight
{
    display:none;
}
.button-switch input, .filter-line-scale .radio-button input {
    display: none;
}

.filter-line-scale, .filter-line-scale .radio-button {
    position: relative;
    display: inline-block;
}

.filter-line-first, .filter-line-scale, .filter-line-type {
    display: inline-block;
    margin: 15px 0;
}

.filter-line-first {
    border: 1px solid #bac0c6;
    padding: 1px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.button-switch {
    position: relative;
    display: inline-block;
    border-radius: 24px;
    padding: 9px 17px;
    color: #000;
    margin-bottom: 0;
    border: 1px solid transparent;
    z-index: 3;
}

.filter-line-type .button-switch {
    border: 1px solid #bac0c6
}

.button-switch:not(.disabled):hover, .button-switch:not(.disabled):focus {
    color: #279e03;
    border: 1px solid #279e03;
    cursor: pointer;
}

.button-switch:not(.disabled).active {
    border: 1px solid #279e03;
    background-color: #279e03;
    color: #fff;
}

.filter-line-type .button-switch.disabled {
    color: #bac0c6;
}

.button-switch:first-child, .filter-line-type .button-switch + .button-switch {
    margin-right: 21px
}

.filter-line-type .button-switch {
    margin-bottom: 5px;
}

.minus.button::before {
    content: "–";
    color: #787878;
    font-size: 20px;
    line-height: 19px;
}

.plus.button:after {
    content: '+';
    color: #787878;
    font-size: 20px;
    line-height: 19px;
}

.fix {
    position: sticky;
    top: 0;
    margin-top: 0em;
    margin-left:10px;
    padding-top: 25px;
}


.item.ots input[type='number'] {
    -moz-appearance: textfield;
}

.item.ots input[type=number]::-webkit-inner-spin-button,
.item.ots input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.picture {
    float:left;
    display:block;
    width:100%;
    text-align:center;
    min-height: 680px !important;
}

.picture .paket {
    display: flex;
    max-width: 750px;
    min-width: 80px;
    min-height: 40px;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.picture .paket .pic-pak {
    float: left;
    width: 80px;
    height: 100px;
    display: block;
    background:url("/images/calc.jpg") repeat;
    border: 4px solid #279e03;
    max-width: 100% !important;
    background-size: 30px;
}


.picture .paket .pic-klap {
    float: left;
    width: 80px;
    height: 50px;
    display: block;
    background:url("/images/calc.jpg") repeat;
    border: 4px solid #279e03;
    border-bottom:0px;
    max-width: 100% !important;
    background-size: 30px;
}


.picture .paket .pic-klap.h {
    display:none;
}

.picture .paket .pic-klap .klap-kl {
    float:left;
    display:block;
    width:100%;
    margin-top:5px;
    height:10px;
    background:#eeddb1;
}

.picture .paket .pic-klap .klap-kl.h {
    display:none;
}

.description {
    float:left;
    display:block;
    width:100%;
}


.row7 .row {
    display:block;
}

.boks {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: white;
    float: left;
}


.description {
    background: white;
}

.dis {
    opacity:0.5;
}

.styled-block {
    width:100%;
}

.calc .noUi-value {
    margin-top:10px;
}

.calc .noUi-pips .noUi-value:nth-child(2) {
    /*font-size:20px;*/
    font-weight:700;
}

.calc .noUi-pips .noUi-value:nth-last-child(1) {
    /*font-size:20px;*/
    font-weight:700;
}



.refresh-page {
    display:none !important;
}

.calc {

    width:100%;
    display:block;
}

.calc .radio {
    position: relative;
    padding-left: 23px;
}



.calc .item {
    float:left;
    width:100%;
    display:block;
    margin-bottom: 95px;
}

.calc .item .z {
    float: left;
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 40px;
}

.calc .item .z2 {
    margin-bottom: 0px;
    padding:0;
}


.calc .item .scrol {
    float:left;
    width:100%;
    display:block;
    position: relative;
}

/*.calc .item .noUi-handle:hover .noUi-tooltip {
display:block;
}
.calc .item .noUi-handle:focus .noUi-tooltip {
display:block;
}*/

.calc .item .noUi-horizontal .noUi-handle {
    box-shadow: none;
    border: 0;
    background: none;
    width:18px;
    height:18px;
}

.calc .item .noUi-horizontal .noUi-origin {
    height: 4px;

}

.calc .item .noUi-horizontal .noUi-connect {
    background: #279e03;
}

.calc .item .noUi-target {
    background: #efefef;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 4px;
}


.calc .item .noUi-horizontal .noUi-handle:before {
    display:none;
}
.calc .item .noUi-horizontal .noUi-handle:after {
    display:none;
}

/*.calc .item .noUi-tooltip {
display:none;
}*/

.calc .noUi-touch-area {
    background: #279e03;
    border-radius: 50px;
    box-shadow: none;
    border: 0;
    cursor: ew-resize;
}


.calc .noUi-horizontal .noUi-handle {
    right:-9px;
}


.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio label {
    /*position: relative;*/
}

.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}


.custom-radio+label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: transparent;
    border: 2px solid #279e03;
    width: 18px;
    cursor: pointer;
    height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.custom-radio+label::after {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 5px;
    left: 5px;
    background-color: #279e03;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}



/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {
    background-color: #279e03;
    border-color: #279e03;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
    background-color: transparent;
    border: 2px solid #279e03;
}

.custom-radio:checked+label::after {
    opacity: 1!important;
    visibility: visible!important;
}



.custom-radio:checked+label::after {
    height: 6px;
    width: 6px;
    top: 7px;
    left: 6px;
}


/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {
    background-color: #e9ecef;
}

.calc .item.klapan {
    margin-bottom: 10px;
}
.calc .item.klapan2 {
    margin-bottom: 10px;
}
.calc .item.klapan3 {
    margin-bottom: 95px;
}


.custoio {
    padding: 5px;
}

.calc .item.dann {
    margin-bottom:10px;
}


.calc .item.dann .items {
    float: left;
    width: 100%;
    display: block;
    margin-bottom:15px;
}

.calc .item.dann .items .z {
    float:left;
    display:block;
    font-size:16px;
    width: auto;
    font-weight: bold;
}

.calc .item.dann .items .znach {
    float: left;
    display: block;
    font-size: 16px;
    width: auto;
    margin-left: 10px;

}

.calc .item.ots {
    margin-bottom:15px;
    padding-left: 5px;
}


.pomatka {
    font-size: 17px;
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
    padding: 0;
    margin-top: 15px;
}

.pomatka .iz {
    display: block;
    float: left;
    width: 60%;
    font-size: 17px;
}
.pomatka .iz2 {
    display: block;
    float: left;
    width: 40%;
    text-align:right;
    font-size: 17px;
}

.pomatka .pp {
    padding: 0;
    line-height: 2;
    float: left;
    width: 100%;
    padding-top: 5px;
}

.pomatka .pp .fon {
    background: #f6f8fa;
    float: LEFT;
    width: 100%;
    padding: 20px;
}

.pomatka .pp .fon .i {
    border-bottom: 1px solid #bcc0c6;
    font-size: 16px;
    margin-top: 5px;
}

.pomatka .pp .fon .ii {
    font-size: 16px;
    text-align:right;
    margin-top: 5px;
}

.pomatka .pp .fon .i b {
    float: right;
    font-weight: normal;
}

.pomatka .z {
    float: left;
    width: 100%;
    display: block;
    font-size: 20px;
    background: #efefef;
    padding: 10px 5px;
    margin-bottom: 0px;
}

.calc .item.dann .items.price .z2 {
    font-weight: normal;
    padding: 10px 0;
}

.calc .item.dann .items.price .znach {
    padding:10px 0;
    font-weight: normal;
}

.calc .item.dann .items.price .znach2 {
    margin-left:0px;
    font-weight: normal;
    white-space: nowrap;
    padding: 10px 0;
}

.calc .item.dann .items.price .znach #p8 {
    font-weight: bold;
    margin-right: 10px;
}

.param {
    width:100%;
    display: block;
    float: left;
    border: 1px solid #279e03;
    background: #f0f3f5;
    padding: 15px;
}

.param .z3 {
    padding: 14px 5px !important;
    font-size: 23px;
}

.param .ppp {
    padding: 5px;
    display: block;
    float: left;
    width:100%;
}


.form-type-number {
    position: relative;
    height: 50px;
    max-width: 150px;
    padding: 0 0px;
}
.form-type-number input {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    text-align: center;
    background-color: #efefef;
    border-radius: 4px;
    border: none;
    color: #787878;
    font-size: 20px;
    line-height: 24px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.btn-plus {
    position: absolute;
    top: 10px;
    width: 20px;
    height: 20px;
    border: none;
    /*background-color: #279e03;*/
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border-radius: 30px;
    cursor: pointer;
    right: 6px;
    left: auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.btn-minus {
    position: absolute;
    top: 10px;
    width: 20px;
    left: 6px;
    height: 20px;
    border: none;
    /*background-color: #279e03;*/
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.calc .item.dann .items.price {
    width: 100%;
    background: #279e03;
    color: white;
    padding: 0px 20px;
}


@media(max-width:768px) {

    .calc .item.dann .items.price .znach2 {
        padding: 0 0px 10px 0;
        clear: both;
    }

    .calc .item.ots {
        margin: 0 0px;
        margin-bottom: 15px;
        float: left;
    }

    .calc .item.ots .z {
        margin: 0 0px;
    }

    .picture {
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        min-height: 10px !important;
        display: none;
    }

    /*.calc .item .noUi-pips-horizontal {
    display:none;
        }*/
    .boks .styled-block {
        background: url(/images/background.png) #eaf0f2 0 0;
    }


    .noUi-marker-horizontal.noUi-marker.noUi-marker-large {
        background: #0061d4;
        height: 4px;
        width: 2px;
        top: -4px;
    }

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

    .calc .item {
        float: left;
        width: 87%;
        display: block;
        margin-bottom: 55px;
        margin-left: 25px;
    }

    .calc .item.dann {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .calc .item.dann .z2 {
        margin-left: 0px;
    }

    .calc .item.klapan3 {
        margin-bottom: 15px;
    }


    .calc .item.dann .items {
        width: 100%;
    }

    .calc .item .z {
        margin-left: 0px;
    }

    /*ИГРАТЬСЯ ТУТ*/
    .calc .item.klapan2 .noUi-pips-horizontal {
        display: none; /* не выводим у клапона */
    }


    .calc .item .noUi-horizontal .noUi-handle {
        box-shadow: none;
        border: 0;
        background: #0061d4;
        border-radius: 30px;
        width: 37px; /*ширина*/
        height: 37px;
        right: -19px; /* тут число половина ширины что бы было по середине*/
        top: -19px;
    }

    .calc .radio {
        position: relative;
        padding-left: 43px;
        min-height: 40px;
        line-height: 40px;
    }


    /*Кружок снаружи*/
    .custom-radio + label::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 1px;
        background-color: transparent;
        border: 2px solid #279e03;
        width: 37px;
        cursor: pointer;
        height: 37px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }


    /*Кружок внутри*/
    .custom-radio:checked + label::after {
        height: 19px;
        width: 19px;
        top: 11px;
        left: 9px;
    }


    /*Отступ заголовка у прокруток*/
    .calc .item .z {
        margin-bottom: 50px;
        margin-left: -30px;
    }

    /*Отступ заголовка у кнопок radio*/
    .calc .item .z2 {
        margin-bottom: 0px;
        margin-left: -30px;
    }

    .calc .item .z3 {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    /*Отступ блоков*/
    .calc .item {
        margin-bottom: 65px;
    }

    .pomatka {
        font-size: 17px;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
        margin-top: 15px;
        /* margin-left: 0px; */
        /* margin-right: -15px;*/
    }

    .calc .item.dann {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    .picture {
        min-height: 0px !important;
    }


    .fix {
        position: sticky;
        top: 0;
        margin-top: 0em;
        margin-left: 0px;
        padding-top: 10px;
    }


    /*.btn-minus {
        position: absolute;
        top: 1px;
        width: 37px;
        left: 0px;
        height: 37px;
        border: none;
        background-color: #0061d4;
        text-align: center;
        color: #fff;
        font-size: 50px;
        line-height: 24px;
    }

    .btn-plus {
        position: absolute;
        top: 1px;
        width: 37px;
        height: 37px;
        border: none;
        background-color: #0061d4;
        text-align: center;
        color: #fff;
        font-size: 40px;
        line-height: 33px;
        border-radius: 30px;
        cursor: pointer;
        right: 0px;
        }
    */

    .form-type-number {
        position: relative;
        height: 50px;
        max-width: 150px;
        padding: 0 0px;
    }

    .calc .price .z2 {
        margin-left: 0px;
    }

    .calc .ppp .z2 {
        margin-left: 0px;
    }

    /*
    .row7 {
    margin-left:-15px;
    margin-right:-15px;
        }
    */
}

.catalog.detail {
    float: left;
    background: white;
}

label.error {
    color: #e02222 !important;
    margin: 0;
    padding: 0;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
}


.custom-radio + label {
    font-size: 16px !important
}

.custom-radio + label::before {
    top: 5px
}

.custom-radio:checked + label::after {
    top: 11px
}


.calc_result {
    background-color: #f0f3f5;
    padding: 15px;
    border: 1px solid #279e03;
    margin-top: 50px;
    display: none;
}

.calc_result_line {
    margin-bottom: 15px;
}

.req {
    color: #fc8100;
    margin-left: 5px;
}

.type_box_block label {
    width: 250px;
    border: 1px solid #c2c8cc;
    padding: 15px;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;

}

.type_box_block label img {
    max-width: 100%;
    height: 150px;
}

.type_box_block label.active {
    border-color: #7bc165;
    background: #f2f2f2;
}

.type_box_block_title {
    width: 100%;
    font-size: 15px;
}

.type_box_block label input {
    display: none;
}

.form.inline.form_calc {
    border: 0;
    padding: 0;
}

.flex-bl.flex-calc {
    flex-wrap: wrap;
}

.flex-bl.flex-calc > div {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-bl.flex-calc > div > div {
    width: 33.333%;
}

.form.inline .control-button-gray-overs.button_calc {
    background: none;
}

.calc_result_blocks_form {
    display: none;
}

form[name=price_calc] .flex-bl > div > .row {
    padding-right: 5px !important;
}

.calc_banner {
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 160px;
}

.calc_banner_text_top {
    font-size: 41px;
}

.calc_banner_text_top span {
    color: #279e03;
}

.calc_banner_text_bottom {
    font-size: 24px;
}

.calc_banner_text_bottom a {
    color: #279e03;
    text-decoration: underline;
}

.calc_banner_text {
    width: 70%;
    color: #000;
}

.calc_banner_image {
    width: 25%;
}

.calc_banner_text_bottom a:hover {
    text-decoration: none;
}

.calc_banner {
    display: none;
    margin-top: 30px;
}

@media (max-width: 768px) {

    .type_box_block {
        text-align: center;
    }

    .calc_banner_text {
        width: 100%;
    }

    .calc_banner_image {
        width: 100%;
    }

    .calc_banner {
        padding: 20px;
        text-align: center;
    }

    .calc_banner_text_top {
        font-size: 22px;
    }

    .calc_banner_text_bottom {
        font-size: 15px;
        margin-bottom: 20px;
    }

    form[name=calc_price] .flex-bl > div {
        width: 48%;
    } {
    width: 100%;
}
}
form[name=calc_price] .flex-bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form[name=calc_price] .flex-bl > div {
    width: 48%;
}

form[name=calc_price] .flex-bl > div > .row, form[name=calc_price] .form-body > .row {
    padding-right: 57px;
}

.flex-bl > div + div {
    padding-left: 15px;
    padding-right: 0;
}

.form label.error {
    color: #e02222 !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -18px;
    right: 0;
    font-size: 12px;
    font-weight: normal;
}

#DATA {
    display: none;
}

@media (max-width: 768px) {
    form[name=calc_price] .flex-bl > div {
        width: 100%;
    }

    form[name=calc_price] .flex-bl > div > .row, form[name=calc_price] .form-body > .row {
        padding-right: 0;
    }

}

.dropdown-toggle .hl_arrow {
    color: #fff;
    font-size: 1.2em !important;
    font-weight: bold;
    position: relative;
    top: 2px;
}

form[name=price_calc] ul > li:before, form[name=price_calc] ol > li:before {
    display: none;
}

form[name=price_calc] .dropdown-menu > li a {
    font-size: 1.15em;
    padding: 11px 35px 11px;
    border-bottom: 1px solid #b5bec4;
    text-decoration: none;
}

form[name=price_calc] .dropdown-menu > li:last-child a {
    border-bottom-width: 0;
}

.form.inline {
    border: 1px solid #279e03;
    padding: 18px 18px 0 18px;
    margin-top: 6px;
}

form[name=price_calc] .btn-group.type-select .dropdown-menu {

    position: absolute !important;
}

.btn-group.type-select .btn {

    font-size: 1em !important;

}

.btn-group.type-select .btn {

    padding: 7px !important;

}

form[name=price_calc] .btn-group.type-select .btn:nth-child(2), form[name=price_calc] .btn-group.type-select .btn:nth-child(3) {
    padding: 6px !important;
    margin-left: -35px;
    z-index: 20;
}

.btn-group.type-select {
    width: 100%;
    display: table;
    white-space: nowrap;
    margin: 0;

}

.btn-group.type-select .btn {
    border-top: 1px solid #bac0c6;
    border-bottom: 1px solid #bac0c6;
    border-left: 1px solid #bac0c6;
    border-radius: 0;
    font-size: 1.07em;
    display: inline-block !important;
    float: none;
    white-space: nowrap;
    /* height: 40px; */
    padding: 7px !important;
    margin-left: -10px;
}

.form.inline .form-group {
    margin: 5px 0 22px 0;
}

.form.inline .form-group > div[class*="col-"] {
    float: none;
}

.form.inline .form-control {
    border-radius: 0;
    padding: 6px;
    font-size: 17px;
}

.form.inline .form-control.required {
    color: #555555
}

.form.inline .required-fileds {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    padding: 7px 0;
    color: #98a1a8;
}

.form.inline .control-button-gray-overs {
    background-color: #f0f3f5;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 3px;
    padding: 5px 24px;
}

.form.inline .form-footer {
    padding: 0;
}

.form.inline .btn.btn-default.btn-green {
    padding: 3px 43px;
    border: 1px solid #279e03;
    background-color: #fff;
    border-radius: 0;
    color: #333;
    font-size: 1.28em;
    margin: 5px;
    cursor: pointer;
}

.form.inline .btn.btn-default.btn-green:hover {
    background-color: #279e03;
    color: #fff;
}

.error-tooltip.red .error-tooltip-text {
    background-color: #fecece;
}

.error-tooltip.left .error-tooltip-text {
    right: 100%;
    margin-right: 10px;
}

.error-tooltip .error-tooltip-text {
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 1.07em;
    color: #333;
    padding: 7px 15px;
    white-space: nowrap;
    z-index: 999;
}

/*.upload-file-size{display: none;}*/
.error-tooltip.left .error-tooltip-text::after {
    content: '';
    position: absolute;
    right: -18px;
    top: 10px;
    border: 8px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #008000;
}

.error-tooltip.left.red .error-tooltip-text::after {
    border-left-color: #fecece;
}

.form.inline .input.request:before {
    content: "*";
    position: absolute;
    top: -2px;
    color: #fc8100;
    font-size: 1.07em;
    right: -14px;
}

.file-type-block > * {
    float: left;
}

.webform-field-upload {
    overflow: hidden;
    width: 150px;
    height: 42px;
}

.webform-field-upload input {
    margin-top: -50px;
    margin-left: -210px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 1px;
    height: 60px;
    width: 147px;
    cursor: pointer;
    padding-right: 600px;
    z-index: 99;
    position: absolute;
}

.file-el {
    display: inline-block;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.file-el input {
    z-index: 19;
    position: absolute;
    width: 147px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
    margin-left: -800px;
    padding-right: 1000px;
    z-index: 99;
}

.form.inline .webform-button-upload,
.form.inline .file-el .btn.btn-default.btn-green {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 62px 4px 9px;
    position: relative;
    z-index: 1;
    cursor: pointer;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #279e03;
    background-color: #fff;
    border-radius: 0;
    color: #333;
    margin: 5px;
}

.file-el input:hover {
    cursor: pointer;
}

.file-el input:hover + .btn.btn-default.btn-green {
    background-color: #279e03;
    color: #fff;
    cursor: pointer;
}

.file-type-block label {
    margin: 0;
}

.file-input {
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.file-op-desc {
    font-size: 1.07em;
    color: #787979;
    line-height: 41px;
    white-space: nowrap;
}

.file-type-block > * {
    float: left;
}

.file-type-block::after {
    clear: both;
    content: "";
    display: block;
}

.option-description {
    padding: 15px 0;
}

.file-type-block {
    border: 1px dashed #787979;
    padding-top: 5px;
    padding-left: 5px;
}

.form-send-me-block .form-send-me .control-button-gray-overs {
    background-color: #f0f3f5;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 3px;
    padding: 5px 24px;
}

.file-type-block a.upload-file-name {
    color: #279e03;
    text-decoration: underline;
    outline: medium none !important;
    display: inline-block;
}

.chech-consent .consent-checkbox label {
    padding: 15px 0;
    line-height: 29px;
    font-weight: normal;
    font-size: 15px;
}

.file-type-block ol.webform-field-upload-list {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 2px;
    padding-left: 0;
}

.file-type-block ol.webform-field-upload-list del {
    text-decoration: none;
    position: relative;
    top: -2px;
    z-index: 100;
    cursor: pointer;
}

.file-type-block ol.webform-field-upload-list li:before {
    display: none;
}

/*.webform-field-upload input:empty + .desclitn{display:block;}*/
.desclitn {
    font-size: 1.07em;
    color: #787979;
    line-height: 41px;
    white-space: nowrap;
}

.flcent .desclitn {
    max-width: 100%;
    white-space: normal;
    line-height: 21px;
    font-size: 0.97em;
}

.flcent .webform-field-upload {
    width: 90px;
}

.webform-field-upload-list:empty + .desclitn {
    display: block !important;
}

.form-body .row {
    margin-left: 0;
    margin-right: 0;
}

form[name=price_calc] .flex-bl {
    display: flex;
    justify-content: space-between;
}

form[name=price_calc] .flex-bl > div {
    width: 48%;
}

form[name=price_calc] .flex-bl > div > .row, form[name=price_calc] .form-body > .row {
    padding-right: 57px;
}

.flex-bl > div + div {
    padding-left: 15px;
    padding-right: 0;
}

.form label.error {
    color: #e02222 !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -18px;
    right: 0;
    font-size: 12px;
    font-weight: normal;
}

.input.error input, .input.error textarea {
    border-color: #e02222;
}

.form-group input[type=text]:focus,
.form-group input[type=tel]:focus,
.form-group textarea.form-control:focus {
    outline: 1px solid #279e03;
}

.form-group textarea.form-control:focus {
    font-size: 17px;
}

.form .star {
    border-radius: 20px;
    color: #e02222;
    display: inline-block;
    font-size: 22px;
    height: 20px;
    line-height: 29px;
    padding-left: 1px;
    font-style: normal;
    margin-right: 5px;
    padding-right: 0px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

.reveal-modal .green {
    font-size: 18px;
    font-weight: bold;
    color: #279e03;
    display: block;
    width: 100%;
    line-height: 34px;
    margin-top: 5px;
}

.flcent {
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.flcent > .form.inline {
    max-width: 520px;
    width: 100%;
}

.flcent .flex-bl {
    flex-wrap: wrap;
}

.flcent .flex-bl > div, .flex-bl > div + div {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/*-----------------------------------------------------------------------*/
/*-----------------------------Block-Radiobox-----------------------------*/
/*-----------------------------------------------------------------------*/
.radiobox-el {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    line-height: 22px;
    font-weight: normal;
    font-size: 1.07em;
}

.radiobox-el input {
    display: none;
    z-index: 9;
    position: relative;
    width: 17px;
}

.radiobox-el input[type="radio"] + i {
    background-image: url(https://shop.cargo-avto.ru/local/components/hl/form/templates/write_us/images/radioblock.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    content: " ";
    position: absolute;
    top: 2px;
    left: 0;
}

.radiobox-el input[type="radio"]:checked + i {
    background-position: -24px 0;
}

.radiobox-el input[type="radio"]:checked + i + span {
    color: #279e03;
}

.radio-group-form {
    padding-top: 7px;
    padding-bottom: 3px;
}

.radiobox-el:first-child {
    margin-right: 30px;
}

/*-----------------------------------------------------------------------*/
/*-----------------------------Block-Radiobox-----------------------------*/
/*-----------------------------------------------------------------------*/
.control-button-gray-overs {
    background-color: #f0f3f5;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 3px;
    padding: 5px 24px;
}

.control-button .btn.btn-default.btn-green {
    padding: 3px 43px;
}

.btn.btn-default.btn-green:hover {
    background-color: #279e03;
    color: #fff;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group.type-select {
    width: 100%;
    display: table;
    white-space: nowrap;
    margin: 0;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group.type-select .btn {
    border-top: 1px solid #bac0c6;
    border-bottom: 1px solid #bac0c6;
    border-left: 1px solid #bac0c6;
    border-radius: 0;
    font-size: 1.07em;
    display: table-cell;
    float: none;
    white-space: nowrap;
}

.btn-group.type-select .btn:first-child {
    width: 100%;
    text-align: left;
    color: #787979;
    padding: 0 6px;
}

form[name=price_calc] .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

form[name=price_calc] .dropdown-menu {
    box-sizing: content-box;
    padding: 0;
    margin: 18px -2px 0 -1px;
    border-radius: 3px;
    min-width: 205px;
    left: -35%;
}

form[name=price_calc] .btn-group.type-select .dropdown-menu {
    left: 0;
    margin-top: 0;
    width: 100%;
}

.dropdown-toggle .hl_arrow {
    color: #fff;
    font-size: 1.2em !important;
    font-weight: bold;
    position: relative;
    top: 2px;
}

form[name=price_calc] .dropdown-menu li:before {
    content: none;
}

form[name=price_calc] .dropdown-toggle .fa.fa-angle-down:before {
    left: 0;
}

form[name=price_calc] .btn-group.type-select .btn:nth-child(2), form[name=price_calc] .btn-group.type-select .btn:nth-child(3) {
    width: 34px;
    border-right: 1px solid #bac0c6;
    background-color: #279e03;
    border-color: #279e03;
    color: #fff;
    padding: 6px;
}

form[name=price_calc] .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

form[name=price_calc] .open > .dropdown-menu {
    display: block;
}

form[name=price_calc] .dropdown-menu > li a {
    font-size: 1.07em;
    padding: 11px 35px 11px;
    border-bottom: 1px solid #b5bec4;
    text-decoration: none;
}

form[name=price_calc] .dropdown-menu > li > a.active {
    background-color: #e6e6e6;
}

form[name=price_calc] a.upload-file-name {
    color: #279e03;
    text-decoration: underline;
    outline: medium none !important;
    display: inline-block;
}


form[name=price_calc] ul > li:before, form[name=price_calc] ol > li:before {
    display: none;
}

form[name=price_calc] .dropdown-menu > li a {
    font-size: 1.15em;
    padding: 11px 35px 11px;
    border-bottom: 1px solid #b5bec4;
    text-decoration: none;
}

form[name=price_calc] .dropdown-menu > li:last-child a {
    border-bottom-width: 0;
}

@media (max-width: 1260px) {
    form[name=price_calc] .flex-bl > div > .row {
        padding-right: 20px;
    }

    form[name=price_calc] .form-body > .row,
    form[name=price_calc] .flex-bl > div + div > .row {
        padding-right: 10px;
    }
}
@media (max-width: 640px) {
    form[name=price_calc] .flex-bl {
        flex-wrap: wrap;
    }

    form[name=price_calc] .flex-bl > div,
    form[name=price_calc] .flex-bl > div > .row,
    form[name=price_calc] .form-body > .row,
    form[name=price_calc] .flex-bl > div + div > .row {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .webform-field-upload-list:empty + .desclitn {
        display: none !important;
    }

    .custom-radio + label {
        font-size: 16px !important
    }

    .custom-radio + label::before {
        top: 5px
    }

    .custom-radio:checked + label::after {
        top: 11px
    }


    .radio {
        position: relative;
        padding-left: 43px;
        min-height: 40px;
        line-height: 40px;
    }


    /*РљСЂСѓР¶РѕРє СЃРЅР°СЂСѓР¶Рё*/
    .custom-radio + label::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 1px;
        background-color: transparent;
        border: 2px solid #279e03;
        width: 37px;
        cursor: pointer;
        height: 37px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }


    /*РљСЂСѓР¶РѕРє РІРЅСѓС‚СЂРё*/
    .custom-radio:checked + label::after {
        height: 19px;
        width: 19px;
        top: 11px;
        left: 9px;
    }

}

/*
     FILE ARCHIVED ON 18:38:28 Jul 06, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:45:09 Aug 05, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 9.566
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.012
  esindex: 0.017
  cdx.remote: 19.624
  LoadShardBlock: 106.893 (3)
  PetaboxLoader3.datanode: 150.482 (5)
  load_resource: 210.593
  PetaboxLoader3.resolve: 139.243
  loaddict: 23.882
*/

.item-views .item
{
    min-height:auto!important;
}
@media (max-width:768px) {
    .button-switch
    {
        margin-right:0!important;
    }
    .filter-line-first
    {
        text-align: center;
        left: 50%;
        margin-left: -120px;
        margin-bottom: -50px;
    }
    .custom-radio:checked + label::after
    {
        top:10px;
    }
    .switch_weight
    {
        margin-top:60px!important;
    }
    #click
    {
        width:width: calc(100% - 5px)!important;
    }
    .calc
    {
        width: auto;
    }
}