.caluc-wrap.active-wrap {
    display: block;

}

.caluc-wrap {
    display: none;
}

.calc-title {
    margin-top: 55px;
    padding-bottom: 25px;
    border-bottom: 1px solid #acacac;
}

.coffin {
    padding: 16px 0 26px 0;
    width: 100%;
    border-bottom: 1px solid #acacac;
}

.coffin-title {
    color: #ad5a55;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 23px;
}

.coffin-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coffin-input-block {
    position: relative;
    width: 30%;
    margin-bottom: 11px;
}

.coffin-input-title {
    color: #7f7f7f;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.coffin-input-title.active {
    color: #333333;
}

.coffin-input-title span {
    display: inline-block;
}

.requir {
    font-size: 11px;
    color: #ad5a55;
    display: block;
    text-align: left;
    font-weight: 400;
}

.calc-clone .requir {
    position: absolute;
    /* width: 100%; */
    text-align: left;
    float: left;
    width: 100%;
    right: 0.5%
}

.calc-clone-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #acacac;
}

.calc-clone-wrap .coffin {
    width: 30%;
    padding-right: 13%;
    border-bottom: none;
}

.calc-clone-wrap .coffin .coffin-input-block {
    width: 100%;
}

.calc-clone-wrap .coffin .coffin-input-block {
    width: 100%;
}

.form-vac.calc-form {
    background: rgba(0, 0, 0, 0.561);
}

.form-vac.calc-form .form-vacOverlay {
    background: transparent;
}

.coffin-input-title {
    color: #7f7f7f;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.coffin-input-title.active {
    color: #333333;
}

.coffin-input-title span {
    display: inline-block;
}

.coffin-input {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px 0 11px;
    border: 1px solid #acacac;
    background: url("../images/select-str.png") no-repeat 96% -24px;
    color: #7f7f7f;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.coffin-input.deployed {
    background: url("../images/select-str.png") no-repeat 96% 15px;
}

.coffin-input.active {
    color: #333333;
}

.coffin-list {
    -webkit-box-shadow: 0 11px 26px -8px #646361;
    box-shadow: 0 11px 26px -8px #646361;
    display: none;
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 9;
}

.coffin-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 11px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #ad5a55;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    margin-left: 0 !important;
}

.coffin-list-item:hover {
    background: #f5f3ee;
}

.crest {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.crest .coffin-input-block {
    margin-right: 50px;
}

.calc-clone .coffin-inputs {
    display: block;
}

.coffin-input-group {
    position: relative;
}

.buttons-calc {
    margin-bottom: -30px;

    position: absolute;
    top: 0;
    left: 97%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    width: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.coffin-input-block:first-of-type .buttons-calc {
    top: 29px !important;
}

.plus {
    width: 45px;
    height: 45px;
    background: #ad5a55 url("../images/plus-calc.png") center center no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.minus {
    width: 45px;
    height: 45px;
    background: #d0d0d0 url("../images/minus-calc.png") center center no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: none;
    cursor: pointer;
}

.calcFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 75px 0;
}

.issue {
    color: #ffffff;
    background: #ad5a55;
    text-transform: uppercase;
    padding: 12px 40px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	font-family: 'Open Sans';
}

.itogo {
	font-family: 'Open Sans', sans-serif;
    color: #ad5a55;
    font-size: 22px;
    font-weight: 900;
}

.hidden-form {
    display: none;
}

.calc-clone .coffin-input-title {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (max-width: 1000px) {
    .coffin-input-title {
        height: 30px;
    }
}

@media all and (max-width: 800px) {
    .coffin-inputs {
        display: block;
    }

    .coffin-input-block {
        width: 81%;
        margin-bottom: 20px;
    }

    .coffin-input-title {
        height: auto;
    }

    .calc-clone .coffin-inputs .coffin-input-block:first-child {
        margin-bottom: 30px;
    }

    .coffin-list {
        width: 66.7%;
        max-width: 1000px;
    }
}

@media all and (max-width: 600px) {
	.form-vac .form-vacInner{
height: auto !important;
}
    .dba-grob {
        display: block !important;
    }

    .coffin-input-block:first-of-type .buttons-calc {
        top: 26px !important;
    }

    .buttons-calc {
        top: 2px;
    }

    .coffin-input {
        padding-right: 15px;
    }

    .coffin.calc-clone.in-cof .coffin-input-block {
        width: 77%;
    }

    .coffin-input {
        height: 35px;
        padding-right: 30px !important;
        font-size: 12px;
    }

    .minus {
        -webkit-transform: translateX(0) scale(0.7) !important;
        -moz-transform: translateX(0) scale(0.7) !important;
        -ms-transform: translateX(0) scale(0.7) !important;
        -o-transform: translateX(0) scale(0.7) !important;
        transform: translateX(0) scale(0.7) !important;
    }

    .calc-clone .coffin-input-block:not(.calc-one-input) {
        width: 77%;
    }

    .coffin-input-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .calc-clone .coffin-list:not(.calc-one-input) {
        width: 100%;
    }

    .coffin-list {
        width: 100%;
        word-wrap: break-word;
    }

    .buttons-calc {
        -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -ms-transform: translateX(7px);
        -o-transform: translateX(7px);
        transform: translateX(7px);
        bottom: 35px;
        width: 68px;
        margin-left: 4px;
    }

    .plus, .minus {
        width: 35px;
        height: 35px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

    .calcFooter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .itogo {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        padding: 0 1%;
        font-size: 20px;
    }

    .calcFooter span {
        display: block;
    }

    .buttons button.button2 {
        margin-left: 0;
    }

    .coffin-list-item {
        font-size: 13px;
    }

  

    .calc-one-input ul {
        width: 100% !important;
    }

    .coffin-input-title {
        font-size: 13px;
        font-weight: 700;
    }

    .coffin-input-title span {
        max-width: 100%;
    }

    .issue {
        padding: 0;
        width: 100%;
        height: 47px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .coffin {
        padding: 10px 0 0 0;
    }

    .calc-clone .coffin-inputs .coffin-input-block:first-child {
        margin-bottom: 20px;
    }

    .coffin-title {
        margin-bottom: 14px;
        font-size: 15px;
        font-weight: 700;
    }

    .calc-clone-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .calc-clone-wrap .coffin{
        width: 100%;
    }
}

@media all and (max-width: 350px) {
    .coffin-input {
        height: 35px;
        font-size: 11px;
        padding: 0 1%;
    }

.coffin-input-title, .coffin-input-title span {
    font-size: 10px !important;
}
}
