:root {
  --vg-bg: #580004;
  --vg-text: #ffe19c;
}

@media screen and (max-width: 767px) {
  .px-bg__wrap {
    position: relative;
    z-index: -1;
  }
}
.px-bg__wrap .px {
  position: fixed;
}
.px-bg__wrap .px-bg-01 {
  left: 10%;
}
.px-bg__wrap .px-bg-02 {
  right: 50%;
  z-index: 11;
}
.px-bg__wrap .px-bg-03 {
  left: 6%;
  top: 61%;
}
.px-bg__wrap .px-bg-04 {
  right: 16%;
  top: 30%;
  z-index: 11;
}
.px-bg__wrap .px-bg-05 {
  right: 1%;
  top: 40%;
  z-index: 11;
}
.px-bg__wrap .px-bg-06 {
  left: 12%;
  top: 55%;
}
.px-bg__wrap .px-bg-07 {
  right: 8%;
  top: 80%;
  z-index: 11;
}

.vg__wrap {
  background-color: var(--vg-bg);
  color: var(--vg-text);
}
.vg__wrap .bg_footer {
  display: block;
  background-image: url(img/3949.png);
  height: 100%;
  background-repeat: repeat-x;
  background-position: center top;
  height: 150px;
  transform: rotate(180deg);
}
.vg__wrap .btn {
  padding: 10px 15px;
  background-color: #ffe19c;
  color: #580004;
  transition: all 0.3s ease;
}
.vg__wrap .btn:hover {
  background-color: #d7b158;
  color: #580004;
}
.vg__wrap .h1 span {
  color: #ffffff;
}
.vg__menu {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 60px;
  justify-content: center;
}
.vg__menu a {
  color: var(--vg-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.vg__menu a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 960px) {
  .vg__menu {
    gap: 24px;
  }
}
@media (max-width: 780px) {
  .vg__menu {
    flex-direction: column;
    display: none;
  }
}
.vg__header {
  padding-top: 72px;
  padding-bottom: 50px;
  position: relative;
}
.vg__header .container .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.vg__header .container .bg:after {
  content: "";
  display: block;
  background-image: url(img/3949.png);
  height: 100%;
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.vg__header .container .bg:before {
  content: "";
  display: block;
  background-image: url(img/bg_top.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.vg__header p {
  color: #ffffff;
}
.vg__header .text {
  max-width: 500px;
  z-index: 2;
  position: relative;
}
.vg__header .date {
  color: #ffffff;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.vg__header .date svg {
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}
.vg__header .btn {
  margin: 0 auto;
  display: table;
}
@media (max-width: 780px) {
  .vg__header {
    padding-top: 64vw;
    padding-bottom: 20px;
  }
  .vg__header .container .bg:before {
    background-position: top right;
  }
}
.vg__nominates {
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.vg__nominates_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  gap: 16px;
  width: 25%;
  padding: 16px 16px 24px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 -5px 63px 0 rgba(255, 201, 81, 0.18) inset, 0 0 6px 0 rgba(251, 221, 155, 0.4) inset;
}
.vg__nominates_item img {
  width: 100px;
}
.vg__nominates_item .title {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .vg__nominates {
    flex-wrap: wrap;
  }
  .vg__nominates_item {
    width: calc(50% - 12px);
  }
  .vg__nominates_item .title {
    font-size: 18px;
  }
}
@media (max-width: 780px) {
  .vg__nominates_item img {
    width: 80px;
  }
}
@media (max-width: 470px) {
  .vg__nominates {
    gap: 12px;
  }
  .vg__nominates_item {
    width: calc(50% - 6px);
  }
  .vg__nominates_item img {
    width: 50px;
  }
  .vg__nominates_item .title {
    font-size: 16px;
  }
}
.vg__s_one {
  padding-top: 72px;
  padding-bottom: 142px;
}
@media (max-width: 780px) {
  .vg__s_one {
    padding-top: 32px;
    padding-bottom: 72px;
  }
}
.vg__s_two {
  padding-bottom: 40px;
}
@media (max-width: 780px) {
  .vg__s_two {
    padding-bottom: 20px;
  }
}
.vg__steps-wrap {
  display: flex;
  justify-content: space-between;
}
.vg__steps-wrap .each {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 -5px 63px 0 rgba(255, 201, 81, 0.18) inset, 0 0 6px 0 rgba(251, 221, 155, 0.4) inset;
  padding: 16px 44px;
  color: #fff;
}
.vg__steps-wrap .each .pre {
  font-size: 24px;
  text-align: center;
}
.vg__steps-wrap .each .date {
  font-size: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1.1;
}
.vg__steps-wrap .each .date span {
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .vg__steps-wrap .each {
    padding: 16px 24px;
  }
  .vg__steps-wrap .each .pre {
    font-size: 18px;
  }
  .vg__steps-wrap .each .date {
    font-size: 18px;
  }
  .vg__steps-wrap .each .date span {
    font-size: 40px;
  }
}
@media (max-width: 720px) {
  .vg__steps-wrap {
    display: block;
  }
  .vg__steps-wrap .each {
    display: table;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
.vg__final {
  padding-top: 40px;
  padding-bottom: 142px;
  position: relative;
  color: #ffffff;
}
.vg__final .bg {
  background-image: url(img/light.png);
  position: absolute;
  top: -121px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 780px) {
  .vg__final {
    padding-bottom: 72px;
  }
}
.vg__final .bnr {
  width: 100%;
  max-width: 609px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.vg__final .text {
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vg__final .text svg {
  margin-top: 16px;
}
.vg__final .btn {
  position: relative;
  z-index: 1;
}
@media (max-width: 780px) {
  .vg__final {
    padding-top: 32px;
  }
}
.vg__bnr {
  background-image: url(img/back.jpg);
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--vg-text);
  display: flex;
  position: relative;
  padding-bottom: 6%;
}
.vg__bnr .text {
  color: #fff;
  width: 566px;
}
@media (max-width: 1120px) {
  .vg__bnr .text {
    width: 45%;
  }
}
.vg__bnr .img {
  position: absolute;
  right: 0;
  top: -15%;
}
@media (max-width: 1120px) {
  .vg__bnr .img {
    top: 0;
  }
  .vg__bnr .img img {
    width: 42vw;
  }
}
@media (max-width: 780px) {
  .vg__bnr .text {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .vg__bnr {
    display: block;
    background-size: cover;
  }
  .vg__bnr .img {
    position: relative;
  }
  .vg__bnr .img img {
    margin: 0 auto;
    width: 100%;
  }
}
.vg__sobytiya {
  color: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
}

.vg-gallery-2 {
  padding-top: 142px;
  padding-bottom: 72px;
}
@media (max-width: 780px) {
  .vg-gallery-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.vg-gallery-2 .swiper-slide img {
  border-radius: 16px;
  width: 100%;
}
.vg-gallery-2 .s-buttons-slider__wrap {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.vg-gallery-2 .s-buttons-slider__wrap .each {
  height: 40px;
  width: 40px;
  border: 1px solid var(--vg-text);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  flex: none;
}
.vg-gallery-2 .s-buttons-slider__wrap .each svg {
  fill: var(--vg-text);
}
.vg-gallery-2 .s-buttons-slider__wrap .each:hover {
  background-color: var(--vg-text);
}
.vg-gallery-2 .s-buttons-slider__wrap .each:hover svg {
  fill: #fff;
}
.vg-gallery-2 .s-buttons-slider__wrap .each.swiper-button-disabled {
  background-color: transparent;
  opacity: 0.15;
  cursor: default;
}
.vg-gallery-2 .s-buttons-slider__wrap .each.swiper-button-disabled svg {
  fill: var(--vg-text);
}
.vg-gallery-2 .s-buttons-slider__wrap .g-swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--vg-text);
}