.inner-text-content {
    background: #fff;
    max-width: 1350px;
    width: 90%;
    margin: 185px auto 5px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 0 8% 48px;
    position: relative;
    overflow-x: hidden;
    font-family: "Montserrat",Arial,sans-serif;
    box-sizing: border-box;
}
.inner-text-content {
    background: #fff;
    max-width: 1350px;
    width: 90%;
    margin: 185px auto 5px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 0 8% 48px;
    position: relative;
    overflow-x: hidden;
    font-family: "Montserrat",Arial,sans-serif;
    box-sizing: border-box;

	margin: 20px 0 10px 0;
    padding: 10px 20px;
    width: 100%;
}

.inner-text-content h1 {
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: 700;
    color: #9b062de6;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0.7em 0 1.2em;
}
.ritualnie-uslugi p {
  /* font-family: "Montserrat",Arial,sans-serif; */
  font-family: 'Montserrat' !important;
  font-style: normal;
}

.inner-text-content .inner-text-p, .inner-text-content p, .inner-text-content ul {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin: 16px 0;
    font-weight: 400;
}
.inner-text-content .inner-text-p, .inner-text-content p, .inner-text-content ul {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin: 16px 0;
    font-weight: 400;
}
* {
    outline: none !important;
}

.buttons {
    margin: 32px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.buttons button {
    cursor: pointer;
    transition: 0.3s;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(196, 196, 196);
    background: #EAEAEA;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07), inset 0 2px 0 0 rgba(255, 255, 255, 0.004);
    width: 200px;
    height: 48px;
    outline: none;
    transition: 0.3s;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.buttons button.active {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(196, 196, 196);
    background: #FBFBFB;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.buttons button img {
    padding-right: 16px;
}
.buttons button span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    line-height: 48px;
    color: #336699;
}

.buttons button:not(.active) img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.buttons button:not(.active) img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.buttons button img {
    padding-right: 16px;
}

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

.inner-text-content h2 {
    color: #9b062de6;
    font-size: 22px;
    font-weight: 900;
    font-family: "Montserrat",Arial,sans-serif;
    text-transform: none;
    text-align: left;
    margin: 0.9em 0;
}
.coffin {
    padding: 16px 0 26px 0;
    width: 100%;
    border-bottom: 1px solid #acacac;
}
.coffin-title {
    color: #9b062de6;
    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: 50%; */
    min-width: 200px;
    margin: 0px;
    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 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(./select-str.png) no-repeat 96% -24px;
    color: #7f7f7f;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.inner-text-content .inner-text-p, .inner-text-content p, .inner-text-content ul {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin: 16px 0;
    font-weight: 400;
}
.inner-text-content .inner-text-p, .inner-text-content p, .inner-text-content ul {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin: 16px 0;
    font-weight: 400;
}
.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;
    margin: 0 !important;
}

.coffin-input-block {
    position: relative;
    /* width: 50%; */
    width: 100%;
    min-width: 200px;
    margin: 0px;
    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 {
    padding: 16px 0 26px 0;
    width: 100%;
    border-bottom: 1px solid #acacac;
}
.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;
}

.calc-clone-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #acacac;
}
.coffin.calc-clone {
    padding: 0 100px 15px 10px;
    width: auto;
    width: 50%;
    min-width: 320px;
}
.coffin-title {
    color: #9b062de6;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
}
.calc-clone .coffin-inputs {
    display: block;
}

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

.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;
}
.coffin-input-title.active {
    color: #333333;
}
.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(./select-str.png) no-repeat 96% -24px;
    color: #7f7f7f;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 6px;
}

.inner-text-content .inner-text-p, .inner-text-content p, .inner-text-content ul {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin: 16px 0;
    font-weight: 400;
}

.inner-text-content ul li, .inner-text-content ol li {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin-left: 18px;
    font-weight: 400;
}

.inner-text-content ul li, .inner-text-content ol li {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin-left: 18px;
    font-weight: 400;
}

.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;
}

.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;
}
.plus {
    width: 45px;
    height: 45px;
    background: #9b062de6 url(./plus-calc.png) center center no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s linear;
}

