
/*Калькулятор*/

.d-none {
    display: none!important;
}

#price {
    padding: 0 0 90px
}

#price .container, #price h2 {
    position: relative
}

#price .cat1 {
    position: absolute;
    width: 505px;
    height: 607px;
    right: -48px;
    bottom: -65px;
    opacity: 1
}

#price h2 {
    font-family: Montserrat;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    text-transform: uppercase;
    color: #6b6767;
    display: inline-block;
    margin: 0 0 60px;
    padding: 0 40px 0 0
}

#price h2 .note {
    right: 0;
    top: 0;
    height: 100%
}

#price h2 .note .note-q {
    width: 23px;
    height: 23px;
    background: url(../images/q.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -11.5px
}

#price h2 .note .note-content {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: #333;
    width: 100%;
    text-transform: initial;
    z-index: 200;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    padding: 10px
}

#price h2 .note .note-q:active + .note-content, #price h2 .note .note-q:focus + .note-content, #price h2 .note .note-q:hover + .note-content {
    opacity: 1;
    visibility: visible
}

#price .item {
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 25px 30px;
    margin: 0 20px 0 0;
    max-width: 360px;
    position: relative;
    z-index: 2
}

#price .item .title {
    display: block;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 27px;
    font-size: 20px;
    color: #000;
    margin: 0 0 50px;
    text-align: center
}

#faq .contacts h2, #price .item .props {
    margin: 0 0 30px
}

#price .item .props .prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 13px 0
}

#price .prop:hover, .ev-price .prop:hover, .ev-price2 .prop:hover {
    background-color: #e2e2e2;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#price .prop:first-child:hover, .ev-price .prop:first-child:hover, .ev-price2 .prop:first-child:hover {
    background-color: transparent
}

.ev-price .item .props .prop:nth-child(2n) {
    background: #f4f4f4
}

#price .item .props .prop span, .ev-price .item .props .prop span {
    display: block;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 15px;
    color: #000
}

#price .item .props .prop span, .ev-price .item .props .prop span a {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 15px
}

#price .item .props .prop span:nth-child(1) {
    width: 60%;
    padding-left: 10px
}

#price .item .props .prop span:nth-child(2) {
    width: 40%
}

#price .item .props .prop:nth-child(1) {
    border: 0;
    padding: 0 0 20px
}

#price .item .props .prop:last-child {
    border: 0
}

#price .item .props .prop:nth-child(1) span {
    font-weight: 500
}

#price .item .button {
    text-align: center
}

.allert-content {
    padding: 15px;
    border: 10px solid #b1b1b1
}

.allert-content .allert-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background: #e1e1e1;
    padding: 20px 30px
}

.allert-content .allert-wrapper::before {
    content: "";
    position: relative;
    left: 50%;
    width: 10px;
    height: 144px;
    background-color: #62c25b
}

.allert-content .allert-wrapper .left-text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding-right: 25px;
    margin-bottom: 0;
    width: 100%
}

.allert {
    margin-bottom: 40px;
    padding: 40px 0
}

.allert-content .allert-wrapper .right-text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 0;
    width: 100%
}

#calculator {
    padding: 60px 0;
    /*background: -webkit-linear-gradient(134.33deg, #000 17.57%, #4c4c4c 90.77%);*/
    /*background: -o-linear-gradient(134.33deg, #000 17.57%, #4c4c4c 90.77%);*/
    /*background: linear-gradient(315.67deg, #000 17.57%, #4c4c4c 90.77%)*/
}



#calculator h2 {
    font-family: "IntroRegular" !important;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    text-transform: uppercase;
    color: #303133;
    margin: 0 0 40px;
}

#calculator .calc-col {
    padding-left: 10px;
    padding-right: 10px
}

#calculator .item.personal, #calculator .item.type {
    /*background: radial-gradient(center , circle cover , rgb(135, 239, 127) , rgb(91, 194, 142) 100%);*/
    /*background: -o-radial-gradient(center , circle cover , rgb(135, 239, 127) , rgb(91, 194, 142) 100%);*/
    /*background: -ms-radial-gradient(center , circle cover , rgb(135, 239, 127) , rgb(91, 194, 142) 100%);*/
    /*background: -moz-radial-gradient(center , circle cover , rgb(135, 239, 127) , rgb(91, 194, 142) 100%);*/
    /*background: -webkit-radial-gradient(center , circle cover , rgb(135, 239, 127) , rgb(91, 194, 142) 100%);*/
    /*-webkit-backdrop-filter: blur(20px);*/
    /*backdrop-filter: blur(20px);*/
    border-radius: 5px;
    padding: 27px 23px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#calculator .item.result {
    background: #fff;
    border-radius: 5px;
    padding: 44px 35px;
    max-width: 460px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}

