@media (max-width: 1199px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li span {
        padding: 0 8px;
    }
}

.offcanvas-menu.border-menu.center-alignment.text-center > .d-flex.align-items-center.p-3.pt-4 {
    justify-content: center;
}

.offcanvas-menu .offcanvas-inner .sp-module .awesomplete {
    width: 240px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
    line-height: 120%;
    display: block;
}

h2.sp-page-title-heading {
    display: none;
}

.sp-page-title {
    padding: 0;
    background: #fff;
}

.sp-page-title .breadcrumb {
    margin-top: 0;
    padding: 4px 0 !important;
}
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: #5c0808;
}
 .sp-page-title .breadcrumb>li>a:hover {
    color: #ff9900;
}
.sp-page-title .breadcrumb>.active {
    color: rgb(92, 8, 8, .8);
}
header#sp-header {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#sp-top-bar {
    font-size: 100%;
    padding: 5px 0;
}

section#sp-top-bar p {
    margin-bottom: 0;
}

#sp-top-bar .sp-module.headerContacts {
    width: 100%;
    margin-left: 0 !important;
    float: inline-start;
}

#sp-top-bar a.sppb-btn {
    color: #ffffff;
}

#sp-top1 .sppb-row .col-auto {
    max-width: unset !important;
    flex-basis: unset;
}

.cursorPointer {
    cursor: pointer;
}

#contactsTopRow .sppb-row.sppb-align-center > div:last-child {
    flex: none;
}

nav.sp-megamenu-wrapper.d-flex {
    width: 100%;
    justify-content: flex-end;
}

ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
    display: flex !important;
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
}

@media (max-width: 991px) {
    ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
        display: none !important;
    }

    img.logo-image {
        margin: 0 auto;
    }

    #contactsTopRow > .sppb-row-container > .sppb-row > div {
        width: 50%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .firstBlockForm .cf-control-group.cf-one-half.cf-one-third {
        width: 50%;
    }
}

@media (max-width: 449px) {
    section#contactsTopRow .sppb-row-container {
        padding: 0;
    }

    #contactsTopRow > .sppb-row-container > .sppb-row > div .sppb-button-wrapper {
        margin: 5px 0;
    }

    .sppb-addon-content-align-left.sppb-addon.sppb-addon-feature.sppb-text-left.cursorPointer.citySelector img.sppb-img-responsive {
        max-width: 24px;
        margin-top: 12px;
    }
}

.sppb-addon-content-align-left.sppb-addon.sppb-addon-feature.sppb-text-left.cursorPointer.citySelector .sppb-media {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.sppb-addon-content-align-left.sppb-addon.sppb-addon-feature.sppb-text-left.cursorPointer.citySelector .sppb-media-body {
    width: fit-content;
}

.sppb-addon-content-align-left.sppb-addon.sppb-addon-feature.sppb-text-left.cursorPointer.citySelector {
    display: block !important;
}

.sppb-addon-content-align-before.sppb-addon.sppb-addon-feature.cursorPointer.citySelector {
    display: none !important;
}

main#sp-main .convertforms {
    font-family: inherit !important;
}

button.cf-btn span.cf-btn-text {
    font-weight: 600;
}

.burger-icon > span {
    background-color: #ffffff;
}

.bgFilterBlur5 {
    backdrop-filter: blur(5px);
}

.verticalAlign .sppb-media {
    display: flex;
    align-items: center;
}

.verticalAlign p:last-child {
    margin-bottom: 0;
}

.noText .sppb-addon-text {
    display: none;
}

.sppb-btn-secondary {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}

.sppb-btn-secondary:hover {
    color: #fff;
    background-color: #5c0808;
    border-color: #5c0808;
}

ul.funeralOrganization {
    padding-left: 0;
}

.funeralOrganization li {
    list-style: none;
    margin-bottom: 5px;
}

