@charset "UTF-8";
/* flex выравнивание */
.flex-pos-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-pos-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-pos-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-pos-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.flex-pos-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.flex-pos-left-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-pos-left-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-pos-right-top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-pos-right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/arial/arial.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Panama";
  src: url("../fonts/panama/PanamaRegular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/ofont.ru_Georgia Ref.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Monts";
  src: url("../fonts/monts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Monts";
  src: url("../fonts/monts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Monts";
  src: url("../fonts/monts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.otf");
  font-weight: 400;
}
html {
  font-size: 16px;
  scroll-padding-top: 6.25rem;
}
@media (max-width: 679.98px) {
  html {
    font-size: 4.444vw;
  }
}

body {
  font-size: 1.125rem;
  line-height: 1.225;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 991.98px) {
  body {
    font-size: 0.75rem;
  }
}
@media (max-width: 679.98px) {
  body {
    font-size: 0.875rem;
  }
}

.p-margin > p:only-child {
  margin-bottom: 0;
}

.p-margin > p:not(:only-child):last-child {
  margin-bottom: 0;
}

.container {
  max-width: 77.5rem;
  padding-inline: 1.25rem;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 61.25rem;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 42.5rem;
  }
}
@media (max-width: 679.98px) {
  .container {
    max-width: 100%;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.fancybox-image {
  background-color: white;
}

.content {
  flex-grow: 1;
  overflow: hidden;
}

.content-inner {
  padding-inline: 2.5rem;
}
@media (max-width: 1199.98px) {
  .content-inner {
    padding-inline: 0;
  }
}

:where(.wrapper) a {
  text-decoration: unset;
  color: inherit;
}

:where(.wrapper) ul[class] {
  text-decoration: none;
  list-style-type: none;
}

:where(.p-margin) a[href] {
  border-bottom: 0.0625rem solid #000;
}

h1[class] {
  font-family: "Panama";
  font-size: 6.875rem;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  h1[class] {
    font-size: 3.25rem;
  }
}
@media (max-width: 679.98px) {
  h1[class] {
    font-size: 2.625rem;
  }
}

h2[class] {
  font-size: 5.625rem;
  line-height: 0.9;
  text-transform: uppercase;
  font-family: "Panama";
}
@media (max-width: 991.98px) {
  h2[class] {
    font-size: 2.875rem;
  }
}

footer {
  overflow: hidden;
}

/*link blocks */
.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  width: 100%;
  margin-inline: auto;
  z-index: 12;
}
@media (max-width: 1199.98px) {
  .header {
    box-shadow: rgba(0, 11, 48, 0.2) 0px 0.9375rem 1.875rem -0.625rem;
  }
}
@media (max-width: 991.98px) {
  .header {
    box-shadow: unset;
  }
}
.header__burger {
  height: 1.375rem;
}
@media (max-width: 991.98px) {
  .header__burger {
    display: inline-flex;
  }
}
.header__cap {
  display: none;
}
@media (max-width: 991.98px) {
  .header__cap {
    display: inline-flex;
    height: 1.375rem;
  }
}
.header__inner {
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 72.5rem;
  margin-inline: auto;
}
@media (max-width: 1199.98px) {
  .header__inner {
    padding-inline: 1.25rem;
    max-width: 61.25rem;
  }
}
@media (max-width: 991.98px) {
  .header__inner {
    justify-content: flex-end;
    width: 100%;
    padding-inline: 1.25rem;
  }
}
.header .menu .btn-order {
  display: none;
}
@media (max-width: 991.98px) {
  .header .menu .btn-order {
    display: inline-flex;
    margin-top: 1.875rem;
  }
}
.header__group {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .header__group > .btn-order {
    display: none;
  }
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.5rem;
  row-gap: 0rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .menu {
    gap: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .menu .btn-order {
    display: inline-flex;
  }
}
@media (max-width: 991.98px) {
  .menu {
    padding-block: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    gap: 0;
    z-index: 20;
    background-color: #fff;
    box-shadow: rgba(0, 11, 48, 0.2) 0px 0.9375rem 1.875rem -0.625rem;
  }
}
@media (max-width: 679.98px) {
  .menu {
    font-size: 1.25rem;
  }
}
.menu .menu__item {
  font-family: "Panama";
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 0.75rem 0.625rem;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .menu.menu--active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991.98px) {
  .menu {
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    top: calc(100% - 0.0625rem);
    transition: opacity 0.4s ease;
    will-change: opacity;
  }
}
.menu__item a {
  transition: all 0.4s ease;
}
.menu__item a.active {
  color: #fad1c5;
}
@media (hover: hover) {
  .menu__item a:hover {
    color: #fad1c5;
  }
}
@media (hover: none) {
  .menu__item a:active {
    color: #fad1c5;
  }
}

/*burger */
.burger-icon {
  display: none;
  border: none;
  position: relative;
  padding: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 1.375rem;
  height: 0.875rem;
  background-color: transparent;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .burger-icon {
    display: flex;
  }
}
.burger-icon span {
  height: 0.125rem;
  width: 100%;
  background-color: #000;
  transition: rotate 0.4s ease;
}
.burger-icon span:nth-child(2) {
  transition: opacity 0.4s ease;
}
.burger-icon--active {
  justify-content: center;
}
.burger-icon--active span {
  position: absolute;
}
.burger-icon--active span:nth-child(3) {
  rotate: 45deg;
}
.burger-icon--active span:nth-child(2) {
  rotate: 0;
  opacity: 0;
}
.burger-icon--active span:nth-child(1) {
  rotate: -45deg;
}

.btn-order {
  display: inline-flex;
  align-items: center;
  font-family: "Monts", sans-serif;
  justify-content: center;
  background-color: #F9D2C5;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 3.125rem;
  padding: 1.1875rem 2.1875rem;
  font-weight: 600;
  transition: background-color 0.4s ease;
  text-align: center;
  flex-shrink: 0;
}
@media (hover: hover) {
  .btn-order:hover {
    background-color: #F4B8A6;
  }
}
@media (hover: none) {
  .btn-order:active {
    background-color: #F4B8A6;
  }
}

.section-main-banner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.section-main-banner__button-block {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .section-main-banner__button-block {
    margin-top: 3.75rem;
  }
}
@media (max-width: 991.98px) {
  .section-main-banner {
    padding-top: 1.25rem;
  }
}
@media (max-width: 679.98px) {
  .section-main-banner {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
}
.section-main-banner__banner {
  margin-bottom: 1.75rem;
}
@media (max-width: 679.98px) {
  .section-main-banner__banner {
    margin-bottom: 0.9375rem;
  }
}

.main-banner {
  min-height: 31.5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-banner h1.main-banner__title {
  font-size: 5.625rem;
  letter-spacing: 0;
  margin-bottom: 1.875rem;
}
@media (max-width: 1199.98px) {
  .main-banner h1.main-banner__title {
    font-size: 5.3125rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner h1.main-banner__title {
    font-size: 3.25rem;
  }
}
@media (max-width: 679.98px) {
  .main-banner h1.main-banner__title {
    font-size: 2.375rem;
  }
}
@media (max-width: 1199.98px) {
  .main-banner--order .main-banner__inner {
    padding-top: 3.75rem;
  }
}
@media (max-width: 679.98px) {
  .main-banner--order .main-banner__inner {
    padding-top: 0rem;
  }
}
@media (max-width: 1199.98px) {
  .main-banner--order h1.main-banner__title {
    font-size: 5.625rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner--order h1.main-banner__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 679.98px) {
  .main-banner--order h1.main-banner__title {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner {
    max-width: 28.75rem;
    margin-inline: auto;
    border-radius: 0.8125rem;
    min-height: 28.75rem;
  }
}
@media (max-width: 679.98px) {
  .main-banner {
    min-height: auto;
    aspect-ratio: 1/1;
  }
}
.main-banner__picture-left {
  position: absolute;
  top: -1.75rem;
  bottom: -1.75rem;
  left: -1.625rem;
  width: 28.375rem;
}
@media (max-width: 1199.98px) {
  .main-banner__picture-left {
    width: 24.0625rem;
    height: 29.4375rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner__picture-left {
    bottom: unset;
    max-width: 13.75rem;
    max-height: 18.75rem;
    height: auto;
  }
}
@media (max-width: 679.98px) {
  .main-banner__picture-left {
    left: -1.25rem;
    max-width: 13.75rem;
    max-height: 16.875rem;
    bottom: unset;
    bottom: -0.625rem;
  }
}
.main-banner__picture-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 679.98px) {
  .main-banner__picture-left img {
    object-position: center;
  }
}
.main-banner__picture-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  top: 1.375rem;
  bottom: 1.375rem;
  width: 30.25rem;
}
@media (max-width: 1199.98px) {
  .main-banner__picture-center {
    width: 23.0625rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner__picture-center {
    width: 18.75rem;
    height: 18.75rem;
  }
}
.main-banner__picture-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 679.98px) {
  .main-banner__picture-center img {
    max-width: 13.75rem;
    max-height: 16.875rem;
    height: auto;
  }
}
.main-banner__picture-right {
  position: absolute;
  top: -1.75rem;
  bottom: -1.75rem;
  right: -1.625rem;
  width: 28.375rem;
}
@media (max-width: 1199.98px) {
  .main-banner__picture-right {
    width: 24.0625rem;
    height: 29.4375rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner__picture-right {
    top: unset;
    max-width: 13.75rem;
    max-height: 18.75rem;
    height: auto;
  }
}
@media (max-width: 679.98px) {
  .main-banner__picture-right {
    bottom: -0.625rem;
    max-width: 13.75rem;
    max-height: 16.875rem;
    top: unset;
    right: -1.25rem;
  }
}
.main-banner__picture-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 679.98px) {
  .main-banner__picture-right img {
    object-position: center;
  }
}
.main-banner__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 2.5rem 3.75rem 3.75rem;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .main-banner__inner {
    padding: 2.5rem 1.875rem 3.75rem;
  }
}
@media (max-width: 679.98px) {
  .main-banner__inner {
    padding: 0.625rem 0.625rem 0.625rem;
  }
}
.main-banner__subtitle {
  line-height: 1;
  font-size: 3.125rem;
  font-family: "Panama";
  text-transform: uppercase;
  min-height: 3.125rem;
  letter-spacing: 1.75rem;
  padding-left: 1.875rem;
}
@media (max-width: 1199.98px) {
  .main-banner__subtitle {
    min-height: 2.8125rem;
    font-size: 2.8125rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner__subtitle {
    font-size: 1.75rem;
    min-height: 1.75rem;
  }
}
@media (max-width: 679.98px) {
  .main-banner__subtitle {
    letter-spacing: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.main-banner__desc {
  line-height: 1;
  font-size: 3.125rem;
  font-family: "Panama";
  text-transform: uppercase;
  min-height: 3.125rem;
}
@media (max-width: 1199.98px) {
  .main-banner__desc {
    font-size: 2.8125rem;
    min-height: 2.8125rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner__desc {
    font-size: 1.75rem;
    min-height: 1.75rem;
  }
}
@media (max-width: 679.98px) {
  .main-banner__desc {
    min-height: 1.9375rem;
  }
}

.banner-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .banner-partners {
    gap: 0.625rem;
  }
}
@media (max-width: 679.98px) {
  .banner-partners {
    width: 100vw;
    padding-inline: 0.625rem;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.banner-partners__item {
  display: block;
}
.banner-partners__item img {
  display: block;
  max-width: 9.625rem;
  max-height: 2.5625rem;
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .banner-partners__item img {
    max-width: 6.625rem;
    max-height: 1.75rem;
  }
}
@media (max-width: 679.98px) {
  .banner-partners__item img {
    max-width: 4.5rem;
    max-height: 1.1875rem;
  }
}

.section-about-premia {
  padding-bottom: 6.25rem;
}
@media (max-width: 991.98px) {
  .section-about-premia {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 679.98px) {
  .section-about-premia {
    padding-bottom: 3.75rem;
  }
}
.section-about-premia__title {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .section-about-premia__title {
    margin-bottom: 0.5rem;
  }
}
.section-about-premia__middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block: auto;
}
@media (max-width: 679.98px) {
  .section-about-premia__middle {
    grid-column: 1/span 2;
    order: -1;
  }
}
.section-about-premia__left {
  position: relative;
  min-height: 25rem;
  margin-block: auto;
}
@media (max-width: 991.98px) {
  .section-about-premia__left {
    min-height: 18.75rem;
  }
}
@media (max-width: 679.98px) {
  .section-about-premia__left {
    min-height: 10.3125rem;
  }
}
.section-about-premia__right {
  position: relative;
  min-height: 25rem;
  margin-block: auto;
}
@media (max-width: 991.98px) {
  .section-about-premia__right {
    min-height: 18.75rem;
  }
}
@media (max-width: 679.98px) {
  .section-about-premia__right {
    min-height: 10.3125rem;
  }
}
.section-about-premia__inner {
  padding-inline: 1.875rem;
}
@media (max-width: 991.98px) {
  .section-about-premia__inner {
    padding-inline: 0;
    margin-inline: -0.9375rem;
  }
}
@media (max-width: 679.98px) {
  .section-about-premia__inner {
    margin-inline: -0.625rem;
  }
}
.section-about-premia__body {
  display: grid;
  grid-template-columns: 16.375rem minmax(0, 1fr) 16.375rem;
  gap: 0.625rem;
  align-items: start;
}
@media (max-width: 1199.98px) {
  .section-about-premia__body {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-inline: 4vw;
  }
}
@media (max-width: 991.98px) {
  .section-about-premia__body {
    grid-template-columns: 12.5rem minmax(0, 1fr) 12.5rem;
    width: 100%;
    padding-inline: 0;
  }
}
@media (max-width: 679.98px) {
  .section-about-premia__body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 0.625rem;
    row-gap: 0.3125rem;
  }
}
.section-about-premia__body-text {
  display: flex;
  align-items: start;
  height: max-content;
  text-align: center;
  min-height: 6.875rem;
}
@media (max-width: 679.98px) {
  .section-about-premia__body-text {
    min-height: unset;
  }
}
.section-about-premia__body-picture1 {
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}
.section-about-premia__body-picture2 {
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 0;
}
.section-about-premia__body-picture {
  display: flex;
  width: 25rem;
  height: 25rem;
}
@media (max-width: 991.98px) {
  .section-about-premia__body-picture {
    width: 18.75rem;
    height: 18.75rem;
  }
}
@media (max-width: 679.98px) {
  .section-about-premia__body-picture {
    width: 10.3125rem;
    height: 10.3125rem;
  }
}
.section-about-premia__body-picture img {
  max-width: 25rem;
  max-height: 25rem;
  object-fit: contain;
  height: auto;
}
@media (max-width: 991.98px) {
  .section-about-premia__body-picture img {
    max-width: 18.75rem;
    max-height: 18.75rem;
  }
}
@media (max-width: 679.98px) {
  .section-about-premia__body-picture img {
    max-width: 10.3125rem;
    max-height: 10.3125rem;
  }
}

.section-what-premia {
  padding-bottom: 6.25rem;
}
@media (max-width: 991.98px) {
  .section-what-premia {
    padding-bottom: 5rem;
  }
}
@media (max-width: 679.98px) {
  .section-what-premia {
    padding-bottom: 3.75rem;
  }
}
.section-what-premia__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1199.98px) {
  .section-what-premia__row {
    grid-template-columns: 35% minmax(0, 1fr);
    gap: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 991.98px) {
  .section-what-premia__row {
    grid-template-columns: minmax(0, 1fr);
    padding-right: 0;
    gap: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .section-what-premia__col-left {
    text-align: center;
  }
}
.section-what-premia h2.section-what-premia__title {
  font-size: 4.6875rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.1875rem;
}
@media (max-width: 991.98px) {
  .section-what-premia h2.section-what-premia__title {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
  }
}
.section-what-premia__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.875rem;
}
@media (max-width: 1199.98px) {
  .section-what-premia__items {
    gap: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .section-what-premia__items {
    padding-inline: 2.1875rem;
    gap: 0.3125rem;
  }
}
@media (max-width: 679.98px) {
  .section-what-premia__items {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 0;
  }
}
@media (max-width: 991.98px) {
  .section-what-premia__desc {
    max-width: 15.625rem;
    margin-inline: auto;
  }
}

.premia-adv {
  background-color: #ffe1d9;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  min-height: 11.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .premia-adv {
    min-height: 7.5rem;
  }
}
.premia-adv__order {
  font-family: "Panama";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 0.8;
  border-radius: 50%;
  height: 1.625rem;
  width: 1.625rem;
  background-color: #fff;
  margin-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  .premia-adv__order {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 679.98px) {
  .premia-adv__order {
    width: 1.8125rem;
    height: 1.8125rem;
  }
}
.premia-adv__name {
  text-transform: uppercase;
  font-family: "Panama";
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  .premia-adv__name {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
  }
}
.premia-adv__desc {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .premia-adv__desc {
    font-size: 0.75rem;
  }
}

.section-nomination {
  padding-bottom: 5rem;
}
@media (max-width: 679.98px) {
  .section-nomination {
    padding-bottom: 3.75rem;
  }
}
.section-nomination h2.section-nomination__title {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 3.5rem;
  font-size: 4.6875rem;
}
@media (max-width: 991.98px) {
  .section-nomination h2.section-nomination__title {
    font-size: 2.625rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 679.98px) {
  .section-nomination h2.section-nomination__title {
    margin-bottom: 1.5rem;
  }
}
.section-nomination__wrapper-block1 {
  margin-bottom: 3.3125rem;
}
@media (max-width: 991.98px) {
  .section-nomination__wrapper-block1 {
    margin-bottom: 1.875rem;
  }
}
.section-nomination__btn-block {
  display: flex;
  justify-content: center;
}
.section-nomination__items-primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0.875rem;
  row-gap: 4.375rem;
  margin-bottom: 2.8125rem;
  padding-left: 0rem;
  margin-inline: -1.875rem;
}
@media (max-width: 1199.98px) {
  .section-nomination__items-primary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: 0;
  }
}
@media (max-width: 991.98px) {
  .section-nomination__items-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 679.98px) {
  .section-nomination__items-primary {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.section-nomination__items-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-inline: 6.875rem;
  column-gap: 3.125rem;
  row-gap: 2.375rem;
}
@media (max-width: 1199.98px) {
  .section-nomination__items-secondary {
    padding-inline: 0;
  }
}
@media (max-width: 679.98px) {
  .section-nomination__items-secondary {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-nomination__secondary-title {
  font-family: "Panama";
  font-size: 2.25rem;
  margin-bottom: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .section-nomination__secondary-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 679.98px) {
  .section-nomination__secondary-title {
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}

.card-nomination {
  display: flex;
  gap: 1.25rem;
}
.card-nomination__top-picture {
  flex-shrink: 0;
  width: 6.6875rem;
  height: 6.6875rem;
  width: 4.375rem;
  height: 4.375rem;
}
.card-nomination__top-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.card-nomination__name {
  font-family: "Panama";
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media (max-width: 1199.98px) {
  .card-nomination__name {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  .card-nomination__name {
    font-size: 1.125rem;
  }
}
.card-nomination__desc {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .card-nomination__desc {
    font-size: 0.75rem;
  }
}
@media (max-width: 679.98px) {
  .card-nomination__desc {
    font-size: 0.875rem;
  }
}

.section-participate {
  padding-bottom: 6.25rem;
}
@media (max-width: 991.98px) {
  .section-participate {
    padding-bottom: 5rem;
  }
}
@media (max-width: 679.98px) {
  .section-participate {
    padding-bottom: 3.75rem;
  }
}
.section-participate h2.section-participate__title {
  text-align: center;
  margin-bottom: 1.875rem;
  font-size: 4.6875rem;
}
@media (max-width: 991.98px) {
  .section-participate h2.section-participate__title {
    font-size: 2.25rem;
    margin-bottom: 0.875rem;
  }
}
.section-participate__items {
  display: grid;
  grid-template-columns: repeat(3, 18.4375rem);
  padding: 3.4375rem 0.625rem 1.5rem;
  border-radius: 1.25rem;
  justify-content: center;
  gap: 5.3125rem;
}
@media (max-width: 1199.98px) {
  .section-participate__items {
    padding-inline: 0.625rem;
    gap: 1.875rem;
    margin-inline: -0.9375rem;
  }
}
@media (max-width: 991.98px) {
  .section-participate__items {
    position: relative;
    grid-template-columns: 17.8125rem;
    padding: 5rem 1.25rem 2.5rem;
    gap: 0;
    width: 25rem;
    margin-inline: auto;
    border-radius: 0.625rem;
  }
}
@media (max-width: 679.98px) {
  .section-participate__items {
    width: 100%;
  }
}

.card-participate {
  width: 100%;
  height: 18.4375rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 0.625rem;
  position: relative;
  background-color: #FFE1D9;
}
@media (max-width: 1199.98px) {
  .card-participate {
    padding: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .card-participate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 17.8125rem;
    height: 17.8125rem;
    margin-top: -2.5rem;
    position: static;
    border: 0.0625rem solid #fff;
    padding-top: 0px;
  }
}
.card-participate:before {
  content: "";
  position: absolute;
  border: 0.125rem solid #fff;
  z-index: 2;
  background-color: #FFE1D9;
  border-radius: 50%;
  inset: 0;
}
@media (max-width: 991.98px) {
  .card-participate:before {
    display: none;
    border: 0.0625rem solid #fff;
  }
}
.card-participate__order {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Panama";
  line-height: 0.8;
  width: 2.8125rem;
  height: 2.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0625rem;
  padding: 0.1875rem;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .card-participate__order {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.8125rem;
    position: static;
    transform: unset;
    margin-top: -1.25rem;
  }
}
.card-participate--1 .card-participate__picture1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -2.125rem;
  left: -5.3125rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .card-participate--1 .card-participate__picture1 {
    left: -8.4375rem;
  }
}
@media (max-width: 991.98px) {
  .card-participate--1 .card-participate__picture1 {
    left: 0rem;
    width: 3.125rem;
    height: 3.125rem;
    bottom: -0.625rem;
    top: unset;
  }
}
.card-participate--1 .card-participate__picture1 img {
  max-width: 10rem;
  max-height: 10rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .card-participate--1 .card-participate__picture1 img {
    max-width: 3.125rem;
    max-height: 3.125rem;
  }
}
.card-participate--2 .card-participate__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.6875rem;
}
@media (max-width: 991.98px) {
  .card-participate--2 .card-participate__picture {
    width: calc((100% - 6.875rem) / 2);
    height: 10rem;
  }
}
.card-participate--2 .card-participate__picture img {
  max-width: 11.6875rem;
  max-height: 25.875rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .card-participate--2 .card-participate__picture img {
    max-width: 5.625rem;
    max-height: 10rem;
  }
}
.card-participate--2 .card-participate__picture1 {
  position: absolute;
  left: -8.4375rem;
  top: -4.6875rem;
  bottom: -2.75rem;
}
@media (max-width: 991.98px) {
  .card-participate--2 .card-participate__picture1 {
    top: unset;
    bottom: -0.625rem;
    left: 3.125rem;
  }
}
.card-participate--2 .card-participate__picture2 {
  position: absolute;
  right: -8.4375rem;
  top: -4.6875rem;
  bottom: -2.75rem;
}
@media (max-width: 991.98px) {
  .card-participate--2 .card-participate__picture2 {
    right: 3.125rem;
    bottom: -0.625rem;
    top: unset;
  }
}
.card-participate--3 .card-participate__picture1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -2.125rem;
  right: -5.3125rem;
  width: 10rem;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .card-participate--3 .card-participate__picture1 {
    right: -8.4375rem;
  }
}
@media (max-width: 991.98px) {
  .card-participate--3 .card-participate__picture1 {
    right: 0rem;
    width: 3.125rem;
    height: 3.125rem;
    bottom: -0.625rem;
    top: unset;
  }
}
.card-participate--3 .card-participate__picture1 img {
  max-width: 10rem;
  max-height: 10rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .card-participate--3 .card-participate__picture1 img {
    max-width: 3.125rem;
    max-height: 3.125rem;
  }
}
.card-participate__name {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Panama";
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .card-participate__name {
    font-size: 1.75rem;
    align-items: center;
    flex-grow: 1;
  }
}

.section-stages {
  padding-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .section-stages {
    padding-bottom: 5rem;
  }
}
@media (max-width: 679.98px) {
  .section-stages {
    padding-bottom: 3.75rem;
  }
}
.section-stages h2.section-stages__title {
  text-align: center;
  font-size: 4.6875rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (max-width: 991.98px) {
  .section-stages h2.section-stages__title {
    margin-bottom: 0.875rem;
    font-size: 2.25rem;
  }
}
.section-stages__items {
  display: flex;
  gap: 5rem;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .section-stages__items {
    gap: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .section-stages__items {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
}

.card-stage {
  width: calc((100% - 15rem) / 4);
  text-align: center;
  position: relative;
  min-height: 17.5rem;
}
@media (max-width: 1199.98px) {
  .card-stage {
    width: calc((100% - 7.5rem) / 4);
  }
}
@media (max-width: 991.98px) {
  .card-stage {
    width: 15.625rem;
    min-height: auto;
  }
}
.card-stage:not(:last-child)::before {
  content: url('data:image/svg+xml;utf8,<svg width="41" height="25" viewBox="0 0 41 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.1586 0H18.0187L28.9563 9.7823L0.351074 6.53237V18.3426L28.9563 15.0927L18.0187 24.875H27.1586L40.3287 12.4342L27.1586 0Z" fill="%23FFE1D9"/></svg>');
  position: absolute;
  right: -3.75rem;
  top: calc(50% + 3.75rem);
}
@media (max-width: 1199.98px) {
  .card-stage:not(:last-child)::before {
    right: -1.875rem;
  }
}
@media (max-width: 991.98px) {
  .card-stage:not(:last-child)::before {
    content: url('data:image/svg+xml;utf8,<svg width="25" height="15" viewBox="0 0 41 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.1586 0H18.0187L28.9563 9.7823L0.351074 6.53237V18.3426L28.9563 15.0927L18.0187 24.875H27.1586L40.3287 12.4342L27.1586 0Z" fill="%23FFE1D9"/></svg>');
    left: 50%;
    right: unset;
    bottom: -1.75rem;
    top: unset;
    transform: rotate(90deg) translate(0, 50%);
  }
}
@media (max-width: 679.98px) {
  .card-stage:not(:last-child)::before {
    content: url('data:image/svg+xml;utf8,<svg width="50" height="30" viewBox="0 0 41 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.1586 0H18.0187L28.9563 9.7823L0.351074 6.53237V18.3426L28.9563 15.0927L18.0187 24.875H27.1586L40.3287 12.4342L27.1586 0Z" fill="%23FFE1D9"/></svg>');
    bottom: -3.125rem;
  }
}
.card-stage__picture {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 194/168;
  margin-inline: auto;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-height: 10.5rem;
}
@media (max-width: 679.98px) {
  .card-stage__picture {
    align-items: center;
  }
}
.card-stage__picture img {
  max-width: 12.125rem;
  max-height: 14.375rem;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 991.98px) {
  .card-stage__desc {
    font-size: 0.75rem;
  }
}
@media (max-width: 679.98px) {
  .card-stage__desc {
    font-size: 0.875rem;
  }
}
.card-stage__name {
  font-family: "Panama";
  line-height: 1;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}
@media (max-width: 679.98px) {
  .card-stage__name {
    font-size: 1.75rem;
  }
}

.section-jury {
  padding-bottom: 2.5rem;
}
.section-jury h2.section-jury__title {
  margin-bottom: 1.125rem;
  font-size: 4.6875rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-jury h2.section-jury__title {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
  }
}
.section-jury__inner {
  max-width: 31.25rem;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-jury__inner {
    max-width: 18.125rem;
  }
}
@media (max-width: 679.98px) {
  .section-jury__inner {
    max-width: 100%;
  }
}
.section-jury__desc {
  margin-bottom: 1.3125rem;
}
@media (max-width: 991.98px) {
  .section-jury__desc {
    margin-bottom: 0.75rem;
  }
}
.section-jury__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}
.section-jury__partner {
  flex-shrink: 0;
}
.section-jury__partner img {
  max-width: 10.875rem;
  max-height: 3.625rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .section-jury__partner img {
    max-width: 6.5625rem;
    max-height: 2.1875rem;
  }
}
@media (max-width: 679.98px) {
  .section-jury__partner img {
    max-width: 7.375rem;
    max-height: 2.5rem;
  }
}

.section-old-premia {
  padding-bottom: 3.75rem;
}
@media (max-width: 679.98px) {
  .section-old-premia__arrows {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    left: 0;
    right: 0;
    margin-top: 0;
  }
}
.section-old-premia__slider-wrapper {
  position: relative;
  padding-bottom: 2.375rem;
}
@media (max-width: 679.98px) {
  .section-old-premia__slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5rem;
  }
}
.section-old-premia__slider-wrapper .slider-old-premia__pagination {
  bottom: 0.75rem !important;
}
@media (max-width: 679.98px) {
  .section-old-premia__slider-wrapper .slider-old-premia__pagination {
    bottom: 3.125rem !important;
  }
}
.section-old-premia__slider-wrapper .swiper-pagination-bullet {
  background: white !important;
}
.section-old-premia__slider-wrapper .swiper-pagination-bullet-active {
  background: white !important;
}
@media (max-width: 679.98px) {
  .section-old-premia__slider-wrapper {
    margin-inline: -1.5625rem;
  }
}
.section-old-premia__slider-wrapper .arrow {
  position: absolute;
  top: calc(50% - 1.25rem);
  z-index: 10;
}
@media (max-width: 679.98px) {
  .section-old-premia__slider-wrapper .arrow {
    position: static;
  }
}
.section-old-premia__slider-wrapper .arrow-prev {
  left: -1rem;
  transform: translate(-100%, -50%);
}
@media (max-width: 991.98px) {
  .section-old-premia__slider-wrapper .arrow-prev {
    left: -0.5rem;
  }
}
@media (max-width: 679.98px) {
  .section-old-premia__slider-wrapper .arrow-prev {
    transform: none;
  }
}
.section-old-premia__slider-wrapper .arrow-next {
  right: -1rem;
  transform: translate(100%, -50%);
}
@media (max-width: 991.98px) {
  .section-old-premia__slider-wrapper .arrow-next {
    right: -0.5rem;
  }
}
@media (max-width: 679.98px) {
  .section-old-premia__slider-wrapper .arrow-next {
    transform: none;
  }
}
.section-old-premia__illust {
  width: 13.125rem;
  height: 15.625rem;
  position: absolute;
  right: -0.625rem;
  bottom: 0;
  transform: translateX(100%);
}
@media (max-width: 1540px) {
  .section-old-premia__illust {
    transform: translateX(50%);
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .section-old-premia__illust {
    width: 9.375rem;
    height: 11.25rem;
  }
}
@media (max-width: 679.98px) {
  .section-old-premia__illust {
    transform: unset;
  }
}
.section-old-premia__illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section-old-premia__btn-block {
  display: flex;
  justify-content: center;
}
.section-old-premia__inner {
  margin-inline: -10.3125rem;
}
@media (max-width: 1540px) {
  .section-old-premia__inner {
    margin-inline: 0;
  }
}
.section-old-premia__banner {
  padding: 2.375rem 6.25rem 0rem 8.125rem;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1540px) {
  .section-old-premia__banner {
    width: calc(100vw - 2.5rem);
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199.98px) {
  .section-old-premia__banner {
    padding-inline: 5rem;
  }
}
@media (max-width: 991.98px) {
  .section-old-premia__banner {
    padding: 1.25rem 3.75rem;
    max-width: 40rem;
    padding-left: 2.5rem;
  }
}
@media (max-width: 679.98px) {
  .section-old-premia__banner {
    padding: 1.25rem 2.5rem;
  }
}
.section-old-premia__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 35.1875rem;
  gap: 13.75rem;
  gap: 13.125rem;
}
@media (max-width: 1540px) {
  .section-old-premia__row {
    gap: 5rem;
  }
}
@media (max-width: 1360px) {
  .section-old-premia__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 1199.98px) {
  .section-old-premia__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 991.98px) {
  .section-old-premia__row {
    gap: 3.75rem;
  }
}
@media (max-width: 679.98px) {
  .section-old-premia__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.875rem;
  }
}
.section-old-premia__col-left {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3.125rem;
}
@media (max-width: 679.98px) {
  .section-old-premia__col-left {
    padding-bottom: 0;
  }
}
.section-old-premia h2.section-old-premia__title {
  margin-top: 1.25rem;
  font-size: 4.6875rem;
}
@media (max-width: 1540px) {
  .section-old-premia h2.section-old-premia__title {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 991.98px) {
  .section-old-premia h2.section-old-premia__title {
    font-size: 2.25rem;
  }
}
.section-old-premia__desc {
  margin-bottom: 1.125rem;
}
@media (max-width: 1540px) {
  .section-old-premia__desc {
    position: relative;
    z-index: 10;
  }
}
.section-old-premia__subtext {
  display: inline-flex;
  font-size: 2.5rem;
  font-family: "Panama";
  line-height: 0.8;
  border-bottom: 0.0625rem solid #000;
  margin-top: auto;
}
@media (max-width: 1540px) {
  .section-old-premia__subtext {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 991.98px) {
  .section-old-premia__subtext {
    font-size: 1.25rem;
  }
}

.arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Panama";
  font-size: 2.5rem;
  border-radius: 50%;
  line-height: 0.8;
  padding-top: 0.25rem;
  width: 2.3125rem;
  height: 2.3125rem;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
@media (hover: hover) {
  .arrow:hover {
    background-color: #F4B8A6;
  }
}
@media (hover: none) {
  .arrow:active {
    background-color: #F4B8A6;
  }
}

.slider-old-premia {
  border-radius: 0.625rem;
}
.slider-old-premia__item {
  width: 100%;
  aspect-ratio: 563/305;
}
.slider-old-premia__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-donate {
  padding-bottom: 8.75rem;
}
@media (max-width: 1199.98px) {
  .section-donate {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 991.98px) {
  .section-donate {
    padding-bottom: 5rem;
  }
}
@media (max-width: 679.98px) {
  .section-donate {
    padding-bottom: 3.75rem;
  }
}
.section-donate__inner {
  padding-top: 2.25rem;
}
@media (max-width: 991.98px) {
  .section-donate__inner {
    padding-top: 0px;
  }
}
@media (max-width: 679.98px) {
  .section-donate__inner {
    padding-bottom: 2.5rem;
  }
}

.banner-donate {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  margin-inline: -2.5rem;
}
@media (max-width: 1199.98px) {
  .banner-donate {
    width: 100vw;
    margin-inline: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.banner-donate h2.banner-donate__title {
  font-size: 2.25rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 991.98px) {
  .banner-donate h2.banner-donate__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.banner-donate__body {
  position: relative;
  width: 25.5625rem;
  height: 25.5625rem;
}
@media (max-width: 991.98px) {
  .banner-donate__body {
    width: 16.6875rem;
    height: 16.6875rem;
  }
}
@media (max-width: 679.98px) {
  .banner-donate__body {
    width: 19.4375rem;
    height: 19.4375rem;
  }
}
.banner-donate__layer {
  width: 100%;
  height: 100%;
}
.banner-donate__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  inset: 0;
  padding-top: 6.25rem;
  padding-inline: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .banner-donate__group {
    padding-top: 3.75rem;
  }
}
@media (max-width: 679.98px) {
  .banner-donate__group {
    padding-top: 4.6875rem;
    padding-inline: 2.5rem;
  }
}
.banner-donate__picture-left {
  position: absolute;
  left: 0rem;
  width: 34rem;
  height: 28rem;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .banner-donate__picture-left {
    left: calc((100vw - 25.5625rem) / 2);
    transform: translateX(calc(-100% + 8.75rem));
  }
}
@media (max-width: 991.98px) {
  .banner-donate__picture-left {
    width: 17.1875rem;
    height: 15.6875rem;
  }
}
@media (max-width: 679.98px) {
  .banner-donate__picture-left {
    width: 11.25rem;
    height: 10.25rem;
    transform: translateX(calc(-100% + 12.5rem));
    bottom: -2.5rem;
  }
}
.banner-donate__picture-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.banner-donate__picture-right {
  position: absolute;
  right: 0rem;
  width: 34rem;
  height: 28rem;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .banner-donate__picture-right {
    right: calc((100vw - 25.5625rem) / 2);
    transform: translateX(calc(100% - 8.75rem));
  }
}
@media (max-width: 991.98px) {
  .banner-donate__picture-right {
    width: 17.1875rem;
    height: 15.6875rem;
  }
}
@media (max-width: 679.98px) {
  .banner-donate__picture-right {
    width: 11.25rem;
    height: 10.25rem;
    transform: translateX(calc(100% - 12.5rem));
    bottom: -2.5rem;
  }
}
.banner-donate__picture-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.banner-donate__btn {
  font-size: 1.125rem;
  padding: 0.375rem 1.25rem;
  border-radius: 6.25rem;
  background-color: #fff;
  transition: background-color 0.4s ease;
}
@media (max-width: 991.98px) {
  .banner-donate__btn {
    font-size: 0.75rem;
    padding-inline: 1rem;
  }
}
@media (max-width: 679.98px) {
  .banner-donate__btn {
    font-size: 0.8125rem;
  }
}
.banner-donate__btn:hover {
  background-color: #ffe1d9;
}

.section-partners {
  padding-bottom: 7.5rem;
}
@media (max-width: 1199.98px) {
  .section-partners {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 679.98px) {
  .section-partners {
    padding-bottom: 3.75rem;
  }
}
.section-partners h2.section-partners__title {
  font-size: 4.6875rem;
  margin-bottom: 2.3125rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-partners h2.section-partners__title {
    font-size: 2.625rem;
    text-align: center;
    margin-bottom: 0.875rem;
  }
}
.section-partners__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .section-partners__items {
    gap: 1.25rem;
    justify-content: center;
  }
}
@media (max-width: 679.98px) {
  .section-partners__items {
    gap: 0.75rem;
  }
}

.main-partner img {
  max-width: 10.75rem;
  max-height: 2.875rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .main-partner img {
    max-width: 5.125rem;
    max-height: 1.75rem;
  }
}

.section-contacts {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: #ffe1d9;
}
.section-contacts__additional {
  margin-top: 0.9375rem;
  text-align: center;
  width: 100%;
}
.section-contacts__inner {
  max-width: 77.5rem;
  padding-inline: 1.25rem;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (max-width: 1199.98px) {
  .section-contacts__inner {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .section-contacts__inner {
    max-width: 46.25rem;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__inner {
    padding-top: 3.125rem;
    padding-bottom: 0.625rem;
  }
}
.section-contacts__row {
  display: grid;
  grid-template-columns: 21.25rem minmax(0, 1fr) 21.25rem;
  gap: 2.8125rem;
}
@media (max-width: 1199.98px) {
  .section-contacts__row {
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) 26.875rem minmax(0, 1fr);
  }
}
@media (max-width: 991.98px) {
  .section-contacts__row {
    gap: 0.625rem;
    grid-template-columns: 11.3125rem minmax(0, 1fr) 11.3125rem;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.section-contacts h2.section-contacts__title {
  font-size: 4.6875rem;
  margin-bottom: 2.3125rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-contacts h2.section-contacts__title {
    font-size: 2.625rem;
    margin-bottom: 0.875rem;
  }
}
.section-contacts__picture {
  width: 21.25rem;
  aspect-ratio: 340/280;
}
@media (max-width: 991.98px) {
  .section-contacts__picture {
    width: 11.3125rem;
    height: 9.375rem;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__picture {
    width: 10.9375rem;
  }
}
.section-contacts__picture img {
  display: block;
  max-width: 21.25rem;
  max-height: 17.5rem;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .section-contacts__picture img {
    max-width: 11.25rem;
    max-height: 9.375rem;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__picture img {
    max-width: 10.875rem;
    max-height: 9.3125rem;
  }
}
.section-contacts__picture1 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 679.98px) {
  .section-contacts__picture1 img {
    padding-left: 0.625rem;
  }
}
@media (max-width: 1199.98px) {
  .section-contacts__picture1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .section-contacts__picture1 {
    position: static;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__picture1 {
    justify-content: flex-start;
  }
}
.section-contacts__picture2 {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 679.98px) {
  .section-contacts__picture2 img {
    padding-right: 0.625rem;
  }
}
@media (max-width: 1199.98px) {
  .section-contacts__picture2 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .section-contacts__picture2 {
    position: static;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__picture2 {
    justify-content: flex-end;
  }
}
.section-contacts__col-left {
  position: relative;
}
@media (max-width: 991.98px) {
  .section-contacts__col-left {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__col-left {
    margin-inline: -1.25rem;
    justify-content: flex-start;
  }
}
.section-contacts__col-right {
  position: relative;
}
@media (max-width: 991.98px) {
  .section-contacts__col-right {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__col-right {
    margin-inline: -1.25rem;
    justify-content: flex-end;
  }
}
.section-contacts__col-center {
  text-align: center;
  padding-block: 5rem;
}
@media (max-width: 679.98px) {
  .section-contacts__col-center {
    grid-column: 1/span 2;
    order: -1;
    padding-block: 0;
  }
}
.section-contacts__soc1als {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  max-width: 7.125rem;
}
@media (max-width: 679.98px) {
  .section-contacts__soc1als {
    max-width: 4.25rem;
  }
}
.section-contacts__soc1als a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-contacts__soc1als a img {
  max-width: 2.5625rem;
  max-height: 2.5625rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .section-contacts__soc1als a img {
    width: 1.8125rem;
    height: 1.8125rem;
  }
}
.section-contacts__contacts-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-contacts__group1 {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  font-size: 1.5rem;
  padding-right: 1.25rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .section-contacts__group1 {
    font-size: 0.9375rem;
    gap: 0.25rem;
    padding-right: 0.4375rem;
  }
}
@media (max-width: 679.98px) {
  .section-contacts__group1 {
    font-size: 1rem;
  }
}
.section-contacts__group2 {
  display: flex;
  padding-left: 0;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.3125rem;
}
.section-contacts__mail {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  line-height: 1.2;
}
.section-contacts__mail svg {
  width: 3.3125rem;
  height: 2.0625rem;
}
@media (max-width: 991.98px) {
  .section-contacts__mail svg {
    width: 2.0625rem;
    height: 1.75rem;
  }
}
.section-contacts__phone {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.2;
  padding-left: 0.3125rem;
}
@media (max-width: 679.98px) {
  .section-contacts__phone {
    padding-left: 0.1875rem;
  }
}
.section-contacts__phone svg {
  width: 2.5rem;
  height: 2.75rem;
}
@media (max-width: 991.98px) {
  .section-contacts__phone svg {
    width: 1.75rem;
    height: 2.25rem;
  }
}

.order-page {
  padding-top: 1.875rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 991.98px) {
  .order-page {
    padding-bottom: 9.375rem;
    padding-top: 1.25rem;
  }
}
@media (max-width: 679.98px) {
  .order-page {
    padding-top: 0;
    padding-bottom: 6.25rem;
  }
}
.order-page__block-order {
  padding-top: 1.25rem;
}
.order-page__btn {
  border: unset;
}
.order-page__success-result {
  padding-top: 3.125rem;
}
@media (max-width: 679.98px) {
  .order-page__success-result {
    padding-top: 1.25rem;
  }
}
.order-page .order-page__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (max-width: 679.98px) {
  .order-page .order-page__btn-wrap {
    margin-top: 1.875rem;
  }
}
.order-page__submit {
  width: 24.1875rem;
  padding-inline: 1.25rem;
  text-align: center;
  appearance: none;
  -webkit-appearance: none; /* Сбрасывает стиль Safari */
}
@media (max-width: 679.98px) {
  .order-page__submit {
    width: 20rem;
  }
}

.choice-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 67.625rem;
  margin-inline: auto;
}
.choice-form__notice {
  font-family: "Monts", sans-serif;
  text-align: left;
  padding-block: 0.9375rem;
  font-size: 1.5625rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .choice-form__notice {
    font-size: 1.25rem;
  }
}
@media (max-width: 679.98px) {
  .choice-form__notice {
    font-size: 1rem;
  }
}
.choice-form .select2 {
  margin-bottom: 1.25rem;
}

@media (max-width: 1199.98px) {
  #select-nomination + .select2 {
    width: 100%;
  }
}
#select-nomination + .select2:is(.select2-container--open) .select2-selection__arrow {
  rotate: 180deg;
  transform: translateY(0%);
}
#select-nomination + .select2 .select2-selection {
  border: unset;
  height: auto !important;
}
#select-nomination + .select2 .select2-selection__rendered {
  min-height: 8.125rem;
  height: auto !important;
  display: flex;
  position: relative;
  border: 0.175rem solid #000;
  border-radius: 4.375rem;
  padding-block: 1.25rem;
  padding-inline: 4.0625rem;
  height: auto;
}
@media (max-width: 991.98px) {
  #select-nomination + .select2 .select2-selection__rendered {
    padding-inline: 2.8125rem;
  }
}
@media (max-width: 679.98px) {
  #select-nomination + .select2 .select2-selection__rendered {
    padding-inline: 1.875rem;
    border: 0.125rem solid #000;
  }
}
#select-nomination + .select2 .select2-selection__arrow {
  border: 1.25rem solid transparent;
  border-top: 1.25rem solid #000;
  top: 1.75rem;
  transform: translateY(50%);
  right: 3.625rem;
  transition: rotate 0.4s ease;
}
@media (max-width: 991.98px) {
  #select-nomination + .select2 .select2-selection__arrow {
    border: 0.9375rem solid transparent;
    border-top: 0.9375rem solid #000;
    top: 2.375rem;
  }
}
@media (max-width: 679.98px) {
  #select-nomination + .select2 .select2-selection__arrow {
    right: 1.875rem;
  }
}
#select-nomination + .select2 .select2-selection__arrow b {
  display: none;
}
#select-nomination + .select2 .choice-form-group {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 55.625rem;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  #select-nomination + .select2 .choice-form-group {
    max-width: 41.875rem;
  }
}
@media (max-width: 991.98px) {
  #select-nomination + .select2 .choice-form-group {
    max-width: 29.6875rem;
  }
}
@media (max-width: 679.98px) {
  #select-nomination + .select2 .choice-form-group {
    max-width: 12.5rem;
  }
}
#select-nomination + .select2 .choice-form-group__title {
  font-family: "Panama";
  font-size: 1.75rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
  text-align: left;
  white-space: normal;
  line-height: 1;
}
@media (max-width: 991.98px) {
  #select-nomination + .select2 .choice-form-group__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 679.98px) {
  #select-nomination + .select2 .choice-form-group__title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}
#select-nomination + .select2 .choice-form-group__desc {
  font-family: "Monts", sans-serif;
  text-align: left;
  font-size: 1.5625rem;
}
@media (max-width: 991.98px) {
  #select-nomination + .select2 .choice-form-group__desc {
    font-size: 1rem;
    line-height: 1;
  }
}
@media (max-width: 679.98px) {
  #select-nomination + .select2 .choice-form-group__desc {
    font-size: 0.75rem;
  }
}

.select2-container--open .select2-dropdown:has(#select2-select-nomination-results) {
  top: 100% !important;
  margin-top: 0.625rem;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 9999;
  text-align: left;
}

.btn-submit {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  border-radius: 4.375rem;
  background-color: #FFE1D9;
  font-family: "Monts", sans-serif;
  font-weight: 700;
  border: none;
  font-size: 1.5625rem;
  padding: 2.1875rem 1.25rem;
  width: 24.1875rem;
  appearance: none;
  color: #000;
  -webkit-appearance: none; /* Сбрасывает стиль Safari */
  transition: background-color 0.4s ease;
}
@media (max-width: 991.98px) {
  .btn-submit {
    font-size: 1.25rem;
    padding: 1.5625rem 1.25rem;
  }
}
@media (max-width: 679.98px) {
  .btn-submit {
    font-size: 1rem;
    width: 20rem;
  }
}
@media (hover: hover) {
  .btn-submit:hover {
    background-color: #F4B8A6;
  }
}
@media (hover: none) {
  .btn-submit:active {
    background-color: #F4B8A6;
  }
}

.order-form-group {
  color: #565656;
  margin-bottom: 1rem;
}
.order-form-group:has(textarea) {
  margin-block: 2.5rem;
}
@media (max-width: 991.98px) {
  .order-form-group:has(textarea) {
    margin-block: 1.5625rem;
  }
}
.order-form-group .error-fld {
  display: none;
}
.order-form-group:has(.error-fld) input, .order-form-group:has(.error-fld) textarea {
  border-color: red;
}
.order-form-group:has(.error-fld) .form-required {
  color: red !important;
}
.order-form-group:has(.error-fld) .order-form-group__another:has(input[type=checkbox]) label {
  border: 0.1875rem solid red;
}
@media (max-width: 679.98px) {
  .order-form-group:has(.error-fld) .order-form-group__another:has(input[type=checkbox]) label {
    border: 0.125rem solid red;
  }
}
.order-form-group[data-sid=REFS_SOCIALS]:has(.field-refs) .order-form-group__another .order-form-group__title {
  max-width: 13rem;
}
@media (max-width: 991.98px) {
  .order-form-group[data-sid=REFS_SOCIALS]:has(.field-refs) .order-form-group__another .order-form-group__title {
    max-width: calc(100% - 1.875rem);
  }
}
@media (max-width: 679.98px) {
  .order-form-group[data-sid=REFS_SOCIALS]:has(.field-refs) .order-form-group__another .order-form-group__title {
    font-size: 1rem;
  }
}
.order-form-group[data-sid=GROUP_CONTACTS]:has(.field-refs) {
  position: relative;
}
@media (max-width: 991.98px) {
  .order-form-group[data-sid=GROUP_CONTACTS]:has(.field-refs) {
    margin-bottom: 0;
  }
}
.order-form-group[data-sid=GROUP_CONTACTS]:has(.field-refs) .order-form-group__another {
  max-width: 14.6875rem;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 0;
}
.order-form-group[data-sid=GROUP_CONTACTS]:has(.field-refs) .order-form-group__another input {
  display: none;
}
@media (max-width: 991.98px) {
  .order-form-group[data-sid=GROUP_CONTACTS]:has(.field-refs) .order-form-group__another {
    position: static;
    max-width: calc(100% - 1.875rem);
  }
}
.order-form-group[data-sid=AGREE_ALL] {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 991.98px) {
  .order-form-group[data-sid=AGREE_ALL] {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
}
.order-form-group:has(input[type=file]) .order-form-group__another {
  display: flex;
  gap: 1.75rem;
  flex-direction: column;
}
.order-form-group:has(input[type=checkbox]) .order-form-group__another {
  display: flex;
  align-items: center;
  gap: 3.875rem;
}
@media (max-width: 679.98px) {
  .order-form-group:has(input[type=checkbox]) .order-form-group__another .starrequired {
    vertical-align: -webkit-baseline-middle;
  }
}
@media (max-width: 679.98px) {
  .order-form-group:has(input[type=checkbox]) .order-form-group__another {
    gap: 1.5625rem;
  }
}
.order-form-group:has(input[type=checkbox]) .order-form-group__input-wrap {
  order: -1;
  position: relative;
  flex-grow: 0;
}
.order-form-group:has(input[type=checkbox]) input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.order-form-group:has(input[type=checkbox]) input ~ label {
  position: relative;
  background-color: #FAD1C5;
  display: inline-flex;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 679.98px) {
  .order-form-group:has(input[type=checkbox]) input ~ label {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.order-form-group:has(input[type=checkbox]) input:checked ~ label:before {
  content: "✓"; /* или другой символ галочки */
  position: absolute;
  color: green; /* цвет галочки */
  font-size: 2.5rem;
  inset: 0;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
@media (max-width: 679.98px) {
  .order-form-group:has(input[type=checkbox]) input:checked ~ label:before {
    font-size: 1.375rem;
    top: 0.25rem;
    margin-left: 0.625rem;
  }
}
.order-form-group:has(input[type=checkbox]) .order-form-group__title {
  font-size: 1.5625rem;
  line-height: 1;
  font-family: "Monts", sans-serif;
}
@media (max-width: 679.98px) {
  .order-form-group:has(input[type=checkbox]) .order-form-group__title {
    font-size: 1rem;
    line-height: 1.15;
  }
}
.order-form-group:has(input[type=checkbox]) .order-form-group__title a {
  border-bottom: 0.0625rem solid rgb(86, 86, 86);
}
.order-form-group[data-sid=FIO] .order-form-group__another {
  display: flex;
  margin-left: auto;
  width: calc(100% - 3.9375rem - 10.625rem - 2.375rem);
}
@media (max-width: 991.98px) {
  .order-form-group[data-sid=FIO] .order-form-group__another {
    width: 100%;
  }
}
.order-form-group[data-sid=FIO] .order-form-group__another .order-form-group__title {
  display: none;
}
.order-form-group[data-sid=PHONE] .order-form-group__another {
  display: flex;
  margin-left: auto;
  width: calc(100% - 3.9375rem - 10.625rem - 2.375rem);
}
@media (max-width: 991.98px) {
  .order-form-group[data-sid=PHONE] .order-form-group__another {
    width: 100%;
  }
}
.order-form-group[data-sid=PHONE] .order-form-group__another .order-form-group__title {
  display: none;
}
.order-form-group[data-sid=EMAIL] .order-form-group__another {
  display: flex;
  margin-left: auto;
  width: calc(100% - 3.9375rem - 10.625rem - 2.375rem);
}
@media (max-width: 991.98px) {
  .order-form-group[data-sid=EMAIL] .order-form-group__another {
    width: 100%;
  }
}
.order-form-group[data-sid=EMAIL] .order-form-group__another .order-form-group__title {
  display: none;
}
.order-form-group[data-sid=REFS_PROJECTS]:has(.field-refs) .order-form-group__another .order-form-group__title {
  display: inline;
  line-height: 1;
}
.order-form-group[data-sid=REFS_PROJECTS]:has(.field-refs) .order-form-group__another .order-form-group__title > span {
  max-width: 14.6875rem;
}
.order-form-group[data-sid=REFS_PROJECTS]:has(.field-refs) .order-form-group__another .order-form-group__title {
  display: inline;
  line-height: 1;
}
.order-form-group[data-sid=REFS_PROJECTS]:has(.field-refs) .order-form-group__another .order-form-group__title > span {
  max-width: 14.6875rem;
}
.order-form-group:has(.field-refs) .order-form-group__another {
  display: flex;
  gap: 3.875rem;
  align-items: flex-start;
  margin-top: 3.125rem;
}
@media (max-width: 991.98px) {
  .order-form-group:has(.field-refs) .order-form-group__another {
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 1.5625rem;
  }
}
.order-form-group:has(.field-refs) .order-form-group__another .order-form-group__title {
  font-size: 1.5625rem;
  font-family: "Monts", sans-serif;
  text-transform: unset;
  max-width: 16.25rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .order-form-group:has(.field-refs) .order-form-group__another .order-form-group__title {
    max-width: calc(100% - 1.875rem);
  }
}
@media (max-width: 679.98px) {
  .order-form-group:has(.field-refs) .order-form-group__another .order-form-group__title {
    font-size: 1rem;
  }
}
.order-form-group:has(.field-refs) .order-form-group__another .order-form-group__title::before {
  content: url('data:image/svg+xml;utf8,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.03645 19.665L0.680296 17.3457L14.854 3.17192H1.15889L4.32498 0.00583988H20.3395V16.0572L17.2102 19.2232V5.49127L3.03645 19.665Z" fill="black"/> </svg>');
  position: absolute;
  transform: translateX(100%);
  right: 0;
  top: 1.25rem;
}
@media (max-width: 991.98px) {
  .order-form-group:has(.field-refs) .order-form-group__another .order-form-group__title::before {
    top: 0;
    right: -0.3125rem;
  }
}
@media (max-width: 679.98px) {
  .order-form-group:has(.field-refs) .order-form-group__another .order-form-group__title::before {
    content: url('data:image/svg+xml;utf8,<svg width="10" height="14" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.03645 19.665L0.680296 17.3457L14.854 3.17192H1.15889L4.32498 0.00583988H20.3395V16.0572L17.2102 19.2232V5.49127L3.03645 19.665Z" fill="black"/> </svg>');
  }
}
.order-form-group:has(.field-refs) .order-form-group__another textarea {
  margin-top: 0;
}
.order-form-group:has(.title-panama) .order-form-group__another .order-form-group__title {
  font-size: 2.25rem;
  font-family: "Panama";
  line-height: 1;
}
@media (max-width: 679.98px) {
  .order-form-group:has(.title-panama) .order-form-group__another .order-form-group__title {
    font-size: 1.25rem;
  }
}
.order-form-group:has(.title-panama) .order-form-group__another .order-form-group__title span {
  font-family: "Inter", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
}
@media (max-width: 679.98px) {
  .order-form-group:has(.title-panama) .order-form-group__another .order-form-group__title span {
    font-size: 1rem;
  }
}
.order-form-group__input-wrap {
  display: flex;
  flex-grow: 1;
  font-size: 1.5625rem;
  font-family: "Monts";
}
.order-form-group__input-wrap input, .order-form-group__input-wrap textarea {
  flex-grow: 1;
}
.order-form-group__title {
  font-size: 2.25rem;
  font-family: "Panama";
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .order-form-group__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 679.98px) {
  .order-form-group__title {
    font-size: 1.25rem;
  }
}
.order-form-group__title > span {
  font-size: 1.5625rem;
  font-family: "Monts", sans-serif;
  margin-top: 0.5rem;
}
@media (max-width: 679.98px) {
  .order-form-group__title > span {
    font-size: 1rem;
  }
}
.order-form-group[data-sid=FIO] input {
  display: inline;
  width: auto;
}
@media (max-width: 991.98px) {
  .order-form-group[data-sid=FIO]:has(+ div[data-sid=PHONE]) input {
    margin-top: 0;
  }
}
.order-form-group__another .form-required {
  color: #565656;
}
.order-form-group__another input, .order-form-group__another textarea {
  display: flex;
  font-size: 1.5625rem;
  font-family: "Monts", sans-serif;
  font-weight: 400;
  width: 100%;
  border-radius: 4.375rem;
  border: 0.1875rem solid #000;
  min-height: 6.5625rem;
  margin-top: 0.875rem;
  padding-inline: 4.0625rem;
  color: #565656;
  outline: none;
}
@media (max-width: 991.98px) {
  .order-form-group__another input, .order-form-group__another textarea {
    min-height: 5rem;
  }
}
@media (max-width: 679.98px) {
  .order-form-group__another input, .order-form-group__another textarea {
    font-size: 1rem;
    padding-inline: 1.875rem;
    border: 0.125rem solid #000;
    min-height: 4.375rem;
    border-radius: 2.1875rem;
  }
}
.order-form-group__another input:focus, .order-form-group__another textarea:focus {
  border-color: #000;
}
.order-form-group__another input:-webkit-autofill, .order-form-group__another input:-webkit-autofill:hover, .order-form-group__another input:-webkit-autofill:focus, .order-form-group__another input:-webkit-autofill:active, .order-form-group__another textarea:-webkit-autofill, .order-form-group__another textarea:-webkit-autofill:hover, .order-form-group__another textarea:-webkit-autofill:focus, .order-form-group__another textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important; /* Замените white на желаемый цвет */
  -webkit-text-fill-color: #565656; /* Замените #000 на цвет текста */
  transition: background-color 5000s ease-in-out 0s;
}
.order-form-group__another input::-webkit-input-placeholder, .order-form-group__another textarea::-webkit-input-placeholder {
  font-size: 1.5625rem;
  font-family: "Monts", sans-serif;
  font-weight: 400;
}
@media (max-width: 679.98px) {
  .order-form-group__another input::-webkit-input-placeholder, .order-form-group__another textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
}
.order-form-group__another input:is(.field-orange) {
  background-color: #FFE1D9;
  color: #fff;
}
.order-form-group__another input:is(.field-orange)::-webkit-input-placeholder {
  color: #fff;
}
.order-form-group__another input:is(.field-orange):-webkit-autofill, .order-form-group__another input:is(.field-orange):-webkit-autofill:hover, .order-form-group__another input:is(.field-orange):-webkit-autofill:focus, .order-form-group__another input:is(.field-orange):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #FFE1D9 inset !important;
  box-shadow: 0 0 0px 1000px #FFE1D9 inset !important; /* Замените white на желаемый цвет */
  -webkit-text-fill-color: #fff; /* Замените #000 на цвет текста */
  transition: background-color 5000s ease-in-out 0s;
}
.order-form-group__another textarea:is(.field-orange) {
  background-color: #FFE1D9;
  color: #fff;
}
.order-form-group__another textarea:is(.field-orange)::-webkit-input-placeholder {
  color: #fff;
}
.order-form-group__another textarea:is(.field-orange):-webkit-autofill, .order-form-group__another textarea:is(.field-orange):-webkit-autofill:hover, .order-form-group__another textarea:is(.field-orange):-webkit-autofill:focus, .order-form-group__another textarea:is(.field-orange):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #FFE1D9 inset !important;
  box-shadow: 0 0 0px 1000px #FFE1D9 inset !important; /* Замените white на желаемый цвет */
  -webkit-text-fill-color: #fff; /* Замените #000 на цвет текста */
  transition: background-color 5000s ease-in-out 0s;
}
.order-form-group__another textarea {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.success-result {
  max-width: 46.875rem;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .success-result {
    padding-inline: 1.875rem;
  }
}
.success-result__title {
  font-family: "Panama";
  font-size: 5.625rem;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .success-result__title {
    font-size: 4.625rem;
  }
}
@media (max-width: 679.98px) {
  .success-result__title {
    font-size: 2.8125rem;
  }
}
.success-result__subtitle {
  font-family: "Panama";
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 0.9;
}
@media (max-width: 991.98px) {
  .success-result__subtitle {
    font-size: 2.5rem;
  }
}
.success-result__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 2.9375rem;
}
@media (max-width: 679.98px) {
  .success-result__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 1.25rem;
  }
}
.success-result__col-right {
  position: relative;
}
.success-result__picture {
  max-width: 27.625rem;
  position: absolute;
  top: -4.375rem;
}
@media (max-width: 679.98px) {
  .success-result__picture {
    max-height: 12.5rem;
    position: static;
  }
}
.success-result__picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.success-result__notice {
  font-family: "Monts", sans-serif;
  text-align: center;
  color: #565656;
  font-size: 1.5625rem;
  margin-bottom: 2.9375rem;
  max-width: 39.0625rem;
  margin-inline: auto;
}
@media (max-width: 679.98px) {
  .success-result__notice {
    font-size: 1rem;
  }
}
.success-result__wrap-button {
  display: flex;
  justify-content: center;
}

.btn-back {
  display: inline-flex;
  border-radius: 4.375rem;
  text-align: center;
  justify-content: center;
  background-color: #FFE1D9;
  font-family: "Monts", sans-serif;
  font-weight: 700;
  border: none;
  font-size: 1.5625rem;
  padding: 2.1875rem 1.25rem;
  max-width: 24.375rem;
  width: 100%;
  transition: background-color 0.4s ease;
}
@media (max-width: 991.98px) {
  .btn-back {
    font-size: 1.25rem;
    padding: 1.5625rem 1.25rem;
  }
}
@media (max-width: 679.98px) {
  .btn-back {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .btn-back:hover {
    background-color: #F4B8A6;
  }
}
@media (hover: none) {
  .btn-back:active {
    background-color: #F4B8A6;
  }
}

.file-upload {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.file-upload__button {
  display: inline-block;
  padding: 0.625rem 1rem;
  background-color: #FAD1C5;
  color: #000;
  cursor: pointer;
  border-radius: 0.3125rem;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .file-upload__button:hover {
    background-color: #F4B8A6;
  }
}
@media (hover: none) {
  .file-upload__button:active {
    background-color: #F4B8A6;
  }
}
.file-upload__input {
  display: none;
}
.file-upload__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.file-upload__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  margin-top: 0.3125rem;
}
.file-upload__name {
  word-break: break-word;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
}
.file-upload__remove {
  color: red;
  cursor: pointer;
  margin-left: 0.625rem;
  font-weight: bold;
}

/*# sourceMappingURL=styles.css.map */