.plus:hover {
  -webkit-box-shadow: 0px 1px 9px 0 rgba(157, 0, 0, 0.66);
  box-shadow: 0px 1px 9px 0 rgba(157, 0, 0, 0.66);
  background-color: rgba(155, 6, 45, 1);
  transition: 0.2s linear;
}

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

.inner-text-content .inner-text-p, .inner-text-content p, .inner-text-content ul {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin: 16px 0;
    font-weight: 400;
    padding-left: 0;
}
.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: #336699;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    margin-left: 0 !important;
}
.inner-text-content ul li, .inner-text-content ol li {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin-left: 18px;
    font-weight: 400;
}
.coffin-list-item:hover {
    background: #f5f3ee;
}


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


.requir {
    font-size: 11px;
    color: #336699;
    display: block;
    text-align: left;
    font-weight: 400;
}
.coffin-input-title span {
    display: inline-block;
}
.calc-clone .requir {
    position: absolute;
    /* width: 100%; */
    text-align: left;
    float: left;
    width: 100%;
    right: 0.5%;
}


.price-table__label {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.price-table__checkbox {
    display: none !important;
}

.price-table__checkbox-custom {
    position: relative;
    width: 35px;
    height: 35px;
    border: 1px solid #ededed;
    background-color: #f7f7f7;
    float: left;
    flex-shrink: 0;
    margin-top: 3px;
    margin-right: 16px;
    cursor: pointer;
}

.price-table__label {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calcFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -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: #336699;
    text-transform: uppercase;
    padding: 12px 40px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Montserrat';
}
.itogo {
    font-family: 'Montserrat', sans-serif;
    color: #9b062de6;
    font-size: 22px;
    font-weight: 900;
}

.price-table__checkbox:checked + .price-table__checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #9b062de6;
    width: 12px;
    height: 3px;
    top: 18px;
    left: 7px;
    transform: rotate(45deg);
}
.price-table__checkbox:checked + .price-table__checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #9b062de6;
    width: 12px;
    height: 3px;
    top: 18px;
    left: 7px;
    transform: rotate(45deg);
}
.price-table__checkbox:checked + .price-table__checkbox-custom::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #9b062de6;
    width: 16px;
    height: 3px;
    top: 16px;
    left: 14px;
    transform: rotate(-45deg);
}
.price-table__checkbox:checked + .price-table__checkbox-custom::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #9b062de6;
    width: 16px;
    height: 3px;
    top: 16px;
    left: 14px;
    transform: rotate(-45deg);
}




.form-vac.calc-form {
    background: rgba(0, 0, 0, 0.561);
}
.form-vac {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-family: 'Montserrat', "Montserrat",Arial,sans-serif;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.form-vacOverlay {
    width: 100%;
    height: 100%;
    z-index: -1;
}


.form-vacInner {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 700px;
    width: 430px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10000;
    -webkit-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.47);
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.47);
    background: #ffffff;
    padding: 0 2%;
}

.form-vac.calc-form .form-vacOverlay {
    background: transparent;
}
.close-vac {
    width: 21px;
    height: 21px;
    background: url(./closed.png) center center;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.form-vacInner-title {
    color: #000;
    font-size: 24px;
    font-family: "Montserrat",Arial,sans-serif;
    text-transform: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}


.form-vacInner-name {
    width: 100%;
    font-size: 21px;
    text-align: center;
    color: #336699;
    font-weight: 900;
    margin-bottom: 10px;
}

.inner-text-content .inner-text-p, .inner-text-content p, .inner-text-content ul {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    color: #000;
    line-height: 24px;
    margin: 16px 0;
    font-weight: 400;
}

.form-vacForm, .form-vacLabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
}
.hidden-form {
    display: none;
}

.form-vacLabel {
    margin-top: 15px;
}

.form-vacInput {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    margin: auto;
    font-family: "Montserrat",Arial,sans-serif;
    font-size: 14px;
}

.form-vacCaptcha {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.product__item__buy-block {
  text-align: center;
}

#order-buy {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 18px;
}