.funeralOrganization li:before {
    content: "\f058";
    color: #ff9900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}
.priceWrap {
    background-color: #f0f1f2;
    border-radius: 10px;
    padding: 20px;
}

.priceWrap p {
    margin-bottom: 0;
}

.priceTitle {
    display: flex;
    background-color: #fff;
    width: 300px;
    padding: 20px;
    border-radius: 5px;
}

.pricePrice {
    display: flex;
    background-color: #fff;
    width: 250px;
    margin: 0 10px;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 22px;
    justify-content: center;
    color: #5c0808;
    text-align: center;
}

.priceReadMore a, .sppb-btn-link:focus {
    color: #5c0808;
    font-weight: 600;
    padding: 0 !important;
}

.priceReadMore a:hover {
    color: #ff9900;
}

.priceTextWrap {
    margin: 0 20px;
}

@media (max-width: 991px) {
    .priceWrap {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        margin: 10px 0;
    }

    .priceButtonWrap {
        margin: 10px 0;
        align-self: flex-end;
    }

    .pricePrice {
        margin-left: 0;
    }

    .priceTextWrap {
        max-width: 270px;
        margin: 10px 0 10px 20px;
    }
}

@media (max-width: 991px) and (min-width: 681px) {
    div.priceWrap {
        display: grid !important;
        grid-template-areas:
        'name description'
        'price description';
    }

    div.priceWrap > div:first-child {
        grid-area: name;
    }

    div.priceWrap > div:last-child {
        grid-area: price;
    }

    div.priceWrap > div:nth-child(2) {
        grid-area: description;
    }

    .priceTextWrap {
        max-width: max-content;
    }
}

@media (min-width: 992px) {
    .priceWrap > div:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .priceWrap {
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin: 0 auto;
        max-width: 440px;
    }
}

@media (max-width: 360px) {
    .priceButtonWrap {
        display: block !important;
    }

    .priceTitle {
        width: 260px;
        text-align: center;
    }

    .priceTextWrap {
        max-width: 260px;
        margin: 10px 0;
        text-align: center;
    }

    .priceButtonWrap > div:first-child {
        margin-bottom: 10px;
    }

    .sppb-addon.priceReadMore {
        text-align: center;
    }
}

.eb-inst .eb-header {
    background-color: #5c0808;
    color: #fff;
    margin: -20px -20px 10px -20px;
    padding: 20px;
    text-align: center;
    opacity: 1;
    font-size: 22px;
}

.cf-control-group[data-type="submit"] {
    padding-bottom: 0;
}

a.priceButtonLink {
    cursor: pointer;
}

.white-popup-block {
    background-color: #f0f1f2;
    border-radius: 10px;
}

.white-popup-block .priceTitle {
    width: 100%;
    margin-top: 20px;
}

p.modalPrice.pricePrice {
    display: block;
    margin-inline: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.white-popup-block a.priceButtonLink {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.footerContacts #mod-custom116 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.eb-inst[data-id="3"] a.sppb-btn.sppb-btn-secondary {
    padding: 0 20px;
}

.regionWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    text-align: center;
    margin-top: 5px;
}

.regionBlock.firstBlock {
    grid-column: 1 / -1;
}

.regionWrap .regionBlock a {
    background-color: #f0f1f2;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
}

.regionWrap .regionBlock a:hover {
    background-color: #ff9900;
    color: #fff;
}

.parentBlock {
    position: relative;
    overflow: hidden;
    transition: all .4s;
}

.parentBlock:hover {
    background-color: #f0f1f2;
}

a.parentBlocksLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.a1 {
    content: " ";
    background-image: url(../../../images/a1.svg);
    background-size: contain;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-bottom: -5px;
    background-repeat: no-repeat;
}

.mts {
    content: " ";
    background-image: url(../../../images/mts.svg);
    background-size: contain;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-bottom: -5px;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .a1, .mts {
        height: 28px;
        width: 28px;
    }
}

@media (max-width: 575px) {
    .a1, .mts {
        height: 22px;
        width: 22px;
        margin-bottom: -4px;
    }
}

.site .uk-scope .uk-card-body {
    padding: 20px;
}

.icon100 img.sppb-img-responsive {
    max-width: 100px;
}
.cf-control-group[data-type="html"]{
    padding-block: 0 !important;
    font-size: 13px !important;
}
.cf-control-group[data-type="termsofservice"]{
    padding-top: 6px !important;
    padding-bottom: 5px !important;

    font-size: 13px !important;
}
.convertforms.cf-success .cf-response {
    display: none !important;
}
.cf-control-input p{
    margin-bottom: 0;
}
li > p{
    margin-bottom: 0;
}
.sp-copyright{
    text-align: center;
}
.box .addon-root-feature{
        max-width:450px;
}
.box .sppb-column-addons{
    display: flex;
    flex-direction: column;
}
#sp-header-bottom ul.menu{
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;

}
#sp-header-bottom ul.menu li a{
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    line-height: 1;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;

}
#sp-header-bottom ul.menu li:hover a{
    color: #ff9900;

}

#sp-header-bottom {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 30px;
    background: #3b2010;
}
@media (max-width: 767.98px) {
    .box .addon-root-feature{
        order: 1;
    }
}
@media (max-width: 500px) {
    #sp-header-bottom ul.menu li a{
        padding: 0 5px;
        font-size: 12px;

    }
