body {
    margin: 0 auto;
}
.vo-imya-pobedy-entry__outer-wrapper {
    display: block;
    min-height: 100vh;
    padding: 0 10px;
    background-color: rgba(146, 34, 35, 0.9); /*#922223; /*#f7baba;*/
}
@media screen and (min-width: 768px) {
    .vo-imya-pobedy-entry__outer-wrapper {
        display: flex;
        align-items: center;
    }
}
.vo-imya-pobedy-entry__outer-wrapper::before {
    content: url('../images/main/icons/ussr-icon.svg');
    display: block;
    position: absolute;
    left: 30px;
    top: 10px;
    width: 200px;
    height: auto;
    opacity: 0;
    vertical-align: middle;
}
@media screen and (min-width: 768px) {
    .vo-imya-pobedy-entry__outer-wrapper::before  {
        opacity: 0.9;
    }
}
.vo-imya-pobedy-entry {
/*    max-width: 1400px;*/
    margin: 0 auto;
    z-index: 1;
/*            overflow: hidden;*/
    font-family: georgia, palatino, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
/*            background: #a31818;*/
    background: linear-gradient(45deg, #4f0909 0%, #a31818 40%, #bf1818 100%);
    line-height: 1.5;
    text-indent: 0;
    text-shadow: -1px 0 #393939, 0 1px black, 1px 0 black, 0 -1px black;
    border: 1px solid #600808ж
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
    .vo-imya-pobedy-entry {
        max-width: 1400px;
    }
}
.vo-imya-pobedy-entry__top {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    color: #fdd55d;
    border-bottom: 4px solid #ffff99;
/*            background: #a31818;*/
}
@media screen and (min-width: 768px) {
    .vo-imya-pobedy-entry__top {
        font-size: 26px;
    }
}
.vo-imya-pobedy-entry__top-link {
    display: block;
    padding: 25px;
    color: #fdd55d !important;
    text-decoration: none;
    border-radius: 15px 15px 0 0;
    /*cursor: default;*/
}
.vo-imya-pobedy-entry__top-link:hover {
/*            background: #e82b2b;*/
    background: linear-gradient(160deg, #e82b2b 0%, #821f1f 50%, #e82b2b 100%);;
}
.vo-imya-pobedy-entry__inner-wrapper {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .vo-imya-pobedy-entry__inner-wrapper {
        flex-direction: row;
    }
}
.vo-imya-pobedy-entry__parts {
    width: 100%;
}
@media screen and (min-width: 1280px) {
    .vo-imya-pobedy-entry__parts {
        width: auto;
        min-width: 400px;
    }
}
.vo-imya-pobedy-entry__img {
    display: none;
    max-width: 600px !important;
    width: 100%;
    border-bottom: 4px solid #ff9;
}
@media screen and (min-width: 1280px) {
    .vo-imya-pobedy-entry__img {
        display: block;
    }
}
.vo_imya_pobedy-part {
    display: flex;
    align-items: center;
    height: 160px;
/*            padding: 20px;*/
/*            background: #e82b2b;*/
    background: linear-gradient(160deg, #e82b2b 0%, #821f1f 50%, #e82b2b 100%);
    color: #fdd55d;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 0;
    border-right: 4px solid #ffff99;
    border-bottom: 4px solid #ffff99;
    border-left: 4px solid #ffff99;
}
@media screen and (min-width: 1280px) {
    .vo_imya_pobedy-part {
        height: 50%;
    }
}
@media screen and (min-width: 1400px) {
    .vo_imya_pobedy-part {
        height: 50%;
    }
}
.vo_imya_pobedy-part__desc {
    margin: 0 auto 15px;
    font-family: georgia, palatino, Arial, Helvetica, sans-serif;
}
.vo_imya_pobedy-part__link {
    margin: 0 auto;
    padding: 2px 10px;
    font-family: georgia, palatino, Arial, Helvetica, sans-serif ;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    color: #000 !important;
    background: #e1e15f;
    text-decoration: none;
    border-radius: 5px;
    text-shadow: none !important;
}
@media screen and (min-width: 768px) {
    .vo_imya_pobedy-part__link {
        font-size: 18px;
    }
}
.vo_imya_pobedy-part__link:hover {
    background: #eeee4d;
}
.vo-imya-pobedy-entry__bottom {
    padding: 25px;
    font-size: 16px;
    text-align: center;
    color: #fdd55d;
/*            background: #a31818;*/
}
@media screen and (min-width: 768px) {
    .vo-imya-pobedy-entry__bottom {
        font-size: 20px;
    }
}

/* ----------------------------
 * Переворачивающаяся карточка
 * ---------------------------- */
.flip-card {
/*            background-color: transparent;*/
    /*width: 300px;
    height: 300px;*/
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
/*            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.flip-card-front {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #bbb;
    color: black;*/
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .flip-card-front {
        font-size: 24px;
    }
}
.flip-card-back {
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: white;
/*          background-color: #a31818;*/
  background: linear-gradient(160deg, #3c1414 0%, #a31818 50%, #3c1414 100%);
  transform: rotateY(180deg);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .flip-card-back {
        font-size: 18px;
    }
}
/* -----------------------------------
 * Переворачивающаяся карточка. Конец
 * ----------------------------------- */

/* -------------------------
 * Анимация блика на кнопке
 * ------------------------- */
/* Стили для кнопки */
.glare-button {
    border: none;
    border-radius: 20px;
    padding: 5px 20px; /* Отступы внутри кнопки */
    background: linear-gradient(120deg, #275bca, #1a3e96); /* Градиентный фон кнопки для объемного эффекта */
    color: #fff; /* Белый цвет текста на кнопке */
    position: relative;
    overflow: hidden;
    width: 300px;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Добавляем тень для трехмерного эффекта */
}
/* Стили для создания блика на кнопке */
.glare-button:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */
        rgba(255, 255, 255, 0.8), /* Цвет блика */
        rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */
    );
    top: 0;
    left: -100px;
    -webkit-animation: shine 4s infinite linear; /* Анимация блика */
       -moz-animation: shine 4s infinite linear;
         -o-animation: shine 4s infinite linear;
            animation: shine 4s infinite linear;
}
/* Ключевые кадры для анимации блика */
@keyframes shine {
    0% {
        left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
    }
    20% {
        left: 100%; /* Начальная позиция блика (левая сторона кнопки) */
    }
    100% {
        left: 100%; /* Завершение анимации */
    }
}
/* -------------------------------
 * Анимация блика на кнопке. Конец
 * ------------------------------- */

.vo-imya-pobedy-entry__glare-btn {
    border-radius: unset;
    padding: 0;
    background: none;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vo-imya-pobedy-entry__glare-btn:before {
    width: 150px;
}