/* Loader */
#payment-loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: visible;
    opacity: 0.8;
    background: #333 url('../images/ico-preloader.svg') no-repeat center center;
}

/* Input errors */
.input-alert ~ .form__errorTooltip {
    opacity: 1;
}

.forms__state_certificate .form__errorTooltip {
    display: block;
    padding-top: 3px;
}

/* Cookie warning */
.cookies-block {
    position: fixed;
    width: 100%;
    bottom: 0;
    line-height: 15px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ddd;
    z-index: 10;
}

.cookies-button {
    padding: 0 15px;
    height: 30px;
    margin-left: 20px;
    line-height: 30px;
    border-radius: 2px;
    background: #ddd;
    color: #666;
    cursor: pointer;
    transition: all ease 200ms;
}

/* Memorials hover */
a.memorials__item__content {
    color: #333;
}

a.memorials__item__content:hover {
    color: #b38f6c;
}

/* FAQ */
.article--faq {
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.article--faq .article__wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0;
}

.article--faq .article__title {
    margin-bottom: 10px;
}

.article__content_container {
    padding: 80px 100px;
    border: 1px solid #F6EDE4;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .article__content_container {
        padding: 20px;
    }
}

.article--faq p {
    line-height: 24px;
}

.article--faq strong {
    color: #333;
    font-size: 16px;
}

/* Text under main buy button */
.hero__button__text {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-family: playfair_regular, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
    .hero__button__text {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
}

/* Fix block width */
@media only screen and (min-width: 1053px) {
    .hero__content__left {
        min-width: 640px;
    }
}

.footer__content__center {
    margin-left: 0;
}
/* Fix responsive footer */
@media screen and (max-width: 1150px) {
    .footer__content__center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-left: 40px;
    }

    .footer__terms {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer__content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .footer__content__right {
        display: block;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
        width: 100%;
    }

    .footer__contact {
        margin-bottom: 20px;
        margin-right: 0;
    }

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

/* Language switcher inline */
.languageSwitcherInline {
    margin-right: 40px;
}
@media screen and (max-width: 1150px) {
    .languageSwitcherInline {
        margin-right: 0;
        margin-left: -10px;
    }
}
.languageSwitcherInline ul {
    margin: 0;
    padding: 0;
}
.languageSwitcherInline li {
    list-style-type: none;
    display: inline-block;
}
.languageSwitcherInline li a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 3px;
}
@media screen and (max-width: 1150px) {
    .languageSwitcherInline li a {
        padding: 0 10px;
    }
}

/* Language switcher select */
.languageSwitcherSelect {
    margin-right: 35px;
    position: relative;
}

.languageSwitcherSelect > .selectButton {
    display: inline-block;
    padding: 0 12px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #b38f6c;
    transition: color .2s ease;
}

.languageSwitcherSelect > .selectButton:hover {
    color: #333;
}

.languageSwitcherSelect ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    margin-bottom: 8px;
    border: 1px solid #f3ede6;
    visibility: hidden;
}
.languageSwitcherSelect ul.open {
    visibility: visible;
    z-index: 2;
}
.languageSwitcherSelect li {
    display: block;
}
.languageSwitcherSelect li a {
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    padding: 5px 12px;
}

@media screen and (max-width: 1150px) {
    .languageSwitcherSelect {
        margin-right: 0;
        margin-left: -10px;
    }
}

/* Fixes for languages */
.hero__content {
    margin-top: 40px;
}

.urnDescriptionPopUp__title__price {
    padding: 7px 0 8px 15px;
    margin-right: 11px;
    background: url('../images/ico-flower-arrow-long.svg') no-repeat;
    background-size: cover;
    position: relative;
}

.urnPriceRightBorder {
    height: 28px;
    width: 11px;
    background: url('../images/ico-flower-arrow-long.svg') no-repeat right;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -11px;
}

@media screen and (min-width: 1054px) {
    h1 {
        font-size: 62px;
        line-height: 82px;
    }
}

@media screen and (min-width: 1054px) {
    .btn.btn_big {
        font-size: 18px;
    }
}

.sq-form-container {
    padding: 20px 20px 0 20px;
    border: 1px solid rgba(233,227,220,.98);
    border-radius: 2px;
    margin-bottom: 35px;
    min-height: 128px;
}

.sq-input {
    border: none;
    border-bottom: 1px solid #b38f6c;
    background-color: transparent;
    height: 32px;
}

.sq-short-container {
}

.sq-title {
    margin-top: 25px;
}

.sq-errors {
    font-family: montserrat_medium,Arial,Helvetica,sans-serif;
    color: #ff4832;
    font-size: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.third {
    float: left;
    width: 70px;
    margin-right: 20px;
}

.clearfix {
    clear: both;
}