@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium/Gilroy-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Regular/SFProText-Regular.eot");
  src: url("../fonts/SFProText-Regular/SFProText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Regular/SFProText-Regular.woff") format("woff"), url("../fonts/SFProText-Regular/SFProText-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Semibold/SFProText-Semibold.eot");
  src: url("../fonts/SFProText-Semibold/SFProText-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Semibold/SFProText-Semibold.woff") format("woff"), url("../fonts/SFProText-Semibold/SFProText-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Medium/SFProText-Medium.eot");
  src: url("../fonts/SFProText-Medium/SFProText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Medium/SFProText-Medium.woff") format("woff"), url("../fonts/SFProText-Medium/SFProText-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeIn {
  animation: fadeIn 0.75s;
  animation-fill-mode: both;
}

.fadeOut {
  animation: fadeOut 0.75s;
  animation-fill-mode: both;
}

* {
  box-sizing: border-box;
}

html {
  font: 16px/1.3em Gilroy, "Arial", sans-serif;
  color: #fff;
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
}

body {
  margin: 0;
  font-smoothing: antialiased;
  tap-highlight-color: transparent;
  overflow-x: hidden;
  min-width: 320px;
  touch-action: pan-x pan-y;
}
body.fixed {
  overflow: hidden;
}
body.fixed.client-ios {
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  border: none;
  outline: none;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding: 0;
  margin: 0;
  font: 16px/1.3em Gilroy, "Arial", sans-serif;
}
ul li {
  list-style: none;
}
ul.list-inline > li {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6, .h2 {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1em;
}

h1 {
  font-size: 3.5rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 539px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: 3.25rem;
  line-height: 1.23em;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media (max-width: 541px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 371px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 539px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.29em;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 540px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

hr {
  border: 0;
  display: block;
  border-top: 1px solid #0c1014;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: both;
}

label {
  border-radius: 0;
}

button, input, select, textarea, a {
  font: 16px/1.3em Gilroy, "Arial", sans-serif;
  font-size: 1rem;
}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, a:focus, a:active {
  outline: none;
}

select {
  appearance: none;
  border: 0;
  outline: none;
  border-radius: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}

input,
textarea {
  outline: none;
  font: 16px/1.3em Gilroy, "Arial", sans-serif;
  color: #0c1014;
  font-size: 1rem;
  border-radius: 0;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  background: inherit;
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder {
  font: 16px/1.3em Gilroy, "Arial", sans-serif;
  font-size: 1rem;
}

textarea {
  resize: none;
}

input, textarea {
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.container {
  margin: 0 auto;
  width: 1120px;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 40px;
    width: 100%;
  }
}
@media (max-width: 539px) {
  .container {
    padding: 0 20px;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 1199px) {
  .sm-hidden {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .xs-hidden {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .xs-visible {
    display: none !important;
  }
}

.image-holder {
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.image-holder img {
  object-fit: cover;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.image-holder .fake-img {
  opacity: 0;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.image-holder .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.table-holder {
  max-width: 100%;
  overflow: auto;
}

.flex-vertical {
  display: flex;
  height: 100%;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.align-center,
.text-center {
  text-align: center;
}

.align-right,
.text-right {
  text-align: right;
}

.align-left,
.text-left {
  text-align: left;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.clearfix:before, .clearfix:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.block_desc {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .block_desc {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .block_desc {
    display: block;
  }
}
.block_desc h2 {
  width: calc((100% - 80px) / 3 + 40px);
  padding-right: 40px;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .block_desc h2 {
    padding-right: 24px;
    width: calc((100% - 24px) / 2 + 24px);
  }
}
@media (max-width: 767px) {
  .block_desc h2 {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.block_desc .block_text {
  width: 55%;
}
@media (max-width: 1199px) {
  .block_desc .block_text {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .block_desc .block_text {
    width: 100%;
    padding-left: 44px;
  }
}

.inline-layout {
  font-size: 0;
  letter-spacing: 0;
}
.inline-layout > * {
  display: inline-block;
  vertical-align: top;
  font: 16px/1.3em Gilroy, "Arial", sans-serif;
}
.inline-layout.col-2 > * {
  width: 50%;
}
.inline-layout.col-3 > * {
  width: 33.3%;
}
.inline-layout.col-4 > * {
  width: 25%;
}

.pt-3 {
  padding-top: 4rem;
}

button, .btn, input[type=button] {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.35s;
}
button.focus, button:focus, button:hover, button:active, .btn.focus, .btn:focus, .btn:hover, .btn:active, input[type=button].focus, input[type=button]:focus, input[type=button]:hover, input[type=button]:active {
  text-decoration: none;
  transition: all 0.35s;
}
button:active, button:focus, .btn:active, .btn:focus, input[type=button]:active, input[type=button]:focus {
  outline: none;
}

.form-group {
  position: relative;
}
.form-group.error .error-label {
  opacity: 1;
  transition: opacity 0.3s;
}
.form-group.error .input-line {
  background: #f41f52;
  width: 100%;
}
.form-group .input-holder:after {
  background: #f41f52;
}
.form-group .error-label {
  color: #FF1744;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9rem;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -2.1rem;
  transition: opacity 0.3s;
}

.checkbox {
  position: relative;
}
.checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
  border-color: #FF9C23;
  background: #FF9C23;
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  transition: all 0.35s;
}
.checkbox input[type=checkbox] + label {
  padding-left: 34px;
  position: relative;
  line-height: 20px;
  cursor: pointer;
  display: block;
}
.checkbox input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #A3A6AB;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.checkbox input[type=checkbox] + label:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icons/icon-check.svg") no-repeat center;
  transition: all 0.35s;
  opacity: 0;
}

.on_off input[type=checkbox] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.on_off input[type=checkbox]:checked + label:after {
  background: #FF7E79;
  left: 32px;
  transition: all 0.35s;
}
.on_off input[type=checkbox] + label {
  padding-left: 60px;
  position: relative;
  line-height: 20px;
  cursor: pointer;
}
.on_off input[type=checkbox] + label:before {
  width: 50px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid #FF7E79;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: -10px;
}
.on_off input[type=checkbox] + label:after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border: 1px solid #FF7E79;
  background: #fff;
  margin-top: -9px;
  transition: all 0.35s;
  border-radius: 20px;
}

.radio {
  position: relative;
}
.radio input[type=radio] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.radio input[type=radio]:checked + label:after {
  opacity: 1;
  transition: all 0.35s;
}
.radio input[type=radio] + label {
  padding-left: 25px;
  position: relative;
  line-height: 16px;
  cursor: pointer;
}
.radio input[type=radio] + label:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid #FF7E79;
  box-sizing: border-box;
  border-radius: 16px;
  margin-top: -8px;
}
.radio input[type=radio] + label:after {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  background: #FF7E79;
  border-radius: 6px;
  margin-top: -3px;
  transition: all 0.35s;
  opacity: 0;
}

.input-file {
  cursor: pointer;
  position: relative;
}
.input-file label {
  cursor: pointer;
  display: block;
  transition: all 0.4s;
}
.input-file input {
  cursor: pointer;
  display: inline-block;
  left: 0;
  opacity: 0.01;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

a {
  transition: all 0.35s;
  text-decoration: none;
}
a:hover {
  transition: all 0.35s;
}

p {
  margin-top: 0;
}

.link_apple {
  display: inline-block;
  border: 1px solid #fff;
  width: 240px;
  height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.link_apple img {
  width: 24px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.link_apple span {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
}

.bg_shark {
  background: url("../img/icons/shark3.png") no-repeat right bottom;
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: calc(100vh - 149px - 106px);
}

footer {
  height: 87px;
  background: #161C24;
  border-top: #3A424B 1px solid;
  padding-top: 23px;
  padding-bottom: 42px;
}
footer .block_menu ul {
  text-align: center;
}
@media (max-width: 540px) {
  footer {
    padding-top: 24px;
  }
}
@media (max-width: 370px) {
  footer {
    height: unset;
    min-height: 240px;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 540px) {
  footer .container {
    flex-direction: column-reverse;
  }
}
footer .container .version {
  display: none;
  color: gray;
  white-space: nowrap;
}
@media (max-width: 540px) {
  footer .container .version {
    padding-top: 16px;
  }
}
@media (max-width: 370px) {
  footer .container .version {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
footer .container .logo {
  color: #fff;
}
@media (max-width: 540px) {
  footer .container .logo {
    padding-top: 16px;
  }
}
@media (max-width: 370px) {
  footer .container .logo {
    padding-top: 0;
  }
}
footer .container .block_menu li {
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
}
@media (max-width: 370px) {
  footer .container .block_menu li {
    display: block;
    margin-right: auto;
    margin-bottom: 32px;
    text-align: center;
  }
}
footer .container .block_menu li:last-child {
  margin-right: 0;
}
footer .container .block_menu li.block_menu__rose a {
  color: #FF7CB2;
}
footer .container .block_menu li.block_menu__y a {
  color: #FDF500;
}
footer .container .block_menu li.block_menu__lily a {
  color: #DE78F9;
}
.ml-2 {
  margin-left: 6px !important;
}

.ml-3 {
  margin-left: 9px !important;
}

.ml-4 {
  margin-left: 12px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.download_app_dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.67);
}

.download_app_dialog {
  border-radius: 10px;
  width: 600px;
  border: 1px solid #ff7e79;
  background: black;
  color: white;
  text-align: center;
}

.download_app_dialog__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.download_app_dialog__header {
  margin-bottom: 40px;
}

.download_app_dialog__qr {
  width: 200px;
  height: 200px;
  background-color: white;
  margin-bottom: 20px;
}

.download_app_dialog__body {
  padding-bottom: 60px;
}

.download_app_dialog__actions {
  padding-bottom: 50px;
}

.download_app_dialog__button + .download_app_dialog__button {
  margin-left: 10px;
}

.lang_dialog__lang_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.lang_dialog__lang {
  color: white !important;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-transform: capitalize;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  margin: 3px;
}
.lang_dialog__lang--active {
  background: #34495e;
}

.block_menu__button {
  padding: 10px 15px;
  margin: -10px 0;
  border-radius: 400px;
  background: color(srgb 0.1741 0.225 0.2711);
  color: white;
}

.block_menu__button--pink {
  background: #ff7e79;
}

.block_menu__button--white {
  background: white;
  color: black;
}

.block_header_buttons {
  white-space: nowrap;
  display: none;
}
@media (max-width: 1023px) {
  .block_header_buttons {
    display: block;
  }
}

.block_languages {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: #161C24;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .block_languages {
    display: block;
    margin: auto;
    width: 280px;
  }
}
.block_languages.open .select_current:after {
  transform: rotate(0deg);
}
.block_languages.open .block_languages__wrap {
  display: block;
}
.block_languages .select_current {
  text-transform: capitalize;
  position: relative;
  padding: 0 20px;
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375em;
  display: inline-block;
}
.block_languages .select_current:after {
  position: absolute;
  right: 2px;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icons/icon-down.svg") no-repeat center;
  transform: rotate(180deg);
  cursor: pointer;
  content: "";
  transition: all 0.15s ease-in-out;
}
.block_languages a {
  padding: 0 20px 12px;
  display: block;
  font-weight: 500;
  color: #fff;
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375em;
}
@media (max-width: 1023px) {
  .block_languages a {
    display: inline-block;
    padding: 0;
    margin: 0 auto 24px;
    width: 70px;
    text-align: center;
  }
}
.block_languages__wrap {
  text-transform: capitalize;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #161C24;
  border-radius: 0 0 6px 6px;
  z-index: 10;
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .block_languages__wrap {
    position: relative;
    border-radius: 0;
    top: inherit;
  }
}
.block_languages__wrap .current {
  display: none;
}

header {
  background: #161C24;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.05));
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .icon_menu {
  background: url("../img/icons/menu.svg") no-repeat center;
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
  transition: all 0.35s;
}
@media (max-width: 1023px) {
  header .icon_menu {
    display: block;
  }
}
header .icon_menu--active {
  background: url("../img/icons/close.svg") no-repeat center;
}
@media (max-width: 1023px) {
  header .block_menu_wrap {
    display: none;
    transition: all 0.15s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    background: #161C24;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: auto;
  }
}
header .block_header_right.open .icon_menu {
  background: url("../img/icons/close.svg") no-repeat center;
  transition: all 0.35s;
}
header .block_header_right.open .block_menu_wrap {
  display: block;
}
header .block_menu {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  header .block_menu {
    height: auto;
  }
}
header nav li {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  header nav li {
    display: block !important;
    margin: 0 auto 40px;
    width: 200px;
  }
}
header nav li:last-child {
  margin-right: 0;
}
header nav li.active a, header nav li:hover a {
  color: #FF9C23;
  transition: all 0.35s;
}
header nav li a {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

.header__container {
  height: 58px;
  padding-top: 14px;
  padding-bottom: 14px;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
}

main {
  padding-top: 58px;
  min-height: calc(100vh - 2px);
  position: relative;
}
@media screen and (max-width: 370px) {
  main {
    min-height: calc(100vh - 2px);
  }
}

.install-pwa main {
  padding-top: 128px;
}

.install-pwa .js_download_app_button {
  display: none;
}

.chromeperfectpixel-initial-block iframe,
#chromeperfectpixel-supported-by {
  display: none !important;
}

#__bs_notify__ {
  display: none !important;
  opacity: 0 !important;
}

body {
  background: #0C1119;
  -webkit-text-size-adjust: none;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
  padding-right: 17px;
}
body.no-scroll.device-ios {
  padding-right: 0;
}
body.no-scroll.device-ios header {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  body.no-scroll {
    padding-right: 0;
    overflow: auto;
  }
}
body main {
  min-height: calc(100vh - 147px);
  position: relative;
}
@media screen and (max-width: 370px) {
  body main {
    min-height: calc(100vh - 300px);
  }
}

#overlay {
  z-index: 11;
  position: fixed;
  opacity: 0.8;
  background-color: #25282d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  transition: opacity 0.5s;
}
#overlay.hide {
  z-index: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.modal_div {
  will-change: transform;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 12;
  display: block;
  opacity: 1;
  width: 720px;
  transition: opacity 0.35s;
  padding-top: 66px;
}
@media screen and (max-width: 1199px) {
  .modal_div {
    width: 300px;
    padding-top: 42px;
  }
}
.modal_div.hide {
  z-index: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.35s;
}
.modal_div .modal_close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/icons/cancel.svg") no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .modal_div .modal_close {
    width: 22px;
    height: 22px;
  }
}
.modal_div h3 {
  padding: 40px 40px 26px 40px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 1.625rem;
  line-height: 1em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .modal_div h3 {
    padding: 15px 15px 10px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
.modal_div .content-holder {
  border-radius: 4px;
  box-shadow: 0px 14px 18.7px 5.3px rgba(18, 41, 63, 0.32);
  background: #fff;
  height: 100%;
  max-height: calc(100vh - 66px);
}
.modal_div .content-holder::-webkit-scrollbar {
  width: 10px;
}
.modal_div .content-holder::-webkit-scrollbar-track {
  background: #f8f7f7;
  border: 1px solid #efeeee;
}
.modal_div .content-holder::-webkit-scrollbar-thumb {
  background-color: #FF7E79;
  border: 2px solid #efeeee;
}
.modal_div .content-holder .list_piercing_design {
  padding: 0 40px 23px 40px;
  overflow: auto;
  max-height: calc(100vh - 333px);
}
@media screen and (max-width: 1199px) {
  .modal_div .content-holder .list_piercing_design {
    padding: 0 10px 10px;
    max-height: calc(100vh - 207px);
  }
}
.modal_div .content-holder .list_piercing_design::-webkit-scrollbar {
  width: 10px;
}
.modal_div .content-holder .list_piercing_design::-webkit-scrollbar-track {
  background: #f8f7f7;
  border: 1px solid #efeeee;
}
.modal_div .content-holder .list_piercing_design::-webkit-scrollbar-thumb {
  background-color: #d9d9dd;
  border: 2px solid #efeeee;
  border-radius: 4px;
}
.modal_div .content-holder .list_piercing_design .checkbox-holder {
  margin-right: 11px;
  margin-bottom: 10px;
  width: calc((100% - 22px) / 3);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .modal_div .content-holder .list_piercing_design .checkbox-holder {
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
}
.modal_div .content-holder .list_piercing_design .checkbox-holder:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .modal_div .content-holder .list_piercing_design .checkbox-holder:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .modal_div .content-holder .list_piercing_design .checkbox-holder:nth-child(2n) {
    margin-right: 0;
  }
}
.modal_div .content-holder .list_piercing_design .checkbox-holder input[type=radio] {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 460px) {
  .modal_div .content-holder .list_piercing_design .checkbox-holder input[type=radio] {
    width: 19px;
    height: 19px;
    top: 3px;
    left: 3px;
  }
}
.modal_div .content-holder .list_piercing_design .checkbox-holder input[type=radio]:checked {
  background: #14c016 url("../img/icons/check.svg") no-repeat center;
  background-size: 17px;
  border-color: #14c016;
}
.modal_div .content-holder .list_piercing_design .checkbox-holder input[type=radio]:checked + .image-holder:before {
  background-color: rgba(5, 10, 33, 0.2);
}
.modal_div .content-holder .list_piercing_design .checkbox-holder label {
  cursor: pointer;
}
.modal_div .content-holder .list_piercing_design .checkbox-holder .image-holder {
  height: 115px;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .modal_div .content-holder .list_piercing_design .checkbox-holder .image-holder {
    height: 76px;
  }
}
.modal_div .content-holder .list_piercing_design .checkbox-holder .image-holder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_div .content-holder .list_piercing_design .checkbox-holder .image-holder img {
  border-radius: 2px;
}
.modal_div .content-holder .block_button {
  padding: 30px 40px 40px;
  background: #fff;
  box-shadow: 0px 14px 18.7px 5.3px rgba(18, 41, 63, 0.32);
}
@media screen and (max-width: 1199px) {
  .modal_div .content-holder .block_button {
    padding: 20px 10px;
  }
}
.modal_div .content-holder .block_button button {
  width: 100%;
  border-radius: 4px;
  background: #14c016;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "GothamPro", sans-serif;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .modal_div .content-holder .block_button button {
    height: 50px;
    font-size: 0.8125rem;
    padding: 20px;
  }
}
.modal_div .content-holder .block_button button:hover {
  transition: all 0.3s;
  background: #22C924;
}

.block_home1 {
  padding-top: 30px;
  padding-bottom: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .block_home1 {
    padding-top: 20px;
    padding-bottom: 110px;
  }
}
@media (max-width: 768px) {
  .block_home1 {
    padding-top: 88px;
    padding-bottom: 120px;
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .block_home1 {
    padding-top: 47px;
    padding-bottom: 80px;
  }
}
@media (max-width: 370px) {
  .block_home1 {
    padding-top: 56px;
  }
}
.block_home1 .block_text {
  width: 49%;
}
@media (max-width: 1024px) {
  .block_home1 .block_text {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .block_home1 .block_text {
    width: 100%;
    text-align: center;
    padding-bottom: 90px;
  }
}
@media (max-width: 540px) {
  .block_home1 .block_text {
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .block_home1 .block_text {
    padding-bottom: 52px;
  }
}
.block_home1 .block_text h2 {
  background: #FF00B2;
  padding: 8px 37px 8px 27px;
  border-radius: 40px 8px;
  font-size: 3.5rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
@media (max-width: 1024px) {
  .block_home1 .block_text h2 {
    font-size: 3rem;
  }
}
@media (max-width: 540px) {
  .block_home1 .block_text h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 370px) {
  .block_home1 .block_text h2 {
    font-size: 2.25rem;
    margin-bottom: 24px;
  }
}
.block_home1 .block_text h3 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 370px) {
  .block_home1 .block_text h3 {
    font-size: 1.5rem;
  }
}
.block_home1 .block_text .list_button__mobile {
  display: none;
  text-align: center;
}
.block_home1 .block_text .list_button__mobile a {
  display: inline-block;
}
.block_home1 .block_text .list_button__mobile h5 {
  margin-top: 12px;
}
.block_home1 .block_text .list_button__mobile .link_apple2, .block_home1 .block_text .list_button__mobile .link_google_play {
  display: inline-block;
  width: 153px;
  height: 46px;
}
@media (max-width: 370px) {
  .block_home1 .block_text .list_button__mobile .link_apple2, .block_home1 .block_text .list_button__mobile .link_google_play {
    display: block;
    margin: auto;
  }
}
.block_home1 .block_text .list_button__mobile .link_apple2 {
  background: url("../img/icons/icon_store.png") no-repeat;
  margin-right: 24px;
}
@media (max-width: 370px) {
  .block_home1 .block_text .list_button__mobile .link_apple2 {
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.block_home1 .block_text .list_button__mobile .link_google_play {
  background: url("../img/icons/icon_google_play.png") no-repeat;
}
@media (max-width: 768px) {
  .block_home1 .block_text .list_button {
    display: none;
  }
  .block_home1 .block_text .list_button__mobile {
    display: block;
  }
}
.block_home1 .block_text .link_apple {
  margin-bottom: 32px;
}
.block_home1 .block_text h5 {
  font-weight: 400;
  color: #fff;
}
.block_home1 .block_text h5 a {
  color: #E539FF;
  margin-right: 7px;
  font-size: 1.25rem;
}
.block_home1 .block_text h5 span.color_lily {
  color: #E539FF;
  margin-right: 7px;
}
.block_home1 .image-holder {
  width: 549px;
}
@media (max-width: 1024px) {
  .block_home1 .image-holder {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .block_home1 .image-holder {
    width: 100%;
    padding: 0 80px;
  }
}
@media (max-width: 540px) {
  .block_home1 .image-holder {
    padding: 0 35px;
  }
}
@media (max-width: 370px) {
  .block_home1 .image-holder {
    padding: 0 10px;
  }
}

.block_home2 {
  padding-top: 150px;
  padding-bottom: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .block_home2 {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .block_home2 {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (max-width: 700px) {
  .block_home2 {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .block_home2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 370px) {
  .block_home2 {
    padding-top: 45px;
    padding-bottom: 67px;
  }
}
.block_home2 .image-holder {
  width: 468px;
  margin-left: 87px;
}
@media (max-width: 1100px) {
  .block_home2 .image-holder {
    margin-left: 75px;
    width: 390px;
  }
}
@media (max-width: 930px) {
  .block_home2 .image-holder {
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .block_home2 .image-holder {
    width: 284px;
  }
}
@media (max-width: 700px) {
  .block_home2 .image-holder {
    margin: auto;
  }
}
@media (max-width: 540px) {
  .block_home2 .image-holder {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 370px) {
  .block_home2 .image-holder {
    padding: 0 20px;
  }
}
.block_home2 .block_text {
  width: 453px;
}
@media (max-width: 1024px) {
  .block_home2 .block_text {
    width: 379px;
  }
}
@media (max-width: 930px) {
  .block_home2 .block_text {
    width: 273px;
  }
}
@media (max-width: 700px) {
  .block_home2 .block_text {
    margin-bottom: 80px;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .block_home2 .block_text {
    margin-bottom: 60px;
  }
}
.block_home2 .block_text h2 {
  color: #FDF500;
  margin-bottom: 12px;
}
.block_home2 .block_text h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.block_home3 {
  padding-top: 105px;
  padding-bottom: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .block_home3 {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .block_home3 {
    padding-top: 90px;
  }
}
@media (max-width: 700px) {
  .block_home3 {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .block_home3 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 370px) {
  .block_home3 {
    padding-top: 67px;
  }
}
.block_home3 .image-holder {
  width: 590px;
  margin-right: 12px;
}
@media (max-width: 1100px) {
  .block_home3 .image-holder {
    margin-right: 0;
    width: 494px;
  }
}
@media (max-width: 768px) {
  .block_home3 .image-holder {
    width: 359px;
  }
}
@media (max-width: 700px) {
  .block_home3 .image-holder {
    margin: auto;
  }
}
@media (max-width: 540px) {
  .block_home3 .image-holder {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 370px) {
  .block_home3 .image-holder {
    padding: 0;
  }
}
.block_home3 .block_text {
  width: 453px;
}
@media (max-width: 1024px) {
  .block_home3 .block_text {
    width: 379px;
  }
}
@media (max-width: 930px) {
  .block_home3 .block_text {
    width: 273px;
  }
}
@media (max-width: 700px) {
  .block_home3 .block_text {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .block_home3 .block_text {
    margin-bottom: 32px;
  }
}
.block_home3 .block_text h2 {
  color: #5FA4E4;
  margin-bottom: 12px;
}
.block_home3 .block_text h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.block_home4 {
  padding-top: 96px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 1024px) {
  .block_home4 {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .block_home4 {
    padding-top: 80px;
  }
}
@media (max-width: 700px) {
  .block_home4 {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .block_home4 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 370px) {
  .block_home4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block_home4 .image-holder {
  width: 469px;
  margin-right: 44px;
}
@media (max-width: 768px) {
  .block_home4 .image-holder {
    width: 337px;
  }
}
@media (max-width: 700px) {
  .block_home4 .image-holder {
    margin: auto;
  }
}
@media (max-width: 540px) {
  .block_home4 .image-holder {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 370px) {
  .block_home4 .image-holder {
    padding: 0;
  }
}
.block_home4 .block_text {
  width: 453px;
}
@media (max-width: 1024px) {
  .block_home4 .block_text {
    width: 379px;
  }
}
@media (max-width: 930px) {
  .block_home4 .block_text {
    width: 273px;
  }
}
@media (max-width: 700px) {
  .block_home4 .block_text {
    margin-bottom: 70px;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .block_home4 .block_text {
    margin-bottom: 55px;
    position: relative;
  }
}
.block_home4 .block_text h2 {
  color: #DE78F9;
  margin-bottom: 12px;
}
.block_home4 .block_text h4 {
  font-weight: normal;
  margin-bottom: 0;
}
.block_home4 .img_bg {
  position: absolute;
  bottom: 82px;
  right: 12px;
  width: 98px;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .block_home4 .img_bg {
    bottom: 50px;
    right: 9px;
  }
}
@media (max-width: 768px) {
  .block_home4 .img_bg {
    width: 70px;
    right: 0;
    bottom: 50px;
  }
}
@media (max-width: 540px) {
  .block_home4 .img_bg {
    padding: 0;
    bottom: 8px;
    right: 0;
  }
}
@media (max-width: 370px) {
  .block_home4 .img_bg {
    width: 52px;
    bottom: -60px;
    left: 0;
    right: inherit;
  }
}

.block_home5 {
  padding-top: 96px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .block_home5 {
    padding-top: 95px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .block_home5 {
    padding-top: 105px;
    padding-bottom: 90px;
  }
}
@media (max-width: 700px) {
  .block_home5 {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .block_home5 {
    padding-top: 70px;
    padding-bottom: 54px;
  }
}
@media (max-width: 370px) {
  .block_home5 {
    padding-top: 50px;
    padding-bottom: 44px;
  }
}
.block_home5 .image-holder {
  width: 240px;
  margin-right: 206px;
}
@media (max-width: 1100px) {
  .block_home5 .image-holder {
    margin-right: 170px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .block_home5 .image-holder {
    width: 145px;
    margin-right: 120px;
  }
}
@media (max-width: 700px) {
  .block_home5 .image-holder {
    margin: auto;
  }
}
@media (max-width: 540px) {
  .block_home5 .image-holder {
    width: 170px;
  }
}
@media (max-width: 370px) {
  .block_home5 .image-holder {
    width: 120px;
  }
}
.block_home5 .block_text {
  width: 453px;
}
@media (max-width: 1024px) {
  .block_home5 .block_text {
    width: 379px;
  }
}
@media (max-width: 930px) {
  .block_home5 .block_text {
    width: 273px;
  }
}
@media (max-width: 700px) {
  .block_home5 .block_text {
    margin-bottom: 56px;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .block_home5 .block_text {
    margin-bottom: 46px;
  }
}
.block_home5 .block_text h2 {
  color: #FF7CB2;
  margin-bottom: 12px;
}
.block_home5 .block_text h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.block_home6 {
  padding-top: 103px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 1024px) {
  .block_home6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .block_home6 {
    padding-bottom: 70px;
  }
}
@media (max-width: 700px) {
  .block_home6 {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .block_home6 {
    padding-top: 54px;
    padding-bottom: 55px;
  }
}
@media (max-width: 370px) {
  .block_home6 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.block_home6 .image-holder {
  width: 459px;
  margin-right: 92px;
}
@media (max-width: 1100px) {
  .block_home6 .image-holder {
    margin-right: 70px;
    width: 384px;
  }
}
@media (max-width: 768px) {
  .block_home6 .image-holder {
    width: 280px;
    margin-right: 60px;
  }
}
@media (max-width: 700px) {
  .block_home6 .image-holder {
    margin: auto;
  }
}
@media (max-width: 540px) {
  .block_home6 .image-holder {
    width: 100%;
    padding: 0 66px;
  }
}
@media (max-width: 370px) {
  .block_home6 .image-holder {
    padding: 0 25px;
  }
}
.block_home6 .block_text {
  width: 453px;
}
@media (max-width: 1024px) {
  .block_home6 .block_text {
    width: 379px;
  }
}
@media (max-width: 930px) {
  .block_home6 .block_text {
    width: 273px;
  }
}
@media (max-width: 700px) {
  .block_home6 .block_text {
    margin-bottom: 60px;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .block_home6 .block_text {
    position: relative;
  }
}
@media (max-width: 370px) {
  .block_home6 .block_text {
    margin-bottom: 50px;
  }
}
.block_home6 .block_text h2 {
  color: #FF7A1A;
  margin-bottom: 12px;
}
.block_home6 .block_text h4 {
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .block_home6 .block_text h4 br {
    display: none;
  }
}
.block_home6 .block_text h4 span {
  display: block;
  margin-bottom: 24px;
}
.block_home6 .block_text h4 span:last-child {
  margin-bottom: 0;
}
.block_home6 .img_bg {
  position: absolute;
  right: 4px;
  bottom: 107px;
  margin-right: 0;
  width: 154px;
}
@media (max-width: 1024px) {
  .block_home6 .img_bg {
    bottom: 15px;
    width: 126px;
  }
}
@media (max-width: 768px) {
  .block_home6 .img_bg {
    width: 88px;
    right: 2px;
  }
}
@media (max-width: 540px) {
  .block_home6 .img_bg {
    width: 88px;
    padding: 0;
    bottom: -86px;
    right: 0;
  }
}
@media (max-width: 370px) {
  .block_home6 .img_bg {
    width: 48px;
    bottom: -63px;
  }
}

.block_home_text {
  padding-top: 97px;
  padding-bottom: 105px;
}
@media (max-width: 1024px) {
  .block_home_text {
    padding-bottom: 90px;
    padding-top: 77px;
  }
}
@media (max-width: 768px) {
  .block_home_text {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
@media (max-width: 540px) {
  .block_home_text {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
@media (max-width: 370px) {
  .block_home_text {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
.block_home_text__wrap {
  background: #161C24;
  border-radius: 12px;
  padding: 48px 70px 54px 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .block_home_text__wrap {
    padding: 44px 57px 40px 57px;
  }
}
@media (max-width: 768px) {
  .block_home_text__wrap {
    padding: 24px 35px 19px 35px;
  }
}
@media (max-width: 540px) {
  .block_home_text__wrap {
    padding: 24px 35px 35px 35px;
  }
}
@media (max-width: 370px) {
  .block_home_text__wrap {
    padding: 20px;
  }
}
.block_home_text__wrap::after {
  content: "";
  background: url("../img/icons/shark.png") no-repeat;
  right: 70px;
  bottom: -55px;
  width: 163px;
  height: 139px;
  position: absolute;
}
@media (max-width: 1024px) {
  .block_home_text__wrap::after {
    width: 135px;
    height: 115px;
    right: 60px;
    bottom: -60px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .block_home_text__wrap::after {
    width: 94px;
    height: 80px;
    right: 44px;
    bottom: -43px;
  }
}
@media (max-width: 540px) {
  .block_home_text__wrap::after {
    bottom: -57px;
  }
}
@media (max-width: 370px) {
  .block_home_text__wrap::after {
    width: 80px;
    height: 67px;
    right: 35px;
    bottom: -50px;
  }
}
.block_home_text__wrap h2 {
  color: #FF7E79;
  margin-bottom: 18px;
  position: relative;
  padding-right: 108px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .block_home_text__wrap h2 {
    padding-right: 74px;
  }
}
@media (max-width: 768px) {
  .block_home_text__wrap h2 {
    padding-right: 54px;
  }
}
@media (max-width: 540px) {
  .block_home_text__wrap h2 {
    padding-right: 60px;
  }
}
@media (max-width: 370px) {
  .block_home_text__wrap h2 {
    margin-bottom: 12px;
    padding-right: 70px;
  }
}
.block_home_text__wrap h2 .img_bg {
  position: absolute;
  right: 0;
  top: -13px;
}
@media (max-width: 1024px) {
  .block_home_text__wrap h2 .img_bg {
    top: -10px;
  }
}
@media (max-width: 768px) {
  .block_home_text__wrap h2 .img_bg {
    top: 0;
  }
}
@media (max-width: 540px) {
  .block_home_text__wrap h2 .img_bg {
    top: -5px;
  }
}
@media (max-width: 370px) {
  .block_home_text__wrap h2 .img_bg {
    top: -10px;
  }
}
@media (max-width: 1024px) {
  .block_home_text__wrap h2 .img_bg img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .block_home_text__wrap h2 .img_bg img {
    width: 30px;
  }
}
@media (max-width: 370px) {
  .block_home_text__wrap h2 .img_bg img {
    width: 40px;
  }
}
.block_home_text__wrap .block_text {
  column-count: 2;
  column-gap: 74px;
}
@media (max-width: 540px) {
  .block_home_text__wrap .block_text {
    column-count: 1;
  }
}
.block_home_text__wrap p {
  font-size: 1.25rem;
  line-height: 1.3em;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .block_home_text__wrap p {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .block_home_text__wrap p {
    font-size: 1rem;
  }
}

.block_bottom {
  padding-bottom: 110px;
  padding-top: 105px;
}
@media (max-width: 1024px) {
  .block_bottom {
    padding-bottom: 125px;
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .block_bottom {
    padding-bottom: 60px;
    padding-top: 70px;
  }
}
@media (max-width: 540px) {
  .block_bottom {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
@media (max-width: 370px) {
  .block_bottom {
    padding-top: 70px;
  }
}
.block_bottom .image-holder {
  padding-bottom: 104px;
  width: 100%;
}
@media (max-width: 1024px) {
  .block_bottom .image-holder {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .block_bottom .image-holder {
    padding-bottom: 88px;
  }
}
@media (max-width: 540px) {
  .block_bottom .image-holder {
    padding-bottom: 80px;
  }
}
@media (max-width: 370px) {
  .block_bottom .image-holder {
    padding-bottom: 44px;
  }
}
.block_bottom__link {
  text-align: center;
}
.block_bottom__link a {
  display: inline-block;
  width: 153px;
  height: 46px;
}
@media (max-width: 370px) {
  .block_bottom__link a {
    display: block;
    margin: auto;
  }
}
.block_bottom__link .link_apple2 {
  background: url("../img/icons/icon_store.png") no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 370px) {
  .block_bottom__link .link_apple2 {
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.block_bottom__link .link_google_play {
  background: url("../img/icons/icon_google_play.png") no-repeat;
}

.block_chat_text {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .block_chat_text {
    flex-direction: column;
  }
}
.block_chat_text .nav-tabs {
  width: 453px;
  padding-right: 93px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .block_chat_text .nav-tabs {
    width: 40%;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .block_chat_text .nav-tabs {
    width: 40%;
    padding-right: 60px;
  }
}
@media (max-width: 540px) {
  .block_chat_text .nav-tabs {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 370px) {
  .block_chat_text .nav-tabs {
    margin-bottom: 28px;
    padding-top: 40px;
  }
}
.block_chat_text .tab-wrap {
  width: calc(100% - 453px);
}
@media (max-width: 1024px) {
  .block_chat_text .tab-wrap {
    width: 60%;
  }
}
@media (max-width: 540px) {
  .block_chat_text .tab-wrap {
    width: 100%;
  }
}
.block_chat_text .accordeon_item .accordeon_wrap {
  display: none;
  animation: fadeOut 0.75s;
  animation-fill-mode: both;
}
.block_chat_text .accordeon_item .accordeon_view {
  display: none;
  animation: fadeOut 0.75s;
  animation-fill-mode: both;
}
.block_chat_text .accordeon_item--active .accordeon_wrap {
  display: block;
  animation: fadeIn 0.75s;
  animation-fill-mode: both;
}
.block_chat_text .accordeon_item--active .accordeon_view {
  display: block;
  animation: fadeIn 0.75s;
  animation-fill-mode: both;
}
.block_chat_text .accordeon_link {
  margin-bottom: 24px;
  font-size: 2.5rem;
  line-height: 1.23em;
  font-weight: 600;
  cursor: pointer;
  display: block;
}
@media (max-width: 1024px) {
  .block_chat_text .accordeon_link {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .block_chat_text .accordeon_link {
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  .block_chat_text .accordeon_link {
    font-size: 1.75rem;
  }
}
@media (max-width: 370px) {
  .block_chat_text .accordeon_link {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.block_chat_text .accordeon_link.titile_color_y {
  color: #FDF500;
}
.block_chat_text .accordeon_link.titile_color_lily {
  color: #DE78F9;
}
.block_chat_text .accordeon_link.titile_color_blue {
  color: #5FA4E4;
}
.block_chat_text .accordeon_link.titile_color_rose {
  color: #FF7CB2;
}
.block_chat_text .accordeon_wrap {
  padding-left: 70px;
  margin-bottom: 16px;
  max-height: 180px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .block_chat_text .accordeon_wrap {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .block_chat_text .accordeon_wrap {
    padding-left: 35px;
  }
}
@media (max-width: 370px) {
  .block_chat_text .accordeon_wrap {
    padding-left: 30px;
    margin-bottom: 12px;
  }
}
.block_chat_text .accordeon_wrap .item-tab {
  white-space: nowrap;
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .block_chat_text .accordeon_wrap .item-tab {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .block_chat_text .accordeon_wrap .item-tab {
    margin-bottom: 18px;
  }
}
@media (max-width: 540px) {
  .block_chat_text .accordeon_wrap .item-tab {
    margin-bottom: 16px;
  }
}
.block_chat_text .accordeon_wrap .item-tab.active, .block_chat_text .accordeon_wrap .item-tab:hover {
  color: #FF9C23;
}
.block_chat_text .accordeon_wrap .item-tab img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 4px;
}
.block_chat_text .accordeon_wrap .item-tab span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.29em;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .block_chat_text .accordeon_wrap .item-tab span {
    font-size: 1.25rem;
  }
}
@media (max-width: 540px) {
  .block_chat_text .accordeon_wrap .item-tab span {
    font-size: 1.125rem;
  }
}
.block_chat_text .accordeon_view {
  padding-left: 70px;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .block_chat_text .accordeon_view {
    margin-bottom: 20px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .block_chat_text .accordeon_view {
    margin-bottom: 18px;
    padding-left: 35px;
  }
}
@media (max-width: 540px) {
  .block_chat_text .accordeon_view {
    margin-bottom: 16px;
  }
}
@media (max-width: 370px) {
  .block_chat_text .accordeon_view {
    padding-left: 30px;
  }
}
.block_chat_text .accordeon_view span {
  color: #FDF500;
  font-size: 1.25rem;
  line-height: 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .block_chat_text .accordeon_view span {
    font-size: 1.25rem;
  }
}
@media (max-width: 540px) {
  .block_chat_text .accordeon_view span {
    font-size: 1.125rem;
  }
}
.block_chat_text .accordeon_view__open {
  display: block;
}
.block_chat_text .accordeon_view__close {
  display: none;
}
.block_chat_text .tab-content {
  display: none;
  animation: fadeOut 0.75s;
  animation-fill-mode: both;
}
.block_chat_text .tab-content.active {
  display: block;
  animation: fadeIn 0.75s;
  animation-fill-mode: both;
}
.block_chat_text .tab-content .accordeon_wrap__chat {
  padding-left: 24px;
  border-left: 1px solid #3A424B;
  margin-bottom: 80px;
}
@media (max-width: 540px) {
  .block_chat_text .tab-content .accordeon_wrap__chat {
    padding-left: 0;
    border-left: 0;
    padding-top: 40px;
    border-top: 1px solid #3A424B;
  }
}
.block_chat_text .tab-content h3 {
  color: #fff;
  margin-bottom: 32px;
}
.block_chat_text .tab-content .link_apple {
  margin-bottom: 32px;
}
.block_chat_text .tab-content h5 {
  font-weight: 400;
  color: #fff;
}
.block_chat_text .tab-content h5 a {
  color: #E539FF;
  margin-right: 7px;
  font-size: 1.25rem;
}
.block_chat_text .tab-content h5 span.color_lily {
  color: #E539FF;
  margin-right: 7px;
}

.chat_item {
  overflow: hidden;
  display: block;
}
.chat_item__created {
  margin-right: 30px;
  font-weight: normal;
}
.chat_item__footer {
  margin-top: 6px;
  margin-bottom: -3px;
  display: flex;
  justify-content: end;
}
.chat_item__stats {
  white-space: nowrap;
}
.chat_item__stats_item {
  display: inline;
}
.chat_item__stats_item + .chat_item__stats_item {
  margin-left: 10px;
}
.chat_item__user1 .chat_item__message {
  background: #E125D8;
  color: white;
}
.chat_item__user2 .chat_item__message {
  background: #B79BFD;
}
.chat_item__user2 .chat_item__message:before {
  border-color: #B79BFD transparent transparent transparent;
}
.chat_item__logo {
  width: 54px;
  height: 54px;
  background: #151E2B;
  border-radius: 54px;
  position: relative;
  overflow: visible;
  padding-top: 9px;
  padding-left: 9px;
}
.chat_item__logo img {
  width: 38px;
  margin: auto;
  height: auto;
  max-height: 38px;
  margin-top: 8px;
}
.chat_item__status {
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 2px solid #151E2B;
}
.chat_item__status.online {
  background: #98E7A7;
}
.chat_item__status.offline {
  background: #FF1744;
}
.chat_item__message {
  padding: 12px;
  border-radius: 0 10px 10px 10px;
  color: #0C1119;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  margin-left: 15px;
  position: relative;
  max-width: calc(100% - 70px);
}
.chat_item__message:before {
  position: absolute;
  top: 0;
  content: "";
  left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 0px 10px;
  border-color: #E125D8 transparent transparent transparent;
  display: inline-block;
}

.block_accordeon_bottom {
  padding-left: 478px;
}
@media (max-width: 1024px) {
  .block_accordeon_bottom {
    padding-left: calc(40% + 25px);
    margin-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .block_accordeon_bottom {
    margin-bottom: 18px;
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  .block_accordeon_bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 370px) {
  .block_accordeon_bottom {
    margin-top: 20px;
  }
}
.block_accordeon_bottom h3 {
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .block_accordeon_bottom h3 {
    text-align: center;
  }
}
.block_accordeon_bottom .link_apple {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .block_accordeon_bottom .link_apple {
    display: none;
  }
}
.block_accordeon_bottom h5 {
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .block_accordeon_bottom h5 {
    display: none;
  }
}
.block_accordeon_bottom h5 a {
  color: #E539FF;
  margin-right: 7px;
  font-size: 1.25rem;
}
.block_accordeon_bottom h5 span.color_lily {
  color: #E539FF;
  margin-right: 7px;
}

.block_group_bg {
  background: url("../img/bg/bg_groups.png") no-repeat center;
  height: 732px;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .block_group_bg {
    background: url("../img/bg/bg_groups_1024.png") no-repeat center;
    height: 560px;
    padding-bottom: 70px;
    padding-top: 56px;
  }
}
@media (max-width: 768px) {
  .block_group_bg {
    background: url("../img/bg/bg_groups_768.png") no-repeat center;
    padding-bottom: 55px;
    padding-top: 16px;
  }
}
@media (max-width: 540px) {
  .block_group_bg {
    background: url("../img/bg/bg_groups_540.png") no-repeat center;
    height: 500px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
}
@media (max-width: 370px) {
  .block_group_bg {
    background: url("../img/bg/bg_groups_320.png") no-repeat center;
    height: 560px;
    padding-bottom: 40px;
    padding-top: 100px;
  }
}
.block_group_bg h1 {
  margin-bottom: 48px;
  color: #FF00B2;
}
@media (max-width: 1024px) {
  .block_group_bg h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .block_group_bg h1 {
    margin-bottom: 32px;
  }
}
.block_group_bg h5 {
  font-weight: 400;
  color: #fff;
}
.block_group_bg h5 a {
  color: #E539FF;
  margin-right: 7px;
  font-size: 1.25rem;
}
.block_group_bg .link_apple {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .block_group_bg .link_apple {
    margin-bottom: 24px;
  }
}
.block_group_bg .list_button__mobile {
  display: none;
}
@media (max-width: 540px) {
  .block_group_bg .list_button__mobile {
    text-align: center;
    margin-bottom: 70px;
  }
}
.block_group_bg .list_button__mobile a {
  display: inline-block;
}
.block_group_bg .list_button__mobile h5 {
  margin-top: 12px;
}
.block_group_bg .list_button__mobile .link_apple2, .block_group_bg .list_button__mobile .link_google_play {
  display: inline-block;
  width: 153px;
  height: 46px;
}
@media (max-width: 370px) {
  .block_group_bg .list_button__mobile .link_apple2, .block_group_bg .list_button__mobile .link_google_play {
    display: block;
    margin: auto;
  }
}
.block_group_bg .list_button__mobile .link_apple2 {
  background: url("../img/icons/icon_store.png") no-repeat;
  margin-right: 24px;
}
@media (max-width: 370px) {
  .block_group_bg .list_button__mobile .link_apple2 {
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.block_group_bg .list_button__mobile .link_google_play {
  background: url("../img/icons/icon_google_play.png") no-repeat;
}
@media (max-width: 768px) {
  .block_group_bg .list_button {
    display: none;
  }
  .block_group_bg .list_button__mobile {
    display: block;
  }
}

.block_groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 540px) {
  .block_groups {
    flex-direction: column !important;
  }
}
.block_groups .block_text {
  width: 453px;
}
@media (max-width: 1024px) {
  .block_groups .block_text {
    width: 379px;
  }
}
@media (max-width: 768px) {
  .block_groups .block_text {
    width: 273px;
  }
}
@media (max-width: 540px) {
  .block_groups .block_text {
    text-align: center;
    width: 100%;
  }
  .block_groups .block_text br {
    display: none;
  }
}
.block_groups .block_text h2 {
  margin-bottom: 12px;
}
.block_groups .block_text h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.title_color_orange {
  color: #FF7A1A;
}

.title_center {
  text-align: center;
  margin-bottom: 110px;
  margin-top: 73px;
}
@media (max-width: 1024px) {
  .title_center {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .title_center {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (max-width: 540px) {
  .title_center {
    margin-top: 50px;
  }
}
@media (max-width: 370px) {
  .title_center {
    margin-top: 45px;
  }
}

.block_groups1 {
  padding-top: 90px;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  .block_groups1 {
    padding-top: 30px;
    padding-bottom: 44px;
  }
}
@media (max-width: 768px) {
  .block_groups1 {
    padding-top: 45px;
    padding-bottom: 55px;
  }
}
@media (max-width: 370px) {
  .block_groups1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block_groups1 .image-holder {
  width: 643px;
}
@media (max-width: 1024px) {
  .block_groups1 .image-holder {
    width: 540px;
  }
}
@media (max-width: 768px) {
  .block_groups1 .image-holder {
    width: 392px;
  }
}
@media (max-width: 540px) {
  .block_groups1 .image-holder {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .block_groups1 .image-holder {
    width: 320px;
    margin-left: -20px;
  }
}
@media (max-width: 540px) {
  .block_groups1 .block_text {
    margin-bottom: 24px;
  }
}
@media (max-width: 370px) {
  .block_groups1 .block_text {
    margin-bottom: 20px;
  }
}
.block_groups1 .block_text h2 {
  color: #FDF500;
}

.block_groups2 {
  padding-top: 35px;
  padding-bottom: 74px;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .block_groups2 {
    padding-top: 44px;
    padding-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .block_groups2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 540px) {
  .block_groups2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 370px) {
  .block_groups2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.block_groups2 .image-holder {
  width: 515px;
  margin-left: 32px;
}
@media (max-width: 1024px) {
  .block_groups2 .image-holder {
    width: 431px;
    margin-left: 33px;
  }
}
@media (max-width: 768px) {
  .block_groups2 .image-holder {
    width: 313px;
    margin-left: 25px;
  }
}
@media (max-width: 540px) {
  .block_groups2 .image-holder {
    width: 368px;
    margin: auto;
  }
}
@media (max-width: 371px) {
  .block_groups2 .image-holder {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 540px) {
  .block_groups2 .block_text {
    margin-bottom: 48px;
  }
}
@media (max-width: 370px) {
  .block_groups2 .block_text {
    margin-bottom: 36px;
  }
}
.block_groups2 .block_text h2 {
  color: #5FA4E4;
}

.block_groups3 {
  padding-top: 100px;
  padding-bottom: 126px;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 1024px) {
  .block_groups3 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .block_groups3 {
    padding-top: 45px;
    padding-bottom: 58px;
  }
}
@media (max-width: 540px) {
  .block_groups3 {
    padding-bottom: 50px;
  }
}
@media (max-width: 370px) {
  .block_groups3 {
    padding-top: 42px;
    padding-bottom: 44px;
  }
}
@media (max-width: 540px) {
  .block_groups3 .block_text {
    margin-bottom: 24px;
  }
}
@media (max-width: 370px) {
  .block_groups3 .block_text {
    margin-bottom: 46px;
  }
}
.block_groups3 .block_text h2 {
  color: #DE78F9;
}
.block_groups3 .block_text .image-holder {
  position: absolute;
  bottom: 10px;
  right: 5px;
  text-align: right;
}
@media (max-width: 1024px) {
  .block_groups3 .block_text .image-holder {
    bottom: -30px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .block_groups3 .block_text .image-holder {
    bottom: 20px;
  }
}
@media (max-width: 540px) {
  .block_groups3 .block_text .image-holder {
    bottom: inherit;
    top: 150px;
    z-index: 2;
  }
}
@media (max-width: 371px) {
  .block_groups3 .block_text .image-holder {
    top: 170px;
  }
}
.block_groups3 .block_text .image-holder img {
  width: 357px;
}
@media (max-width: 1024px) {
  .block_groups3 .block_text .image-holder img {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .block_groups3 .block_text .image-holder img {
    width: 155px;
  }
}
@media (max-width: 370px) {
  .block_groups3 .block_text .image-holder img {
    width: 128px;
  }
}
.block_groups3 .block_text + .image-holder {
  width: 643px;
  margin-left: -8px;
}
@media (max-width: 1024px) {
  .block_groups3 .block_text + .image-holder {
    width: 539px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .block_groups3 .block_text + .image-holder {
    width: 391px;
  }
}
@media (max-width: 540px) {
  .block_groups3 .block_text + .image-holder {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 371px) {
  .block_groups3 .block_text + .image-holder {
    width: 320px;
    margin: 0 -20px;
  }
}

.block_groups4 {
  padding-top: 127px;
  padding-bottom: 115px;
}
@media (max-width: 1024px) {
  .block_groups4 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .block_groups4 {
    padding-top: 58px;
    padding-bottom: 70px;
  }
}
@media (max-width: 540px) {
  .block_groups4 {
    padding-top: 50px;
    padding-bottom: 66px;
  }
}
@media (max-width: 370px) {
  .block_groups4 {
    padding-top: 44px;
    padding-bottom: 56px;
  }
}
.block_groups4 .image-holder {
  width: 643px;
}
@media (max-width: 1024px) {
  .block_groups4 .image-holder {
    width: 539px;
  }
}
@media (max-width: 768px) {
  .block_groups4 .image-holder {
    width: 391px;
  }
}
@media (max-width: 540px) {
  .block_groups4 .image-holder {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 371px) {
  .block_groups4 .image-holder {
    width: 320px;
    margin: 0 -20px;
  }
}
@media (max-width: 540px) {
  .block_groups4 .block_text {
    margin-bottom: 57px;
  }
}
@media (max-width: 370px) {
  .block_groups4 .block_text {
    margin-bottom: 47px;
  }
}
.block_groups4 .block_text h2 {
  color: #FF7CB2;
}

.block_groups5 {
  padding-top: 116px;
  padding-bottom: 100px;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 1024px) {
  .block_groups5 {
    padding-top: 54px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .block_groups5 {
    padding-top: 70px;
    padding-bottom: 58px;
  }
}
@media (max-width: 540px) {
  .block_groups5 {
    padding-top: 66px;
    padding-bottom: 48px;
  }
}
@media (max-width: 370px) {
  .block_groups5 {
    padding-top: 56px;
    padding-bottom: 60px;
  }
}
.block_groups5::after {
  content: "";
  background: url("../img/icons/icon-shark2.png") no-repeat;
  right: 62px;
  bottom: 76px;
  width: 137px;
  height: 105px;
  position: absolute;
}
@media (max-width: 1024px) {
  .block_groups5::after {
    right: 53px;
    bottom: 0;
    width: 114px;
    height: 88px;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .block_groups5::after {
    right: 36px;
    bottom: 0;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 540px) {
  .block_groups5::after {
    right: inherit;
    left: 36px;
    bottom: 60px;
  }
}
@media (max-width: 370px) {
  .block_groups5::after {
    left: 30px;
    bottom: 53px;
    width: 80px;
    height: 60px;
  }
}
.block_groups5 .image-holder {
  width: 643px;
}
@media (max-width: 1024px) {
  .block_groups5 .image-holder {
    width: 539px;
  }
}
@media (max-width: 768px) {
  .block_groups5 .image-holder {
    width: 391px;
  }
}
@media (max-width: 540px) {
  .block_groups5 .image-holder {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 371px) {
  .block_groups5 .image-holder {
    width: 320px;
    margin: 0 -20px;
  }
}
@media (max-width: 540px) {
  .block_groups5 .block_text {
    margin-bottom: 32px;
  }
}
@media (max-width: 370px) {
  .block_groups5 .block_text {
    margin-bottom: 24px;
  }
}
.block_groups5 .block_text h2 {
  color: #4EFF55;
}

.block_groups6 {
  padding-top: 103px;
  padding-bottom: 166px;
}
@media (max-width: 1024px) {
  .block_groups6 {
    padding-top: 100px;
    padding-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .block_groups6 {
    padding-top: 58px;
    padding-bottom: 52px;
  }
}
@media (max-width: 540px) {
  .block_groups6 {
    padding-top: 38px;
    padding-bottom: 48px;
  }
}
@media (max-width: 370px) {
  .block_groups6 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
}
.block_groups6 .image-holder {
  width: 643px;
}
@media (max-width: 1024px) {
  .block_groups6 .image-holder {
    width: 539px;
  }
}
@media (max-width: 768px) {
  .block_groups6 .image-holder {
    width: 391px;
  }
}
@media (max-width: 540px) {
  .block_groups6 .image-holder {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 371px) {
  .block_groups6 .image-holder {
    width: 320px;
    margin: 0 -20px;
  }
}
@media (max-width: 540px) {
  .block_groups6 .block_text {
    margin-bottom: 32px;
  }
}
@media (max-width: 370px) {
  .block_groups6 .block_text {
    margin-bottom: 24px;
  }
}
.block_groups6 .block_text h2 {
  color: #5FA4E4;
}

@media (max-width: 539px) {
  .sp_main__img {
    display: none;
  }
  .sp_grid {
    display: block !important;
  }
  .sp_col {
    margin: 0 !important;
    width: 100% !important;
  }
}
.block_text_page--text .note {
  padding: 20px 0;
}
.block_text_page--text ol {
  padding-left: revert !important;
}
.block_text_page--text ol li::marker {
  font-variant-numeric: normal !important;
}
.block_text_page--text h1, .block_text_page--text h1 a {
  font-size: 35px !important;
  font-weight: bold;
}
.block_text_page--text h2, .block_text_page--text h2 a {
  font-size: 25px !important;
}
.block_text_page--text h3, .block_text_page--text h3 a {
  font-size: 20px !important;
}

.block_text_page.block_text_color__lily h1, .block_text_page.block_text_color__lily h2, .block_text_page.block_text_color__lily h3 {
  color: #DE78F9;
}
.block_text_page.block_text_color__orange h1, .block_text_page.block_text_color__orange h2, .block_text_page.block_text_color__orange h3 {
  color: #FF9C23;
}
.block_text_page.block_text_color__rose h1, .block_text_page.block_text_color__rose h2, .block_text_page.block_text_color__rose h3, .block_text_page.block_text_color__rose h4 {
  color: #FF16A2;
}
.block_text_page.block_text_color__y h1, .block_text_page.block_text_color__y h2, .block_text_page.block_text_color__y h3 {
  color: #FDF500;
}
.block_text_page h1 {
  margin-bottom: 40px;
}
@media (max-width: 539px) {
  .block_text_page h1 {
    margin-bottom: 24px;
  }
}
.block_text_page a {
  color: #FF9C23;
}
.block_text_page h3 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .block_text_page h3 {
    margin-bottom: 8px;
  }
}
.block_text_page ul, .block_text_page ol {
  margin-bottom: 26px;
  margin-top: 0;
}
.block_text_page ul:last-child, .block_text_page ol:last-child {
  margin-bottom: 0;
}
.block_text_page ul li, .block_text_page ol li {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .block_text_page ul li, .block_text_page ol li {
    font-size: 1.25rem;
  }
}
@media (max-width: 539px) {
  .block_text_page ul li, .block_text_page ol li {
    font-size: 1rem;
  }
}
.block_text_page ol {
  padding-left: 21px;
}
.block_text_page ul {
  padding-left: 36px;
}
@media (max-width: 539px) {
  .block_text_page ul {
    padding-left: 20px;
  }
}
.block_text_page ul.list_color_y {
  color: #FDF500;
}
.block_text_page ul li {
  list-style-type: disc;
}
.block_text_page__item {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .block_text_page__item {
    margin-bottom: 40px;
  }
}
.block_text_page__item:last-child {
  margin-bottom: 0;
}
.block_text_page__item a {
  font-size: 1.25rem;
  line-height: 1.3em;
  word-wrap: break-word;
}
@media (max-width: 1024px) {
  .block_text_page__item a {
    font-size: 1.25rem;
  }
}
@media (max-width: 539px) {
  .block_text_page__item a {
    font-size: 1rem;
  }
}
.block_text_page__item p {
  font-size: 1.25rem;
  line-height: 1.3em;
  margin-bottom: 26px;
}
.block_text_page__item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .block_text_page__item p {
    font-size: 1.25rem;
  }
}
@media (max-width: 539px) {
  .block_text_page__item p {
    font-size: 1rem;
    margin-bottom: 24px;
  }
}

.block_home_bottom {
  padding-bottom: 109px;
  padding-top: 84px;
}
.block_home_bottom .image-holder {
  padding-bottom: 104px;
  width: 100%;
}
.block_home_bottom__link {
  margin-bottom: 15px;
}
.block_home_bottom__link a {
  display: inline-block;
  width: 153px;
  height: 46px;
}
@media (max-width: 370px) {
  .block_home_bottom__link a {
    display: block;
    margin: auto;
  }
}
.block_home_bottom__link .link_apple2 {
  background: url("../img/icons/icon_store.png") no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 370px) {
  .block_home_bottom__link .link_apple2 {
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.block_home_bottom__link .link_google_play {
  background: url("../img/icons/icon_google_play.png") no-repeat;
}

.block_cookie {
  text-align: center;
  position: fixed;
  bottom: 48px;
  left: 160px;
  background: #161C24;
  box-shadow: 0px -1px 2px rgba(8, 15, 24, 0.08), 0px 15px 30px rgba(8, 15, 24, 0.04), 0px 8px 12px rgba(8, 15, 24, 0.07), 0px 4px 4px rgba(8, 15, 24, 0.09), 0px 1px 4px #080F18;
  border-radius: 12px;
  width: 354px;
  padding: 32px;
}
@media (max-width: 1024px) {
  .block_cookie {
    left: 40px;
  }
}
@media (max-width: 539px) {
  .block_cookie {
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px;
    border-radius: 0;
  }
}
.block_cookie .image-holder {
  width: 32px;
  margin: 0 auto 16px;
  text-align: center;
}
.block_cookie p {
  font-size: 1rem;
  line-height: 1.25em;
  margin-bottom: 16px;
}
.block_cookie button {
  background: #3A424B;
  width: 100%;
  padding: 13px;
  color: #fff;
  border-radius: 8px;
  font-size: 0.875rem;
}

.block_functions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 540px) {
  .block_functions {
    flex-direction: column !important;
  }
}
.block_functions .block_text {
  width: 453px;
}
@media (max-width: 1024px) {
  .block_functions .block_text {
    width: 379px;
  }
}
@media (max-width: 768px) {
  .block_functions .block_text {
    width: 273px;
  }
}
@media (max-width: 540px) {
  .block_functions .block_text {
    text-align: center;
    width: 100%;
  }
  .block_functions .block_text br {
    display: none;
  }
}
.block_functions .block_text h2 {
  margin-bottom: 12px;
}
.block_functions .block_text h4 {
  font-weight: normal;
}

.block_function1 {
  padding-top: 62px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .block_function1 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media (max-width: 768px) {
  .block_function1 {
    padding-top: 58px;
    padding-bottom: 70px;
  }
}
@media (max-width: 540px) {
  .block_function1 {
    padding-top: 97px;
    padding-bottom: 70px;
  }
}
@media (max-width: 370px) {
  .block_function1 {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .block_function1 .block_text {
    width: 100%;
  }
}
.block_function1 .block_text h1 {
  color: #FF9C23;
  margin-bottom: 56px;
  line-height: 1.14em;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .block_function1 .block_text h1 {
    margin-bottom: 40px;
  }
}
.block_function1 .block_text .link_apple {
  margin-bottom: 32px;
}
.block_function1 .block_text h5 {
  font-weight: 400;
  color: #fff;
}
.block_function1 .block_text h5 a {
  color: #E539FF;
  margin-right: 7px;
  font-size: 1.25rem;
}
.block_function1 .block_text h5 span.color_lily {
  color: #E539FF;
  margin-right: 7px;
}
.block_function1 .image-holder {
  width: 549px;
}
@media (max-width: 1024px) {
  .block_function1 .image-holder {
    width: 400px;
    margin-right: 70px;
  }
}
@media (max-width: 860px) {
  .block_function1 .image-holder {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .block_function1 .image-holder {
    margin-right: 50px;
    width: 288px;
  }
}
@media (max-width: 540px) {
  .block_function1 .image-holder {
    margin: auto;
    width: 340px;
  }
}
@media (max-width: 370px) {
  .block_function1 .image-holder {
    width: 100%;
    padding: 0 20px;
  }
}
.block_function1 .list_button__mobile {
  display: none;
}
@media (max-width: 540px) {
  .block_function1 .list_button__mobile {
    text-align: center;
    margin-bottom: 70px;
  }
}
.block_function1 .list_button__mobile a {
  display: inline-block;
}
.block_function1 .list_button__mobile h5 {
  margin-top: 12px;
}
.block_function1 .list_button__mobile .link_apple2, .block_function1 .list_button__mobile .link_google_play {
  display: inline-block;
  width: 153px;
  height: 46px;
}
@media (max-width: 370px) {
  .block_function1 .list_button__mobile .link_apple2, .block_function1 .list_button__mobile .link_google_play {
    display: block;
    margin: auto;
  }
}
.block_function1 .list_button__mobile .link_apple2 {
  background: url("../img/icons/icon_store.png") no-repeat;
  margin-right: 24px;
}
@media (max-width: 370px) {
  .block_function1 .list_button__mobile .link_apple2 {
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.block_function1 .list_button__mobile .link_google_play {
  background: url("../img/icons/icon_google_play.png") no-repeat;
}
@media (max-width: 768px) {
  .block_function1 .list_button {
    display: none;
  }
  .block_function1 .list_button__mobile {
    display: block;
  }
}

.block_list_karma {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .block_list_karma {
    padding-top: 77px;
    padding-bottom: 88px;
  }
}
@media (max-width: 768px) {
  .block_list_karma {
    padding-top: 70px;
    padding-bottom: 76px;
  }
}
@media (max-width: 540px) {
  .block_list_karma {
    padding-top: 72px;
    padding-bottom: 79px;
  }
}
@media (max-width: 370px) {
  .block_list_karma {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.block_list_karma h2 {
  color: #FDF500;
  margin-bottom: 12px;
}
.block_list_karma h5 {
  margin-bottom: 80px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .block_list_karma h5 {
    margin-bottom: 74px;
  }
}
@media (max-width: 768px) {
  .block_list_karma h5 {
    margin-bottom: 58px;
  }
}
@media (max-width: 540px) {
  .block_list_karma h5 {
    margin-bottom: 43px;
  }
}
@media (max-width: 370px) {
  .block_list_karma h5 {
    margin-bottom: 16px;
  }
}
.block_list_karma__list {
  width: 738px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .block_list_karma__list {
    width: auto;
  }
}
.block_list_karma__item {
  width: 357px;
  margin-right: 24px;
  background: #1F1F1F;
  height: 130px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 800px) {
  .block_list_karma__item {
    display: block;
    margin: 0 auto 38px;
  }
}
@media (max-width: 440px) {
  .block_list_karma__item {
    width: 100%;
    height: 100px;
  }
}
@media (max-width: 370px) {
  .block_list_karma__item {
    margin-bottom: 16px;
  }
}
.block_list_karma__item:last-child {
  margin-right: 0;
}
@media (max-width: 800px) {
  .block_list_karma__item:last-child {
    margin: 0 auto;
  }
}
.block_list_karma__item .label {
  position: absolute;
  top: 6px;
  right: 0;
  color: #57DB89;
  background: rgba(87, 219, 137, 0.2);
  border-radius: 2px;
  padding: 8px;
  line-height: 1em;
  font-size: 0.9375rem;
  font-family: "SFProText", "Arial", sans-serif;
  font-weight: 500;
  transform: rotate(20deg);
}
@media (max-width: 440px) {
  .block_list_karma__item .label {
    top: 0;
    font-size: 0.75rem;
    right: -5px;
  }
}
.block_list_karma__item__title {
  color: #ffffff;
  font-family: "SFProText", "Arial", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.block_list_karma__item__text {
  font-family: "SFProText", "Arial", sans-serif;
  color: #666666;
  font-size: 0.8123rem;
  line-height: 1.38em;
  height: 36px;
  overflow: hidden;
  margin-bottom: 8px;
  font-weight: 400;
}
.block_list_karma__item__time {
  font-family: "SFProText", "Arial", sans-serif;
  color: #FF9C23;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 1.22em;
  padding-left: 14px;
  background: url("../img/icons/icon-clock.svg") no-repeat left center;
}
.block_list_karma__item .image-holder {
  margin-top: -14px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
@media (max-width: 440px) {
  .block_list_karma__item .image-holder {
    margin-top: 0;
  }
}
.block_list_karma__item .image-holder img {
  width: auto;
  max-width: 130px;
}
@media (max-width: 440px) {
  .block_list_karma__item .image-holder img {
    max-width: 80px;
  }
}
.block_list_karma__item .block_text {
  display: inline-block;
  width: calc(100% - 150px);
  text-align: left;
  padding-top: 23px;
  padding-right: 20px;
}
@media (max-width: 440px) {
  .block_list_karma__item .block_text {
    width: calc(100% - 100px);
    padding-top: 10px;
  }
}

.block_function3 {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .block_function3 {
    padding-top: 88px;
    padding-bottom: 82px;
  }
}
@media (max-width: 768px) {
  .block_function3 {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
@media (max-width: 540px) {
  .block_function3 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 370px) {
  .block_function3 {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
.block_function3 .image-holder {
  width: 538px;
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .block_function3 .image-holder {
    width: 452px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .block_function3 .image-holder {
    margin-right: 30px;
    width: 328px;
  }
}
@media (max-width: 540px) {
  .block_function3 .image-holder {
    margin: auto;
    width: 385px;
  }
}
@media (max-width: 370px) {
  .block_function3 .image-holder {
    width: 100%;
    padding: 0 5px;
  }
}
@media (max-width: 540px) {
  .block_function3 .block_text {
    margin-bottom: 66px;
  }
}
@media (max-width: 370px) {
  .block_function3 .block_text {
    margin-bottom: 53px;
  }
}
.block_function3 .block_text h2 {
  color: #5FA4E4;
}

.block_function4 {
  padding-top: 80px;
  padding-bottom: 65px;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .block_function4 {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .block_function4 {
    padding-bottom: 70px;
  }
}
@media (max-width: 540px) {
  .block_function4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 370px) {
  .block_function4 {
    padding-top: 67px;
    padding-bottom: 75px;
  }
}
.block_function4 .image-holder {
  width: 420px;
  margin-left: 74px;
}
@media (max-width: 1024px) {
  .block_function4 .image-holder {
    width: 352px;
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .block_function4 .image-holder {
    margin-left: 45px;
    width: 255px;
  }
}
@media (max-width: 540px) {
  .block_function4 .image-holder {
    margin: auto;
    width: 300px;
  }
}
@media (max-width: 370px) {
  .block_function4 .image-holder {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 540px) {
  .block_function4 .block_text {
    margin-bottom: 71px;
  }
}
@media (max-width: 370px) {
  .block_function4 .block_text {
    margin-bottom: 53px;
  }
}
.block_function4 .block_text h2 {
  color: #FF00B2;
}

.block_function5 {
  padding-top: 65px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .block_function5 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .block_function5 {
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .block_function5 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 370px) {
  .block_function5 {
    padding-top: 75px;
  }
}
.block_function5 .image-holder {
  width: 503px;
  margin-right: 54px;
}
@media (max-width: 1024px) {
  .block_function5 .image-holder {
    width: 422px;
    margin-right: 45px;
  }
}
@media (max-width: 768px) {
  .block_function5 .image-holder {
    margin-right: 32px;
    width: 306px;
  }
}
@media (max-width: 540px) {
  .block_function5 .image-holder {
    margin: auto;
    width: 360px;
  }
}
@media (max-width: 370px) {
  .block_function5 .image-holder {
    width: 100%;
    padding: 0 14px;
  }
}
@media (max-width: 540px) {
  .block_function5 .block_text {
    margin-bottom: 44px;
  }
}
@media (max-width: 370px) {
  .block_function5 .block_text {
    margin-bottom: 30px;
  }
}
.block_function5 .block_text h2 {
  color: #DE78F9;
}

.block_function6 {
  padding-top: 30px;
  padding-bottom: 37px;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .block_function6 {
    padding-top: 50px;
    padding-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .block_function6 {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .block_function6 {
    padding-top: 60px;
    padding-bottom: 63px;
  }
}
@media (max-width: 370px) {
  .block_function6 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.block_function6 .image-holder {
  width: 643px;
}
@media (max-width: 1024px) {
  .block_function6 .image-holder {
    width: 539px;
  }
}
@media (max-width: 768px) {
  .block_function6 .image-holder {
    width: 391px;
  }
}
@media (max-width: 540px) {
  .block_function6 .image-holder {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .block_function6 .image-holder {
    width: 320px;
    margin: 0 -20px;
  }
}
@media (max-width: 540px) {
  .block_function6 .block_text {
    margin-bottom: 36px;
  }
}
@media (max-width: 370px) {
  .block_function6 .block_text {
    margin-bottom: 24px;
  }
}
.block_function6 .block_text h2 {
  color: #4EFF55;
}

.block_function7 {
  padding-top: 30px;
  padding-bottom: 127px;
  position: relative;
}
@media (max-width: 1024px) {
  .block_function7 {
    padding-top: 42px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .block_function7 {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
@media (max-width: 540px) {
  .block_function7 {
    padding-top: 64px;
    padding-bottom: 65px;
  }
}
@media (max-width: 370px) {
  .block_function7 {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.block_function7 .image-holder {
  width: 643px;
}
@media (max-width: 1024px) {
  .block_function7 .image-holder {
    width: 539px;
  }
}
@media (max-width: 768px) {
  .block_function7 .image-holder {
    width: 391px;
  }
}
@media (max-width: 540px) {
  .block_function7 .image-holder {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .block_function7 .image-holder {
    width: 320px;
    margin: 0 -20px;
  }
}
@media (max-width: 540px) {
  .block_function7 .block_text {
    margin-bottom: 24px;
  }
}
.block_function7 .block_text h2 {
  color: #FF9C23;
}
.block_function7 .img_bg {
  width: 127px;
  position: absolute;
  bottom: 177px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .block_function7 .img_bg {
    width: 104px;
    bottom: 55px;
  }
}
@media (max-width: 768px) {
  .block_function7 .img_bg {
    width: 72px;
    bottom: 75px;
  }
}
@media (max-width: 540px) {
  .block_function7 .img_bg {
    bottom: 68px;
  }
}
@media (max-width: 370px) {
  .block_function7 .img_bg {
    width: 97px;
    bottom: 10px;
    left: 20px;
  }
}

.block_form {
  width: 420px;
  margin: 0 auto 0;
  padding: 32px;
  border-radius: 8px;
  background: #161C24;
  box-shadow: 0px -1px 2px rgba(8, 15, 24, 0.08), 0px 15px 30px rgba(8, 15, 24, 0.04), 0px 8px 12px rgba(8, 15, 24, 0.07), 0px 4px 4px rgba(8, 15, 24, 0.09), 0px 1px 4px #080F18;
}
.block_form h4 {
  text-align: center;
  margin-bottom: 32px;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.14em;
}
.block_form__reset_password h4 {
  margin-bottom: 12px;
}
.block_form__reset_password p {
  margin-bottom: 32px;
  text-align: center;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25em;
  color: #fff;
}
.block_form__registration {
  width: 608px;
}
.block_form__registration h4 {
  margin-bottom: 12px;
}
.block_form__registration p {
  margin-bottom: 32px;
  text-align: center;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25em;
  color: #fff;
}
.block_form__registration span {
  font-weight: 400;
  font-size: 0.8125rem;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  margin-top: 8px;
  color: #A3A6AB;
}
.block_form__registration span.info {
  display: block;
}
.block_form__registration span.error {
  color: #FF1744;
}
.block_form__registration span.successful {
  display: none;
  color: #89E300;
}
.block_form .row .form-holder {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.block_form .row .form-holder:last-child, .block_form .row .form-holder:nth-child(2n) {
  margin-right: 0;
}
.block_form .form-holder {
  margin-bottom: 20px;
}
.block_form .form-holder.error input {
  border-color: #FF1744;
}
.block_form .form-holder.error span.error {
  display: block;
}
.block_form .form-holder.error span.info {
  display: none;
}
.block_form .form-holder.error span.successful {
  display: none;
}
.block_form .form-holder.successful span.error {
  display: block;
}
.block_form .form-holder.successful span.info {
  display: none;
}
.block_form input {
  width: 100%;
  border: 1px solid #3A424B;
  background: #0C1119;
  border-radius: 8px;
  height: 44px;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 10px 16px;
  font-size: 0.875rem;
}
.block_form input::placeholder {
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.block_form span.error {
  display: none;
  font-weight: 400;
  font-size: 0.8125rem;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  color: #FF1744;
  margin-top: 8px;
}
.block_form textarea {
  resize: none;
  height: 124px;
  width: 100%;
  border: 1px solid #3A424B;
  background: #0C1119;
  border-radius: 8px;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 10px 16px;
  font-size: 0.875rem;
  box-sizing: border-box;
  line-height: 1.42em;
}
.block_form textarea::placeholder {
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.block_form .icon-password {
  width: 20px;
  height: 20px;
  background: url("../img/icons/eyes.svg") no-repeat center;
  display: block;
}
.block_form button {
  width: 100%;
  background: #FF9C23;
  text-align: center;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1em;
  border-radius: 8px;
  height: 40px;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 32px;
}
.block_form button:disabled {
  background: #B67220;
  color: #DBB88F;
}
.block_form .link_reset_pass {
  text-align: center;
}
.block_form .link_reset_pass a, .block_form .link_reset_pass span {
  display: inline-block;
  vertical-align: middle;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
}
.block_form .link_reset_pass a {
  color: #FF9C23;
}
.block_form .icon-password {
  float: right;
  margin-right: 16px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.block_form .icon-password:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(135deg);
  top: 10px;
  left: 0;
  display: none;
}
.block_form .icon-password.icon-password-show:before {
  display: block;
}
.block_form .nice-select, .block_form .select-checkbox {
  display: block;
  width: 100%;
  float: none;
  background: #0C1119;
  border-radius: 8px;
  border: 1px solid #3A424B;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.block_form .nice-select:after, .block_form .select-checkbox:after {
  border-color: #fff;
}
.block_form .nice-select .current, .block_form .select-checkbox .current {
  color: #fff;
}
.block_form .nice-select.open, .block_form .select-checkbox.open {
  border-color: #FF9C23;
}
.block_form .nice-select .list, .block_form .select-checkbox .list {
  width: 100%;
  background: #0C1119;
  border-radius: 8px;
  border: 1px solid #3A424B;
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  max-height: 202px;
  overflow: auto;
}
.block_form .nice-select .list::-webkit-scrollbar, .block_form .select-checkbox .list::-webkit-scrollbar {
  width: 3px;
  background-color: #0C1119;
}
.block_form .nice-select .list::-webkit-scrollbar-thumb, .block_form .select-checkbox .list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #CDD3D9;
}
.block_form .nice-select .list .option, .block_form .select-checkbox .list .option {
  font-family: "SFProText", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 10px 16px;
  line-height: 1.42em;
}
.block_form .nice-select .list .option.selected, .block_form .select-checkbox .list .option.selected {
  color: #FF9C23;
}
.block_form .nice-select .list .option.selected, .block_form .nice-select .list .option:hover, .block_form .select-checkbox .list .option.selected, .block_form .select-checkbox .list .option:hover {
  background: #161C24;
}
.block_form .nice-select .list .option.disabled, .block_form .select-checkbox .list .option.disabled {
  display: none;
}
.block_form .select-checkbox {
  position: relative;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
}
.block_form .select-checkbox:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 5px;
  transition: all 0.15s ease-in-out;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
}
.block_form .select-checkbox.open .list {
  display: block;
  opacity: 1;
}
.block_form .select-checkbox.open:after {
  transform: rotate(-135deg);
}
.block_form .select-checkbox .list {
  padding: 18px 18px 0;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.block_form .select-checkbox label {
  display: block;
  margin-bottom: 20px;
}
.block_form .select-checkbox .current {
  cursor: pointer;
  width: 100%;
  display: block;
  margin-top: 0;
}

.btn--apple {
  border-radius: 6px !important;
  background: white !important;
  border: 0;
  height: 40px;
  width: 200px !important;
  max-width: 200px;
  min-width: 200px;
  display: flex !important;
  color: black !important;
  justify-content: center;
  align-items: center;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.btn--apple svg {
  pointer-events: none;
  overflow: visible;
  width: 14px;
  transform: translateY(-2px);
  margin-right: 5px;
}

.signin a {
  color: #E539FF;
}

.signin__google {
  border-radius: 6px;
  overflow: hidden;
  height: 40px;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

.signin__social {
  height: 40px;
  overflow: hidden;
  width: 412px;
  margin-bottom: 32px;
  display: flex;
}
.signin__social .btn {
  height: 40px;
}
.signin__social > * + * {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .signin__social {
    margin: 0 auto 32px auto;
  }
}
@media (max-width: 540px) {
  .signin__social {
    height: 92px;
    width: 200px;
    display: block;
  }
  .signin__social > * + * {
    margin-left: 0;
  }
  .signin__social .btn {
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .signin__other {
    text-align: center;
  }
}
.contact-form *:last-child {
  margin-bottom: 0;
}

.card-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.card-wrap > .card {
  margin: auto;
}

.card {
  background: #161C24;
  border-radius: 12px;
  padding: 32px;
}

.card--small {
  max-width: 480px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 13px;
  color: #A3A6AB;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group--waiting:after {
  content: "";
  position: absolute;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0) scale(0.2);
  top: 10px;
  right: 10px;
}

.form-group--error .form-control {
  border-color: #FF1744;
}

.form-group--error .text-muted {
  color: #FF1744;
}

.form-group--success .form-control {
  border-color: #89E300;
}

.form-group--success .text-muted {
  color: #89E300;
}

.text-muted {
  color: #A3A6AB;
  margin-top: 8px;
  display: block;
  line-height: 1.1;
  font-size: 13px;
}

.form-control {
  color: white;
  background: #0C1119;
  border: 1px solid #3A424B;
  border-radius: 8px;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 12px 16px;
  line-height: 1;
}

.btn {
  background-color: silver;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
}

.btn-primary {
  background-color: #89E300 !important;
  border-radius: 8px;
  border: 0;
  display: block;
  padding: 20px 0;
  width: 100%;
  outline: none !important;
  color: white;
}

.btn-success {
  background-color: #00B7FF !important;
}

.btn-primary--progress {
  background-image: url("data:  image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'50'%20height%3D'100'%20viewBox%3D'0%200%205%2010'%3E%0A%09%3Crect%20width%3D'110%25'%20x%3D'-5%25'%20y%3D'-5%25'%20height%3D'110%25'%20fill%3D'transparent'%2F%3E%0A%09%3Cline%20x1%3D'-2'%20y1%3D'1'%20x2%3D'7'%20y2%3D'10'%20stroke%3D'%23D32F2F'%20stroke-width%3D'2'%2F%3E%0A%09%3Cline%20x1%3D'-2'%20y1%3D'6'%20x2%3D'7'%20y2%3D'15'%20stroke%3D'%23D32F2F'%20stroke-width%3D'2'%2F%3E%0A%09%3Cline%20x1%3D'-2'%20y1%3D'-4'%20x2%3D'7'%20y2%3D'5'%20stroke%3D'%23D32F2F'%20stroke-width%3D'2'%2F%3E%0A%3C%2Fsvg%3E");
  animation: progress-indefinite-anim 4s infinite linear 0s;
}

.card__header {
  font-size: 28px;
  text-align: center;
  margin-bottom: 32px !important;
}

.contact-form__result {
  text-align: center;
}

#right_blocks {
  position: fixed !important;
  top: 58px !important;
}

.install-pwa #right_blocks {
  top: 128px !important;
}

#right_blocks .popular_clubs {
  background: black;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  overflow-x: hidden;
}

.clubs {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-height: calc(100vh - 58px - 87px);
}

.clubs__side {
  min-width: 300px;
  max-width: 300px;
  min-height: calc(100vh - 58px);
}

.clubs__center {
  padding: 0 15px;
  width: calc(100% - 300px);
}

.clubs_side_block {
  margin: 0 20px;
  padding: 15px 20px;
  border-bottom: 1px solid #3A424B;
}

.clubs_side_block:last-child {
  border-bottom: 0;
}

.clubs_side_block__title {
  opacity: 0.5;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.clubs_left_link {
  display: flex;
  justify-content: start;
  flex-direction: row;
  align-items: center;
  color: white !important;
  font-weight: bold;
  padding: 6px 6px 6px 12px;
  margin-left: -10px;
  border-radius: 6px;
  margin-bottom: 4px;
}

.clubs_left_link--active {
  background: #34495e;
}

.clubs_left_link:last-child {
  margin-bottom: 0;
}

.clubs_left_link__text {
  padding-left: 15px;
}

.clubs_left_link__text--no-icon {
  padding-left: 35px;
}

.club_preview {
  border-bottom: 1px solid #3A424B;
  padding: 15px;
}

.clubs_page:last-child .club_preview:last-child {
  border-bottom: 0;
}

.club_glyph {
  margin-right: 10px;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
}

.club_preview__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-height: 40px;
  align-items: center;
  margin-bottom: 25px;
}

.club_preview__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: white !important;
}
.club_preview__title:hover .club_preview__title {
  text-decoration: underline;
}

.club_preview__join {
  background: color(srgb 0.1729 0.2236 0.2728);
  color: white !important;
  display: block;
  border-radius: 20px;
  text-align: center;
  padding: 7px 10px 6px 10px;
}

.club_review__actions {
  padding-top: 15px;
}

.club_preview__description {
  opacity: 0.3;
}

.club_preview__body {
  padding-top: 10px;
}

.club_review__actions--bottom {
  position: fixed;
  bottom: 0;
  width: 520px;
  margin-left: -15px;
  padding-top: 15px;
  background: #0C1119;
  border-top: 1px solid #3A424B;
}

.club_review__message {
  background: black;
  color: white;
  border: 0;
  border-radius: 100px;
  padding: 8px 20px 6px 20px;
  width: 100%;
}

.club_preview__body > .chat_item:last-child {
  margin-bottom: 0;
}

.clubs_side_blocks {
  width: 300px;
}

.clubs_side_blocks--fixed {
  position: fixed;
  height: calc(100vh - 58px);
  top: 58px;
  border-right: 1px solid #3A424B;
}

.install-pwa .clubs_side_blocks--fixed {
  height: calc(100vh - 128px);
  top: 128px;
}

.clubs__side--left .clubs_side_block {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 0;
}

.clubs_left_link--disabled {
  pointer-events: none;
}

.clubs_scroll, .popular_clubs, .clubs_side_blocks--fixed {
  /* For WebKit browsers (Chrome, Safari) */
  /* For Firefox */
  /* For customizing the scrollbar buttons */
}
.clubs_scroll::-webkit-scrollbar, .popular_clubs::-webkit-scrollbar, .clubs_side_blocks--fixed::-webkit-scrollbar {
  width: 8px; /* Width of the entire scrollbar */
  height: 12px; /* Height of the entire scrollbar */
}
.clubs_scroll::-webkit-scrollbar-track, .popular_clubs::-webkit-scrollbar-track, .clubs_side_blocks--fixed::-webkit-scrollbar-track {
  background: transparent; /* Color of the scrollbar track */
  border-radius: 10px; /* Optional: to give it rounded corners */
}
.clubs_scroll::-webkit-scrollbar-thumb, .popular_clubs::-webkit-scrollbar-thumb, .clubs_side_blocks--fixed::-webkit-scrollbar-thumb {
  background-color: rgba(136, 136, 136, 0.16); /* Color of the scroll thumb */
  border-radius: 10px; /* Optional: to give it rounded corners */
}
.clubs_scroll::-webkit-scrollbar-thumb:hover, .popular_clubs::-webkit-scrollbar-thumb:hover, .clubs_side_blocks--fixed::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scroll thumb when hovered */
}
.clubs_scroll *, .popular_clubs *, .clubs_side_blocks--fixed * {
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: rgba(136, 136, 136, 0.16) transparent; /* Scroll thumb and track */
}
.clubs_scroll::-webkit-scrollbar-button, .popular_clubs::-webkit-scrollbar-button, .clubs_side_blocks--fixed::-webkit-scrollbar-button {
  background: #f1f1f1; /* Color of the scrollbar buttons */
  height: 0; /* Height of the scrollbar buttons */
  width: 0;
}
.clubs_scroll::-webkit-scrollbar-button:hover, .popular_clubs::-webkit-scrollbar-button:hover, .clubs_side_blocks--fixed::-webkit-scrollbar-button:hover {
  background: #ccc; /* Color of the scrollbar buttons when hovered */
}

.clubs_side_blocks--fixed {
  /* Ensure the div has overflow set to scroll to show the scrollbar */
  overflow: auto;
  overflow-x: hidden;
}

.clubs_next_page {
  color: white !important;
  text-align: center;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  background: #34495e;
  border-radius: 10px;
}

.club_preview__count {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  font-weight: normal;
  color: #dddddd;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 17%);
  padding-left: 12px;
}

.popular_clubs {
  background: black;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popular_clubs .club_preview {
  padding: 8px 0;
  border: 0;
}
.popular_clubs .club_preview__header {
  margin-bottom: 0;
}

.story_dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.67);
}

.clubs_no_chats {
  padding: 20px 10px;
  text-align: center;
}
.clubs_no_chats a {
  color: #ff7e79 !important;
}

.story_dialog {
  border-radius: 10px;
  background: transparent;
  width: 400px;
  height: 700px;
  padding: 0;
  border: 0;
}
.story_dialog iframe {
  border: 0;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.story_dialog__close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}

.clubs_header {
  position: sticky;
  top: 58px;
  width: 100%;
  background: #0C1119;
  height: 64px;
  z-index: 1;
  border-bottom: 1px solid #3A424B;
  display: flex;
  align-items: center;
}

.clubs_breadcrumbs__link {
  color: white !important;
  font-weight: bold;
  display: inline;
  font-size: 16px;
}

.clubs_breadcrumbs__sort {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  height: 30px;
  top: calc(50% - 10px);
  line-height: 30px;
  text-align: center;
  color: white !important;
  font-size: 20px;
}

.clubs_breadcrumbs__separator {
  padding: 0 10px;
  color: white;
}

.club_thread__subject {
  white-space: nowrap;
  margin-top: 30px;
}
.club_thread__subject > .chat_item__parent_line {
  display: none !important;
}
.club_thread__subject > .chat_item__sticker_wrap, .club_thread__subject > .chat_item__message {
  font-size: 20px;
  white-space: normal;
}
.club_thread__subject > .chat_item__logo {
  width: 80px;
  height: 80px;
}
.club_thread__subject .avatar {
  transform: scale(1) translate(-5px, -5px) !important;
  margin: 5px auto auto;
}
.club_thread__subject:after {
  top: 80px !important;
  left: 40px !important;
}
.club_thread__subject + .club_thread {
  padding-left: 13px !important;
}

.chat_item {
  position: relative;
  padding-bottom: 10px;
}

.chat_item__message {
  margin-bottom: 10px;
}

.chat_item--offset {
  padding-left: 40px;
}
.chat_item--offset:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #707070;
  left: 27px;
  top: 27px;
}

.club_thread {
  padding-top: 0 !important;
}

.chat_item--has_children:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #707070;
  top: 54px;
  bottom: 0;
  left: 27px;
}

.chat_item--offset.chat_item--has_children:after {
  left: 67px;
}

.chat_item__parent_line {
  position: absolute;
  left: 27px;
  width: 1px;
  background: #707070;
  top: 0;
  bottom: 0;
}

.chat_item--latest > .chat_item__parent_line {
  bottom: unset !important;
  height: 27px;
}

.club_thread--offset {
  padding-left: 40px;
  position: relative;
  padding-top: 0 !important;
}
.club_thread--offset:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #707070;
  top: 0;
  left: 27px;
  bottom: 0;
}

.club_thread--latest:before {
  content: "";
  display: none;
}

@media (max-width: 1199px) {
  .clubs__side--right {
    display: none;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  .clubs__center {
    padding-right: 0;
  }
}
@media (max-width: 799px) {
  .clubs__side--left {
    display: none;
  }
  .clubs__center {
    padding-left: 0;
    width: 100%;
  }
}
.clubs__side--left.clubs__side--active {
  display: block;
}

.chat_item__sticker {
  max-width: 130px;
  margin-left: 16px;
  border-radius: 10px;
}

.chat_item__sticker_wrap {
  color: white !important;
  font-weight: bold;
  font-size: 14px;
}

.clubs_left_link__icon {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/clubs/icons_sprite_sheet.webp?v=2");
  background-repeat: no-repeat;
  background-size: 400px;
}

.icon-icon_features {
  background-position: -140px 0;
}

.icon-casual_dating {
  background-position: 0px 0px;
}

.icon-health_support {
  background-position: -80px 0px;
}

.icon-entertainment_lifestyle {
  background-position: -40px 0px;
}

.icon-icon_guidelines {
  background-position: -180px 0px;
}

.icon-gaming {
  background-position: -60px 0px;
}

.icon-icon_blog {
  background-position: -120px 0px;
}

.icon-mature_thirty_plus {
  background-position: -320px 0px;
}

.icon-icon_howitworks {
  background-position: -220px 0px;
}

.icon-icon_groups {
  background-position: -160px 0px;
}

.icon-icon_safetypanel {
  background-position: -260px 0px;
}

.icon-hobbies_interests {
  background-position: -100px 0px;
}

.icon-relationships_social {
  background-position: -360px 0px;
}

.icon-icon_useragreement {
  background-position: -280px 0px;
}

.icon-regions_locations {
  background-position: -340px 0px;
}

.icon-icon_home {
  background-position: -200px 0px;
}

.icon-icon_privacy_policy {
  background-position: -240px 0px;
}

.icon-culture_community {
  background-position: -20px 0px;
}

.icon-lgbtq_plus {
  background-position: -300px 0px;
}

.icon-threads {
  background-position: -380px 0px;
}

.public-profile {
  margin: 0;
  display: block;
  padding: 0;
}

.public-profile__name {
  font-weight: bold;
  margin: 0 0 24px 0;
  white-space: nowrap;
  font-size: 17px;
}

.public-profile__avatar {
  border-radius: 18px;
  border: 2px solid #FF964D;
  width: 76px;
  max-width: 76px;
  max-height: 76px;
  background: black;
}

.public-profile__avatar-img {
  width: 72px;
  height: 72px;
}

.public-profile__details {
  display: flex;
  justify-content: left;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.public-profile__props {
  margin-left: 18px;
}

.public-profile__prop {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.public-profile__prop + .public-profile__prop {
  margin-top: 7px;
}

.public-profile__prop-label {
  opacity: 0.6;
  margin-right: 7px;
}
.public-profile__prop-label:after {
  content: ":";
}

.public-profile__rating {
  position: absolute;
  top: 0;
  right: 0;
}

.public-profile__gifts {
  display: flex;
  flex-direction: row;
}

.public-profile__gift {
  width: 100%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  border-radius: 10px;
  position: relative;
  height: 85px;
}

.public-profile__gift-count {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

.public-profile__gift + .public-profile__gift {
  margin-left: 5px;
}

.public-profile__gift--hearts {
  background-image: url("../img/icons/gifts/gift_heart.png");
}

.public-profile__gift--roses {
  background-image: url("../img/icons/gifts/gift_rose.png");
}

.public-profile__gift--teddies {
  background-image: url("../img/icons/gifts/gift_teddy.png");
}

.public-profile__gift--diamonds {
  background-image: url("../img/icons/gifts/gift_diamond.png");
}

.public-profile__block {
  margin-top: 24px;
}

.public-profile__block-title {
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.public-profile__gift--empty {
  background-image: url("../img/icons/gifts/gift_empty.png");
}

.public-profile__rating > * {
  font-size: 16px !important;
}

.public-profile__actions {
  padding-top: 40px;
}

.public-profile__send {
  width: 100%;
  background: #FF9C23;
  color: white;
}

.post {
  display: block;
  margin-bottom: 20px;
}

.post__title {
  display: block;
  color: #FF16A2 !important;
  font-weight: bold;
}

.post__open {
  display: block;
}

.pagination {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.pagination__numbers {
  white-space: nowrap;
}

.pagination__link {
  display: inline-block;
  padding: 8px 8px 6px 8px;
  border-radius: 6px;
  margin: 0 5px;
  text-align: center;
  min-width: 35px;
}

.pagination > .pagination__link:first-child, .pagination > .pagination__link:last-child {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.pagination__link--active {
  background: #34495e;
  color: white !important;
}

.pagination__link--disabled {
  color: gray !important;
}

.avatar {
  background-image: url("../img/avatars/sprite_sheet.webp");
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
}

.avatar-36px {
  transform: scale(0.5) translate(-50%, -50%);
}

.avatar-1 {
  background-position: 0px 0px;
  width: 72px;
  height: 72px;
}

.avatar-2 {
  background-position: -72px 0px;
  width: 72px;
  height: 72px;
}

.avatar-3 {
  background-position: -144px 0px;
  width: 72px;
  height: 72px;
}

.avatar-4 {
  background-position: -216px 0px;
  width: 72px;
  height: 72px;
}

.avatar-5 {
  background-position: -288px 0px;
  width: 72px;
  height: 72px;
}

.avatar-6 {
  background-position: -360px 0px;
  width: 72px;
  height: 72px;
}

.avatar-7 {
  background-position: -432px 0px;
  width: 72px;
  height: 72px;
}

.avatar-8 {
  background-position: -504px 0px;
  width: 72px;
  height: 72px;
}

.avatar-9 {
  background-position: -576px 0px;
  width: 72px;
  height: 72px;
}

.avatar-10 {
  background-position: -648px 0px;
  width: 72px;
  height: 72px;
}

.avatar-11 {
  background-position: -720px 0px;
  width: 72px;
  height: 72px;
}

.avatar-12 {
  background-position: -792px 0px;
  width: 72px;
  height: 72px;
}

.avatar-13 {
  background-position: -864px 0px;
  width: 72px;
  height: 72px;
}

.avatar-14 {
  background-position: -936px 0px;
  width: 72px;
  height: 72px;
}

.avatar-15 {
  background-position: -1008px 0px;
  width: 72px;
  height: 72px;
}

.avatar-16 {
  background-position: -1080px 0px;
  width: 72px;
  height: 72px;
}

.avatar-17 {
  background-position: -1152px 0px;
  width: 72px;
  height: 72px;
}

.avatar-18 {
  background-position: -1224px 0px;
  width: 72px;
  height: 72px;
}

.avatar-19 {
  background-position: -1296px 0px;
  width: 72px;
  height: 72px;
}

.avatar-20 {
  background-position: -1368px 0px;
  width: 72px;
  height: 72px;
}

.avatar-21 {
  background-position: -1440px 0px;
  width: 72px;
  height: 72px;
}

.avatar-22 {
  background-position: -1512px 0px;
  width: 72px;
  height: 72px;
}

.avatar-23 {
  background-position: -1584px 0px;
  width: 72px;
  height: 72px;
}

.avatar-24 {
  background-position: -1656px 0px;
  width: 72px;
  height: 72px;
}

.avatar-25 {
  background-position: -1728px 0px;
  width: 72px;
  height: 72px;
}

.avatar-26 {
  background-position: -1800px 0px;
  width: 72px;
  height: 72px;
}

.avatar-27 {
  background-position: -1872px 0px;
  width: 72px;
  height: 72px;
}

.avatar-28 {
  background-position: -1944px 0px;
  width: 72px;
  height: 72px;
}

.avatar-29 {
  background-position: -2016px 0px;
  width: 72px;
  height: 72px;
}

.avatar-30 {
  background-position: -2088px 0px;
  width: 72px;
  height: 72px;
}

.avatar-31 {
  background-position: -2160px 0px;
  width: 72px;
  height: 72px;
}

.avatar-32 {
  background-position: -2232px 0px;
  width: 72px;
  height: 72px;
}

.avatar-33 {
  background-position: -2304px 0px;
  width: 72px;
  height: 72px;
}

.avatar-34 {
  background-position: -2376px 0px;
  width: 72px;
  height: 72px;
}

.avatar-35 {
  background-position: -2448px 0px;
  width: 72px;
  height: 72px;
}

.avatar-36 {
  background-position: -2520px 0px;
  width: 72px;
  height: 72px;
}

.avatar-37 {
  background-position: -2592px 0px;
  width: 72px;
  height: 72px;
}

.avatar-38 {
  background-position: -2664px 0px;
  width: 72px;
  height: 72px;
}

.avatar-39 {
  background-position: -2736px 0px;
  width: 72px;
  height: 72px;
}

.avatar-40 {
  background-position: -2808px 0px;
  width: 72px;
  height: 72px;
}

.avatar-41 {
  background-position: -2880px 0px;
  width: 72px;
  height: 72px;
}

.avatar-42 {
  background-position: -2952px 0px;
  width: 72px;
  height: 72px;
}

.avatar-43 {
  background-position: -3024px 0px;
  width: 72px;
  height: 72px;
}

.avatar-44 {
  background-position: -3096px 0px;
  width: 72px;
  height: 72px;
}

.avatar-45 {
  background-position: -3168px 0px;
  width: 72px;
  height: 72px;
}

.avatar-46 {
  background-position: -3240px 0px;
  width: 72px;
  height: 72px;
}

.avatar-47 {
  background-position: -3312px 0px;
  width: 72px;
  height: 72px;
}

.avatar-48 {
  background-position: -3384px 0px;
  width: 72px;
  height: 72px;
}

.avatar-49 {
  background-position: -3456px 0px;
  width: 72px;
  height: 72px;
}

.avatar-50 {
  background-position: -3528px 0px;
  width: 72px;
  height: 72px;
}

.avatar-51 {
  background-position: 0px -72px;
  width: 72px;
  height: 72px;
}

.avatar-52 {
  background-position: -72px -72px;
  width: 72px;
  height: 72px;
}

.avatar-53 {
  background-position: -144px -72px;
  width: 72px;
  height: 72px;
}

.avatar-54 {
  background-position: -216px -72px;
  width: 72px;
  height: 72px;
}

.avatar-55 {
  background-position: -288px -72px;
  width: 72px;
  height: 72px;
}

.avatar-56 {
  background-position: -360px -72px;
  width: 72px;
  height: 72px;
}

.avatar-57 {
  background-position: -432px -72px;
  width: 72px;
  height: 72px;
}

.avatar-58 {
  background-position: -504px -72px;
  width: 72px;
  height: 72px;
}

.avatar-59 {
  background-position: -576px -72px;
  width: 72px;
  height: 72px;
}

.avatar-60 {
  background-position: -648px -72px;
  width: 72px;
  height: 72px;
}

.avatar-61 {
  background-position: -720px -72px;
  width: 72px;
  height: 72px;
}

.avatar-62 {
  background-position: -792px -72px;
  width: 72px;
  height: 72px;
}

.avatar-63 {
  background-position: -864px -72px;
  width: 72px;
  height: 72px;
}

.avatar-64 {
  background-position: -936px -72px;
  width: 72px;
  height: 72px;
}

.avatar-65 {
  background-position: -1008px -72px;
  width: 72px;
  height: 72px;
}

.avatar-66 {
  background-position: -1080px -72px;
  width: 72px;
  height: 72px;
}

.avatar-67 {
  background-position: -1152px -72px;
  width: 72px;
  height: 72px;
}

.avatar-68 {
  background-position: -1224px -72px;
  width: 72px;
  height: 72px;
}

.avatar-69 {
  background-position: -1296px -72px;
  width: 72px;
  height: 72px;
}

.avatar-70 {
  background-position: -1368px -72px;
  width: 72px;
  height: 72px;
}

.avatar-71 {
  background-position: -1440px -72px;
  width: 72px;
  height: 72px;
}

.avatar-72 {
  background-position: -1512px -72px;
  width: 72px;
  height: 72px;
}

.avatar-73 {
  background-position: -1584px -72px;
  width: 72px;
  height: 72px;
}

.avatar-74 {
  background-position: -1656px -72px;
  width: 72px;
  height: 72px;
}

.avatar-75 {
  background-position: -1728px -72px;
  width: 72px;
  height: 72px;
}

.avatar-76 {
  background-position: -1800px -72px;
  width: 72px;
  height: 72px;
}

.avatar-77 {
  background-position: -1872px -72px;
  width: 72px;
  height: 72px;
}

.avatar-78 {
  background-position: -1944px -72px;
  width: 72px;
  height: 72px;
}

.avatar-79 {
  background-position: -2016px -72px;
  width: 72px;
  height: 72px;
}

.avatar-80 {
  background-position: -2088px -72px;
  width: 72px;
  height: 72px;
}

.avatar-81 {
  background-position: -2160px -72px;
  width: 72px;
  height: 72px;
}

.avatar-82 {
  background-position: -2232px -72px;
  width: 72px;
  height: 72px;
}

.avatar-83 {
  background-position: -2304px -72px;
  width: 72px;
  height: 72px;
}

.avatar-84 {
  background-position: -2376px -72px;
  width: 72px;
  height: 72px;
}

.avatar-85 {
  background-position: -2448px -72px;
  width: 72px;
  height: 72px;
}

.avatar-86 {
  background-position: -2520px -72px;
  width: 72px;
  height: 72px;
}

.avatar-87 {
  background-position: -2592px -72px;
  width: 72px;
  height: 72px;
}

.avatar-88 {
  background-position: -2664px -72px;
  width: 72px;
  height: 72px;
}

.avatar-89 {
  background-position: -2736px -72px;
  width: 72px;
  height: 72px;
}

.avatar-90 {
  background-position: -2808px -72px;
  width: 72px;
  height: 72px;
}

.avatar-91 {
  background-position: -2880px -72px;
  width: 72px;
  height: 72px;
}

.avatar-92 {
  background-position: -2952px -72px;
  width: 72px;
  height: 72px;
}

.avatar-93 {
  background-position: -3024px -72px;
  width: 72px;
  height: 72px;
}

.avatar-94 {
  background-position: -3096px -72px;
  width: 72px;
  height: 72px;
}

.avatar-95 {
  background-position: -3168px -72px;
  width: 72px;
  height: 72px;
}

.avatar-96 {
  background-position: -3240px -72px;
  width: 72px;
  height: 72px;
}

.avatar-97 {
  background-position: -3312px -72px;
  width: 72px;
  height: 72px;
}

.avatar-98 {
  background-position: -3384px -72px;
  width: 72px;
  height: 72px;
}

.avatar-99 {
  background-position: -3456px -72px;
  width: 72px;
  height: 72px;
}

.avatar-100 {
  background-position: -3528px -72px;
  width: 72px;
  height: 72px;
}

.avatar-101 {
  background-position: 0px -144px;
  width: 72px;
  height: 72px;
}

.avatar-102 {
  background-position: -72px -144px;
  width: 72px;
  height: 72px;
}

.avatar-103 {
  background-position: -144px -144px;
  width: 72px;
  height: 72px;
}

.avatar-104 {
  background-position: -216px -144px;
  width: 72px;
  height: 72px;
}

.avatar-105 {
  background-position: -288px -144px;
  width: 72px;
  height: 72px;
}

.avatar-106 {
  background-position: -360px -144px;
  width: 72px;
  height: 72px;
}

.avatar-107 {
  background-position: -432px -144px;
  width: 72px;
  height: 72px;
}

.avatar-108 {
  background-position: -504px -144px;
  width: 72px;
  height: 72px;
}

.avatar-109 {
  background-position: -576px -144px;
  width: 72px;
  height: 72px;
}

.avatar-110 {
  background-position: -648px -144px;
  width: 72px;
  height: 72px;
}

.avatar-111 {
  background-position: -720px -144px;
  width: 72px;
  height: 72px;
}

.avatar-112 {
  background-position: -792px -144px;
  width: 72px;
  height: 72px;
}

.avatar-113 {
  background-position: -864px -144px;
  width: 72px;
  height: 72px;
}

.avatar-114 {
  background-position: -936px -144px;
  width: 72px;
  height: 72px;
}

.avatar-115 {
  background-position: -1008px -144px;
  width: 72px;
  height: 72px;
}

.avatar-116 {
  background-position: -1080px -144px;
  width: 72px;
  height: 72px;
}

.avatar-117 {
  background-position: -1152px -144px;
  width: 72px;
  height: 72px;
}

.avatar-200 {
  background-position: -1224px -144px;
  width: 72px;
  height: 72px;
}

.avatar-201 {
  background-position: -1296px -144px;
  width: 72px;
  height: 72px;
}

.avatar-202 {
  background-position: -1368px -144px;
  width: 72px;
  height: 72px;
}

.avatar-203 {
  background-position: -1440px -144px;
  width: 72px;
  height: 72px;
}

.avatar-204 {
  background-position: -1512px -144px;
  width: 72px;
  height: 72px;
}

.avatar-205 {
  background-position: -1584px -144px;
  width: 72px;
  height: 72px;
}

.avatar-206 {
  background-position: -1656px -144px;
  width: 72px;
  height: 72px;
}

.avatar-207 {
  background-position: -1728px -144px;
  width: 72px;
  height: 72px;
}

.avatar-208 {
  background-position: -1800px -144px;
  width: 72px;
  height: 72px;
}

.avatar-209 {
  background-position: -1872px -144px;
  width: 72px;
  height: 72px;
}

.avatar-210 {
  background-position: -1944px -144px;
  width: 72px;
  height: 72px;
}

.avatar-211 {
  background-position: -2016px -144px;
  width: 72px;
  height: 72px;
}

.avatar-212 {
  background-position: -2088px -144px;
  width: 72px;
  height: 72px;
}

.avatar-213 {
  background-position: -2160px -144px;
  width: 72px;
  height: 72px;
}

.avatar-214 {
  background-position: -2232px -144px;
  width: 72px;
  height: 72px;
}

.avatar-215 {
  background-position: -2304px -144px;
  width: 72px;
  height: 72px;
}

.avatar-216 {
  background-position: -2376px -144px;
  width: 72px;
  height: 72px;
}

.avatar-217 {
  background-position: -2448px -144px;
  width: 72px;
  height: 72px;
}

.avatar-218 {
  background-position: -2520px -144px;
  width: 72px;
  height: 72px;
}

.avatar-219 {
  background-position: -2592px -144px;
  width: 72px;
  height: 72px;
}

.avatar-220 {
  background-position: -2664px -144px;
  width: 72px;
  height: 72px;
}

.avatar-221 {
  background-position: -2736px -144px;
  width: 72px;
  height: 72px;
}

.avatar-222 {
  background-position: -2808px -144px;
  width: 72px;
  height: 72px;
}

.avatar-223 {
  background-position: -2880px -144px;
  width: 72px;
  height: 72px;
}

.avatar-224 {
  background-position: -2952px -144px;
  width: 72px;
  height: 72px;
}

.avatar-225 {
  background-position: -3024px -144px;
  width: 72px;
  height: 72px;
}

.avatar-226 {
  background-position: -3096px -144px;
  width: 72px;
  height: 72px;
}

.avatar-227 {
  background-position: -3168px -144px;
  width: 72px;
  height: 72px;
}

.avatar-228 {
  background-position: -3240px -144px;
  width: 72px;
  height: 72px;
}

.avatar-229 {
  background-position: -3312px -144px;
  width: 72px;
  height: 72px;
}

.avatar-230 {
  background-position: -3384px -144px;
  width: 72px;
  height: 72px;
}

.avatar-231 {
  background-position: -3456px -144px;
  width: 72px;
  height: 72px;
}

.avatar-232 {
  background-position: -3528px -144px;
  width: 72px;
  height: 72px;
}

.avatar-233 {
  background-position: 0px -216px;
  width: 72px;
  height: 72px;
}

.avatar-234 {
  background-position: -72px -216px;
  width: 72px;
  height: 72px;
}

.avatar-235 {
  background-position: -144px -216px;
  width: 72px;
  height: 72px;
}

.avatar-236 {
  background-position: -216px -216px;
  width: 72px;
  height: 72px;
}

.avatar-237 {
  background-position: -288px -216px;
  width: 72px;
  height: 72px;
}

.avatar-238 {
  background-position: -360px -216px;
  width: 72px;
  height: 72px;
}

.avatar-239 {
  background-position: -432px -216px;
  width: 72px;
  height: 72px;
}

.avatar-240 {
  background-position: -504px -216px;
  width: 72px;
  height: 72px;
}

.avatar-241 {
  background-position: -576px -216px;
  width: 72px;
  height: 72px;
}

.avatar-242 {
  background-position: -648px -216px;
  width: 72px;
  height: 72px;
}

.avatar-243 {
  background-position: -720px -216px;
  width: 72px;
  height: 72px;
}

.avatar-300 {
  background-position: -792px -216px;
  width: 72px;
  height: 72px;
}

.avatar-301 {
  background-position: -864px -216px;
  width: 72px;
  height: 72px;
}

.avatar-302 {
  background-position: -936px -216px;
  width: 72px;
  height: 72px;
}

.avatar-303 {
  background-position: -1008px -216px;
  width: 72px;
  height: 72px;
}

.avatar-304 {
  background-position: -1080px -216px;
  width: 72px;
  height: 72px;
}

.avatar-305 {
  background-position: -1152px -216px;
  width: 72px;
  height: 72px;
}

.avatar-306 {
  background-position: -1224px -216px;
  width: 72px;
  height: 72px;
}

.avatar-307 {
  background-position: -1296px -216px;
  width: 72px;
  height: 72px;
}

.avatar-308 {
  background-position: -1368px -216px;
  width: 72px;
  height: 72px;
}

.avatar-309 {
  background-position: -1440px -216px;
  width: 72px;
  height: 72px;
}

.avatar-310 {
  background-position: -1512px -216px;
  width: 72px;
  height: 72px;
}

.avatar-311 {
  background-position: -1584px -216px;
  width: 72px;
  height: 72px;
}

.avatar-312 {
  background-position: -1656px -216px;
  width: 72px;
  height: 72px;
}

.avatar-313 {
  background-position: -1728px -216px;
  width: 72px;
  height: 72px;
}

.avatar-314 {
  background-position: -1800px -216px;
  width: 72px;
  height: 72px;
}

.avatar-315 {
  background-position: -1872px -216px;
  width: 72px;
  height: 72px;
}

.avatar-317 {
  background-position: -1944px -216px;
  width: 72px;
  height: 72px;
}

.avatar-318 {
  background-position: -2016px -216px;
  width: 72px;
  height: 72px;
}

.avatar-319 {
  background-position: -2088px -216px;
  width: 72px;
  height: 72px;
}

.avatar-320 {
  background-position: -2160px -216px;
  width: 72px;
  height: 72px;
}

.avatar-321 {
  background-position: -2232px -216px;
  width: 72px;
  height: 72px;
}

.avatar-322 {
  background-position: -2304px -216px;
  width: 72px;
  height: 72px;
}

.avatar-323 {
  background-position: -2376px -216px;
  width: 72px;
  height: 72px;
}

.avatar-324 {
  background-position: -2448px -216px;
  width: 72px;
  height: 72px;
}

.avatar-325 {
  background-position: -2520px -216px;
  width: 72px;
  height: 72px;
}

.avatar-326 {
  background-position: -2592px -216px;
  width: 72px;
  height: 72px;
}

.avatar-327 {
  background-position: -2664px -216px;
  width: 72px;
  height: 72px;
}

.avatar-328 {
  background-position: -2736px -216px;
  width: 72px;
  height: 72px;
}

.avatar-500 {
  background-position: -2808px -216px;
  width: 72px;
  height: 72px;
}

.avatar-501 {
  background-position: -2880px -216px;
  width: 72px;
  height: 72px;
}

.avatar-509 {
  background-position: -2952px -216px;
  width: 72px;
  height: 72px;
}

.avatar-510 {
  background-position: -3024px -216px;
  width: 72px;
  height: 72px;
}

.avatar-511 {
  background-position: -3096px -216px;
  width: 72px;
  height: 72px;
}

.avatar-1000 {
  background-position: -3168px -216px;
  width: 72px;
  height: 72px;
}

.avatar-1001 {
  background-position: -3240px -216px;
  width: 72px;
  height: 72px;
}

.install_pwa_header {
  display: none;
  overflow: hidden;
  background: #0C1119;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  max-height: 70px;
}
.install_pwa_header .container {
  justify-content: flex-start;
}

.install-pwa .install_pwa_header {
  display: flex;
}

.install_pwa_header__close {
  width: 30px;
  background: url("../img/icons/close.svg") no-repeat center;
  min-height: 70px;
  cursor: pointer;
  margin-right: 10px;
}

.install_pwa_header__logo {
  width: 50px;
  margin-right: 10px;
  background-color: black;
  padding: 6px 5px;
  border-radius: 10px;
}

.install_pwa_header__message {
  line-height: 1.12;
  font-size: 14px;
}

.install_pwa_header__get {
  cursor: pointer;
  font-weight: bold;
  margin-left: auto;
  min-width: 60px;
}

#install_pwa_dialog {
  border: 0;
  padding: 0;
  top: unset;
  bottom: 20px;
}
#install_pwa_dialog .download_app_dialog__body {
  padding-bottom: 0;
}

.install_pwa_dialog__content {
  padding: 40px;
  text-align: left;
  background: #2C3945;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.install_pwa_dialog__down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2C3945;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

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