*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1460px) {
  .container {
    max-width: 1440px;
  }
}

::-moz-selection {
  color: #fff;
  background: #2C57A5;
}

::selection {
  color: #fff;
  background: #2C57A5;
}

.m-0 {
  margin: 0 !important;
}

.btn-base, .btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 35px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1;
  border: none;
  border-radius: 30px;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .btn-base, .btn-primary {
    padding: 0 55px;
    font-size: 18px;
    height: 60px;
  }
}
.btn-base span, .btn-primary span {
  z-index: 2;
  position: relative;
}

.btn-primary {
  background: #C42D31;
  color: #fff;
}
.btn-primary:hover {
  background: #2C57A5;
  color: #fff;
}

section {
  overflow: clip;
}

b, strong {
  font-weight: 800;
}

.base-section-title, .help-panel__title, .exp-panel__title, .about-panel__title, .boxes-content__title {
  line-height: normal;
  color: #373737;
  font-size: 36px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) {
  .base-section-title, .help-panel__title, .exp-panel__title, .about-panel__title, .boxes-content__title {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  .base-section-title, .help-panel__title, .exp-panel__title, .about-panel__title, .boxes-content__title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .base-section-title, .help-panel__title, .exp-panel__title, .about-panel__title, .boxes-content__title {
    font-size: 50px;
  }
}

.base-section-text, .help-panel__flow-points, .exp-panel__download, .exp-panel__texts, .about-panel__points, .about-panel__texts, .boxes-content__texts {
  line-height: 1.35;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  color: #373737;
}
.base-section-text b, .help-panel__flow-points b, .exp-panel__download b, .exp-panel__texts b, .about-panel__points b, .about-panel__texts b, .boxes-content__texts b, .base-section-text strong, .help-panel__flow-points strong, .exp-panel__download strong, .exp-panel__texts strong, .about-panel__points strong, .about-panel__texts strong, .boxes-content__texts strong {
  color: #2C57A5;
}
.base-section-text a, .help-panel__flow-points a, .exp-panel__download a, .exp-panel__texts a, .about-panel__points a, .about-panel__texts a, .boxes-content__texts a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #C42D31;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: 800;
}
.base-section-text a:hover, .help-panel__flow-points a:hover, .exp-panel__download a:hover, .exp-panel__texts a:hover, .about-panel__points a:hover, .about-panel__texts a:hover, .boxes-content__texts a:hover {
  text-decoration: none;
}

.header-toggle {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 9999;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 3rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 3rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #C42D31;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.mobile-navigation-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .mobile-navigation-wrapper {
    display: none !important;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (min-width: 768px) {
  .header__logo {
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    top: 50px;
  }
}
.header__logo img {
  display: block;
  width: 96px;
  height: 60px;
}
@media (min-width: 1200px) {
  .header__logo img {
    width: 146px;
    height: 92px;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: block !important;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    top: 70px;
  }
}

.navigation {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .navigation {
    padding: 15px 30px 25px 0;
    border-right: 12px solid #2C57A5;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .navigation {
    padding: 55px 0 55px 20px;
    border-left: 12px solid #2C57A5;
  }
}
.navigation::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  right: calc(100% - 12px);
  transform: translateY(-50%);
  width: 12px;
  height: 80px;
  background: #fff;
}
@media (min-width: 768px) {
  .navigation::before {
    right: 0;
  }
}
.navigation::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  right: calc(100% - 12px);
  transform: translateY(-50%);
  width: 12px;
  height: 40px;
  background: #C42D31;
}
@media (min-width: 768px) {
  .navigation::after {
    right: 0;
  }
}
.navigation li {
  margin: 0;
  padding: 0;
}
.navigation li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #373737;
  text-decoration: underline;
  text-decoration-thickness: 11.5%;
  text-underline-offset: 22%;
  text-decoration-color: #C42D31;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .navigation li a {
    color: #fff;
    font-size: 24px;
  }
}
.navigation li a:hover {
  color: #C42D31;
}

.section-intro {
  position: relative;
  width: 100%;
  height: 100vh;
}
.section-intro__img-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-intro__img-bg-overlay {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.section-intro__img-bg-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  padding-top: max(5vw, 85px);
  text-align: right;
  color: #fff;
}
@media (min-width: 768px) {
  .section-intro__img-bg-texts {
    right: 10vw;
  }
}
.section-intro__title {
  z-index: 2;
  position: relative;
  margin: 0;
  font-size: 23vw;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: inherit;
  line-height: 0.85;
}
@media (min-width: 550px) {
  .section-intro__title {
    font-size: 17.35vw;
  }
}
.section-intro__subtitle {
  z-index: 4;
  position: relative;
  margin: 0;
  padding-right: 0.9vw;
  font-size: 6vw;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: inherit;
  line-height: normal;
}
@media (min-width: 550px) {
  .section-intro__subtitle {
    font-size: 4.65vw;
  }
}

