.no-ready{
    border:2px solid red;
}
.ready{
    border:2px solid green;
}

.calc-proben{
    margin-bottom: 30px;
    display: flow-root;
}

.name-sec-calc{
    display: block;
    width: 95%;
    font-size: 30px;
    color: #474B5E;
    font-style: italic;
}

.line-ornament{
    width:100%;
    background-image:url('/site/img/lines.webp');
    height:50px;
    background-size:auto 100%;
    background-position:center center;
}

.name-sec-calc img{
    height: 20px;
    cursor:pointer;
}

.frame-hidden{
    display:none;
    max-width:500px
}

.frame-hidden img{
    max-width:100%;
}

.name-categ-calc{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 27px;
    color: #474B5E;
}

.clear{
    width: 100%;
    float: left;
}

.name-colum-calc{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 55px;
    font-size: 20px;
    color: #474B5E;
}

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

.colum-cell-3{
    width: 30%;
    float: left;
    margin-right: 3%;
}

.colum-cell-2{
    width: 47%;
    float: left;
    margin-right: 3%;
}

.colum-cell-1{
    width: 20%;
    float: left;
    margin-right: 3%;
}

.colum-cell-4{
    width: 23%;
    float: left;
    margin-right: 2%;
}

.section-cell{
    height: 250px;
    background: #fff;
    border-radius:20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    overflow-y: auto;
}

#article {
    font-size:15px;
}

.section-cell .img{
    height: 210px;
    width: 100%;
    display: flex;
}

.section-cell li{
	display: block;
	font-size: 15px;
}

.section-cell li label{
    display: block;
    padding: 3px 10px;
    cursor: pointer;
}

.section-cell li:hover{
	background: #B2C9DB;
	cursor: pointer;
}

.section-cell-small{
    height: 150px;
    background: #fff;
    border-radius:20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

.just-cont{
    display: flow-root;
    padding-bottom:20px;
}

.p-check:not(:checked),
.p-check:checked {
  position: absolute;
  left: -9999px; }

.p-check:not(:checked) + label,
.p-check:checked + label {
  position: relative;
  padding-left: 25px;
  display: unset;
  line-height: 24px;
  padding-top: 4px;
  vertical-align: top;
  cursor: pointer; }

.p-check:not(:checked) + label:before,
.p-check:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 2px solid #474B5E;
  background: transparent;
  border-radius: 0px; }

.p-check:not(:checked) + label:after,
.p-check:checked + label:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 6px;
  left: 2px;
  background: #474B5E;
  transition: all .2s; }

.p-check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.p-check:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.itogo-sec{
    text-align: right;
    padding-top: 10px;
    font-size: 20px;
    color: #474B5E;
    font-style: italic;
}

.itogo-sec input{
    text-align: right;
    background: transparent;
    border: none;
    font-size: 20px;
    width: 60px;
    color: #474B5E;
}

.range-grober{
    height: 30px;
    margin-bottom: 10px;
}

.bold-label{
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-top: 5px !important;
}

.otdel label{
    font-size: 15px;
    color: #474B5E;
}

.askar{
    width: 13px;
    margin-left: 3px;
    position: relative;
    top:2px;
}

.warning{
    font-size:14px;
    font-style: italic;
}

.value {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
    height: 30px;
    display: inline-block;
}
input[type="range"] {
    display: inline-block;
    -webkit-appearance: none;
    background-color: #000;
    width: 300px;
    position: relative;
    top: -6px;
    height: 2px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #474B5E;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s ease-in-out;
}​
input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #474B5E;
}
input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.1);
    background: #B2C9DB;
}

.title-endos{
    font-size: 40px;
    margin-bottom: 30px;
}

.line-end-string{
    margin-bottom: 7px;
    font-size: 25px;
    margin-top: 7px;
}

.line-end-string span{
    font-size:inherit;
}

.form-from-begin{
    padding: 15px 30px 12px 30px;
    border-radius: 10px;
    background: #474B5E;
    font-family:'Cervo';
    display: inline-block;
    margin-top: 50px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    text-transform: uppercase;
    width: 450px;
    text-align: center;
}

.form-from-begin:hover{
    background: #B2C9DB;
    color: #474B5E;
}

.shadow-dead{
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    padding:10px;
    overflow-y:auto;
    overflow-x:hidden;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
}



.form{
    width: 300px;
    margin: auto;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 15px;
    color: #474B5E;
}

@media (max-width: 400px) {
    .form{
        width:100%;
    }
}

.close-form{
    position: absolute;
    right: 15px;
    top: 10px;
    height: 23px;
    width: 23px;
    cursor: pointer;
}

.close-form:before{
    position: absolute;
    content: "";
    height: 2px;
    top: 10px;
    left: -5px;
    width: 31px;
    transform: rotate(45deg);
    background: red;
}
.close-form:after{
    position: absolute;
    content: "";
    height: 2px;
    top: 10px;
    left: -5px;
    width: 31px;
    transform: rotate(-45deg);
    background: red;
}

.form .title{
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
}

.form input{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: 40px;
    margin-top: 20px;
    font-size: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border:none;
    border-radius: 10px;
}

.form .btn-forma{
    margin-top: 50px;
    display: block;
    background: #474B5E;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.form .btn-forma:hover{
    background: #B2C9DB;
    color: #474B5E;
}