body.ltr #offcanvas-toggler.offcanvas-toggler-right{
    margin-left: 0;
}
}

@media (max-width: 1250px) {
    .sp-megamenu-wrapper .sp-megamenu-parent > li > a, .sp-megamenu-wrapper .sp-megamenu-parent > li > span, .sp-megamenu-wrapper .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
        font-size: 16px;
    }
}
@media (max-width: 1070px) and (min-width: 992px){
    .sp-megamenu-wrapper .sp-megamenu-parent > li > a, .sp-megamenu-wrapper .sp-megamenu-parent > li > span, .sp-megamenu-wrapper .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
        font-size: 14px;
    }
}
#sp-header .container-inner .row{
    align-items: center;
}
/* ===== GIVENA CITY SWITCHER: STEP 1 ===== */

.givena-city-switcher {
    position: relative;
    display: inline-block;
    /*min-width: 180px;*/
    z-index: 100;
}

.givena-city-switcher__toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    /*min-height: 52px;*/
    padding: 8px 14px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #3b2010;
    text-align: left;
    transition: all .2s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}
.givena-city-switcher__toggle::before {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-block;
    background-color: currentColor;

    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.057 8a2.012 2.012 0 01-2.019-2c0-1.103.906-2 2.02-2 1.113 0 2.018.897 2.018 2s-.905 2-2.019 2zm0-5C6.387 3 5.03 4.346 5.03 6s1.358 3 3.028 3 3.029-1.346 3.029-3-1.359-3-3.029-3zm0 11.777C6.852 13.5 3.01 9.177 3.01 6c0-2.757 2.264-5 5.047-5 2.784 0 5.047 2.243 5.047 5 0 3.174-3.841 7.5-5.047 8.777zM8.057 0C4.717 0 2 2.691 2 6c0 4.159 5.468 9.623 5.7 9.854a.509.509 0 00.714 0c.233-.23 5.7-5.695 5.7-9.854 0-3.309-2.716-6-6.057-6z'/></svg>") no-repeat center / contain;

    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.057 8a2.012 2.012 0 01-2.019-2c0-1.103.906-2 2.02-2 1.113 0 2.018.897 2.018 2s-.905 2-2.019 2zm0-5C6.387 3 5.03 4.346 5.03 6s1.358 3 3.028 3 3.029-1.346 3.029-3-1.359-3-3.029-3zm0 11.777C6.852 13.5 3.01 9.177 3.01 6c0-2.757 2.264-5 5.047-5 2.784 0 5.047 2.243 5.047 5 0 3.174-3.841 7.5-5.047 8.777zM8.057 0C4.717 0 2 2.691 2 6c0 4.159 5.468 9.623 5.7 9.854a.509.509 0 00.714 0c.233-.23 5.7-5.695 5.7-9.854 0-3.309-2.716-6-6.057-6z'/></svg>") no-repeat center / contain;
}
.givena-city-switcher__toggle:hover,
.givena-city-switcher.is-open .givena-city-switcher__toggle {
    border-color: #ff9900;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}

.givena-city-switcher__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.givena-city-switcher__city {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #3b2010;
    white-space: nowrap;
}

.givena-city-switcher__arrow {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform .2s ease;
}

.givena-city-switcher.is-open .givena-city-switcher__arrow {
    transform: rotate(-135deg);
    margin-top: 3px;
}

.givena-city-switcher__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    min-width: 220px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    overflow: hidden;
}

.givena-city-switcher__list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.givena-city-switcher__item {
    margin: 0;
    padding: 0;
}

.givena-city-switcher__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 2px 14px;
    border: 0;
    background: transparent;
    color: #3b2010;
    cursor: pointer;
    text-align: left;
    transition: background-color .2s ease, color .2s ease;
}

.givena-city-switcher__option:hover {
    background: #ff9900;
    color: #fff;
}

.givena-city-switcher__option.is-active {
    background: rgba(255, 153, 0, .12);
    color: #3b2010;
    font-weight: 700;
}

.givena-city-switcher__option-text {
    display: block;
    line-height: 1.2;
}

.givena-city-switcher__check {
    opacity: 0;
    color: #ff9900;
    font-weight: 700;
    transition: opacity .2s ease;
}

.givena-city-switcher__option.is-active .givena-city-switcher__check {
    opacity: 1;
}

@media (max-width: 575px) {
    .givena-city-switcher {
        width: 100%;
        min-width: 0;
    }

    .givena-city-switcher__toggle {

        padding: 8px 12px;
    }

    .givena-city-switcher__city {
        font-size: 15px;
    }

    .givena-city-switcher__dropdown {
        min-width: 100%;
    }
}