.sg-adventure-card .cards-section__card .card__img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.error-page .col-sm-12.col-md-6 {
    padding: 122px 0 136px;
}
.error-page .col-sm-12.col-md-6 .error-page__img {
    margin-left: 44px;
}
.page-template-comment .breadcrumbs__item:last-child,
.page-template-comment .header-type-breadcrumbs .breadcrumbs__item:last-child,
.page-template-comment .single-route .breadcrumbs__item:last-child {
    color: #141414;
}
body.loader:before {
    content: '';
    background: rgba(255,255,255,.8);
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
body.loader:after {
    content: '';
    z-index: 9999;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: #078049;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    position: fixed;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}
.page-template-comment .sg-error-form-message,
.page-template-comment .sg-success-form-message,
body.page-template-comment.success-form #post-form,
body.page-template-comment.success-form .npa-acc {
    display: none;
}
body.page-template-comment.error-form .sg-error-form-message,
body.page-template-comment.success-form .sg-success-form-message {
    display: block;
    background: #F0F5F5;
    border: 4px solid #078049;
    padding: 13px 24px;
}
body.page-template-comment.error-form .sg-error-form-message {
    border-color: #CD2E3D;
}
.page-template-comment #post-form .ev-form__ttl {
    margin-bottom: 0;
}
.page-template-comment #post-form .ev-form__group + .ev-form__group {
    margin-top: 30px;
}
.page-template-comment .comments-lst {
    margin-top: 60px;
}
.page-template-comment .comment-reply {
    width: fit-content;
    margin-left: 60px;
    padding: 10px 20px;
    background: #F0F5F5;
    border-radius: 8px;
}
.page-template-comment .question-list__ttl:after, .page-template-comment .npa-acc__ttl:after {
    content: "+";
    height: auto;
    border-right: none;
    border-top: none;
    transform: none;
    font-size: 34px;
}
.page-template-comment .news-404 {
    margin-top: 40px;
}
.page-template-comment .g-recaptcha.brochure__form__captcha,
.page-template-comment #ev-form__smb {
    margin-top: 20px;
}


@media (max-width: 1199.98px){
    .error-page .col-sm-12.col-md-6 .error-page__img {
        max-height: 250px;
    }
}
@media screen and (max-width: 767.98px){
    .error-page .col-sm-12.col-md-6 {
        padding: 0 15px;
    }
    .error-page .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .error-page .col-sm-12.col-md-6 .error-page__img {
        display: block;
        margin: 0 auto 50px;
    }
    .page-template-comment .comment-reply {
        margin-left: 30px;
    }
}
@media screen and (max-width: 360px){
    .error-page .col-sm-12.col-md-6 .error-page__img {
        max-width: 100%;
    }
}