html,
body {
  width: 100%;
  min-height: 100%;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

h2 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: 'InterBold', Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 130%;
}

p {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

ul {
  list-style-position: inside;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

blockquote {
  position: relative;
  padding: 66px 0 85px 0;
  background: rgba(246, 243, 236, 0.08);
  border-radius: 15px;
  text-align: center;
}

blockquote p {
  max-width: 695px;
  margin: 0 auto;
  font-size: 54px;
  line-height: 110%;
}

blockquote:before {
  content: '';
  position: absolute;
  width: 121px;
  height: 95px;
  top: -36px;
  left: -10px;
  z-index: 1;
  text-indent: 0;
  background-image: url('../images/quate-left.svg');
}

blockquote:after {
  content: '';
  position: absolute;
  width: 121px;
  height: 95px;
  bottom: -33px;
  right: -11px;
  z-index: 1;
  text-indent: 0;
  background-image: url('../images/quate-right.svg');
}

.page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1345px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 3;
}

.container-large {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 3;
}

.image {
  display: block;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.app-store-button {
  max-width: 217px;
}

.header {
  position: relative;
  z-index: 5;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 25px 15px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

.header__menu .nav__link {
  margin: 0 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  color: #141413;
}

.header__menu .nav__link:hover {
  text-decoration: none;
}

.header__menu .nav__link.active {
  font-weight: bold;
  color: #141413;
  text-decoration: none;
}

.language {
  position: relative;
  margin: 0 -8px;
  z-index: 9;
}

.language__current {
  position: relative;
  padding: 0 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #141413;
  cursor: pointer;
}

.language__current.active {
}

.language__dropdown {
  position: absolute;
  width: 200px;
  top: 21px;
  right: 0;
  padding: 16px 8px;
  text-align: right;
  z-index: 4;
}

.language__item {
  margin-bottom: 6px;
}

.language__link {
  display: inline-block;
  padding: 6px 18px;
  color: #ffffff;
  background-color: #141413;
  text-decoration: none;
  border-radius: 11px;
}

.language__link:hover {
  text-decoration: underline;
}

.language__current.active .language__dropdown {
  display: block !important;
}

.language__caret {
  margin-left: 8px;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46 5.46a.65.65 0 01-.92 0L.404 1.323a.65.65 0 11.919-.92L5 4.082 8.677.404a.65.65 0 11.92.919L5.46 5.46zM5.65 4v1h-1.3V4h1.3z' fill='%23141413'/%3E%3C/svg%3E");
  vertical-align: middle;
}

.popup-menu-toggler-on {
  display: inline-block;
  vertical-align: baseline;
  width: 26px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='3' rx='1.5' fill='%23141413'/%3E%3Crect y='11' width='26' height='3' rx='1.5' fill='%23141413'/%3E%3C/svg%3E");
  cursor: pointer;
  z-index: 10;
}

.popup-menu-toggler-off {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-block;
  vertical-align: baseline;
  width: 22px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.868' y='.247' width='26' height='3' rx='1.5' transform='rotate(45 2.868 .247)' fill='%23141413'/%3E%3Crect x='.747' y='18.632' width='26' height='3' rx='1.5' transform='rotate(-45 .747 18.632)' fill='%23141413'/%3E%3C/svg%3E");
}

.popup-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #e7eff2;
  -webkit-box-shadow: 0px 9px 54px #e7eff2;
  box-shadow: 0px 9px 54px #e7eff2;
  background-repeat: repeat;
  z-index: 10;
}

.popup-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-menu__item {
  width: 100%;
  margin-bottom: 26px;
  text-align: center;
}

.popup-menu__link {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #40392b;
  text-decoration: underline;
}

.popup-menu__link:hover {
  color: #40392b;
  text-decoration: none;
}

.popup-menu__link.active {
  color: #40392b;
  font-weight: bold;
  text-decoration: none;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.footer .nav__link {
  margin: 0 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #e7eff2;
  border-radius: 20px;
  text-decoration: none;
}

.footer .nav__link:hover {
  text-decoration: none;
}

.copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #141413;
}

.sm-show {
  display: none !important;
}

@media (max-width: 991px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer .nav {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer .nav__link {
    margin: 0 0 13px 0;
  }

  .copyright {
    margin: 0;
  }

  .sm-hide {
    display: none !important;
  }

  .sm-show {
    display: block !important;
  }
}
