.lastCommentsList{
    display: block;
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    overflow: hidden;
    margin-left: -3.3%;
}

.lastCommentsList li{
    display: inline-block;
    width: 30%;
    margin: 0px;
    margin-right: -4px;
    margin-left: 3.3%;
    margin-bottom: 10px;
    background-color: white;
    padding: 5px 10px;
    vertical-align: top;
    box-sizing: border-box;  
}

.lastCommentsList li .name{
    font-size:15px;
    font-weight:bold;
    margin-bottom: 5px;
}

.lastCommentsList li .title{
    font-size: 11px;
}

.lastCommentsList li .date{
    font-size: 11px;
    color: silver;
}

.lastCommentsList li .desc{
    margin-top: 10px;    
    font-size: 15px;
}

.lastCommentsList .linkedObject {
    display:inline-block;
    margin-bottom:10px;
    text-decoration:underline;
    font-size:80%;
}

@media only screen and (max-width: 760px) {
    .lastCommentsList{
        margin-left: 0px;
    }
    
    .lastCommentsList li{
        display: block;
        width: auto;
        margin-left: 0px;    
        margin-right: 0px;    
    }
}
.body-blur #CybotCookiebotDialog {
    z-index: 100;
}

.footer_top_right_title {
    color: #2b3445;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_search_text p {
    color: #4b566b;
    margin: 10px 0;
}

.pay-button {
    display: inline-block;
    background: #2B3160 url(https://s3.eu-central-1.amazonaws.com/w4p-merch/button/bg5x2.png) no-repeat center right;
    background-size: cover;
    width: 256px;
    height: 54px;
    border: none;
    border-radius: 7px;
    padding: 18px;
    text-decoration: none;
    box-shadow: 3px 2px 8px rgb(71 66 66 / 22%);
    text-align: left;
    box-sizing: border-box;
}

.pay-button span {
    color: #fff;
}

/* page_text */

.page_text_wrapper {
    padding: 50px 0;
}

.page_text {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
}

.page_text_item {
    padding-left: 20px;
    padding-right: 20px;
}

.page_text_item .text_font_style {
    margin-bottom: 20px;
}

.page_text_item_quote {
    position: relative;
    border-radius: 5px;
}

.page_text_item_quote .down_text {
    /*height: 67px;*/
    height: 125px;
}

.page_text_item_quote .down_text-active {
    height: auto;
}

.page_text_item h1 {
    margin: 0 0 7px;
}

.page_text_item h2 {
    margin: 0 0 7px;
}

.quote_decoration {
    display: none;
    /*display: flex;*/
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    color: #fff;
    background-color: #fe696a;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1.125rem -0.4rem rgb(243 71 112 / 90%);
}

.quote_decoration span {
    margin: auto;
    padding: 0;
    font-size: 32px;
}

.page_text_tags_item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tags {
    padding: 6px 9px;
    border: 1px solid #dae1e7;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #4b566b;
    font-size: 12px;
    transition: 0.2s ease-out;
}

.tags:hover {
    border-color: #f3f5f9;
    background-color: #f3f5f9;
    color: #4b566b;
    transition: 0.2s ease-out;
}

.page_text_tags {
    padding-left: 20px;
    padding-top: 60px;
}

.page_text_region{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*margin-top: 70px;*/
}

.page_text_region .text_font_style {
    margin-right: 5px;
    display: flex;
}

.page_text_region .text_font_style hr {
    display: block;
    width: 14px;
    height: 2px;
    margin-left: 5px;
    border: none;
    background-color: #011516;
    box-shadow: none;
    transform: rotateZ(90deg);
}

.item_name {
    margin-right: 5px;
    color: #04a5ac;
    display: flex;
    cursor: pointer;
}

.item_name:hover {
    color: #04a5ac;
    text-decoration: underline;
}

.item_name hr {
    display: block;
    width: 14px;
    height: 2px;
    margin-left: 5px;
    border: none;
    background-color: #011516;
    box-shadow: none;
    transform: rotateZ(90deg);
}

.page_text_language {
    display: none;
    margin-top: 20px;
}

.page_text_language .text_font_style {
    font-size: 16px;
}

.page_text_language_inner,
.page_text_language_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page_text_language .text_font_style {
    font-size: 16px;
}

.page_text_language_item .item_name {
    font-size: 16px;
    margin-left: 5px;
}
/* / page_text */

/*валюты*/
.currency {
    position: absolute;
}
.currency_list--wrapper {
    display: none;
    position: absolute;
    top: 20px;
    right: -5px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}
.currency_wrapper {
    cursor: pointer;
    height: 68px;
    display: flex;
    align-items: center;
    width: 50px;
    padding: 10px 8px 8px;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #1B1B1F;
    z-index: 99;
}

.currency_wrapper:hover .currency_list--wrapper{
    display: block;

}
.currency_wrapper:hover .currency,
.currency_list--item a:hover {
    color: var(--theme-link);;
}