/* width */
.section-cell::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.section-cell::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.section-cell::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.section-cell::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.price_grobe{
    display: none;
}

.price_kreste{
    display: none;
}

.price_venok{
    display: none;
}

.price_ogradka{
    display: none;
}


.section-cell img{
    max-height: 90%;
    max-width: 90%;
    margin:auto;
}
.otdel{
    display: none;
}

.venki{
    display: none;
}
.groba{
    display: none;
}
.kresta{
    display: none;
}
.li_active{
    background: #B2C9DB;
}

.novible{
    display: none;
}
.visible{
    display: block;
}
.pic-krest{
    position: relative;
}

.pic-krest input{
    display:none;
}

.pic-krest label{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: flex;
}

.pic-krest label span{
    margin:auto;
    padding: 20px;
}

.traur-line{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-add{
    padding: 10px 20px;
    border-radius: 10px;
    background: #474B5E;
    display: inline-block;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.btn-add:hover{
    background: #B2C9DB;
    color: #474B5E;
}

.line-venoch{
    margin-top: 30px;
    font-size: 20px;
}

.line-vporn{
    margin-top: 30px;
    font-size: 20px;
}

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

.coloser{
    cursor: pointer;
    background: #B2C9DB;
    padding: 0px 6px;
    margin-left: 5px;
    border-radius: 4px;
    text-transform: uppercase;
}

.askarda{
    height: 13px !important;
    margin-left: 4px;
    display: inline-block;
    cursor:pointer;
    vertical-align: top;
    width: 13px;
    top: -3px;
    background-size: contain;
    position: relative;
}

.picture-aasd{
    height:100%;
    width:100%;
    display:none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius:10px;
    position:absolute;
    overflow:hidden;
    left:20px;
    z-index:7;
    top:0;
    background-color:#fff;
}

.askarda .picture-aasd img{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius:10px;
    margin:auto;
}


.range-grober{
    display:none;
}

#pokrov{
    display:none;
}

#tapki{
    display:none;
}
.all-seven_ve_three{
    display:none;
}

.sposoba_zac{
    display:none;
}

.portretos{
    display:none;
}

#article{
    width:89%;
}

.label-inpute{
    font-family:'Cervo';
    display:block;
    font-size:17px;
}

.for-data-cell input{
    height:35px;
    padding-left:10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: none;
    border-radius: 10px;
    font-size:18px;
    padding-right:10px;
    color:#474B5E;
    width:250px;
    margin-bottom:10px;
}

#trupos{
    letter-spacing:2px;
}

.for-data-cell .rip-lenta-txt{
    width:500px;
}

.traur-rip{
    padding: 10px 20px;
    border-radius: 10px;
    background: #474B5E;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.inline-block{
    display:inline-block;
}

.data-sercea{
    margin-top:50px;
    display:none;
}
.visualed{
    display:block;
}

#article .askard{
    height: 15px !important;
    position:relative;
    top:-8px;
    cursor:pointer;
}


@media (max-width: 1050px) {
    .colum-cell-3 {
        width: 46%;
        margin-bottom: 30px;
    }
    .colum-cell-4 {
        width: 48%;
        margin-bottom: 30px;
    }
    .title-endos{
        font-size: 35px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .right_side{
        background: url("/site/img/calcas.png") !important;
    }
    .colum-cell-1{
        width: 46%;
    }
    #article .askarda{
        height: 15px !important;
    }
    #article {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .colum-cell-3 {
        width: 100%;
    }
    .for-data-cell .rip-lenta-txt{
        width:100%;
    }
    .colum-cell-4 {
        width: 100%;
    }
    .name-colum-calc{
        height: auto;
    }
    .colum-cell-2{
        width: 100%;
        margin-bottom: 30px;
    }
    input[type="range"]{
        width: calc(100% - 50px);
    }
    .form-from-begin{
        padding: 10px 20px;
        font-size: 20px;
        width: 100%;
    }
    .title-endos{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .line-end-string{
        font-size: 20px;
    }
    .just-cont{
        padding-bottom: 0px;
    }
    .itogo-sec{
        margin-top: 30px;
    }
    .colum-cell-1{
        width: 100%;
    }
}


.raschet-mf{
    padding: 10px 20px;
    border-radius: 10px;
    background: #474B5E;
    display: inline-block;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.raschet-mf:hover{
    background: #B2C9DB;
    color: #474B5E;
}

.shawa{
    display:none;
    position:fixed;
    background:rgba(255,255,255,0.6);
    left:0;
    top:0;
    z-index:5;
    width:100%;
    padding:20px;
    height:100%;
}

.title-img{
    display:none;
}

.close-titles{
    position:absolute;
    left:0;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
}

.window-titles{
    position:relative;
    margin:auto;
    padding:10px;
    max-width:450px;
    padding-top:30px;
    border-radius:10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background:#fff;
    z-index:3;
}

.window-titles img{
    width:100%;
    height:auto !important;
}

.close-for-rip{
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    height:15px;
    width:15px;
    background-size:100%;
    background-position:center center;
    background-image:url('/site/img/cross.svg');
}

.venos{
	margin-bottom: 5px;
}

.one-calc-proben{
	margin-top: 50px;
}