.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 {
float:left;
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: 20px;
    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: 10px;
    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: 14px}


