@import url(../fonts/TildaSans/stylesheet.css);
/*
@color[secondary]
 */
:root {
  /* Needs at least less 3.7 */
  --white: #fff;
  --black: #000;
  --blue: #2781FF;
  --red: #BC2525;
  --red2: #D72424;
  --red3: #9C1717;
  --bg: #F9F6F1;
  --input: #F1F5FA;
  --input2: #FAF1F1;
  --rainblue: #324665;
  --gray: #6F6F6F;
  --gray2: #A2A2A2;
  --dark: #232323;
  --sand: #B19A70;
  --sand2: #9B8667;
  --blue: #EDF7FF;
  --a: var(--blue);
  --aHover: var(--blue);
  --aUnderline: none;
  --aUnderlineHover: underline;
  --svg: var(--black);
  --svgHover: var(--black);
}
.color-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.bg-black {
  background-color: #000 !important;
}
.color-blue {
  color: #2781FF !important;
}
.bg-blue {
  background-color: #2781FF !important;
}
.color-red {
  color: #BC2525 !important;
}
.bg-red {
  background-color: #BC2525 !important;
}
.color-red2 {
  color: #D72424 !important;
}
.bg-red2 {
  background-color: #D72424 !important;
}
.color-red3 {
  color: #9C1717 !important;
}
.bg-red3 {
  background-color: #9C1717 !important;
}
.color-bg {
  color: #F9F6F1 !important;
}
.bg-bg {
  background-color: #F9F6F1 !important;
}
.color-input {
  color: #F1F5FA !important;
}
.bg-input {
  background-color: #F1F5FA !important;
}
.color-input2 {
  color: #FAF1F1 !important;
}
.bg-input2 {
  background-color: #FAF1F1 !important;
}
.color-rainblue {
  color: #324665 !important;
}
.bg-rainblue {
  background-color: #324665 !important;
}
.color-gray {
  color: #6F6F6F !important;
}
.bg-gray {
  background-color: #6F6F6F !important;
}
.color-gray2 {
  color: #A2A2A2 !important;
}
.bg-gray2 {
  background-color: #A2A2A2 !important;
}
.color-dark {
  color: #232323 !important;
}
.bg-dark {
  background-color: #232323 !important;
}
.color-sand {
  color: #B19A70 !important;
}
.bg-sand {
  background-color: #B19A70 !important;
}
.color-sand2 {
  color: #9B8667 !important;
}
.bg-sand2 {
  background-color: #9B8667 !important;
}
.color-blue {
  color: #EDF7FF !important;
}
.bg-blue {
  background-color: #EDF7FF !important;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'Tilda Sans', sans-serif;
  background: var(--white);
  color: var(--black);
  font-size: 16px;
}
img {
  border: 0;
}
h1,
.h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2,
.h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h3,
.h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none!important;
}
a {
  color: var(--a);
  text-decoration: var(--aUnderline);
  transition: all 0.3s ease;
}
a:hover {
  color: var(--aHover);
  text-decoration: var(--aUnderlineHover);
}
.dn {
  display: none;
}
.clr {
  clear: both;
}
.svg {
  width: 100%;
}
.svg:not(.svg--stroke) path:not(.svg-skip) {
  fill: var(--svg);
  transition: all 0.3s ease;
}
.svg:not(.svg--stroke):hover path:not(.svg-skip) {
  fill: var(--svgHover);
}
.svg--stroke path:not(.svg-skip) {
  stroke: var(--svg);
  transition: all 0.3s ease;
}
.svg--stroke:hover path:not(.svg-skip) {
  stroke: var(--svgHover);
}
.col {
  vertical-align: top;
  display: inline-block;
}
.vhReal {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
main {
  flex: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
}
h1,
.h1 {
  font-weight: 800;
  font-size: 3.33333333vw;
  line-height: 4.02777778vw;
}
h2,
.h2 {
  font-weight: 700;
  font-size: 2.77777778vw;
  line-height: 4.44444444vw;
}
h3,
.h3 {
  font-weight: 700;
  font-size: 1.94444444vw;
  line-height: 2.36111111vw;
}
.blockquote {
  font-weight: 400;
  font-size: 2.22222222vw;
  line-height: 2.91666667vw;
}
.text {
  font-weight: 400;
  font-size: 1.52777778vw;
  line-height: 2.5vw;
}
.text-sm {
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
}
.text-caption {
  font-weight: 400;
  font-size: 0.97222222vw;
  line-height: 1.52777778vw;
}
.text-center {
  text-align: center;
}
body {
  font-weight: 400;
  font-size: 1.52777778vw;
  line-height: 2.5vw;
}
.img {
  line-height: 0;
}
.img img {
  width: 100%;
}
.follow {
  position: relative;
  perspective: 34.72222222vw;
}
.follow img,
.follow span,
.follow video,
.follow video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*transform-style: preserve-3d;
    transition: all .1s;*/
}
.follow__text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.94444444vw;
  line-height: 2.36111111vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.follow__paint {
  position: relative;
  width: 100%;
  height: 100%;
}
.follow__paint svg {
  width: 100%;
  height: 100%;
}
.follow--1 {
  width: 63.47222222vw;
  height: 48.81944444vw;
}
.follow--2 {
  width: 39.86111111vw;
  height: 33.68055556vw;
}
.follow--2 .follow__paint {
  width: 130%;
  height: 130%;
  transform: translate(-3%, -10%);
}
.follow--3 {
  width: 41.875vw;
  height: 41.73611111vw;
}
.follow--3 .follow__paint {
  width: 130%;
  height: 130%;
  transform: translate(-11%, -11%);
}
.follow--4 {
  width: 51.11111111vw;
  height: 44.375vw;
}
.follow--4 .follow__paint {
  width: 130%;
  height: 130%;
  transform: translate(-3%, -10%);
}
.follow--5 {
  width: 38.88888889vw;
  height: 38.88888889vw;
}
.follow--6 {
  width: 26.38888889vw;
  height: 26.38888889vw;
}
.follow--404 {
  width: 35.90277778vw;
  height: 23.95833333vw;
}
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 11.11111111vw;
  align-items: center;
  padding: 0 10.41666667vw;
  transition: all 0.3s ease;
}
.header--2 {
  padding: 0 17.01388889vw;
}
.header__right {
  text-align: right;
}
.header > div {
  flex: 1;
}
.header.scroll {
  background: var(--white);
  height: 4.86111111vw;
}
.content {
  padding: 0 10.41666667vw;
}
.content--2 {
  padding: 0 17.01388889vw;
}
.logo {
  font-size: 1.25vw;
  line-height: 1.38888889vw;
  display: block;
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}
.logo--philgood {
  width: 4.51388889vw;
  display: inline-block;
  vertical-align: sub;
  line-height: 0;
}
.logo--philgood img {
  width: 100%;
}
.menu {
  display: flex;
  gap: 3.47222222vw;
  justify-content: center;
}
.menu-item {
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
  font-weight: bold;
  white-space: nowrap;
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}
.menu-item.active {
  color: var(--red);
}
.menu--footer .menu-item {
  font-size: 1.11111111vw;
  line-height: 1.31944444vw;
  --a: var(--white);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}