li.currency_list--item {
    margin: 3px 0;
}

ul.currency_list--list {
    list-style: none;
    padding: 0;
    min-width: 85px;
    margin: 12px 0 0 0;
}

.currency_list--title,
.currency_list--item a{
    color: #1B1B1F;
}

.currency > span {
    font-size: 16px;
    font-weight: 600;
    color: #434343;
}
/*валюты*/

.lastCommentsList li .name {
    display: flex;
}

.lastCommentsList .product-rating__stars {
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.main_page_slider_content {
    position: absolute;
    top: 20%;
    left: 10%;
    margin-right: 80px;
}
.mp_slider_content_text {
    color: #fff;
}
.slider_min_title {
    font-size: 32px;
    font-weight: 300;
}
.slider_max_title {
    font-size: 48px;
    font-weight: 600;
    text-shadow: 2px 3px 6px #00000054;
}
.slider_description_title {
    font-size: 18px;
}

/*чат*/
.calling_wrapper {
    position: fixed;
    bottom: 35px;
    right: 50px;
    z-index: 15;
}
.messenger_wrapper {
    overflow: hidden;
    height: 0px;
    transition: 0.6s ease-out;
}
.messenger {
    padding: 8px 0 16px;
    position: relative;
}
.messenger_tgm {
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #1da1f2;
    color: #fff;
    padding-right: 4px;
    background-image: url("/templates/drevo/resource/img/telegram.svg");
    background-position: 80%;
    background-size: 47px;
    background-repeat: no-repeat;
}
/*.fa {*/
/*    display: inline-block;*/
/*    font: normal normal normal 14px/1 FontAwesome;*/
/*    font-size: inherit;*/
/*    text-rendering: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*}*/
.messenger_tgm i {
    margin: auto;
    font-size: 22px;
}
.messenger_vbr {
    display: flex;
    width: 42px;
    height: 42px;
    background-image: url("/templates/drevo/resource/img/viber_ico.png");
    background-position: 48%;
    background-size: 22px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #665CAC;
}

.messenger_fbk {
    display: flex;
    width: 42px;
    height: 42px;
    background-image: url("/templates/amazing/resource/img/icons/fbk_logo.png");
    background-position: 48%;
    background-size: 60px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #665CAC;
}

.messenger_inst {
    display: flex;
    width: 42px;
    height: 42px;
    background-image: url("/templates/amazing/resource/img/icons/inst_logo.png");
    background-position: 48%;
    background-size: 45px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: ##ffffff;
}

.messenger a+a {
    margin-top: 15px;
}
.messenger .fb_reset {
    position: absolute;
    left: -85px;
    bottom: 70px;
    opacity: 0;
}
.call_my_wrapper {
    display: flex;
    /* display: block; */
    /* position: fixed; */
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fe696acf;
    color: #fff;
    z-index: 15;
    cursor: pointer;
    bottom: -7px;
}
.call_my {
    display: flex;
    margin: auto;
    width: 42px;
    height: 42px;
}
.call_my_wrapper::before {
    content: '';
    /* background: #fe696a; */
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* border: 3px solid #fe696a; */
    border: 3px solid #fe696a;
    box-shadow: inset 0 0 11px 3px #fe696ad4;
    position: absolute;
    top: -18%;
    left: -18%;
    transform: scale(1);
    animation: calling 3s linear infinite;
}
.call_my_wrapper::after {
    content: '';
    /* background: #fe696a; */
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* border: 3px solid #fe696a; */
    border: 3px solid #fe696a;
    box-shadow: inset 0 0 11px 3px #fe696ad4;
    position: absolute;
    top: -18%;
    left: -18%;
    transform: scale(1);
    animation: calling 2s linear infinite;
}
@keyframes calling {
    0% {
        transform: scale(0.8);
        opacity: 0.4;
    }
    50% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.call_my i {
    font-size: 25px;
    margin: auto;
}
.messenger .fb_reset>div {
    position: unset!important;
    width: 100%!important;
    height: 100%!important;
    padding: 0;
    background: unset;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.fb_invisible_flow {
    display: inherit;
    height: 0;
    overflow-x: hidden;
    width: 0;
}
.fb_reset>div {
    overflow: hidden;
}
.messenger .fb_reset>div {
    position: unset!important;
    width: 100%!important;
    height: 100%!important;
    padding: 0;
    background: unset;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}
.messenger .fb_reset>div {
    position: unset!important;
    width: 100%!important;
    height: 100%!important;
    padding: 0;
    background: unset;
}

.messenger_wrapper--open {
    height: 130px;
    transition: 0.6s ease-out;
}

.urban .messenger_wrapper--open {
    height: 230px !important;
    transition: 0.6s ease-out;
}
span.mess_icon {
    width: 100%;
    height: 100%;
    background: url(/templates/amazing/resource/img/icons/chat.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 8px 8px;
}
/*чат*/

.banner-zone, .swiper-banner .swiper-slide {
    position: relative;
}

p.blockHeader {
    font-size: calc(1.325rem + .9vw);
}

.logo_without-desc {
    height: 56px;
}
@media screen and (max-width: 1340px) {
    .slider_min_title {
        font-size: 24px;
    }
    .slider_max_title {
        font-size: 32px;
    }
    .slider_description_title {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .currency_wrapper {
        height: unset;
    }
    .calling_wrapper {
        bottom: 100px;
        right: 20px;
    }
    .slider_min_title {
        font-size: 18px;
    }
    .slider_max_title {
        font-size: 24px;
    }
    .slider_description_title {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .view_article iframe {
        width: 100%;
    }
    .slider_min_title {
        font-size: 2.4vw;
    }
    .slider_max_title {
        font-size: 3.5vw;
    }
    .slider_description_title {
        font-size: 2.1vw;
    }
}
.showGuestId {
    position: fixed;
    top: 0;
    left: -200px;
    z-index: 2000;
    transition: all 1s ease-in-out 10s;
    opacity: 0.8;
}

.showGuestId.show,
.showGuestId:hover {
    left: 0;
    transition: all .3s;
}

.showGuestId_content {
    padding: 20px 20px 10px;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 127);
    text-align: center;
}

.modal-popup-sale {
    max-width: fit-content;
    margin: 0 auto;
}

body.body-blur .modal-popup-sale .modal-body .btn {
    width: 100%;
}
.modal-popup-sale {
    .modal-content {
        border-radius: 12px;
        padding: 24px 50px;
    }
    .btn-close {
        min-width: 36px;
        padding: 12px;
        min-height: 36px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .btn-close img {
        width: 32px;
    }

    .modal-body {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .image-block {
        min-width: 470px;
        min-height: 300px;
        position: relative;
    }

    .image-block img {
        position: absolute;
        top: 48%;
        left: 50%;
        height: 528px;
        object-fit: cover;
        object-position: center;
        overflow: visible;
        transform: translate(-50%, -50%);
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
    }

    .feedback-popup-content {
        width: 400px;
    }

    .rs-verify-line a.rs-verify-refresh-code {
        cursor: pointer;
    }

    .sale-title-percent {
        font-size: 145px;
        line-height: 145px;
        font-weight: bold;
        color: #fb3d47;
        text-align: center;
    }

    .sale-title-label {
        width: 80%;
        margin: 0 auto 32px;
        font-size: 44px;
        line-height: 44px;
        color: #020202;
        text-align: center;
    }

    input[name="email"]{
        background: #ecf0f3;
        border-radius: 8px;
        font-size: 20px;
    }

    .btn.btn-primary {
        width: 100%;
        background: #e44146;
        font-size: 28px;
        line-height: 32px;
    }

    .btn.btn-primary:hover {
        background: var(--theme-primary);
    }

    .limit-time-text {
        margin-top: 28px;
        text-align: center;
    }

    .limit-time-text svg {
        width: 20px;
        height: 20px;
        fill: #717171;
    }

    .alert-success {
        margin-bottom: 0;
        background: 0;
        color: black;
        border: none;
        font-size: 18px;
        text-align: center;
        height: 100%;
        align-content: center;
    }

    .success-message-h2 {
        margin-bottom: 16px;
        font-size: 60px;
        line-height: 1.3;
        font-weight: bold;
        text-align: center;
        color: #bb10b5;
    }

    .success-message-label {
        font-size: 25px;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
        color: #101010;
    }

    @media (max-width: 930px) {
        .modal-body {
            display: block;
        }

        .image-block {
            min-width: fit-content;
            min-height: 200px;
        }

        .image-block img {
            top: 30%;
            height: 260px;
        }

        .feedback-popup-content {
            width: auto;
        }

        .sale-title-percent {
            font-size: 110px;
            line-height: 90px;
        }

        .sale-title-label {
            width: auto;
            line-height: 40px;
            font-size: 40px;
            margin-bottom: 16px;
        }

        input[name="code"] {
            padding: 4px 16px;

        }

        .email-verify-block, .button-block {
            width: 90%;
            margin: 0 auto;
        }

        .btn.btn-primary {
            font-size: 26px;
            line-height: 24px;
        }
        .rs-verify-code-block .rs-verify-error {
            font-size: 13px;
        }
    }

    @media (max-width: 600px) {
        .modal-content {
            padding: 16px;
        }

        .image-block {
            min-height: 170px;
        }

        .image-block img {
            top: 36%;
            height: 200px;
        }

        .sale-title-percent {
            font-size: 96px;
            line-height: 82px;
        }

        .sale-title-label {
            line-height: 36px;
            font-size: 30px;
        }

        input[name="email"] {
            font-size: 16px;
        }

        .rs-verify-timer-line {
            font-size: 14px;
        }

        .btn.btn-primary {
            font-size: 24px;
            line-height: 20px;
        }

        .limit-time-text {
            margin-top: 12px;
        }
    }
}