#calculator .item span.title {
    font-family: "IntroRegular" !important;
    font-weight: 600;
    line-height: 20px;
    font-size: 15px;
    color: #303133;
    margin: 0 0 25px;
    display: block
}

#calculator .item.type span.title {
    margin: 0 0 11px
}

#calculator .item .type-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px
}

#calculator .item .type-controls .type-radio {
    width: 48%
}

#calculator .item .type-controls input + label {
    background: #fff;
    border-radius: 37px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    padding: 10px 0;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#calculator .item .type-controls input:checked + label {
    background: #62c25b;
    color: #fff
}

#calculator .item .dop-crems input, #calculator .item .dop-lulls input, #calculator .item .lulls, #calculator .item .type-crems input, #calculator .item .type-lulls input {
    display: none
}

#calculator .item .type-crems, #calculator .item .type-lulls, #calculator .item.crem-active .type-crems {
    margin: 0 0 23px
}

#calculator .item .type-crems input + label, #calculator .item .type-lulls input + label {
    padding: 0 0 0 32px;
    position: relative;
    font-size: 15px;
    font-family: "IntroRegular" !important;
    color: #303133;
    cursor: pointer;
}

#calculator .item .type-crems input + label:before, #calculator .item .type-lulls input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #62c25b;
}

#calculator .item .type-crems input:checked + label:after, #calculator .item .type-lulls input:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #62c25b;
}

#calculator .item .dop-crems input:disabled + label, #calculator .item .dop-lulls input:disabled + label, #calculator .item .type-crems input:disabled + label, #calculator .item .type-lulls input:disabled + label {
    color: #ccc;
    cursor: not-allowed
}

#calculator .item .type-crems input:disabled + label:before, #calculator .item .type-lulls input:disabled + label:before {
    background: #888
}

#calculator .item .dop-crems input + label, #calculator .item .dop-lulls input + label {
    padding: 0 0 0 32px;
    position: relative;
    font-size: 15px;
    font-family: Montserrat;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#calculator .item .dop-crems input + label span, #calculator .item .dop-lulls input + label span, #calculator .item.result .selected-dop .prop.visible {
    display: block
}

#calculator .item .dop-crems input + label span:last-child, #calculator .item .dop-lulls input + label span:last-child {
    color: red
}

#calculator .item .dop-crems input + label:before, #calculator .item .dop-lulls input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .42);
    border-radius: 3px
}

#calculator .item .dop-crems input:checked + label:after, #calculator .item .dop-lulls input:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -4.5px;
    width: 10px;
    height: 10px;
    background-color: rgba(200, 0, 0, .7)
}

#calculator .item .dop-crems input:disabled + label:before, #calculator .item .dop-lulls input:disabled + label:before {
    background: #888
}

#calculator .item .address, #calculator .item .form-slider {
    margin: 0 0 35px
}

#calculator .item.result .selected-dop {
    padding: 0 0 0 20px
}

#calculator .item.result .selected-dop .prop {
    position: relative;
    font-weight: 300;
    font-size: 15px;
    color: #000;
    padding: 0 0 0 24px;
    margin: 0 0 30px;
    display: none;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease;
}

#calculator .item.result .selected-dop .prop:before {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    content: '';
    position: absolute;
    margin-top: -8px;
    background: url(../images/plus-green.svg) no-repeat center
}

#calculator .item.result .corier {
    padding: 0 35px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px
}

#calculator .item.result .corier p {
    display: block;
    font-family: "IntroRegular" !important;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin: 0;
}

#calculator .item.result .corier span.result__note {
    display: block;
    color: #999;
}

#calculator .item.result .results .corier p:last-child {
    font-family: "IntroRegular" !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #62c25b;
}

#calculator .item.result .results .corier:last-child p:first-child, #calculator .item.result .results .corier:last-child p:last-child {
    font-weight: 600
}

#calculator .item.result .controls {
    text-align: center;
    margin: 15px 0 18px;
    width: 100%
}