.section-boxes {
  background: #F5F5F5;
}
.section-boxes__container {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
}

.boxes-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .boxes-panel {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 991px) {
  .boxes-panel {
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .boxes-panel {
    gap: 140px;
  }
}
.boxes-panel__item {
  position: relative;
  flex: 1;
  background: #C42D31;
}
.boxes-panel__item:first-child, .boxes-panel__item:last-child {
  background: #2C57A5;
}
.boxes-panel__item:first-child::before, .boxes-panel__item:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50vw;
  background: #2C57A5;
}
.boxes-panel__item:first-child .boxes-panel-card__title:before, .boxes-panel__item:last-child .boxes-panel-card__title:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50vw;
  background: #F5F5F5;
  z-index: -1;
}
.boxes-panel__item:first-child::before {
  right: 0;
}
.boxes-panel__item:first-child .boxes-panel-card__title:before {
  right: 0;
}
.boxes-panel__item:last-child::before {
  left: 0;
}
.boxes-panel__item:last-child .boxes-panel-card__title:before {
  left: 0;
}

.boxes-panel-card {
  z-index: 2;
  position: relative;
  min-height: 100%;
  padding-top: 12px;
  text-align: center;
}
.boxes-panel-card__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 0;
  background: #F5F5F5;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #373737;
}
@media (min-width: 768px) {
  .boxes-panel-card__title {
    height: 80px;
    font-size: 28px;
  }
}
@media (min-width: 991px) {
  .boxes-panel-card__title {
    height: 100px;
    font-size: 34px;
  }
}
.boxes-panel-card__content {
  padding: 25px 20px 25px 20px;
}
@media (min-width: 768px) {
  .boxes-panel-card__content {
    padding: 35px 20px 35px 20px;
  }
}
@media (min-width: 991px) {
  .boxes-panel-card__content {
    padding: 55px 25px 65px 25px;
  }
}
.boxes-panel-card__caption {
  margin: 0 0 10px 0;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
}
@media (min-width: 768px) {
  .boxes-panel-card__caption {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  .boxes-panel-card__caption {
    font-size: 50px;
  }
}
.boxes-panel-card__text {
  max-width: 280px;
  margin: 0 auto;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: normal;
}

.boxes-content {
  padding: 55px 0 70px 0;
}
.boxes-content__container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.boxes-content__title {
  margin: 0 0 24px 0;
  text-align: center;
}
.boxes-content__texts {
  margin: 0 0 25px 0;
  text-align: center;
}
.boxes-content__texts p {
  margin: 0 0 20px 0;
}
.boxes-content__button-container {
  display: flex;
  justify-content: center;
}

.about-panel {
  display: flex;
  flex-wrap: wrap;
}
.about-panel__left {
  position: relative;
  width: 100%;
}
@media (min-width: 991px) {
  .about-panel__left {
    width: 50%;
  }
}
.about-panel__right {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 991px) {
  .about-panel__right {
    width: 50%;
    padding: 0;
  }
}
.about-panel__right-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .about-panel__right-img {
    left: 0;
    width: 50vw;
    transform: none;
  }
}
.about-panel__content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .about-panel__content {
    padding: 65px 0;
  }
}
@media (min-width: 991px) {
  .about-panel__content {
    padding: 65px 70px 65px 0;
  }
}
.about-panel__quote {
  position: absolute;
  top: 35px;
  right: 35px;
}
@media (max-width: 767px) {
  .about-panel__quote {
    display: none;
  }
}
.about-panel__quote img {
  display: block;
  width: 70px;
  height: 70px;
}
.about-panel__title {
  margin: 0 0 35px 0;
}
.about-panel__texts {
  margin: 0 0 35px 0;
}
.about-panel__texts p {
  margin: 0 0 20px 0;
}
.about-panel__points {
  position: relative;
}
.about-panel__points ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 15px 0 15px 24px;
  border-left: 12px solid #2C57A5;
  font-weight: 800;
}
@media (min-width: 768px) {
  .about-panel__points ul {
    padding: 15px 0 15px 34px;
  }
}
@media (min-width: 1200px) {
  .about-panel__points ul {
    padding: 15px 0 15px 44px;
  }
}
.about-panel__points ul::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 38px;
  background: #fff;
}
.about-panel__points ul::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 14px;
  background: #C42D31;
}
.about-panel__points ul li {
  margin: 0;
  padding: 0;
}
.about-panel__gallery-slider-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 150px;
  margin: 0 -20px;
}
@media (min-width: 991px) {
  .about-panel__gallery-slider-wrapper {
    margin: 0;
  }
}
.about-panel__gallery-slider-container {
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .about-panel__gallery-slider-container {
    width: calc(100% - 114px);
  }
}
@media (min-width: 991px) {
  .about-panel__gallery-slider-container {
    position: absolute;
    top: 0;
    right: 114px;
    width: calc(50vw - 114px);
    height: 100%;
  }
}
.about-panel__gallery-slider-controls {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80px;
}
@media (min-width: 768px) {
  .about-panel__gallery-slider-controls {
    width: 114px;
  }
}
.about-panel__gallery-slider-controls::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(44, 87, 165, 0.25);
}
.about-panel__gallery-slider-prev, .about-panel__gallery-slider-next {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F5F5F5;
}
.about-panel__gallery-slider-prev img, .about-panel__gallery-slider-next img {
  display: block;
}
.about-panel__gallery-slider-prev img {
  transform: rotate(180deg);
}
.about-panel__gallery-slider-item {
  width: 150px;
  height: 150px;
}
.about-panel__gallery-slider-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-exp {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-exp::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.exp-panel {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
@media (min-width: 991px) {
  .exp-panel {
    min-height: 100vh;
    padding: 120px 0;
  }
}
.exp-panel__title {
  margin: 0 0 40px 0;
  color: #fff;
}
.exp-panel__texts {
  max-width: 630px;
  margin: 0 0 40px 0;
  color: #fff;
}
.exp-panel__texts b, .exp-panel__texts strong {
  color: inherit;
}
.exp-panel__texts p {
  margin: 0 0 20px 0;
}
.exp-panel__download {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .exp-panel__download {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.exp-panel__download-text {
  max-width: 266px;
  margin: 0;
  color: inherit;
}
.exp-panel__download-text b, .exp-panel__download-text strong {
  color: inherit;
}
.exp-panel__download-list {
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
.exp-panel__download-list a {
  color: inherit;
  text-decoration: none;
}
.exp-panel__download-list a:hover {
  text-decoration: underline;
  color: #C42D31;
}
.exp-panel__download-list a:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(73%) saturate(2890%) hue-rotate(342deg) brightness(99%) contrast(89%);
}
.exp-panel__download-item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.exp-panel__download-item img {
  width: 53px;
  height: 53px;
}

.section-help {
  background: #F5F5F5;
}

.help-panel {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .help-panel {
    padding: 70px 0;
  }
}
.help-panel__title {
  max-width: 590px;
  margin: 0 auto 50px auto;
  text-align: center;
}
.help-panel__flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 100px;
  row-gap: 50px;
  margin: 0 0 55px 0;
}
.help-panel__flow-qr {
  width: 300px;
}
.help-panel__flow-points {
  max-width: 415px;
}
.help-panel__flow-points ol {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.help-panel__flow-points ol li {
  position: relative;
  margin: 0;
  padding: 0 0 0 74px;
  counter-increment: ol-counter;
}
.help-panel__flow-points ol li::before {
  content: counter(ol-counter) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 0 0.5rem;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 24px;
  background: #2C57A5;
  border-radius: 50%;
}
.help-panel__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 70px;
  row-gap: 24px;
  margin: 0 0 24px 0;
}
.help-panel__details-texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #373737;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.help-panel__details-texts b, .help-panel__details-texts strong {
  color: #2C57A5;
}
.help-panel__details-texts a {
  color: inherit;
  text-decoration: none;
}
.help-panel__details-texts p {
  margin: 0;
}
.help-panel__details-logo img {
  display: block;
}
.help-panel__info {
  width: 100%;
  max-width: 596px;
  margin: 0 auto;
  color: #373737;
  font-size: 12px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}
.help-panel__info a {
  color: inherit;
  text-decoration: none;
}

.help-qr-img {
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  overflow: hidden;
}
.help-qr-img__blue-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 10px solid #2C57A5;
}
.help-qr-img__white-border-left, .help-qr-img__white-border-bottom, .help-qr-img__white-border-right, .help-qr-img__white-border-top {
  position: absolute;
  z-index: 1;
  background: #F5F5F5;
}
.help-qr-img__white-border-left::after, .help-qr-img__white-border-bottom::after, .help-qr-img__white-border-right::after, .help-qr-img__white-border-top::after {
  content: "";
  position: absolute;
  background: #C42D31;
  z-index: 2;
}
.help-qr-img__white-border-top {
  width: 100px;
  height: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help-qr-img__white-border-top::after {
  width: 60px;
  height: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help-qr-img__white-border-bottom {
  width: 100px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help-qr-img__white-border-bottom::after {
  width: 60px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help-qr-img__white-border-right {
  width: 10px;
  height: 100px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.help-qr-img__white-border-right::after {
  width: 10px;
  height: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.help-qr-img__white-border-left {
  width: 10px;
  height: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.help-qr-img__white-border-left::after {
  width: 10px;
  height: 60px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.help-qr-img img {
  display: block;
  width: 100%;
}

.footer {
  padding: 18px 0;
  background: #373737;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 14px;
}
@media (min-width: 768px) {
  .footer__container {
    flex-direction: row;
  }
}
.footer__copy {
  color: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.footer__developed {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.footer__developed:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.footer__developed img {
  display: block;
  width: 101px;
  height: 16px;
  flex-shrink: 0;
}

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