.news-card_wrapper{display:flex;flex-direction:column;color:#111;color:var(--c-black-text);border-radius:2px;width:calc(33.33333% - 30px);min-height:450px;background-color:#fff;background-color:var(--c-white);position:relative}.news-card_wrapper.__offer{background-color:#fce9d6;background-color:var(--c-light-orange)}@media (max-width:1000px){.news-card_wrapper{width:calc(50% - 30px)}}@media (max-width:700px){.news-card_wrapper{width:100%}}.news-card_offer{position:absolute;display:flex;justify-content:center;align-items:center;top:0;left:32px;width:58px;height:29px;background-color:#f29130;background-color:var(--c-orange);color:#fff;color:var(--c-white);border-radius:0 0 2px 2px}.news-card_image{border-radius:2px 2px 0 0;height:200px;width:100%;-o-object-fit:cover;object-fit:cover}.news-card_text{margin:12px 32px}.news-card_text_date-container{display:flex;grid-gap:16px;gap:16px}.news-card_text_date{color:#797979;color:var(--c-grey-text);margin-bottom:8px}.news-card_text_date.__action{border-left:1px solid #797979;border-left:1px solid var(--c-grey-text);padding-left:16px;color:#e75053;color:var(--c-red)}.news-card_button{width:100%;margin-top:auto;margin-bottom:0;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:64px;border-top:1px solid #dfdfdf;border-top:1px solid var(--c-border-grey)}.news-card_button:hover{background-color:#ffce2f;background-color:var(--c-yellow)}.news-card_button.__offer{border-top:1px solid #fff;border-top:1px solid var(--c-white)}.v-news-item{position:relative;overflow:hidden;min-height:100vh}.v-news-item_wrapper{display:flex;flex-direction:column;grid-gap:32px;gap:32px;padding-top:16px;padding-bottom:80px}.v-news-item_header{color:#797979;color:var(--c-grey-text);width:60%;display:flex;flex-direction:column;grid-gap:20px;gap:20px}@media (max-width:700px){.v-news-item_header{width:100%}}.v-news-item_header_breadcrumbs{display:flex;align-items:center;grid-gap:5px;gap:5px}.v-news-item_header_breadcrumbs_icon{transform:rotate(180deg)}.v-news-item_header_title{color:#111;color:var(--c-black-text);margin:0}.v-news-item_content{display:flex;flex-direction:column;grid-gap:32px;gap:32px;width:60%}@media (max-width:700px){.v-news-item_content{width:100%}}.v-news-item_content_image{width:100%}.v-news-item_content_text{color:#797979;color:var(--c-grey-text)}.v-news-last_card-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:30px;gap:30px}.v-news-item_decor{display:none}@media (min-width:900px){.v-news-item_decor{display:block;position:absolute;top:80px;right:-80px}}