#calculator .item.result .controls button {
    background: #62c25b;
    width: 100%;
    font-family: "IntroRegular" !important;
    font-weight: 700;
    font-size: 15px;
    color: #fff
}

#calculator .item.result .controls button:active, #calculator .item.result .controls button:focus, #calculator .item.result .controls button:hover {
    color: #62c25b;
    background: #fff
}

#calculator .item.result .privacy {
    text-align: center;
    color: #000
}

#calculator .item.result .privacy, #calculator .item.result .privacy a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 10px
}

input.calc__input {
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 17px 25px 13px
}

.calc-form .calc__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calc-form .form__field {
    padding: 0 65px 0 0
}

.calc-form .calc__field {
    width: 50%
}

.form__select {
    padding: 12px 35px;
    background-color: #fff;
    margin: 0 0 12px;
    display: block;
    width: 100%;
    border-radius: 37px;
    font-size: 15px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 2px solid #62c25b;
}
.form__select:not([multiple]) {
    background: none !important;
}
.form__select-wrapper {
    position: relative
}

.form__select-wrapper:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #62c25b transparent transparent transparent;
    right: 26px;
    top: 50%;
    margin-top: -3px;
    z-index: 15
}

.calc__popup {
    margin: -5px 0 0 32px;
    display: block;
}

.calc__popup a {
    font-family: "IntroRegular" !important;
    font-size: 13px;
    color: #fff !important;
    border: 2px solid #62c25b;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #62c25b;
    width: 150px;
    height: 30px;
    border-radius: 10px;
}

.calc__popup a:focus, .calc__popup a:hover {
    background: #fff;
    color: #62c25b !important;
}

/*.calc__popup a:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  right: -15px;*/
/*  border-style: solid;*/
/*  top: 50%;*/
/*  border-width: 6px 3.5px 0 3.5px;*/
/*  border-color: #62c25b transparent transparent transparent*/
/*}*/

.calc__radio-info {
    position: absolute!important;
    right: -20px;
    top: 50%;
    margin-top: -5px
}
.calc__radio-info > span {
    color: #000;
    background: #fff;
    line-height: 12px;
    width: 12px;
    display: block;
    text-align: center;
    font-size: 8px;
    opacity: 1;
    font-weight: 700;
    z-index: 15;
    border-radius: 50%;
    position: static;
}

.calc__radio-info-hidden {
    display: none;
    position: absolute!important;
    right: -20px;
    margin-top: 15px;
    z-index: 3;
    width: 220px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center
}

.calc__radio-info-hidden::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: -5px;
    right: 19px;
    z-index: 1;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.calc__radio-info:hover .calc__radio-info-hidden {
    display: block
}

.form__field {
    padding: 0 65px 0 0
}

.popup.urn {
    max-width: 500px !important;
    width: 100%;
    border-radius: 10px !important;
}
.popup.urn ul {
    font-size: 14px;
}
.urn__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.urn__swiper {
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 0 0 20px
}

.popup.urn .urn__button .btn {
    padding: 16px 25px !important;
}

.urn__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    flex-direction: column;
}

.urn__info {
    text-align: left;
    padding: 0 0 0 10px
}

.urn__name {
    font-size: 13px;
    text-align: left;
    font-weight: 700;
    margin: 0 0 15px
}

.urn__info p {
    color: #62c25b;
    font-size: 13px;
    margin: 0
}

.urn__arr {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ccc;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.urn__arr:focus, .urn__arr:hover {
    background: #62c25b
}

.urn__arr path {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.urn__arr:focus path, .urn__arr:hover path {
    fill: #fff
}

.urn__prev {
    left: 0
}

.urn__next {
    right: 0
}

.urn__swiper-wrapper {
    position: relative;
    font-family: Montserrat, sans-serif
}

.popup .btn {
    background: #62c25b;
    color: #fff;
    width: 100%;
    padding: 11px 25px;
}
.popup .btn:active, .popup .btn:focus, .popup .btn:hover {
    background: #fff;
    color: #62c25b;
}

@media (max-width: 680px) {
    .calc-form .calc__field {
        width: 100%;
        padding: 27px 5px;
    }
}

@media (max-width: 375px) {
    #calculator .item.personal, #calculator .item.type {
        padding: 27px 5px;
    }
    .cremation-calculator.row-container {
        height: 150px !important;
    }
}