.menu--footer {
  gap: 1.38888889vw;
}
.btn {
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
  display: inline-block;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: none;
  border: 0;
  background: var(--red);
  color: var(--white);
  font-family: 'Tilda Sans', sans-serif;
  font-weight: bold;
  height: 3.05555556vw;
  padding: 0 1.38888889vw;
  transition: all 0.3s ease;
  --a: var(--white);
  --aHover: var(--white);
  --aUnderline: none;
  --aUnderlineHover: none;
}
.btn > span {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.69444444vw;
  text-align: center;
  justify-content: center;
}
.btn:not(.btn--disabled):hover {
  background: var(--red2);
}
.btn:not(.btn--disabled):active {
  background: var(--red3);
}
.btn--disabled {
  opacity: 0.5;
  cursor: default;
}
.btn--sand {
  background: var(--sand);
}
.btn--sand:not(.btn--disabled):hover {
  background: #baa681;
}
.btn--sand:not(.btn--disabled):active {
  background: #a88e60;
}
.btn--fixed {
  min-width: 10.41666667vw;
}
.footer {
  padding: 0 10.41666667vw;
  padding-top: 1.73611111vw;
  padding-bottom: 1.73611111vw;
  background: var(--dark);
  color: var(--white);
  font-size: 1.11111111vw;
  line-height: 1.66666667vw;
}
.footer--2 {
  padding: 0 17.01388889vw;
}
.footer__row {
  display: flex;
  gap: 3.47222222vw;
}
.footer__row--last {
  font-weight: 400;
  font-size: 0.97222222vw;
  line-height: 1.52777778vw;
  color: var(--gray2);
  --a: var(--gray2);
  --aHover: var(--gray2);
  --aUnderline: underline;
  --aUnderlineHover: none;
  margin-top: 1.11111111vw;
}
.footer__links {
  display: flex;
  gap: 1.11111111vw;
  white-space: nowrap;
}
.footer__left {
  width: 22.22222222vw;
}
.footer__right {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
.social {
  display: flex;
  gap: 0.83333333vw;
}
.social-item {
  width: 2.22222222vw;
  line-height: 0;
  --svg: rgba(255, 255, 255, 0.2);
  --svgHover: var(--sand);
}
.social-item img {
  width: 100%;
}
.wrapper--fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section {
  position: relative;
}
.section--bg {
  background: var(--bg);
}
.section--donate {
  padding: 6.59722222vw 0 10.41666667vw;
  min-height: 67.36111111vw;
}
.section--donate .follow {
  position: absolute;
  left: 4.51388889vw;
  bottom: 0.34722222vw;
}
.section--donate .text {
  width: 34.72222222vw;
}
.section--404 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.16666667vw;
}
.section--first {
  padding-top: 13.88888889vw;
}
.section--test {
  padding-bottom: 15.97222222vw;
}
.section--test-2 {
  padding-bottom: 9.02777778vw;
}
.section--pt {
  padding-top: 4.51388889vw;
}
.section--pt-lg {
  padding-top: 6.94444444vw;
}
.section--pb {
  padding-bottom: 4.51388889vw;
}
.section--pb-lg {
  padding-bottom: 6.94444444vw;
}
.block--1 {
  width: 35.41666667vw;
  position: relative;
  height: 47.91666667vw;
  padding-top: 14.23611111vw;
  font-size: 1.94444444vw;
  line-height: 2.36111111vw;
}
.block--1 .follow {
  position: absolute;
  top: 2.56944444vw;
  left: 24.30555556vw;
  z-index: -1;
}
.block--1 .follow--4 {
  top: 5.27777778vw;
  left: 31.25vw;
}
.block--1 .play {
  position: absolute;
  left: 39.58333333vw;
  top: 26.59722222vw;
}
.block--2 {
  position: relative;
  margin-bottom: 7.29166667vw;
}
.block--2 .text {
  color: var(--rainblue);
  width: 38.88888889vw;
}
.block--2 .follow {
  position: absolute;
  top: -7.98611111vw;
  right: -2.77777778vw;
}
.block--2 .numbers {
  margin: 4.16666667vw -2.77777778vw 0;
}
.block--2.block--5 {
  margin-top: -8.33333333vw;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  transform: translateY(15.27777778vw);
}
.block--3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block--4 {
  display: flex;
  justify-content: space-between;
}
.cloud {
  position: relative;
  padding: 4.16666667vw 6.94444444vw 5.55555556vw;
  background: var(--white);
  box-shadow: 0 1.73611111vw 6.94444444vw rgba(2, 43, 121, 0.1);
  border-radius: 5.20833333vw;
}
.cloud--short {
  width: 51.38888889vw;
  margin-left: auto;
  margin-right: auto;
}
.play {
  display: flex;
  align-items: center;
  gap: 0.83333333vw;
  font-weight: 700;
  font-size: 1.52777778vw;
  line-height: 1.66666667vw;
  --a: var(--white);
  --aHover: var(--white);
  --aUnderline: none;
  --aUnderlineHover: underline;
}
.play img {
  width: 6.80555556vw;
}
.slider--cards .swiper-wrapper {
  align-items: stretch;
}
.slider--cards .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.slider--cards .swiper-slide.swiper-slide-next {
  align-items: center;
}
.slider--cards .swiper-slide.swiper-slide-next + .swiper-slide {
  align-items: flex-end;
}
.slider--cards .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  align-items: flex-end;
}
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.88888889vw;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 0;
}
.slider-button img {
  width: 100%;
}
.slider-button.swiper-button-disabled {
  opacity: 0.5;
}
.slider-button--prev {
  left: 3.47222222vw;
}
.slider-button--next {
  right: 3.47222222vw;
}
.card {
  width: 23.61111111vw;
  border-radius: 1.38888889vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  --a: var(--black);
  --aHover: var(--black);
  --aUnderline: none;
  --aUnderlineHover: none;
}
.card__img {
  height: 14.44444444vw;
  background: no-repeat center / cover;
}
.card__content {
  flex: 1;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.66666667vw;
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
}
.card__text {
  margin-top: 1.11111111vw;
  color: var(--rainblue);
}
.card__link {
  --a: var(--red);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: underline;
  font-weight: bold;
  margin-top: 1.38888889vw;
  color: var(--red);
}
.card:hover .card__link * {
  text-decoration: underline;
}
.numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5.20833333vw;
  grid-row-gap: 4.16666667vw;
}
.number {
  width: 100%;
  display: flex;
  gap: 1.11111111vw;
}
.number__icon {
  width: 4.16666667vw;
  line-height: 0;
}
.number__icon img {
  width: 100%;
}
.number__num {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 3.33333333vw;
  line-height: 4.02777778vw;
  margin-bottom: 0.69444444vw;
}
.number__text {
  color: var(--rainblue);
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
}
.email {
  font-weight: 700;
  font-size: 1.66666667vw;
  line-height: 2.5vw;
  --a: var(--red);
  --aHover: var(--red);
  --aUnderline: underline;
  --aUnderlineHover: none;
}
.member {
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}
.member__pic {
  width: 11.38888889vw;
  height: 11.38888889vw;
  line-height: 0;
  margin-bottom: 2.91666667vw;
  position: relative;
}
.member__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.77777778vw;
  position: relative;
  z-index: 2;
}
.member__name {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.94444444vw;
  line-height: 2.36111111vw;
  margin-bottom: 0.55555556vw;
}
.member__position {
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
  color: var(--rainblue);
}
.member__oct {
  width: 14.58333333vw;
  height: 14.58333333vw;
  background: url(../img/oct.svg) no-repeat center / contain;
  position: absolute;
  transform: rotate(-105deg);
}
.member--1 .member__oct {
  top: -1.52777778vw;
  left: -2.08333333vw;
}
.member--2 .member__oct {
  top: -0.625vw;
  left: -1.94444444vw;
}
.member--3 .member__oct {
  top: -1.94444444vw;
  left: -1.875vw;
}
.member--4 .member__oct {
  top: -0.625vw;
  left: -1.66666667vw;
}
.member-detail {
  display: flex;
  align-items: center;
}
.member-detail__col {
  position: relative;
  width: 18.75vw;
}
.member-detail__col > div {
  position: relative;
  z-index: 2;
}
.member-detail__col:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-57%, -48%) rotate(-75deg);
  background: url(../img/paint.svg) no-repeat center / contain;
  width: 28.54166667vw;
  height: 20.625vw;
}
.member-detail__pic {
  width: 11.38888889vw;
  height: 11.38888889vw;
  margin-bottom: 2.36111111vw;
}
.member-detail__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.77777778vw;
}
.member-detail__name {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.94444444vw;
  line-height: 2.36111111vw;
  margin-bottom: 0.55555556vw;
}
.member-detail__position {
  margin-bottom: 1.11111111vw;
}
.member-detail__content {
  flex: 1;
  font-weight: 400;
  font-size: 2.22222222vw;
  line-height: 2.91666667vw;
}
.donate {
  width: 37.5vw;
}
.donate .tabs--2 {
  margin-top: 3.33333333vw;
  margin-bottom: 1.94444444vw;
}
.donate .form {
  margin-top: 3.33333333vw;
}
.donate__row {
  display: flex;
  gap: 1.66666667vw;
  align-items: center;
}
.tabs {
  background: var(--input);
  overflow: hidden;
  border-radius: 0.83333333vw;
  display: flex;
  padding: 0 0.48611111vw;
  justify-content: space-between;
}
.tabs--2 {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.tab {
  font-size: 1.25vw;
  line-height: 2.5vw;
  padding: 0 0.76388889vw;
  cursor: pointer;
  height: 3.88888889vw;
  align-items: center;
  display: flex;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.tab.active,
.tab:hover {
  border-bottom-color: var(--red);
}
.tab--2 {
  font-weight: normal;
  margin: 0;
  font-weight: 700;
  font-size: 1.94444444vw;
  line-height: 2.36111111vw;
  height: auto;
  border: none;
  padding: 0;
}
.tab--2.active,
.tab--2:hover {
  color: var(--red);
}
.tab--2.active input,
.tab--2:hover input {
  color: var(--red);
}
.tab--2 input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  font-family: 'Tilda Sans', sans-serif;
  width: 5.90277778vw;
  border-bottom: 1px solid #dadada;
  color: var(--black);
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.94444444vw;
  line-height: 2.36111111vw;
  transition: all 0.3s ease;
}
.tab--2 input::placeholder {
  color: var(--sand);
}
.tab--2 input:focus {
  color: var(--red);
}
.tab-content {
  display: none;
}
.switch {
  display: flex;
  align-items: center;
  gap: 0.83333333vw;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.52777778vw;
  line-height: 2.5vw;
}
.switch input {
  display: none;
}
.switch input + span {
  width: 3.33333333vw;
  height: 1.80555556vw;
  background: var(--rainblue);
  position: relative;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.switch input + span span {
  width: 1.38888889vw;
  height: 1.38888889vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.20833333vw;
  background: var(--white);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.switch input:checked + span {
  background: var(--red);
}
.switch input:checked + span span {
  left: 1.73611111vw;
}
.link {
  --a: var(--gray);
  --aHover: var(--gray);
  --aUnderline: underline;
  --aUnderlineHover: none;
}
.link--red {
  --a: var(--red);
  --aHover: var(--red);
  --aUnderline: underline;
  --aUnderlineHover: none;
}
.checkbox,
.radio {
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
  --a: var(--gray);
  --aHover: var(--gray);
  --aUnderline: underline;
  --aUnderlineHover: none;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 0.83333333vw;
}
.checkbox input,
.radio input {
  display: none;
}
.checkbox input + span,
.radio input + span {
  width: 1.66666667vw;
  height: 1.66666667vw;
  position: relative;
  background: url(../img/check-inactive.svg) no-repeat center / cover;
  border-radius: 0.55555556vw;
  display: inline-block;
}
.checkbox input + span:after,
.radio input + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/check.svg) no-repeat center / cover;
  opacity: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
.checkbox input + span + span,
.radio input + span + span {
  flex: 1;
}
.checkbox input:checked + span:after,
.radio input:checked + span:after {
  opacity: 1;
}
.checkbox--reverse > span,
.radio--reverse > span {
  flex: 1;
}
.checkbox--reverse > span + input + span,
.radio--reverse > span + input + span {
  flex: none;
}
.radio input + span {
  background-image: url(../img/radio-inactive.svg);
  border-radius: 50%;
}
.radio input + span:after {
  background-image: url(../img/radio.svg);
}
.form {
  width: 100%;
}
.form__row {
  margin-bottom: 2.22222222vw;
}
.form__row--btns {
  display: flex;
  gap: 2.22222222vw;
  align-items: center;
  margin-top: 2.43055556vw;
  margin-bottom: 0;
}
.form__row--btns .btn {
  width: 10vw;
}
.form__row--error .form-elem__error {
  opacity: 1;
}
.form__row--error .form-elem input {
  background: var(--bg);
  border-bottom-color: var(--red);
}
.form__row--error .checkbox {
  color: var(--red);
}
.form-elem {
  position: relative;
}
.form-elem input {
  font-family: 'Tilda Sans', sans-serif;
  border: 0;
  box-shadow: none;
  border-radius: 0.83333333vw;
  width: 100%;
  background: var(--input);
  color: var(--black);
  font-weight: 400;
  height: 3.33333333vw;
  padding: 0 1.25vw;
  border-bottom: 1px solid transparent;
  font-size: 1.11111111vw;
  line-height: 1.31944444vw;
  transition: all 0.3s ease;
}
.form-elem input::placeholder {
  color: var(--gray);
}
.form-elem input:focus {
  border-bottom-color: var(--sand2);
}
.form-elem__error {
  position: absolute;
  top: 100%;
  transform: translateY(0.27777778vw);
  left: 0;
  opacity: 0;
  color: var(--red);
  font-size: 1.11111111vw;
  line-height: 1.31944444vw;
  transition: all 0.3s ease;
}
.popup {
  background: var(--white);
  color: var(--black);
  box-shadow: 0 1.73611111vw 6.94444444vw rgba(2, 43, 121, 0.1);
  border-radius: 5.20833333vw;
  width: 58.33333333vw;
  padding: 5.90277778vw 6.94444444vw 6.59722222vw;
}
.popup--2 {
  width: 73.61111111vw;
  padding: 4.86111111vw 5.55555556vw;
  min-height: 33.33333333vw;
}
.popup--video {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 73.61111111vw;
  padding: 3.47222222vw 5.55555556vw 3.47222222vw 3.47222222vw;
  gap: 4.44444444vw;
}
.popup--video .popup__content {
  width: 33.33333333vw;
}
.popup--video .popup__video {
  width: 26.38888889vw;
  height: 26.38888889vw;
  position: relative;
}
.fancybox__backdrop {
  background: transparent;
  backdrop-filter: blur(5px);
}
.fancybox__content > .f-button.is-close-btn {
  width: 1.38888889vw;
  outline: none;
  height: 1.38888889vw;
  --f-button-border-radius: 0;
  position: absolute;
  top: 3.75vw;
  right: 4.30555556vw;
  opacity: 1;
  background: url(../img/close.svg) no-repeat center / contain;
}
.fancybox__content > .f-button.is-close-btn svg {
  display: none;
}
.f-button.is-next,
.f-button.is-prev {
  width: 3.88888889vw;
  height: 3.88888889vw;
  border: 0;
  border-radius: 0;
  background: url(../img/prev-sand.svg) no-repeat center / contain;
  box-shadow: none;
}
.f-button.is-next svg,
.f-button.is-prev svg {
  display: none;
}
.f-button.is-next {
  background-image: url(../img/next-sand.svg);
}
.f-button:hover:not([disabled]) {
  background-color: transparent;
}
.h-auto {
  height: auto;
}
.info {
  display: flex;
  gap: 2.77777778vw;
  align-items: center;
}
.info__content {
  width: 34.72222222vw;
}
.info__text {
  color: var(--rainblue);
  margin-top: 2.22222222vw;
}
.info:nth-child(2n) {
  flex-direction: row-reverse;
  padding-left: 6.94444444vw;
  margin-right: -1.38888889vw;
}
.info + .info {
  margin-top: -5.55555556vw;
}
.burger {
  display: none;
}
.test {
  width: 51.38888889vw;
  transform: translateY(-10.41666667vw);
  margin: 0 auto;
  padding: 2.77777778vw 3.47222222vw 5.90277778vw;
  text-align: center;
  background: var(--white);
  box-shadow: 0 1.73611111vw 6.94444444vw rgba(2, 43, 121, 0.1);
  border-radius: 5.20833333vw;
}
.test__num {
  color: var(--rainblue);
  margin-bottom: 1.11111111vw;
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
}
.test--result .test__num {
  margin-bottom: 0.55555556vw;
}
.test__question {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.94444444vw;
  line-height: 2.36111111vw;
  margin-bottom: 2.77777778vw;
}
.test--result .test__question {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 2.77777778vw;
  line-height: 4.44444444vw;
  margin-bottom: 1.11111111vw;
}
.test__btn {
  margin-top: 2.22222222vw;
}
.test__answers {
  display: flex;
  flex-direction: column;
  gap: 2.22222222vw;
  align-items: stretch;
  padding: 0 3.47222222vw;
}
.test .text {
  padding: 0 1.38888889vw;
  font-size: 1.52777778vw;
  line-height: 2.5vw;
}
.test-info {
  text-align: center;
  color: var(--rainblue);
  margin: -6.94444444vw auto -2.08333333vw;
  width: 51.38888889vw;
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
}
.answer {
  background: var(--input);
  border-radius: 0.83333333vw;
  padding: 0.97222222vw 1.25vw;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1.11111111vw;
}
.answer .checkbox,
.answer .radio {
  color: var(--rainblue);
}
.answer .form-elem,
.answer .checkbox,
.answer .radio {
  flex: 1;
}
.answer.selected .checkbox,
.answer.selected .radio {
  color: var(--black);
}
.alert {
  background: var(--blue);
  color: var(--rainblue);
  border-radius: 2.22222222vw;
  padding: 1.66666667vw;
  font-weight: 400;
  font-size: 1.18055556vw;
  line-height: 1.80555556vw;
}
.w-50 {
  width: 50%;
}
.mb--tiny {
  margin-bottom: 0.55555556vw;
}
.mt--tiny {
  margin-top: 0.55555556vw;
}
.mb--xxs {
  margin-bottom: 0.83333333vw;
}
.mt--xxs {
  margin-top: 0.83333333vw;
}
.mb--xs {
  margin-bottom: 1.11111111vw;
}
.mt--xs {
  margin-top: 1.11111111vw;
}
.mb--sm {
  margin-bottom: 1.66666667vw;
}
.mt--sm {
  margin-top: 1.66666667vw;
}
.mb--md {
  margin-bottom: 2.22222222vw;
}
.mt--md {
  margin-top: 2.22222222vw;
}
.mb--lg {
  margin-bottom: 2.77777778vw;
}
.mt--lg {
  margin-top: 2.77777778vw;
}
.mb--xl {
  margin-bottom: 3.33333333vw;
}
.mt--xl {
  margin-top: 3.33333333vw;
}
.mb--xxl {
  margin-bottom: 3.88888889vw;
}
.mt--xxl {
  margin-top: 3.88888889vw;
}
.mb--extra {
  margin-bottom: 4.44444444vw;
}
.mt--extra {
  margin-top: 4.44444444vw;
}
@media only screen and (min-width: 992px) {
  .slider--team {
    overflow: visible;
  }
  .slider--team .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .slider--team .swiper-wrapper .swiper-slide {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1,
  .h1--mobile {
    font-weight: 800;
    font-size: 8.88888889vw;
    line-height: 10.55555556vw;
  }
  h2,
  .h2,
  .h2--mobile {
    font-weight: 700;
    font-size: 7.77777778vw;
    line-height: 9.44444444vw;
  }
  h3,
  .h3,
  .h3--mobile {
    font-weight: 700;
    font-size: 6.66666667vw;
    line-height: 8.05555556vw;
  }
  .blockquote {
    font-weight: 400;
    font-size: 6.66666667vw;
    line-height: 8.88888889vw;
  }
  .text {
    font-weight: 400;
    font-size: 5.55555556vw;
    line-height: 8.88888889vw;
  }
  .text-sm {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .text-sm-m {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .text-caption {
    font-weight: 400;
    font-size: 3.88888889vw;
    line-height: 6.11111111vw;
  }
  .text-m--center {
    text-align: center;
  }
  body {
    font-weight: 400;
    font-size: 5.55555556vw;
    line-height: 8.88888889vw;
  }
  body.open {
    overflow: hidden;
  }
  body.open .menu-block {
    transform: translateY(0);
  }
  body.open .burger img {
    display: none;
  }
  body.open .burger img:last-child {
    display: block;
  }
  .content {
    padding: 0 4.44444444vw;
  }
  .content--2 {
    padding: 0 4.44444444vw;
  }
  .header {
    height: 19.44444444vw;
    justify-content: space-between;
    padding: 0 4.44444444vw;
  }
  .header--2 {
    padding: 0 4.44444444vw;
  }
  .header > div {
    flex: none;
  }
  .header.scroll {
    height: 16.66666667vw;
  }
  .logo {
    font-size: 3.88888889vw;
    line-height: 5vw;
  }
  .logo--philgood {
    width: 18.05555556vw;
  }
  .menu {
    display: none;
    gap: 8.33333333vw;
    justify-content: center;
  }
  .menu-item {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
    font-weight: bold;
    white-space: nowrap;
    --a: var(--black);
    --aHover: var(--red);
    --aUnderline: none;
    --aUnderlineHover: none;
  }
  .menu-item.active {
    color: var(--red);
  }
  .menu--footer .menu-item {
    font-size: 1.11111111vw;
    line-height: 1.31944444vw;
    --a: var(--white);
    --aHover: var(--red);
    --aUnderline: none;
    --aUnderlineHover: none;
  }
  .menu--footer {
    gap: 2.77777778vw;
  }
  .menu-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 13.88888889vw;
    z-index: 998;
    transform: translateY(-100%);
    transition: all 0.3s ease;
  }
  .btn {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
    height: 11.11111111vw;
    padding: 0 4.44444444vw;
  }
  .btn > span {
    gap: 2.77777778vw;
  }
  .burger {
    width: 7.77777778vw;
    height: 6.94444444vw;
    display: block;
    line-height: 0;
  }
  .burger img {
    width: 100%;
  }
  .burger img:last-child {
    display: none;
  }
  .footer {
    padding: 0 4.44444444vw;
    padding-top: 6.94444444vw;
    padding-bottom: 6.94444444vw;
    color: var(--gray2);
    font-size: 3.88888889vw;
    line-height: 6.66666667vw;
  }
  .footer--2 {
    padding: 0 4.44444444vw;
  }
  .footer__row {
    display: block;
  }
  .footer__row--last {
    font-weight: 400;
    font-size: 3.88888889vw;
    line-height: 6.11111111vw;
    margin-top: 0;
  }
  .footer__links {
    gap: 1.38888889vw;
    flex-direction: column;
    --a: var(--gray);
    --aHover: var(--gray);
  }
  .footer__left {
    width: 100%;
  }
  .footer__right {
    margin-top: 6.66666667vw;
    flex-direction: column;
    gap: 6.66666667vw;
    align-items: stretch;
  }
  .footer__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .social {
    gap: 4.44444444vw;
  }
  .social-item {
    width: 10vw;
  }
  .wrapper--fullscreen {
    display: block;
  }
  .section--donate {
    padding: 9.72222222vw 0 120.83333333vw;
    min-height: auto;
  }
  .section--donate .follow {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .section--donate .text {
    width: 100%;
  }
  .section--404 {
    padding: 0 4.44444444vw;
    gap: 8.33333333vw;
    flex-direction: column;
    padding-top: 105.55555556vw;
    padding-bottom: 15.27777778vw;
    align-items: flex-start;
    position: relative;
  }
  .section--404--2 {
    padding: 0 4.44444444vw;
  }
  .section--404 .text {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .section--404 .follow {
    position: absolute;
    top: 25vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .section--first {
    padding-top: 27.77777778vw;
  }
  .section--test {
    padding-bottom: 33.33333333vw;
  }
  .section--test .text {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .section--test-2 {
    padding-bottom: 0;
  }
  .section--pt {
    padding-top: 8.33333333vw;
  }
  .section--pt-lg {
    padding-top: 13.88888889vw;
  }
  .section--pb {
    padding-bottom: 8.33333333vw;
  }
  .section--pb-lg {
    padding-bottom: 13.88888889vw;
  }
  .section-m--pt {
    padding-top: 9.72222222vw;
  }
  .section-m--pt-0 {
    padding-top: 0;
  }
  .section-m--pt-lg {
    padding-top: 13.88888889vw;
  }
  .section-m--pb {
    padding-bottom: 9.72222222vw;
  }
  .section-m--pb-0 {
    padding-bottom: 0;
  }
  .section-m--pb-lg {
    padding-bottom: 13.88888889vw;
  }
  .follow {
    perspective: 138.88888889vw;
  }
  .follow--1 {
    width: 151.38888889vw;
    height: 116.38888889vw;
  }
  .follow--2 {
    width: 119.44444444vw;
    height: 100.83333333vw;
  }
  .follow--3 {
    width: 127.77777778vw;
    height: 125vw;
  }
  .follow--4 {
    width: 132.77777778vw;
    height: 115.27777778vw;
  }
  .follow--5 {
    width: 116.66666667vw;
    height: 116.66666667vw;
  }
  .follow--6 {
    width: 77.77777778vw;
    height: 77.77777778vw;
  }
  .follow--404 {
    width: 107.77777778vw;
    height: 71.94444444vw;
  }
  .follow__text {
    font-weight: 700;
    font-size: 6.66666667vw;
    line-height: 8.05555556vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .follow__paint {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .follow__paint svg {
    width: 100%;
    height: 100%;
  }
  .cloud {
    box-shadow: 0 6.94444444vw 27.77777778vw rgba(2, 43, 121, 0.1);
    position: relative;
    border-radius: 10vw;
    padding: 11.11111111vw 6.66666667vw;
    width: 100vw;
    margin-left: -4.44444444vw;
  }
  .cloud--short {
    width: 100vw;
    margin-left: -4.44444444vw;
  }
  .cloud--before-bg:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 11.11111111vw;
    background: var(--bg);
  }
  .block--1 {
    width: 100%;
    height: auto;
    padding-top: 118.05555556vw;
    padding-bottom: 13.88888889vw;
    font-weight: 400;
    font-size: 5.55555556vw;
    line-height: 8.88888889vw;
  }
  .block--1 .follow {
    top: 7.5vw;
    left: -36.11111111vw;
  }
  .block--1 .follow--4 {
    top: 12.5vw;
    left: -21.11111111vw;
  }
  .block--1 .play {
    left: -2.77777778vw;
    top: 61.11111111vw;
  }
  .block--2 {
    margin-bottom: 13.33333333vw;
    padding-top: 97.22222222vw;
  }
  .block--2 .text {
    width: 100%;
  }
  .block--2 .follow {
    position: absolute;
    top: -1.66666667vw;
    right: -6.94444444vw;
  }
  .block--2 .numbers {
    margin-right: 0;
    margin-left: 0;
  }
  .block--2.block--5 {
    margin-top: 0;
    padding-top: 9.72222222vw;
    transform: translateY(13.88888889vw);
  }
  .block--3 {
    flex-direction: column;
    gap: 8.88888889vw;
    align-items: flex-start;
  }
  .block--4 {
    display: block;
  }
  .play {
    gap: 0.55555556vw;
    font-size: 5vw;
    line-height: 5.55555556vw;
    --a: var(--white);
    --aHover: var(--white);
    --aUnderline: none;
    --aUnderlineHover: underline;
  }
  .play img {
    width: 25vw;
  }
  .slider-button {
    width: 15.55555556vw;
    top: 5.55555556vw;
    transform: none;
  }
  .slider-button--prev {
    left: 4.44444444vw;
  }
  .slider-button--next {
    right: 4.44444444vw;
  }
  .card {
    width: 91.11111111vw;
    border-radius: 5.55555556vw;
  }
  .card__img {
    height: 55.55555556vw;
  }
  .card__content {
    padding: 6.66666667vw;
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .card__text {
    margin-top: 4.44444444vw;
  }
  .card__link {
    margin-top: 5.55555556vw;
  }
  .numbers {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8.88888889vw;
    grid-row-gap: 8.88888889vw;
  }
  .number {
    gap: 4.44444444vw;
  }
  .number__icon {
    width: 16.66666667vw;
  }
  .number__num {
    font-size: 11.11111111vw;
    line-height: 13.33333333vw;
    margin-bottom: 1.66666667vw;
  }
  .number__text {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .email {
    font-size: 6.66666667vw;
    line-height: 10vw;
  }
  .member {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 11.11111111vw;
  }
  .member__pic {
    width: 68.33333333vw;
    height: 68.33333333vw;
    margin-bottom: 2.22222222vw;
  }
  .member__pic img {
    border-radius: 16.66666667vw;
  }
  .member__name {
    font-weight: 700;
    font-size: 7.77777778vw;
    line-height: 9.44444444vw;
    margin-bottom: 2.22222222vw;
  }
  .member__content {
    position: relative;
  }
  .member__position {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .member__oct {
    width: 87.5vw;
    height: 87.5vw;
  }
  .member--1 .member__oct {
    top: -9.16666667vw;
    left: -12.5vw;
  }
  .member--2 .member__oct {
    top: -3.61111111vw;
    left: -11.66666667vw;
  }
  .member--3 .member__oct {
    top: -11.66666667vw;
    left: -11.38888889vw;
  }
  .member--4 .member__oct {
    top: -3.61111111vw;
    left: -10vw;
  }
  .member-detail {
    flex-direction: column;
  }
  .member-detail__col {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .member-detail__col:after {
    width: 114.16666667vw;
    height: 82.5vw;
    transform: translate(-50%, -50%) rotate(-75deg);
  }
  .member-detail__pic {
    width: 45.55555556vw;
    height: 45.55555556vw;
    margin-bottom: 9.44444444vw;
  }
  .member-detail__pic img {
    border-radius: 11.11111111vw;
  }
  .member-detail__name {
    font-weight: 700;
    font-size: 7.77777778vw;
    line-height: 9.44444444vw;
    margin-bottom: 2.22222222vw;
  }
  .member-detail__position {
    margin-bottom: 4.44444444vw;
  }
  .member-detail__content {
    padding-top: 11.11111111vw;
    font-weight: 400;
    font-size: 6.66666667vw;
    line-height: 8.88888889vw;
  }
  .donate {
    width: 100%;
    margin-top: 13.33333333vw;
  }
  .donate .tabs--2 {
    margin-top: 8.88888889vw;
    margin-bottom: 7.77777778vw;
  }
  .donate .form {
    margin-top: 8.88888889vw;
  }
  .donate__row {
    gap: 3.33333333vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .tabs--2 {
    gap: 4.44444444vw 6.66666667vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tabs-select {
    height: 15.55555556vw;
    background: var(--input) url(../img/dropdown.svg) no-repeat center right 4.44444444vw;
    background-size: 4.16666667vw auto;
    border-radius: 3.33333333vw;
    font-family: 'Tilda Sans', sans-serif;
    border: 0;
    border-bottom: 2px solid var(--red);
    padding: 0 4.44444444vw;
    width: 100%;
    appearance: none;
  }
  .tab--2 {
    font-weight: 700;
    font-size: 7.77777778vw;
    line-height: 9.44444444vw;
  }
  .tab--2 input {
    width: 25vw;
    font-weight: 700;
    font-size: 7.77777778vw;
    line-height: 9.44444444vw;
  }
  .switch {
    gap: 3.33333333vw;
    font-weight: 400;
    font-size: 5.55555556vw;
    line-height: 8.88888889vw;
  }
  .switch input + span {
    width: 13.33333333vw;
    height: 7.22222222vw;
  }
  .switch input + span span {
    width: 5.55555556vw;
    height: 5.55555556vw;
    left: 0.83333333vw;
  }
  .switch input:checked + span span {
    left: 6.94444444vw;
  }
  .checkbox,
  .radio {
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
    gap: 3.33333333vw;
  }
  .checkbox input + span,
  .radio input + span {
    width: 6.66666667vw;
    height: 6.66666667vw;
    border-radius: 2.22222222vw;
  }
  .form__row {
    margin-bottom: 8.88888889vw;
  }
  .form__row--btns {
    flex-direction: column;
    gap: 8.88888889vw;
    align-items: flex-start;
    margin-top: 8.88888889vw;
    margin-bottom: 0;
  }
  .form__row--btns .btn {
    width: 40vw;
  }
  .form-elem input {
    border-radius: 3.33333333vw;
    height: 13.33333333vw;
    padding: 0 5vw;
    font-size: 4.44444444vw;
    line-height: 5.27777778vw;
  }
  .form-elem__error {
    font-size: 4.44444444vw;
    line-height: 5.27777778vw;
  }
  .popup {
    box-shadow: 0 6.94444444vw 27.77777778vw rgba(2, 43, 121, 0.1);
    width: 100vw;
    border-radius: 20.83333333vw;
    padding: 20.83333333vw 11.11111111vw 13.88888889vw;
  }
  .popup--2 {
    width: 100vw;
    padding: 20.83333333vw 11.11111111vw 13.88888889vw;
    min-height: auto;
  }
  .popup--video {
    flex-direction: column;
    width: 100vw;
    padding: 20.83333333vw 11.11111111vw 13.88888889vw;
    gap: 6.66666667vw;
  }
  .popup--video .popup__content {
    width: 100%;
  }
  .popup--video .popup__video {
    width: 77.77777778vw;
    height: 77.77777778vw;
  }
  .fancybox__content > .f-button.is-close-btn {
    width: 5.55555556vw;
    height: 5.55555556vw;
    top: 8.88888889vw !important;
    right: 50%!important;
    transform: translateX(50%);
  }
  .f-button.is-next,
  .f-button.is-prev {
    width: 15.55555556vw;
    height: 15.55555556vw;
  }
  .fancybox__slide {
    padding: 0;
  }
  .info {
    display: block;
  }
  .info__content {
    width: 100%;
    margin-top: -6.94444444vw;
  }
  .info__text {
    margin-top: 4.44444444vw;
  }
  .info:nth-child(2n) {
    padding-left: 0;
    margin-right: 0;
  }
  .info + .info {
    margin-top: 2.77777778vw;
  }
  .info .follow {
    transform: translateX(-11.11111111vw);
  }
  .test {
    width: 100%;
    transform: translateY(-22.22222222vw);
    margin: 0 auto;
    padding: 6.66666667vw;
    box-shadow: 0 6.94444444vw 27.77777778vw rgba(2, 43, 121, 0.1);
    border-radius: 8.88888889vw;
  }
  .test__num {
    margin-bottom: 4.44444444vw;
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .test--result .test__num {
    margin-bottom: 2.22222222vw;
  }
  .test__question {
    font-weight: 700;
    font-size: 6.66666667vw;
    line-height: 8.05555556vw;
    margin-bottom: 6.66666667vw;
  }
  .test--result .test__question {
    font-weight: 700;
    font-size: 6.66666667vw;
    line-height: 8.05555556vw;
    margin-bottom: 6.66666667vw;
  }
  .test__btn {
    margin-top: 8.88888889vw;
  }
  .test__answers {
    gap: 4.44444444vw;
    padding: 0;
  }
  .test .text {
    padding: 0;
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .test-info {
    margin: -5.55555556vw auto 0;
    width: 100%;
    padding-bottom: 13.88888889vw;
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .answer {
    border-radius: 3.33333333vw;
    padding: 3.88888889vw 5vw;
    gap: 4.44444444vw;
  }
  .alert {
    border-radius: 8.88888889vw;
    padding: 6.66666667vw;
    font-weight: 400;
    font-size: 4.72222222vw;
    line-height: 7.22222222vw;
  }
  .mb--tiny {
    margin-bottom: 2.22222222vw;
  }
  .mt--tiny {
    margin-top: 2.22222222vw;
  }
  .mb--xxs {
    margin-bottom: 3.33333333vw;
  }
  .mt--xxs {
    margin-top: 3.33333333vw;
  }
  .mb--xs {
    margin-bottom: 4.44444444vw;
  }
  .mt--xs {
    margin-top: 4.44444444vw;
  }
  .mb--sm {
    margin-bottom: 6.66666667vw;
  }
  .mt--sm {
    margin-top: 6.66666667vw;
  }
  .mb--md {
    margin-bottom: 8.88888889vw;
  }
  .mt--md {
    margin-top: 8.88888889vw;
  }
  .mb--lg {
    margin-bottom: 11.11111111vw;
  }
  .mt--lg {
    margin-top: 11.11111111vw;
  }
  .mb--xl {
    margin-bottom: 13.33333333vw;
  }
  .mt--xl {
    margin-top: 13.33333333vw;
  }
  .mb--xxl {
    margin-bottom: 15.55555556vw;
  }
  .mt--xxl {
    margin-top: 15.55555556vw;
  }
  .mb--extra {
    margin-bottom: 17.77777778vw;
  }
  .mt--extra {
    margin-top: 17.77777778vw;
  }
  .mb-m--tiny {
    margin-bottom: 2.22222222vw;
  }
  .mt-m--tiny {
    margin-top: 2.22222222vw;
  }
  .mb-m--xxs {
    margin-bottom: 3.33333333vw;
  }
  .mt-m--xxs {
    margin-top: 3.33333333vw;
  }
  .mb-m--xs {
    margin-bottom: 4.44444444vw;
  }
  .mt-m--xs {
    margin-top: 4.44444444vw;
  }
  .mb-m--sm {
    margin-bottom: 6.66666667vw;
  }
  .mt-m--sm {
    margin-top: 6.66666667vw;
  }
  .mb-m--md {
    margin-bottom: 8.88888889vw;
  }
  .mt-m--md {
    margin-top: 8.88888889vw;
  }
  .mb-m--lg {
    margin-bottom: 11.11111111vw;
  }
  .mt-m--lg {
    margin-top: 11.11111111vw;
  }
  .mb-m--xl {
    margin-bottom: 13.33333333vw;
  }
  .mt-m--xl {
    margin-top: 13.33333333vw;
  }
  .mb-m--xxl {
    margin-bottom: 15.55555556vw;
  }
  .mt-m--xxl {
    margin-top: 15.55555556vw;
  }
  .mb-m--extra {
    margin-bottom: 17.77777778vw;
  }
  .mt-m--extra {
    margin-top: 17.77777778vw;
  }
}
/*# sourceMappingURL=style.css.map */