
/*

@color-middle: #6B6F76;
@color-light: #EDEFF1;
@color-stroke: #E3E6EB;
@color-nav-active: #E1E5EB;
*/
@media (min-width: 768px) {
  .desktop-only-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .desktop-only-block {
    display: none;
  }
}
@media (min-width: 768px) {
  .desktop-only-flex {
    display: flex;
  }
}
@media (max-width: 767px) {
  .desktop-only-flex {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-only-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-only-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .mobile-only-flex {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-only-flex {
    display: flex;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    column-gap: 32px;
  }
}
@media (max-width: 805px) {
  .header {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .header {
    justify-content: space-between;
    padding: 6px 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 850px) {
  .header-big.header {
    justify-content: space-between;
    padding: 6px 0;
    margin-bottom: 16px;
  }
}
.navbar-toggler {
  width: 24px;
  height: 24px;
  background: url("../images/interface/ico-hamburger.svg") no-repeat center;
  cursor: pointer;
  border: none;
  display: none;
}
@media (max-width: 850px) {
  .navbar-toggler {
    display: block;
  }
}
@media (max-width: 767px) {
}
.logo {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.logo:hover {
  color: #669EC5;
}
.logo-slogan {
  color: #202020;
}
@media (max-width: 1249px) {
  .logo-slogan {
    display: none;
  }
}
.top-nav {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-left: auto;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-nav {
    column-gap: 32px;
  }
}
@media (max-width: 805px) {
  .top-nav {
    column-gap: 20px;
  }
}
.top-navbar {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 805px) {
  .top-navbar {
    padding-left: 0;
  }
}
.top-navbar li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.top-navbar li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  color: #000;
  position: relative;
}
@media (max-width: 805px) {
  .top-navbar li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-navbar li a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-navbar li a:hover {
  color: #669EC5;
}
.top-navbar li span {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  height: 48px;
}
@media (max-width: 805px) {
  .top-navbar li span {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .top-navbar li span {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-navbar li span {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-navbar li.current-menu-item a {
  color: #669EC5;
}
.top-navbar li.current-menu-item a::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background-color: currentColor;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-navbar li.current-menu-item a::after {
    left: 16px;
    right: 16px;
  }
}
@media (max-width: 805px) {
  .top-navbar li.current-menu-item a::after {
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .top-navbar li.current-menu-item a::after {
    display: none;
  }
}
.top-tools {
  display: flex;
  align-items: center;
  column-gap: 8px;
  position: relative;
}
.top-profile {
  display: flex;
  align-items: center;
  column-gap: 6px;
  position: relative;
  cursor: pointer;
}
.top-profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.top-profile-avatar img {
  display: flex;
}
.top-profile-arrow {
  width: 10px;
  height: 10px;
  background: url("../images/interface/arrow_down.svg") no-repeat center;
  cursor: pointer;
}
.top-profile-menu {
  top: 100%;
  right: 0;
  position: absolute;
  z-index: 5;
  margin-top: 2px;
  display: none;
  flex-direction: column;
  width: 178px;
  min-height: 200px;
  background-color: #E7F0F5;
  box-sizing: border-box;
  border: 1px solid rgba(102, 158, 197, 0.3);
  border-radius: 16px 0 16px 16px;
  overflow: hidden;
  backdrop-filter: blur(15px);
}
.top-tools-nav,
.top-profile-nav {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.icon {
  list-style: none;
}
.icon a,
.icon div {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #202020;
  height: 43px;
  padding-left: 24px;
  padding-right: 6px;
  column-gap: 12px;
}
.icon a:hover,
.icon div:hover {
  color: #669EC5;
  background-color: rgba(102, 158, 197, 0.3);
}
.icon a:before,
.icon div:before {
  content: '';
  display: flex;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/interface/ico-my_posts.svg");
}
.icon.ico-profile a:before {
  background-image: url("../images/interface/ico-profile.svg") !important;
}
.icon.ico-family a:before {
  background-image: url("../images/interface/ico-family.svg");
}
.icon.ico-settings a:before {
  background-image: url("../images/interface/ico-settings.svg");
}
.icon.ico-log-out a:before {
  background-image: url("../images/interface/ico-log_out.svg");
}
.icon.ico-post a:before {
  background-image: url("../images/interface/ico-post.svg");
}
.icon.ico-question a:before {
  background-image: url("../images/interface/ico-question.svg");
}
.icon.ico-mail a:before {
  background-image: url("../images/interface/ico-mail.svg");
}
.icon.alert a:after {
  content: '';
  display: flex;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/interface/ico-warning.svg");
}
.top-navbar .icon a:hover {
  background-color: transparent!important;
}
@media (max-width: 767px) {
  .header-big .top-navbar a {
    display: flex;
    padding-left: 0;
  }
}
.top-profile-menu .icon a {
  padding-left: 24px;
  padding-right: 8px;
}
a .alert {
  display: flex;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/interface/ico-warning.svg");
}
.top-tools-menu {
  top: 100%;
  right: 0;
  position: absolute;
  margin-top: 2px;
  z-index: 3;
  display: none;
  flex-direction: column;
  background-color: #E7F0F5;
  box-sizing: border-box;
  border: 1px solid rgba(102, 158, 197, 0.3);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(15px);
}
.top-tools-menu .icon a,
.top-tools-menu .icon div {
  padding-right: 24px;
  cursor: pointer;
}
.top-log-out {
  display: none;
  margin-top: auto;
  border: none;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background-color: transparent;
  font-size: 18px;
}
.top-log-out:before {
  content: '';
  display: flex;
  width: 24px;
  height: 24px;
  background: transparent url("../images/interface/ico-log_out.svg") no-repeat center;
}
.top-nav-close {
  border: none;
  display: none;
  width: 24px;
  height: 24px;
  background: transparent url("../images/interface/ico-top-nav_close.svg") no-repeat center;
}
@media (min-width: 768px) {
  .header-big .top-navbar a:before {
    display: none;
  }
}
@media (max-width: 850px) {
  .header-big .top-nav {
    display: flex!important;
    align-items: flex-start;
    flex-direction: column;
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    padding: 32px 16px;
  }
  .header-big .top-nav.top-nav-show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header-big .top-nav .top-navbar {
    padding-top: 32px;
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    margin-bottom: 28px;
  }
  .header-big .top-nav .top-log-out {
    display: flex;
  }
  .top-nav-close {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-small .top-nav {
    font-size: 14px;
  }
  .header-small .top-nav .top-navbar li a {
    font-size: 14px;
  }
  .header-small .top-nav .top-tools .btn {
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
.top-nav-backdrop {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.top-nav-backdrop.top-nav-backdrop-show {
  opacity: 1;
  visibility: visible;
}
body.body-no-scroll {
  overflow: hidden;
  /* padding-right: 15px; */
}
body.body-no-scroll {
  overflow: hidden;
  /* Используйте padding-right для компенсации исчезновения скролл-бара при необходимости */
  /* padding-right: 15px; */
}
.backdrop-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(30px);
  background: rgba(89, 111, 130, 0.5);
  z-index: 1000;
}
.popup-container {
  z-index: 1001;
  width: 100%;
  max-width: 640px;
}
.popup {
  border-radius: 48px;
  margin: 4px;
  width: 100%;
  padding: 60px;
  background-color: #fff;
  border: 1px solid #acb7c0;
  position: relative;
}
@media (max-width: 767px) {
  .popup {
    border-radius: 24px;
    padding: 14px;
    width: auto;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
}
.close {
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  background-image: url("../images/interface/ico-x.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #E7F0F5;
}
.close:hover {
  background-color: #E8F1F6;
}
.close:active {
  background-color: #CFDEE5;
}
@media (max-width: 767px) {
  .close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
}
.popup-header {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .popup-header {
    margin-bottom: 9px;
  }
}
.popup-title {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.2;
  font-size: 42px;
  font-weight: 800;
}
.popup-title.popup-title-small {
  font-size: 28px;
}
@media (max-width: 767px) {
  .popup-title {
    font-size: 24px;
  }
}
.popup-form {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .popup-form {
    row-gap: 12px;
  }
  .popup-form .btn-common {
    height: 50px;
  }
}
.popup-form-header {
  font-size: 18px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .popup-form-header {
    margin-bottom: 4px;
  }
}
.popup-form-label {
  font-size: 14px;
  line-height: 1.41;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .popup-form-label {
    margin-bottom: 4px;
  }
}
.popup-form-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .popup-form-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
}
.popup-form-buttons button {
  flex: 0 0 50%;
  height: 60px;
}
@media (max-width: 767px) {
  .popup-form-buttons button {
    font-size: 18px;
    flex: 0 0 60px;
  }
}
.popup-subtitle {
  font-size: 16px;
}
@media (max-width: 767px) {
  .popup-subtitle {
    font-size: 15px;
    line-height: 1.3;
  }
}
.popup-bottom {
  text-align: center;
}
.popup-disclaimer {
  font-size: 14px;
  text-align: center;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Reddit Sans", sans-serif;
  color: #202020;
  background: #fff;
  background-size: cover;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
a {
  color: #669EC5;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.bg-orange {
  background-color: #FFECDD;
}
.bg-orange a {
  color: #FFA865;
}
.bg-orange a:hover {
  color: #F09249;
}
main {
  flex: 1 0 auto;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 4px;
  }
}
.container-narrow {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-narrow {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .container-narrow {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .container-12 {
    padding: 0 12px;
  }
}
h2,
.h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
.btn {
  cursor: pointer;
  border: none;
  border-radius: 100em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-size: 18px;
}
a.btn {
  display: inline-flex;
}
.btn-common {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .btn-common {
    height: 38px;
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .top-tools .btn-common {
    font-size: 18px;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.btn-small {
  font-size: 14px;
  height: 30px;
  padding-left: 11px;
  padding-right: 11px;
}
@media (max-width: 767px) {
  .btn-small {
    font-size: 9px;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
.btn-50 {
  font-size: 20px;
  height: 50px;
  padding-left: 26px;
  padding-right: 26px;
}
@media (max-width: 767px) {
  .btn-50 {
    height: 34px;
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.btn-big {
  font-size: 20px;
  font-weight: 600;
  height: 62px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .btn-big {
    height: 38px;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.btn-blue {
  background-color: #669EC5;
}
.btn-blue:hover {
  background-color: #4D8DB9;
}
.btn-blue:active {
  background-color: #578AAE;
}
.btn-blue:disabled {
  opacity: 0.3;
  cursor: default;
  background-color: #669EC5;
  pointer-events: none;
}
.btn-orange {
  color: #fff !important;
  background-color: #FFA865;
}
.btn-orange:hover {
  background-color: #F09249;
}
.btn-orange:active {
  background-color: #DB8C50;
}
.btn-orange:disabled {
  opacity: 0.3;
  cursor: default;
  background-color: #FFA865;
  pointer-events: none;
}
.btn-badge {
  cursor: default;
  text-transform: uppercase;
}
.btn-badge.btn-blue {
  background-color: #669EC5;
}
.btn-badge.btn-orange {
  background-color: #FFA865;
}
.btn-transparent {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-gray {
  color: #202020;
  background-color: #E7F0F5;
}
.btn-gray:hover {
  background-color: #E8F1F6;
}
.btn-gray:active {
  background-color: #CFDEE5;
}
.btn-gray:disabled {
  opacity: 0.3;
  cursor: default;
  background-color: #E7F0F5;
  pointer-events: none;
}
.btn-sound {
  display: flex;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 185px;
  height: 50px;
}
@media (max-width: 767px) {
  .btn-sound {
    width: 118px;
    height: 32px;
  }
}
.btn-sound-white {
  background-image: url("../images/interface/ico-sound-white.svg");
}
.btn-sound-orange {
  background-image: url("../images/interface/ico-sound-orange.svg");
}
.text-right {
  text-align: right;
}
.announcement {
  width: 100%;
  background-color: #E7F0F5;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 50px;
  font-size: 16px;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .announcement {
    height: 40px;
    font-size: 12px;
    column-gap: 10px;
  }
}
.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(30px);
  background: rgba(89, 111, 130, 0.5);
}
.form-control {
  display: block;
  width: 100%;
  border: solid 1px #c0d7e7;
  border-radius: 100em;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.form-control:focus,
.form-control:focus-visible,
.form-control:focus-within {
  outline: none;
  border-color: #669ec5 !important;
}
.form-no-border .form-control {
  border-color: #E7F0F5;
}
.form-no-border .not-valid.form-control {
  border-color: #FF6D7B !important;
}
label {
  cursor: pointer;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.checkbox-group .form-check-label {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  background: #c0d7e7;
}
.checkbox-group .form-check-label:has(:checked) {
  background: #669EC5;
}
.checkbox-group-orange .form-check-label {
  background: #fff6f0;
  color: #202020;
}
.checkbox-group-orange .form-check-label:has(:checked) {
  color: #fff;
  background: #FFA865;
}
.form-check-input {
  position: absolute;
  clip: rect(0 0 0 0);
  pointer-events: none;
}
.form-check-label {
  border: none;
  border-radius: 100em;
}
.form-control {
  font-size: 16px;
}
@media (max-width: 767px) {
  .form-control {
    font-size: 13px;
  }
}
textarea.form-control {
  resize: none;
  border-radius: 20px;
  padding: 12px;
}
input[type=password].form-control,
input[type=email].form-control,
input[type=text].form-control {
  height: 50px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  input[type=password].form-control,
  input[type=email].form-control,
  input[type=text].form-control {
    height: 40px;
  }
}
.popup input[type=password].form-control,
.popup input[type=email].form-control,
.popup input[type=text].form-control {
  height: 45px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-blue .form-control {
  background: #E7F0F5;
}
.form-group {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .form-group {
    flex-direction: column;
    row-gap: 8px;
  }
}
.form-group-singe {
  flex-direction: column;
}
.form-group-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.pseudo-link {
  cursor: pointer;
  color: #669EC5;
}
.pseudo-link:hover {
  color: #4D8DB9;
}
.pseudo-menu-link {
  cursor: pointer;
  color: #202020;
}
.pseudo-menu-link:hover {
  color: #669EC5;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .hero {
    flex-direction: column;
    row-gap: 42px;
  }
}
.hero-left,
.hero-right {
  flex-grow: 1;
  min-height: 100px;
}
.hero-left {
  flex-basis: 38.23529412%;
}
@media (max-width: 767px) {
}
.hero-logo {
  display: flex;
  aspect-ratio: 42/10;
  width: 100%;
  max-width: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/logo-big.svg");
  margin-bottom: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero-logo {
    margin-bottom: 12px;
    max-width: 220px;
  }
}
.hero-left-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-left-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .hero-left-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.hero-left-text {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-left-text {
    margin-bottom: 24px;
  }
}
.hero-right {
  flex-basis: 58.82352941%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 32px;
  justify-content: center;
  position: relative;
  aspect-ratio: 800/587;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero-right {
    flex-basis: 100%;
    width: 100%;
    aspect-ratio: 312/273;
    border-radius: 24px;
  }
}
.hero-right-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
@media (max-width: 767px) {
  .hero-right-content {
    padding: 24px;
  }
}
.hero-right-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-right-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.hero-right-text {
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .hero-right-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.hero-right-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .hero-right-links {
    column-gap: 14px;
  }
}
.section-common {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .section-common {
    margin-bottom: 60px;
  }
}
.section-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 54px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-features {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
  }
}
@media (max-width: 767px) {
  .section-features {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
  }
}
.section-features .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .section-features .feature {
    max-width: 218px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.section-features .feature .feature-header {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-features .feature .feature-header {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 8px;
  }
}
.section-features .feature .feature-text {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-features .feature .feature-text {
    font-size: 16px;
  }
}
.section-features .feature:before {
  content: '';
  width: 70px;
  height: 70px;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .section-features .feature:before {
    width: 60px;
    height: 70px;
    margin-bottom: 14px;
  }
}
.section-features .feature:nth-child(1):before {
  background-image: url("../images/interface/feat-share.svg");
}
.section-features .feature:nth-child(2):before {
  background-image: url("../images/interface/feat-receive.svg");
}
.section-features .feature:nth-child(3):before {
  background-image: url("../images/interface/feat-discover.svg");
}
.section-features .feature:nth-child(4):before {
  background-image: url("../images/interface/feat-connect.svg");
}
.section-features .feature:after {
  content: '';
  display: flex;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.section-features .feature:nth-child(2):after {
  background-image: url("../images/interface/feat-share_arrow.svg");
  width: 189px;
  height: 73px;
  top: 60px;
  left: -130px;
}
@media (max-width: 767px) {
  .section-features .feature:nth-child(2):after {
    background-image: url("../images/interface/feat-receive_arrow_mob.svg");
    width: 43px;
    height: 125px;
    top: -30px;
    left: 0px;
  }
}
.section-features .feature:nth-child(3):after {
  background-image: url("../images/interface/feat-receive_arrow.svg");
  width: 187px;
  height: 105px;
  top: 5px;
  left: -110px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-features .feature:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-features .feature:nth-child(3):after {
    background-image: url("../images/interface/feat-discover_arrow_mob.svg");
    width: 52px;
    height: 87px;
    top: -30px;
    left: unset;
    right: 7px;
  }
}
.section-features .feature:nth-child(4):after {
  background-image: url("../images/interface/feat-discover_arrow.svg");
  width: 151px;
  height: 49px;
  top: 60px;
  left: -110px;
}
@media (max-width: 767px) {
  .section-features .feature:nth-child(4):after {
    background-image: url("../images/interface/feat-connect_arrow_mob.svg");
    width: 50px;
    height: 77px;
    top: -10px;
    left: 10px;
  }
}
.privacy {
  max-width: 980px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.privacy:before {
  display: flex;
  content: '';
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/interface/feat-paddlock.svg");
}
@media (max-width: 767px) {
  .privacy:before {
    width: 60px;
    height: 70px;
    margin-bottom: 14px;
  }
}
.privacy .privacy-header {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 130%;
}
@media (max-width: 767px) {
  .privacy .privacy-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
  }
}
.section-feedback {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .section-feedback {
    flex-direction: column;
    row-gap: 42px;
  }
}
.feedback-left,
.feedback-right {
  flex-grow: 1;
  min-height: 100px;
  padding: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feedback-left,
  .feedback-right {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .feedback-left,
  .feedback-right {
    padding: 24px;
  }
}
.feedback-left {
  flex-basis: 58.82352941%;
  border-radius: 32px;
  background-color: #E7F0F5;
}
@media (max-width: 767px) {
}
.feedback-right {
  flex-basis: 38.23529412%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 32px;
}
@media (max-width: 767px) {
}
.form-common .form-group + .form-group {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .form-feedback .btn-submit {
    align-self: flex-start;
  }
}
.not-valid,
.wpcf7-not-valid {
  border-color: #FF6D7B;
}
.not-valid-tip,
.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.41;
  padding-top: 4px;
  color: #FF6D7B;
}
.feedback-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .feedback-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
  }
}
.feedback-subheader {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .feedback-subheader {
    margin-bottom: 16px;
  }
}
.secret-words {
  position: relative;
}
.secret-words-btn {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #669EC5;
  background: #E7F0F5;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  transition: all 0.3s ease 0s;
  top: 7px;
  right: 7px;
}
.secret-words-btn:hover {
  color: #fff;
  background: #669EC5;
}
@media (max-width: 767px) {
  .secret-words-btn {
    top: 2px;
    right: 2px;
  }
}
.secret-words-hint {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100em;
  box-shadow: 0 0 15px 0 rgba(56, 72, 83, 0.3);
  background: #202020;
  color: #E7F0F5;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  top: 50px;
  height: 39px;
  padding: 0 12px;
  right: -90px;
  width: 244px;
}
@media (max-width: 767px) {
  .secret-words-hint {
    right: 0;
    top: 40px;
  }
}
.secret-words-hint:before {
  position: absolute;
  z-index: 31;
  top: 0;
  transform: translateY(-100%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #202020;
}
@media (max-width: 767px) {
  .secret-words-hint:before {
    right: 17px;
  }
}
.feedback-sent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feedback-sent-img {
  width: 118px;
  height: 118px;
  background: transparent url("../images/interface/ico-sent.svg") no-repeat center;
  background-size: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .feedback-sent-img {
    margin-bottom: 6px;
  }
}
.feedback-sent-txt {
  color: #669EC5;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  .feedback-sent-txt {
    font-size: 20px;
  }
}
.feedback-soc,
.feedback-contacts {
  padding-left: 0;
  list-style: none;
}
.feedback-soc {
  display: flex;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.feedback-soc li a svg path {
  transition: all 0.3s ease 0s;
}
.feedback-soc li a:hover svg path {
  fill: #F09249;
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.main-posts {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main-posts {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .main-posts {
    border-radius: 24px;
    row-gap: 32px;
  }
}
.post-left,
.post-right {
  flex-grow: 1;
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
}
.post-left {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-basis: 58.82352941%;
  border-radius: 32px;
  overflow: hidden;
  background-color: #E7F0F5;
}
@media (max-width: 767px) {
  .post-left {
    flex-direction: column;
    border-radius: 24px;
  }
}
.post-left-image {
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-basis: 82%;
}
@media (max-width: 767px) {
  .post-left-image {
    min-height: 300px;
  }
}
.post-left-text {
  flex-basis: 82%;
  flex-grow: 1;
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -32px;
  background: #669EC5;
  color: #fff;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-left-text {
    min-height: 300px;
    margin-left: 0;
    padding: 24px;
    margin-top: -24px;
    border-radius: 24px;
  }
}
.post-text-content {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-text-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .post-text-content {
    margin-bottom: 24px;
  }
}
.post-bottom {
  display: flex;
  column-gap: 32px;
}
.post-bottom .btn-sound {
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-bottom {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .post-bottom {
    column-gap: 14px;
  }
}
@media (max-width: 1220px) and (min-width: 992px) {
  .post-left-text {
    min-width: 352px;
  }
}
.post-right {
  flex-basis: 38.23529412%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .post-right {
    padding: 24px;
  }
}
.coming-soon-outer {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
.coming-soon-logo {
  margin: 0 auto 64px auto;
}
@media (max-width: 767px) {
  .coming-soon-logo {
    margin-bottom: 24px;
  }
}
.coming-soon {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 432px;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .coming-soon {
    flex-direction: column;
  }
}
.coming-soon-left {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 432px;
  flex-basis: 82%;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/content/coming-soon.jpg');
}
@media (max-width: 767px) {
  .coming-soon-left {
    min-height: 300px;
  }
}
.coming-soon-left iframe {
  width: auto;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
}
@media (max-width: 767px) {
  .coming-soon-left iframe {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 539px) {
  .coming-soon-left iframe {
    width: auto;
    height: 300px;
  }
}
.coming-soon-right {
  flex-basis: 82%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
  flex-direction: column;
  margin-left: -32px;
  background: #E7F0F5;
  position: relative;
  z-index: 2;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coming-soon-right {
    min-height: 100px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .coming-soon-right {
    min-height: 240px;
    margin-left: 0;
    padding: 24px;
    margin-top: -24px;
    border-radius: 24px;
  }
}
.coming-soon-text {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .coming-soon-text {
    margin-bottom: 15px;
  }
}
.mt-16 {
  margin-top: 16px;
}
.footer {
  padding: 6px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 16px 0;
  }
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-inner {
    flex-direction: column;
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    row-gap: 16px;
  }
}
.footer-left {
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .footer-left {
    order: 2;
  }
}
.footer-nav {
  max-width: 440px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-nav li {
  list-style: none;
}
.footer-nav li a {
  color: #202020;
}
.footer-nav li a:hover {
  color: #669EC5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-nav {
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
  }
}
.footer-mid {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-mid {
    order: 1;
  }
}
.footer-logo {
  display: flex;
  width: 147px;
  height: 40px;
}
.footer-logo img {
  display: flex;
  width: 147px;
  height: 40px;
}
.footer-right {
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .footer-right {
    order: 3;
  }
}
* {
  box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */