:root {
  --color: #00D393;
}
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: local('Proxima Nova'), local('ProximaNova'), url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body {
  font: normal normal normal 18px/23px Proxima Nova;
  color: #46464D;
  overflow-x: hidden;
}
.container {
  max-width: 1476px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 780px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
}
header {
  height: 80px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(47, 47, 51, 0.08);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(47, 47, 51, 0.04);
}
@media screen and (max-width: 780px) {
  header {
    height: 56px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .logo {
  display: flex;
}
header .logo a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #46464D;
  text-decoration: none;
}
header .logo a img {
  margin-right: 16px;
}
@media screen and (max-width: 780px) {
  header .logo a img {
    margin-right: 10px;
  }
}
header .logo a:first-child {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  header .logo a:first-child {
    margin-right: 10px;
  }
}
header menu {
  display: flex;
  align-items: center;
}
header menu li {
  list-style-type: none;
}
header menu li:not(:first-child):not(:last-child) {
  margin: 0 20px;
}
header menu li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  header menu li {
    display: none;
  }
}
header menu li:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 780px) {
  header menu li:last-child {
    display: flex;
  }
}
header menu li a {
  color: #2F2F33;
  text-decoration: none;
}
header menu li a.gosite {
  background: var(--color);
  border-radius: 12px;
  height: 56px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 0 30px;
}
@media screen and (max-width: 780px) {
  header menu li a.gosite {
    padding: 0 10px;
  }
}
@media screen and (max-width: 780px) {
  header menu li a.gosite {
    height: 34px;
  }
}
@media screen and (max-width: 780px) {
  header menu li a.gosite {
    font-size: 16px;
  }
}
.head {
  padding-top: 100px;
  margin-bottom: 150px;
  background: #F2F2F2;
  background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 100%);
  background-repeat: no-repeat;
  background-size: 100% 90%;
}
@media screen and (max-width: 780px) {
  .head {
    padding-top: 40px;
  }
}
@media screen and (max-width: 780px) {
  .head {
    margin-bottom: 60px;
  }
}
.head .img {
  display: flex;
  justify-content: center;
}
.head .img .mainimageborder {
  border: 10px solid #ffffff;
  border-radius: 10px;
  width: 80%;
}
@media screen and (max-width: 780px) {
  .head .img .mainimageborder {
    border-width: 4px;
  }
}
@media screen and (max-width: 780px) {
  .head .img .mainimageborder {
    width: 100%;
  }
}
.head .img .mainimageborder .mainimage {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.head .text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 8 - 24px);
  margin-left: calc(100% / 12 * 2 + 12px);
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .head .text {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .head .text {
    margin-left: calc(100% / 12 * 0 + 12px);
  }
}
.head .text h1 {
  color: #2F2F33;
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .head .text h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .head .text h1 {
    line-height: 34px;
  }
}
.head .text p {
  padding-top: 32px;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .head .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .head .text p {
    line-height: 24px;
  }
}
.head .text .links {
  display: flex;
  justify-content: center;
}
.head .text .links_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #46464D;
  text-decoration: none;
  width: 300px;
  height: 140px;
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  margin: 0 12px;
}
.head .text .links_item img {
  margin-bottom: 19px;
  width: 126px;
}
.head .text .links_item:hover {
  box-shadow: 0 3px 12px rgba(47, 47, 51, 0.2);
}
.head img {
  display: flex;
  margin: 0 auto;
}
ul.square {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.square li {
  position: relative;
  margin: 8px 0 8px 20px;
  display: inline-block;
  width: calc(100% - 20px);
}
ul.square li:before {
  position: absolute;
  content: '';
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: var(--color);
  border-radius: 2px;
}
.opportunity {
  margin-bottom: 100px;
}
.opportunity .row:first-child {
  margin-bottom: 120px;
}
.opportunity .video {
  border: 8px solid #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}
.opportunity video {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
.opportunity_title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 780px) {
  .opportunity_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .opportunity_title {
    line-height: 34px;
  }
}
.opportunity_title span {
  font-size: 16px;
  line-height: 19px;
  color: var(--color);
  display: flex;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.opportunity .tab-pane:not(.tab-pane-show) {
  display: none;
}
.opportunity_menu {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  height: 56px;
  margin-bottom: 32px;
  padding: 0 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .opportunity_menu {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1020px) {
  .opportunity_menu {
    max-width: 100%;
  }
}
.opportunity_menu--item {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}
.opportunity_menu--item.tab-btn-active {
  background: var(--color);
  border-radius: 10px;
  color: #FFFFFF;
}
.opportunity p {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px;
}
.opportunity_items--item {
  display: flex;
  margin-bottom: 24px;
}
.opportunity_items--item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  width: 44px;
  height: 44px;
  margin-right: 24px;
  flex: none;
}
.opportunity_items--item_img.green {
  background: rgba(0, 211, 147, 0.3);
}
.opportunity_items--item_img.purple {
  background: rgba(199, 115, 230, 0.3);
}
.opportunity_items--item_img.red {
  background: rgba(252, 108, 76, 0.3);
}
.opportunity_items--item_img.yellow {
  background: rgba(255, 213, 77, 0.3);
}
.opportunity_items--item_img.blue {
  background: rgba(49, 178, 247, 0.3);
}
.opportunity_items--item_img img {
  width: 24px;
  height: 24px;
}
.opportunity_items--item_text {
  font-size: 18px;
  line-height: 23px;
  color: #46464D;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.opportunity_left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
}
@media screen and (max-width: 1020px) {
  .opportunity_left {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 1020px) {
  .opportunity_left {
    margin-bottom: 32px;
  }
}
.opportunity_right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
}
@media screen and (max-width: 1020px) {
  .opportunity_right {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 1020px) {
  .opportunity_right {
    margin-bottom: 32px;
  }
}
.mobile {
  background: #39dfac;
  background: linear-gradient(126deg, #39dfac 0%, #00b37c 100%);
  background-size: 100% 85%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .mobile {
    background-size: 100% 93%;
  }
}
@media screen and (max-width: 780px) {
  .mobile {
    background-position: top;
  }
}
.mobile--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .mobile--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .mobile--title {
    line-height: 34px;
  }
}
@media screen and (max-width: 780px) {
  .mobile--title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .mobile .row {
    flex-direction: column-reverse;
  }
}
.mobile_img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .mobile_img {
    width: calc(100% / 12 * 12 - 24px);
  }
}
.mobile_img_left,
.mobile_img_right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 3 - 24px);
  border: 8px solid #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  background: #ffffff;
}
@media screen and (max-width: 780px) {
  .mobile_img_left,
  .mobile_img_right {
    width: calc(100% / 12 * 12 - 24px);
  }
}
.mobile_img_left img,
.mobile_img_right img {
  border-radius: 6px;
  display: block;
}
.mobile ul {
  color: #ffffff;
}
.mobile ul.square li:before {
  background: #ffffff;
}
.mobile_text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .mobile_text {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .mobile_text {
    text-align: center;
  }
}
.mobile_text p {
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .mobile_text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .mobile_text p {
    line-height: 24px;
  }
}
.mobile_text--btn {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .mobile_text--btn {
    justify-content: space-between;
  }
}
.mobile_text--btn a {
  display: flex;
}
.mobile_text--btn a:last-child {
  margin-left: 16px;
}
.portfolio {
  margin-bottom: 100px;
  padding-top: 50px;
}
.portfolio--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .portfolio--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .portfolio--title {
    line-height: 34px;
  }
}
.portfolio_items {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.portfolio_col {
  width: 33.333%;
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .portfolio_col {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .portfolio_col {
    width: 100%;
  }
}
.portfolio_item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #ffffff;
  border: 1px solid rgba(47, 47, 51, 0.1);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  /* Ensure all cards in a row have equal height! */
}
.portfolio_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(47, 47, 51, 0.15);
  border-color: var(--color);
}
.portfolio_item_img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid rgba(47, 47, 51, 0.1);
}
.portfolio_item_title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #2F2F33;
  padding: 16px 16px 8px;
  text-align: center;
  margin: 0;
}
.portfolio_item_link {
  font-size: 16px;
  color: var(--color);
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.price {
  margin-bottom: 100px;
}
.price_title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 4 - 24px);
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 32px;
}
@media screen and (max-width: 1020px) {
  .price_title {
    width: calc(100% / 12 * 6 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_title {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .price_title {
    line-height: 34px;
  }
}
.price_filter {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 4 - 24px);
  display: flex;
  align-items: center;
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  height: 56px;
  margin-bottom: 32px;
  padding: 0 3px;
}
@media screen and (max-width: 1020px) {
  .price_filter {
    width: calc(100% / 12 * 6 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_filter {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_filter {
    overflow-y: scroll;
  }
}
.price_filter--item {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
}
.price_filter--item.active {
  background: var(--color);
  border-radius: 10px;
  color: #FFFFFF;
}
.price_info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 4 - 24px);
}
@media screen and (max-width: 1020px) {
  .price_info {
    width: calc(100% / 12 * 6 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_info {
    width: calc(100% / 12 * 12 - 24px);
  }
}
.price_info p {
  font-size: 23.9px;
  line-height: 29px;
  padding-bottom: 8.5px;
}
@media screen and (max-width: 780px) {
  .price_info {
    margin-bottom: 20px;
  }
}
.price_items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 8 - 24px);
  display: flex !important;
}
@media screen and (max-width: 1020px) {
  .price_items {
    width: calc(100% / 12 * 6 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_items {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_items {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .price_items {
    height: 100%;
  }
}
.price_items .slick-list {
  overflow: unset;
  display: flex;
}
@media screen and (max-width: 780px) {
  .price_items .slick-list {
    overflow: hidden;
  }
}
.price_items .slick-track {
  display: flex;
}
.price_items--item {
  box-sizing: border-box;
  box-shadow: 0 3px 12px rgba(255, 255, 255, 0.1);
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .price_items--item {
    margin: 0 12px;
  }
}
@media screen and (max-width: 780px) {
  .price_items--item {
    height: unset;
  }
}
.price_items--item:hover {
  box-shadow: 0 3px 12px rgba(47, 47, 51, 0.2);
}
.price_items--item_title {
  font-size: 32px;
  line-height: 39px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 26px;
}
.price_items--item_sum {
  font-size: 66px;
  line-height: 81px;
  font-weight: bold;
  text-align: center;
  color: #2F2F33;
  padding-bottom: 46px;
  position: relative;
  display: flex;
  justify-content: center;
}
.price_items--item_sum_discount {
  position: absolute;
  height: 28px;
  background: rgba(252, 108, 76, 0.2);
  color: #FF4500;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 0 13px;
  bottom: 15px;
}
.price_items--item_sum_discount span {
  text-decoration: line-through;
  color: #46464D;
}
.price_items--item_btn {
  background: var(--color);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  width: calc(100% - 24px * 2);
  height: 56px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 56px;
  text-decoration: none;
  margin-bottom: 32px;
}
.price_items--item_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price_items--item_list li {
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.price_items--item_list li span {
  font-weight: bold;
}
@media screen and (min-width: 1020px) {
  .price_items--item {
    width: calc(50% - 16px) !important;
  }
  .price_items--item:not(:last-child) {
    margin-right: 24px;
  }
}
.bonus {
  margin: 100px 0;
}
.bonus .container {
  box-shadow: 0 0 12px rgba(47, 47, 51, 0.2);
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  padding: 88px 12px 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .bonus .row {
    flex-direction: column-reverse;
  }
}
.bonus_img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .bonus_img {
    width: calc(100% / 12 * 12 - 24px);
  }
}
.bonus_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
  padding: 0 15px;
}
@media screen and (max-width: 780px) {
  .bonus_block {
    width: calc(100% / 12 * 12 - 24px);
  }
}
.bonus_block--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .bonus_block--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .bonus_block--title {
    line-height: 34px;
  }
}
.bonus_block p {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}
.about {
  background: #F2F2F2;
  margin-bottom: 100px;
}
.about .container {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1020px) {
  .about .container {
    padding: 0;
  }
}
@media screen and (max-width: 1020px) {
  .about .container {
    flex-direction: column;
  }
}
.about .container .about_text {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .about .container .about_text {
    padding: 40px 15px;
  }
}
.about .container .about_text--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 32px;
}
@media screen and (max-width: 780px) {
  .about .container .about_text--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .about .container .about_text--title {
    line-height: 34px;
  }
}
.about .container .about_text p {
  font-size: 20px;
  line-height: 30px;
}
.about .container .about_text a {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color);
  border-radius: 12px;
  height: 56px;
  color: var(--color);
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  max-width: 340px;
  width: 100%;
}
.steps {
  margin-bottom: 100px;
}
.steps--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 780px) {
  .steps--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .steps--title {
    line-height: 34px;
  }
}
.steps_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
@media screen and (max-width: 780px) {
  .steps_grid {
    margin: -8px;
  }
}
.steps_col {
  width: 33.333%;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 1020px) {
  .steps_col {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .steps_col {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .steps_col {
    padding: 8px;
  }
}
.steps_card {
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.1);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
@media screen and (max-width: 780px) {
  .steps_card {
    padding: 24px;
  }
}
.steps_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(47, 47, 51, 0.1);
  border-color: var(--color);
}
.steps_card_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.steps_card_header .num {
  font-size: 16px;
  font-weight: bold;
  color: #FC6C4C;
  /* Red/Orange indicator for problems */
  background: rgba(252, 108, 76, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.steps_card_header h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #2F2F33;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .steps_card_header h3 {
    font-size: 18px;
  }
}
.steps_card_desc {
  font-size: 15px;
  line-height: 22px;
  color: #767680;
  margin-bottom: 24px;
  flex-grow: 1;
}
.steps_card_solution {
  background: rgba(0, 211, 147, 0.05);
  border-left: 3px solid var(--color);
  padding: 16px;
  border-radius: 0 12px 12px 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .steps_card_solution {
    padding: 12px;
  }
}
.steps_card_solution h4 {
  font-size: 13px;
  font-weight: bold;
  color: var(--color);
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.steps_card_solution p {
  font-size: 14px;
  line-height: 20px;
  color: #46464D;
  margin: 0;
}
.steps_card_result {
  background: rgba(49, 178, 247, 0.05);
  border-left: 3px solid #31B2F7;
  padding: 16px;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 780px) {
  .steps_card_result {
    padding: 12px;
  }
}
.steps_card_result h4 {
  font-size: 13px;
  font-weight: bold;
  color: #31B2F7;
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.steps_card_result p {
  font-size: 14px;
  line-height: 20px;
  color: #46464D;
  margin: 0;
}
.faq {
  margin-bottom: 80px;
}
.faq--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  text-align: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 780px) {
  .faq--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .faq--title {
    line-height: 34px;
  }
}
.faq_items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 8 - 24px);
  margin-left: calc(100% / 12 * 2 + 12px);
}
@media screen and (max-width: 780px) {
  .faq_items {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .faq_items {
    margin-left: calc(100% / 12 * 0 + 12px);
  }
}
.faq_items details {
  interpolate-size: allow-keywords;
  /* Включает анимацию высоты */
}
.faq_items details::details-content {
  transition: height 0.3s ease-out, content-visibility 0.3s allow-discrete;
  overflow: clip;
  height: 0;
}
.faq_items details[open] {
  box-shadow: 0 3px 12px rgba(47, 47, 51, 0.2);
}
.faq_items details[open]::details-content {
  height: auto;
}
.faq_items summary::-webkit-details-marker {
  display: none;
}
.faq_items summary::-moz-list-bullet {
  list-style-type: none;
}
.faq_items summary::marker {
  display: none;
}
.faq_items summary {
  cursor: pointer;
}
.faq_items summary::marker {
  display: none;
}
.faq_items summary::-webkit-details-marker {
  display: none;
}
.faq_items summary::-moz-list-bullet {
  list-style-type: none;
}
.faq_items details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq_items--item {
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  padding: 29px 24px;
  margin-bottom: 16px;
}
.faq_items--item_title {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2F2F33;
}
.faq_items--item_answer {
  margin-top: 29px;
}
.contact {
  border-top: 1px solid rgba(47, 47, 51, 0.2);
  padding-top: 87px;
}
.contact--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
}
@media screen and (max-width: 780px) {
  .contact--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .contact--title {
    line-height: 34px;
  }
}
.contact--title span {
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
  color: #46464D;
  margin-bottom: 47px;
  display: block;
}
.contact_items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
}
@media screen and (max-width: 780px) {
  .contact_items {
    width: calc(100% / 12 * 12 - 24px);
  }
}
.contact_items--item {
  display: flex;
  margin-bottom: 32px;
}
.contact_items--item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 211, 147, 0.3);
  border-radius: 11px;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  flex: none;
}
.contact_items--item_img img {
  width: 24px;
  height: 24px;
}
.contact_items--item_text {
  font-size: 24px;
  line-height: 29px;
  color: #2F2F33;
}
.contact_items--item_text span {
  display: flex;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #46464D;
  opacity: 0.5;
}
.contact_form {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
}
@media screen and (max-width: 780px) {
  .contact_form {
    width: calc(100% / 12 * 12 - 24px);
  }
}
.contact_form--left,
.contact_form--right,
.contact_form--top {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 12 * 6 - 24px);
}
@media screen and (max-width: 780px) {
  .contact_form--left,
  .contact_form--right,
  .contact_form--top {
    width: calc(100% / 12 * 12 - 24px);
  }
}
@media screen and (max-width: 780px) {
  .contact_form--left,
  .contact_form--right,
  .contact_form--top {
    margin-top: 20px;
  }
}
.contact_form--left input,
.contact_form--right input,
.contact_form--top input {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  background: rgba(118, 118, 128, 0.12);
  padding: 25px 16px 10px 16px;
  border-radius: 12px 12px 0 0;
  border: 0;
  border-bottom: 1px solid rgba(118, 118, 128, 0.5);
  color: #2F2F33;
  font-size: 16px;
  line-height: 19px;
  caret-color: var(--color);
}
.contact_form--left input + label,
.contact_form--right input + label,
.contact_form--top input + label {
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  top: 8px;
  left: 16px;
  transition: 0.5s;
  color: rgba(118, 118, 128, 0.8);
}
.contact_form--left input:focus,
.contact_form--right input:focus,
.contact_form--top input:focus {
  outline: none;
  border-bottom: 1px solid var(--color);
}
.contact_form--left input::placeholder,
.contact_form--right input::placeholder,
.contact_form--top input::placeholder {
  color: #2F2F33;
}
.contact_form--left input:placeholder-shown + label,
.contact_form--right input:placeholder-shown + label,
.contact_form--top input:placeholder-shown + label {
  opacity: 0;
  transform: translateY(100%);
}
.contact_form--left input:-ms-input-placeholder + label,
.contact_form--right input:-ms-input-placeholder + label,
.contact_form--top input:-ms-input-placeholder + label {
  opacity: 0;
  transform: translateY(100%);
}
.contact_form--top {
  width: calc(100% / 12 * 12 - 24px);
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .contact_form--top {
    margin-bottom: 0;
  }
}
.contact_form textarea {
  background: rgba(118, 118, 128, 0.12);
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  margin: 24px 0 40px;
  padding: 25px 16px 17px 16px;
  border: 0;
  border-bottom: 1px solid rgba(118, 118, 128, 0.5);
  color: #2F2F33;
  font-size: 16px;
  line-height: 19px;
  resize: vertical;
  caret-color: var(--color);
}
.contact_form textarea + label {
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  top: 32px;
  left: 16px;
  transition: 0.5s;
  color: rgba(118, 118, 128, 0.8);
}
.contact_form textarea:focus {
  outline: none;
  border-bottom: 1px solid var(--color);
}
.contact_form textarea::placeholder {
  color: #2F2F33;
}
.contact_form textarea:placeholder-shown + label {
  opacity: 0;
  transform: translateY(100%);
}
.contact_form textarea:-ms-input-placeholder + label {
  opacity: 0;
  transform: translateY(100%);
}
.contact_form .field-group {
  position: relative;
}
.contact_form button {
  background: var(--color);
  border-radius: 12px;
  height: 56px;
  width: 100%;
  cursor: pointer;
  border: 0;
  font: normal normal normal 20px/24px Proxima Nova;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.contact .map {
  margin-top: 90px;
}
.contact .map iframe {
  display: flex;
  width: 100%;
  height: 450px;
  border: 0;
}
footer {
  background: #46464D;
  min-height: 64px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
footer .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 780px) {
  footer .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  footer .container {
    align-items: center;
  }
}
footer .logo {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  footer .logo {
    padding: 25px 0;
  }
}
footer .logo img {
  margin-right: 6px;
}
footer .copy {
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  footer .copy {
    padding-bottom: 25px;
  }
}
#tg-widget-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #0088cc;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#tg-widget-button img {
  width: 35px;
}
#tg-widget-container {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
  font-family: Arial, sans-serif;
}
.tg-header {
  background: #0088cc;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}
#tg-form {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#tg-form input,
#tg-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}
#tg-submit {
  background: #0088cc;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
#tg-success {
  padding: 20px;
  text-align: center;
  color: green;
}
#responseMessage {
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
}
.success {
  color: green;
  border: 1px solid green;
}
.error {
  color: red;
  border: 1px solid red;
}
/* Additional New Styles (Transferred and Redesigned from Old Site) */
.bonus_economics {
  margin-top: 32px;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(47, 47, 51, 0.1);
}
@media screen and (max-width: 780px) {
  .bonus_economics {
    padding: 12px;
  }
}
.bonus_economics h4 {
  font-size: 20px;
  font-weight: bold;
  color: #2F2F33;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 26px;
}
@media screen and (max-width: 780px) {
  .bonus_economics h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .bonus_economics h4 {
    line-height: 22px;
  }
}
.bonus_economics--table {
  display: flex;
  flex-direction: column;
}
.bonus_economics--row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(47, 47, 51, 0.08);
  font-size: 15px;
  /* Prevent wrapping on narrow screens */
  line-height: 20px;
}
@media screen and (max-width: 780px) {
  .bonus_economics--row {
    padding: 8px 0;
  }
}
@media screen and (max-width: 780px) {
  .bonus_economics--row {
    font-size: 11px;
  }
}
@media screen and (max-width: 780px) {
  .bonus_economics--row {
    line-height: 15px;
  }
}
.bonus_economics--row div {
  width: 33.333%;
}
.bonus_economics--row div:not(:first-child) {
  text-align: right;
}
.bonus_economics--row div strong {
  color: var(--color);
}
.bonus_economics--row.header {
  font-weight: bold;
  color: #2F2F33;
  border-bottom: 2px solid rgba(47, 47, 51, 0.15);
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .bonus_economics--row.header {
    font-size: 12px;
  }
}
.bonus_economics--row.footer {
  font-weight: bold;
  border-bottom: none;
  padding-top: 16px;
  padding-bottom: 0;
  font-size: 16px;
  color: #2F2F33;
}
@media screen and (max-width: 780px) {
  .bonus_economics--row.footer {
    font-size: 12px;
  }
}
.bonus_economics--row.footer div strong {
  color: var(--color);
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .bonus_economics--row.footer div strong {
    font-size: 13px;
  }
}
.cms_videos {
  margin-bottom: 100px;
}
.cms_videos--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .cms_videos--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .cms_videos--title {
    line-height: 34px;
  }
}
.cms_videos--subtitle {
  font-size: 20px;
  line-height: 26px;
  color: #46464D;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}
.cms_videos_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.cms_videos_card {
  width: 20%;
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .cms_videos_card {
    width: 33.333%;
  }
}
@media screen and (max-width: 780px) {
  .cms_videos_card {
    width: 50%;
  }
}
.cms_videos_card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.1);
  border-radius: 12px;
  padding: 24px 16px;
  text-decoration: none;
  color: #2F2F33;
  transition: all 0.3s ease;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cms_videos_card a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(47, 47, 51, 0.12);
  border-color: var(--color);
}
.cms_videos_card a:hover .play_icon {
  background: var(--color);
  color: #ffffff;
  transform: scale(1.1);
}
.cms_videos_card a .play_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 211, 147, 0.1);
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cms_videos_card a .play_icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  margin-left: 3px;
}
.cms_videos_card a span {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.about_credentials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(47, 47, 51, 0.1);
  padding-top: 48px;
  /* Removed any negative margins to eliminate horizontal scrollbar on all mobile devices */
}
.about_credentials--item {
  width: 33.333%;
  display: flex;
  padding: 0 12px;
  /* Tight, responsive spacing */
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .about_credentials--item {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .about_credentials--item {
    margin-bottom: 32px;
  }
}
.about_credentials--icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(0, 211, 147, 0.1);
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex: none;
}
@media screen and (max-width: 780px) {
  .about_credentials--icon {
    width: 48px;
  }
}
@media screen and (max-width: 780px) {
  .about_credentials--icon {
    height: 48px;
  }
}
@media screen and (max-width: 780px) {
  .about_credentials--icon {
    margin-right: 12px;
  }
}
.about_credentials--icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
@media screen and (max-width: 780px) {
  .about_credentials--icon svg {
    width: 24px;
  }
}
@media screen and (max-width: 780px) {
  .about_credentials--icon svg {
    height: 24px;
  }
}
.about_credentials--text h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 8px;
  margin-top: 0;
}
.about_credentials--text p {
  font-size: 16px;
  line-height: 22px;
  color: #46464D;
  margin: 0;
}
.mobile_screens_row {
  display: flex;
  flex-direction: column !important;
  width: 100%;
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 48px;
}
.mobile_screens_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 32px;
}
.mobile_screens_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -12px;
  margin-bottom: 32px;
  /* Mobile Swipe Swiper Optimizations */
  /* Keep safely inside the container boundaries */
  -webkit-overflow-scrolling: touch;
  /* Momentum scrolling on iOS */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 780px) {
  .mobile_screens_grid {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screens_grid {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screens_grid {
    overflow-x: auto;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screens_grid {
    overflow-y: hidden;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screens_grid {
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screens_grid {
    padding: 12px 0;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screens_grid {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screens_grid {
    max-width: 100%;
  }
}
.mobile_screens_grid::-webkit-scrollbar {
  display: none;
  /* Hide scrollbars for slick app look */
}
.mobile_screen_item {
  width: 20%;
  /* Perfect card size on mobile screens */
  /* Beautiful tight spacing for mobile cards */
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .mobile_screen_item {
    width: 33.333%;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screen_item {
    width: 210px;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screen_item {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 780px) {
  .mobile_screen_item {
    padding: 8px;
  }
}
.mobile_screen_item img {
  width: 100%;
  border-radius: 16px;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: block;
  transition: transform 0.3s;
}
.mobile_screen_item img:hover {
  transform: scale(1.05);
}
.mobile_video_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.mobile_video_btn {
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  color: #00B37C;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 28px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.mobile_video_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  background: #f0fff8;
}
.mobile_video_btn .play_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 179, 124, 0.1);
  color: #00B37C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.mobile_video_btn .play_icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  margin-left: 2px;
}
/* Subpages layout & styles (Services & Video Hub) */
.services_hero,
.video_hub_hero {
  background: #F2F2F2;
  padding: 80px 0;
  text-align: center;
  border-bottom: 1px solid rgba(47, 47, 51, 0.1);
}
.services_hero .container,
.video_hub_hero .container {
  max-width: 1000px;
  margin: 0 auto;
}
.services_hero .sub,
.video_hub_hero .sub {
  font-size: 16px;
  line-height: 19px;
  color: var(--color);
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
}
.services_hero h1,
.video_hub_hero h1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .services_hero h1,
  .video_hub_hero h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 780px) {
  .services_hero h1,
  .video_hub_hero h1 {
    line-height: 36px;
  }
}
.services_hero p,
.video_hub_hero p {
  font-size: 20px;
  line-height: 28px;
  color: #46464D;
  margin: 0;
}
.services_problems {
  padding: 80px 0;
  background: #FFFFFF;
}
.services_problems .problems_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 64px;
  /* Full-bleed on mobile */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 780px) {
  .services_problems .problems_nav {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .services_problems .problems_nav {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 780px) {
  .services_problems .problems_nav {
    overflow-x: auto;
  }
}
@media screen and (max-width: 780px) {
  .services_problems .problems_nav {
    margin: 0 -15px 32px;
  }
}
@media screen and (max-width: 780px) {
  .services_problems .problems_nav {
    padding: 12px 15px;
  }
}
.services_problems .problems_nav::-webkit-scrollbar {
  display: none;
}
.services_problems .problems_nav_item {
  display: inline-flex;
  align-items: center;
  background: #F2F2F2;
  color: #46464D;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(47, 47, 51, 0.05);
}
@media screen and (max-width: 780px) {
  .services_problems .problems_nav_item {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 780px) {
  .services_problems .problems_nav_item {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .services_problems .problems_nav_item {
    flex-shrink: 0;
  }
}
.services_problems .problems_nav_item:hover {
  background: var(--color);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 211, 147, 0.2);
  transform: translateY(-2px);
}
.services_problems .problems_list {
  max-width: 1000px;
  margin: 0 auto;
}
.services_problems .problem_card {
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.1);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  scroll-margin-top: 100px;
  /* Offset for sticky header */
}
.services_problems .problem_card_header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(47, 47, 51, 0.08);
  padding-bottom: 16px;
}
.services_problems .problem_card_header .badge_icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 20px;
  flex: none;
}
.services_problems .problem_card_header h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  color: #2F2F33;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .services_problems .problem_card_header h2 {
    font-size: 20px;
  }
}
.services_problems .problem_card_header.red_badge .badge_icon {
  background: rgba(252, 108, 76, 0.15);
}
.services_problems .problem_card_header.orange_badge .badge_icon {
  background: rgba(255, 153, 0, 0.15);
}
.services_problems .problem_card_header.purple_badge .badge_icon {
  background: rgba(199, 115, 230, 0.15);
}
.services_problems .problem_card_header.blue_badge .badge_icon {
  background: rgba(49, 178, 247, 0.15);
}
.services_problems .problem_card_header.green_badge .badge_icon {
  background: rgba(0, 211, 147, 0.15);
}
.services_problems .problem_card_header.yellow_badge .badge_icon {
  background: rgba(255, 213, 77, 0.15);
}
.services_problems .problem_card_body .intro {
  font-size: 19px;
  line-height: 26px;
  color: #2F2F33;
  margin-bottom: 20px;
  font-weight: bold;
}
.services_problems .problem_card_body .lawyer_tip {
  margin-top: 32px;
  background: #fdfaf0;
  border-left: 4px solid #ffcc00;
  border-radius: 0 12px 12px 0;
  padding: 20px;
}
.services_problems .problem_card_body .lawyer_tip h4 {
  font-weight: bold;
  font-size: 18px;
  color: #b38600;
  margin-top: 0;
  margin-bottom: 8px;
}
.services_problems .problem_card_body .lawyer_tip p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #665200;
}
.services_problems .problem_card_body .routine_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
  margin-top: 24px;
}
.services_problems .problem_card_body .routine_grid .routine_item {
  width: 50%;
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .services_problems .problem_card_body .routine_grid .routine_item {
    width: 100%;
  }
}
.services_problems .problem_card_body .routine_grid .routine_item strong {
  display: block;
  font-size: 18px;
  color: #2F2F33;
  margin-bottom: 8px;
}
.services_problems .problem_card_body .routine_grid .routine_item p {
  font-size: 15px;
  line-height: 20px;
  color: #46464D;
  margin: 0;
}
/* Video Hub specific styles */
.video_hub_main {
  padding: 64px 0 100px;
  background: #FFFFFF;
}
.video_hub_main .row {
  display: flex;
  flex-wrap: wrap;
}
.video_hub_main .video_player_col {
  width: 65%;
  padding-right: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .video_hub_main .video_player_col {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .video_hub_main .video_player_col {
    padding-right: 0;
  }
}
@media screen and (max-width: 1020px) {
  .video_hub_main .video_player_col {
    margin-bottom: 48px;
  }
}
.video_hub_main .video_playlist_col {
  width: 35%;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .video_hub_main .video_playlist_col {
    width: 100%;
  }
}
.video_hub_main .video_player_wrapper {
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
  position: relative;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}
.video_hub_main .video_player_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video_hub_main .video_details h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #2F2F33;
  margin-top: 0;
  margin-bottom: 16px;
}
.video_hub_main .video_details .video_description {
  font-size: 18px;
  line-height: 26px;
  color: #46464D;
  border-bottom: 1px solid rgba(47, 47, 51, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.video_hub_main .video_details .video_cta {
  background: rgba(0, 211, 147, 0.08);
  border: 1px dashed var(--color);
  border-radius: 12px;
  padding: 24px;
}
.video_hub_main .video_details .video_cta h4 {
  font-size: 20px;
  font-weight: bold;
  color: #2F2F33;
  margin-top: 0;
  margin-bottom: 8px;
}
.video_hub_main .video_details .video_cta p {
  font-size: 16px;
  line-height: 22px;
  color: #46464D;
  margin-bottom: 16px;
}
.video_hub_main .video_details .video_cta .btn_accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.video_hub_main .video_details .video_cta .btn_accent:hover {
  box-shadow: 0 4px 12px rgba(0, 211, 147, 0.25);
  transform: translateY(-2px);
}
.video_hub_main .playlist_card {
  border: 1px solid rgba(47, 47, 51, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.video_hub_main .playlist_header {
  background: #F2F2F2;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(47, 47, 51, 0.1);
}
.video_hub_main .playlist_header h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2F2F33;
  margin: 0;
}
.video_hub_main .playlist_items {
  max-height: 600px;
  overflow-y: auto;
}
.video_hub_main .playlist_item {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  color: #46464D;
  border-bottom: 1px solid rgba(47, 47, 51, 0.05);
  transition: all 0.2s ease;
}
.video_hub_main .playlist_item:hover {
  background: rgba(0, 211, 147, 0.04);
  color: var(--color);
}
.video_hub_main .playlist_item.active {
  background: rgba(0, 211, 147, 0.08);
  color: var(--color);
}
.video_hub_main .playlist_item.active h4 {
  color: var(--color);
}
.video_hub_main .playlist_item_status {
  margin-right: 16px;
  flex: none;
}
.video_hub_main .playlist_item_status .play_icon_small {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F2F2F2;
  color: #46464D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding-left: 2px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.video_hub_main .playlist_item_status .play_icon_small.active {
  background: var(--color);
  color: #FFFFFF;
}
.video_hub_main .playlist_item_text h4 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #2F2F33;
  margin: 0;
  transition: all 0.2s ease;
}
.video_hub_main .playlist_item:hover .play_icon_small:not(.active) {
  background: var(--color);
  color: #FFFFFF;
}
.services_more_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--color);
  color: var(--color);
  font-weight: bold;
  font-size: 18px;
  height: 56px;
  padding: 0 40px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.services_more_btn:hover {
  background: var(--color);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 211, 147, 0.2);
  transform: translateY(-2px);
}
/* Modern CTAs & Brand Buttons */
.hero_ctas {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 780px) {
  .hero_ctas {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .hero_ctas {
    align-items: center;
  }
}
@media screen and (max-width: 780px) {
  .hero_ctas {
    width: 100%;
  }
}
.btn_primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  height: 56px;
  padding: 0 36px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(0, 211, 147, 0.25);
  border: 2px solid transparent;
}
@media screen and (max-width: 780px) {
  .btn_primary {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .btn_primary {
    box-sizing: border-box;
  }
}
.btn_primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 211, 147, 0.4);
  background: #00be7d;
}
.btn_secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #2F2F33;
  font-weight: bold;
  font-size: 18px;
  height: 56px;
  padding: 0 36px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(47, 47, 51, 0.15);
}
@media screen and (max-width: 780px) {
  .btn_secondary {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .btn_secondary {
    box-sizing: border-box;
  }
}
.btn_secondary:hover {
  transform: translateY(-2px);
  border-color: var(--color);
  color: var(--color);
  background: rgba(0, 211, 147, 0.02);
}
/* Browser Window CSS Mockups */
.browser_mockup {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(47, 47, 51, 0.1);
  overflow: hidden;
  width: 100%;
  transition: transform 0.4s ease;
}
.browser_mockup:hover {
  transform: translateY(-5px);
}
.browser_mockup .browser_header {
  height: 38px;
  background: #F2F2F2;
  border-bottom: 1px solid rgba(47, 47, 51, 0.08);
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
}
.browser_mockup .browser_header .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
.browser_mockup .browser_header .dot.red {
  background: #FC6C4C;
}
.browser_mockup .browser_header .dot.yellow {
  background: #FFD54D;
}
.browser_mockup .browser_header .dot.green {
  background: #00D393;
}
.browser_mockup .browser_header .address_bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.05);
  border-radius: 6px;
  font-size: 11px;
  color: #767680;
  padding: 2px 32px;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .browser_mockup .browser_header .address_bar {
    display: none;
  }
}
.browser_mockup .video_wrapper {
  width: 100%;
  background: #000;
  line-height: 0;
}
.browser_mockup .video_wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
/* Mobile download & QR Code layout */
.mobile_download_area {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 16px;
}
@media screen and (max-width: 780px) {
  .mobile_download_area {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .mobile_download_area {
    gap: 16px;
  }
}
.mobile_download_area .mobile_text--btn {
  display: flex;
  gap: 12px;
  margin-bottom: 0 !important;
}
.mobile_download_area .mobile_text--btn .app_btn {
  transition: transform 0.3s ease;
}
.mobile_download_area .mobile_text--btn .app_btn:hover {
  transform: translateY(-2px) scale(1.03);
}
.mobile_download_area .mobile_qr_code {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 12px;
  max-width: 320px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* hide QR on mobiles since they are already on mobile */
}
@media screen and (max-width: 780px) {
  .mobile_download_area .mobile_qr_code {
    display: none;
  }
}
.mobile_download_area .mobile_qr_code svg {
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.mobile_download_area .mobile_qr_code span {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: bold;
}
/* Popular Tariff highlight card */
.price_items--item {
  /* Soft shadows on hover for non-popular */
}
.price_items--item.popular {
  border: 2px solid var(--color) !important;
  transform: scale(1.025);
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 211, 147, 0.15);
}
@media screen and (max-width: 1020px) {
  .price_items--item.popular {
    transform: none;
  }
}
.price_items--item.popular .price_badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 18px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(0, 211, 147, 0.3);
}
.price_items--item.popular .price_items--item_btn {
  background: var(--color);
  box-shadow: 0 4px 12px rgba(0, 211, 147, 0.25);
}
.price_items--item:not(.popular):hover {
  box-shadow: 0 10px 30px rgba(47, 47, 51, 0.1) !important;
  border-color: rgba(47, 47, 51, 0.3);
}
/* Elegant Tabs Segments & Animated Accordions */
.opportunity_menu {
  background: #F2F2F2 !important;
  border-radius: 14px !important;
  padding: 4px !important;
  gap: 4px;
  border: none !important;
}
.opportunity_menu--item {
  border-radius: 10px !important;
  font-weight: bold;
  color: #767680 !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.opportunity_menu--item.tab-btn-active {
  background: #FFFFFF !important;
  color: #2F2F33 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08) !important;
}
/* FAQ Summary Animated Arrow Indicator */
.faq_items details summary {
  position: relative;
  padding-right: 48px;
  list-style: none;
}
.faq_items details summary::-webkit-details-marker {
  display: none;
}
.faq_items details summary:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  font-family: monospace;
  font-weight: normal;
  color: var(--color);
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq_items details[open] summary:after {
  content: '−';
  transform: translateY(-50%) rotate(180deg);
}
.faq_items details {
  transition: all 0.3s ease;
  background: #FFFFFF;
}
.faq_items details:hover {
  border-color: var(--color);
}
/* Premium Webapp Section (Telegram & MAX Centered Showcase) */
.webapp {
  background: #F9F9FB;
  border-top: 1px solid rgba(47, 47, 51, 0.05);
  border-bottom: 1px solid rgba(47, 47, 51, 0.05);
  padding: 80px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .webapp {
    padding: 50px 0;
  }
}
.webapp_header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 36px;
}
.webapp_header .sub {
  font-size: 14px;
  font-weight: bold;
  color: var(--color);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}
.webapp_header h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .webapp_header h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .webapp_header h1 {
    line-height: 34px;
  }
}
.webapp_header p {
  font-size: 18px;
  line-height: 25px;
  color: #767680;
}
.webapp_benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}
.webapp_benefits .benefit_pill {
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.08);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  color: #2F2F33;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
.webapp_benefits .benefit_pill:hover {
  border-color: var(--color);
  color: var(--color);
  transform: translateY(-2px);
}
.webapp_showcase {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  /* Clean grid layout on PC */
  width: 100%;
  box-sizing: border-box;
  /* Smooth horizontal swiper strictly on mobile screens */
  /* Full bleed mobile swipe */
}
@media screen and (max-width: 780px) {
  .webapp_showcase {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase {
    overflow-x: auto;
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase {
    overflow-y: hidden;
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase {
    scroll-snap-type: x mandatory;
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase {
    margin: 0 -15px;
  }
}
.webapp_showcase::-webkit-scrollbar {
  display: none;
}
.webapp_showcase .swiper_screen {
  width: calc(20% - 16px);
  /* Spacious 5-column layout for 5 phones on desktop */
  min-width: 200px;
  /* Perfect mockup width */
  max-width: 240px;
  /* 3 columns on tablets */
  /* Ideal mobile width */
  flex-shrink: 0;
  scroll-snap-align: start;
  border-radius: 20px;
  border: 4px solid #000000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background: #000000;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1020px) {
  .webapp_showcase .swiper_screen {
    width: calc(33.333% - 14px);
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase .swiper_screen {
    width: 180px;
  }
}
@media screen and (max-width: 780px) {
  .webapp_showcase .swiper_screen {
    min-width: 180px;
  }
}
.webapp_showcase .swiper_screen img {
  width: 100%;
  height: auto;
  display: block;
}
.webapp_showcase .swiper_screen .screen_label {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.webapp_showcase .swiper_screen .screen_label.tg {
  background: #0088cc;
}
.webapp_showcase .swiper_screen .screen_label.max {
  background: var(--color);
}
.webapp_showcase .swiper_screen:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  border-color: var(--color);
}
/*# sourceMappingURL=style.css.map */