@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: local('../fonts/Gilroy ExtraBold'), local('../fonts/Gilroy-ExtraBold'),
    url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: local('../fonts/Gilroy SemiBold'), local('../fonts/Gilroy-SemiBold'),
    url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot');
  src: local('../fonts/Gilroy Light'), local('../fonts/Gilroy-Light'),
    url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: local('../fonts/Gilroy Regular'), local('../fonts/Gilroy-Regular'),
    url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: local('../fonts/Gilroy Medium'), local('../fonts/Gilroy-Medium'),
    url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.eot');
  src: local('../fonts/Gilroy UltraLight'), local('../fonts/Gilroy-UltraLight'),
    url('../fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-UltraLight.woff') format('woff'),
    url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: local('../fonts/Gilroy Bold'), local('../fonts/Gilroy-Bold'),
    url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.eot');
  src: local('../fonts/Gilroy Thin'), local('../fonts/Gilroy-Thin'),
    url('../fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Thin.woff') format('woff'),
    url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.eot');
  src: local('../fonts/Gilroy Black'), local('../fonts/Gilroy-Black'),
    url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}



:root {
  --color-red: #FF5A5A;
  --color-text: #4F5665;
  --color-black: #0C0C0C;
}

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Gilroy", sans-serif !important;
}

i.icon:before {
  font-family: 'Icons' !important;
}

body {
  color: var(--color-text);
}

html {
  font-size: 16px;
}

h1,
h2,
h3,
.ui.header {
  color: var(--color-black);
  font-weight: 600 !important;
  line-height: 1.2;
}

h2.ui.section-title {
  font-size: 40px;
  margin-bottom: 55px;
}

ul {
  list-style: none;
}

input {
  font-family: inherit;
  text-align: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.red {
  color: var(--color-red);
}

.bold {
  font-weight: 700;
}

.ui.button {
  transition: all 0.3s ease;
}

.button.lightred {
  background: var(--color-red);
  color: #ffffff;
  padding: 24px 32px;
}

.button.lightred:hover {
  background: #d02f2f;
  color: #ffffff;
}

.ui.button.basic.lightred {
  color: var(--color-red) !important;
  border: 1px solid var(--color-red);
  box-shadow: none;
  font-weight: 600;
}

.ui.button.basic.lightred:hover {
  background: var(--color-red) !important;
  color: #ffffff !important;
}

.ui.button.basicred {
  color: var(--color-red);
  background: #FFF1F1;
  padding: 14px 24px;
  border: none;
}

.ui.button.basicred:hover {
  background: var(--color-red);
  color: #ffffff;
}

.ui.container {
  padding: 0px 15px;
  width: 1200px;
}

.decor-b {
  background-image: url(../../img/landing/decor-b.svg);
  background-size: 120% auto;
  background-position: top -60px center;
  background-repeat: no-repeat;
}

.decor-t {
  background-image: url(../../img/landing/decor-t.svg);
  background-size: 120% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.header {
  padding: 15px 0px;
  /*
  position: absolute;*/
  top: 0;
  width: 100%;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header .menu ul a {
  color: var(--color-text);
  font-size: 16px;
  padding: 10px 0px;
  position: relative;
  text-decoration: none;
  font-weight: 500;
}

.header .menu ul a:hover {
  color: var(--color-red);
}

.login {
  margin-left: 60px;
}

.header .login a:first-of-type {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #afafaf;
}

.mmenu {
  display: none;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.top-section {
  padding: 0 0 150px;
}

.top-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
}

.top-content {
  padding-right: 48px;
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: center;
}

.top-subtitle {
  color: var(--color-red);
  margin-bottom: 8px;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

.top-title {
  margin-bottom: 32px;
  font-size: 48px;
}

.top-image {
  grid-row: 1/3;
  grid-column: 2/3;
  justify-self: end;
  border-radius: 16px;
  overflow: hidden;
}

.info-block {
  grid-column: 1/3;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #FFFFFF;
  box-shadow: 0px 8px 50px -17px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px 10px;
}

.info-item {
  display: flex;
  align-items: center;
  padding: 10px 24px;
}

.info-item:not(:last-of-type) {
  border-right: 1px solid #e6e6e6;
  padding-right: 24px;
}

.info-icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.info-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
}

.about-section {
  padding: 67px 0px;
  background-color: #f6f6f6;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "i t"
    "i c";
  grid-gap: 0 60px;
  align-items: center;
}

.about-grid .ui.header.section-title {
  margin-bottom: 25px;
  margin-top: 0;
  grid-area: t;
}

.about-image {
  grid-area: i;
  text-align: center;
}

.about-content {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
  grid-area: c;
}

.about-content p:not(:last-of-type) {
  margin-bottom: 0.6em;
}

.steps-section {
  padding: 150px 0 162px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.step {
  background: #FFFFFF;
  box-shadow: 0px 8px 50px -17px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: relative;
  padding: 38px 20px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.step-number {
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f6f6;
  width: 100px;
  height: 100px;
  transform: translate(-50px, -50px) rotate(45deg);
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: background 0.3s ease;
}

.step-number span {
  transform: rotate(-45deg);
  font-weight: 500;
}

.step-icon {
  background: #f6f6f6;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transform: all 0.3s ease;
}

.step-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

.step:hover .step-number,
.package .step .step-number {
  background: var(--color-red);
  color: #ffffff;
}

.step:hover .step-icon {
  background: #FFF1F1;
}

.package .step-title {
  font-size: 28px;
}

.marquee-text {
  background: var(--color-red);
  color: #ffffff;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  padding: 30px 0px;
}

.marquee-text span {
  display: inline-flex;
  align-items: center;
}

.marquee-text span:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 32px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.packages-section {
  padding: 148px 0px 0px;
  background: #f6f6f6;
  background-image: url(../../img/landing/waves.svg);
  background-size: contain;
  background-position: top 50px center;
  background-repeat: no-repeat;
}

.package,
.package .step {
  height: 100%;
}

.package-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 40px;
  text-align: left;
}

.package-items.ui.items>.item {
  margin: 0px;
}

.package-items.ui.items>.wide-item {
  grid-column: 1/3;
  max-width: 150px;
  justify-self: center;
}

.package-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% + 40px);
  margin: auto -20px -34px;
  background: #f9f9f9;
  align-items: center;
}

.package-bottom .button {
  border-radius: 0px;
  padding: 29px 20px;
}

.package-price {
  font-weight: 600;
  font-size: 22px;
}

.package-price span {
  font-size: 16px;
}

.pricing {
  margin-top: 57px;
  background: #ffffff;
  padding: 55px 15px;
  box-shadow: 0px 8px 50px -17px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.ui.pricing-grid {
  margin: 25px 0px;
}

.price-item {
  font-size: 16px;
}

.price-item .big {
  font-size: 22px;
}

.advantages-section {
  padding: 206px 0 0;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px 30px;
}

.advantages-grid.ui.items>.item {
  margin: 0px;
  background: #fff;
  border-radius: 16px;
  padding: 36px 30px;
  box-shadow: 0px 8px 50px -17px rgba(0, 0, 0, 0.1);
  align-items: center;
  font-weight: 500;
  font-size: 21px;
}

.advantages-grid.ui.items>.item>.image+.content {
  padding-left: 15px;
  line-height: 1.2;
}

.seo-rich-section {
  padding: 80px 0 30px;
  background: #ffffff;
}

.seo-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0px 8px 50px -17px rgba(0, 0, 0, 0.1);
}

.seo-card+.seo-card {
  margin-top: 24px;
}

.seo-card .ui.section-title {
  margin-bottom: 24px;
}

.seo-text p {
  font-size: 18px;
  line-height: 1.7;
}

.seo-text p+p {
  margin-top: 14px;
}

.seo-subtitle {
  max-width: 960px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.seo-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8f8f8;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 18px 18px;
  font-size: 16px;
  line-height: 1.6;
}

.seo-feature-item--wide {
  grid-column: 1 / -1;
}

.seo-feature-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-red);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.seo-table-wrap {
  overflow-x: auto;
}

.seo-package-table {
  margin: 0 !important;
  border-radius: 16px;
  overflow: hidden;
}

.seo-guide-section {
  padding: 80px 0 40px;
  background: #f6f6f6;
}

.landing-setup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.landing-setup-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 22px 22px;
  box-shadow: 0px 8px 50px -17px rgba(0, 0, 0, 0.1);
}

.landing-setup-card--wide {
  grid-column: 1 / -1;
}

.landing-setup-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-red);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}

.landing-setup-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
}

.landing-setup-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.seo-faq-section {
  padding: 40px 0 80px;
  background: #f6f6f6;
}

.seo-faq-list {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.seo-faq-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0px 8px 50px -17px rgba(0, 0, 0, 0.1);
}

.seo-faq-item h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.seo-faq-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.seo-final-text {
  max-width: 980px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

@media screen and (max-width: 840px) {
  .seo-card {
    padding: 28px 20px;
  }

  .seo-text p,
  .seo-subtitle,
  .seo-final-text {
    font-size: 16px;
  }

  .seo-feature-grid,
  .landing-setup-grid {
    grid-template-columns: 1fr;
  }

  .seo-feature-item--wide,
  .landing-setup-card--wide {
    grid-column: auto;
  }
}


.join-section {
  padding: 77px 0px 82px;
}

.join-form {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.join-form input {
  height: 80px;
}

.ui.form input[type="email"],
.ui.form input[type="password"] {
  background: #f6f6f6;
  color: black !important;
}

.ui.form input[type="email"]::placeholder {
  color: black !important;
}



.footer-front {
  padding: 140px 0px 25px;
}

.footer-flex {
  /*display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "l m"
    "l c";
}

.footer-logo {
  grid-area: l;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  grid-area: m;
}

.footer-menu ul {
  display: flex;
  gap: 40px;
}

.footer-menu ul a {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-black);
}

.copyright {
  /*max-width: 500px;*/
  text-align: right;
  font-size: 14px;
  grid-area: c;
}

.footer {
  background: #f6f6f6;
  padding: 37px 0 16px;
}

.footer .copyright {
  text-align: center;
}

.footer .ui[class*="vertically divided"].grid>.column:not(.row),
.footer .ui[class*="vertically divided"].grid>.row>.column {
  margin-bottom: 0;
  margin-top: 0;
}

.payment-methods {
  display: flex;
  gap: 40px;
}

.support a {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.support a.big {
  margin-bottom: 0;
  font-size: 21px;
}

.icon {
  display: flex;
  align-items: center;
}

.icon:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.big:before {
  width: 24px;
  height: 24px;
}

.icon.telegram:before {
  background-image: url(../../img/landing/logos_telegram.svg);
}

.icon.skype:before {
  background-image: url(../../img/landing/logos_skype.svg);
}

/* Register */
.register-section {
  padding: 47px 0px;
}

.register-section .underline-title {
  margin-bottom: 26px !important;
}

.register-section .underline-title span {
  padding-bottom: 16px;
  display: inline-block;
  border-bottom: 3px solid var(--color-red);
}

.register-block {
  max-width: 749px;
  margin: 0px auto;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 24px;
  padding: 30px 20px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-form {
  width: 100%;
  max-width: 452px;
}

.register-form input {
  height: 70px;
}

.register-log {
  margin: 24px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.register-log a {
  color: inherit;
  text-decoration: underline;
}

.mails-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.ml-item {
  background: #F6F6F6;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  color: var(--color-text);
}

.ml-item span {
  margin-left: 15px;
}

/* Login */
.login-section {
  padding: 70px 0px;
}

.login-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-text {
  margin: 17px 0px 38px;
  text-align: center;
}

.login-form {
  width: 100%;
  max-width: 470px;
}

.login-form input {
  height: 48px;
}

.login-form input[type="submit"] {
  padding: 10px 15px;
}

.login-form .ui.form input[type="email"],
.login-form .ui.form input[type="password"] {
  background: transparent;
}

.reset-password {
  text-align: right;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #0FA4E3;
  display: block;
}

.login-register {
  margin: 29px 0px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.login-register a {
  color: var(--color-text);
  text-decoration: underline;
}

.login-prices {
  border: 1px solid #D8D8D8;
  border-radius: 24px;
  padding: 50px 30px;
}

/* Dashboard */
.main-content {
  padding: 45px 0 180px;
}

.ui.breadcrumb.dashboard-breadcrumbs {
  margin-bottom: 40px;
}

.dashboard-header {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-menu .ui.small.vertical.menu {
  width: 100%;
}

.languages {
  display: flex;
  gap: 10px;
}

.dashboard-section {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.balance-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.balance-content .balance {
  margin: 50px 0px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.iptv-content {
  padding: 0 20px;
}

.iptv-content .header {
  margin: 25px 0 40px;
}

.iptv-content .column.aligned {
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages-top {
  padding: 75px 0 50px;
  position: relative;
  margin-bottom: 60px;
}

.packages-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  background: #f6f6f6;
  transform: translateX(-50%);
}

.package-item {
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 35px 35px 0px;
}

.package-item.vip {
  border-color: var(--color-red);
  border-top-width: 26px;
  margin-top: -25px;
  overflow: hidden;
}

.package-item.vip:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjIxIiB2aWV3Qm94PSIwIDAgMzAwIDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOCAyLjVMOS4wMTI1OCA5LjQ4NzQyTDE2IDEwLjVMOS4wMTI1OCAxMS41MTI2TDggMTguNUw2Ljk4NzQyIDExLjUxMjZMMCAxMC41TDYuOTg3NDIgOS40ODc0Mkw4IDIuNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00MS43NDQgNS4yMjhMMzguMTYgMTVIMzUuNzhMMzIuMTk2IDUuMjI4SDM0LjI5NkwzNi45ODQgMTIuOTk4TDM5LjY1OCA1LjIyOEg0MS43NDRaTTQ0Ljg3OTEgNS4yMjhWMTVINDIuOTE5MVY1LjIyOEg0NC44NzkxWk01My45NDE2IDguMjUyQzUzLjk0MTYgOC43NzQ2NyA1My44MTU2IDkuMjY0NjcgNTMuNTYzNiA5LjcyMkM1My4zMjA5IDEwLjE3OTMgNTIuOTMzNiAxMC41NDggNTIuNDAxNiAxMC44MjhDNTEuODc4OSAxMS4xMDggNTEuMjE2MyAxMS4yNDggNTAuNDEzNiAxMS4yNDhINDguNzc1NlYxNUg0Ni44MTU2VjUuMjI4SDUwLjQxMzZDNTEuMTY5NiA1LjIyOCA1MS44MTM2IDUuMzU4NjcgNTIuMzQ1NiA1LjYyQzUyLjg3NzYgNS44ODEzMyA1My4yNzQzIDYuMjQwNjcgNTMuNTM1NiA2LjY5OEM1My44MDYzIDcuMTU1MzMgNTMuOTQxNiA3LjY3MzMzIDUzLjk0MTYgOC4yNTJaTTUwLjMyOTYgOS42NjZDNTAuODcwOSA5LjY2NiA1MS4yNzIzIDkuNTQ0NjcgNTEuNTMzNiA5LjMwMkM1MS43OTQ5IDkuMDUgNTEuOTI1NiA4LjcgNTEuOTI1NiA4LjI1MkM1MS45MjU2IDcuMyA1MS4zOTM2IDYuODI0IDUwLjMyOTYgNi44MjRINDguNzc1NlY5LjY2Nkg1MC4zMjk2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTc5IDIuNUw4MC4wMTI2IDkuNDg3NDJMODcgMTAuNUw4MC4wMTI2IDExLjUxMjZMNzkgMTguNUw3Ny45ODc0IDExLjUxMjZMNzEgMTAuNUw3Ny45ODc0IDkuNDg3NDJMNzkgMi41WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTExMi43NDQgNS4yMjhMMTA5LjE2IDE1SDEwNi43OEwxMDMuMTk2IDUuMjI4SDEwNS4yOTZMMTA3Ljk4NCAxMi45OThMMTEwLjY1OCA1LjIyOEgxMTIuNzQ0Wk0xMTUuODc5IDUuMjI4VjE1SDExMy45MTlWNS4yMjhIMTE1Ljg3OVpNMTI0Ljk0MiA4LjI1MkMxMjQuOTQyIDguNzc0NjcgMTI0LjgxNiA5LjI2NDY3IDEyNC41NjQgOS43MjJDMTI0LjMyMSAxMC4xNzkzIDEyMy45MzQgMTAuNTQ4IDEyMy40MDIgMTAuODI4QzEyMi44NzkgMTEuMTA4IDEyMi4yMTYgMTEuMjQ4IDEyMS40MTQgMTEuMjQ4SDExOS43NzZWMTVIMTE3LjgxNlY1LjIyOEgxMjEuNDE0QzEyMi4xNyA1LjIyOCAxMjIuODE0IDUuMzU4NjcgMTIzLjM0NiA1LjYyQzEyMy44NzggNS44ODEzMyAxMjQuMjc0IDYuMjQwNjcgMTI0LjUzNiA2LjY5OEMxMjQuODA2IDcuMTU1MzMgMTI0Ljk0MiA3LjY3MzMzIDEyNC45NDIgOC4yNTJaTTEyMS4zMyA5LjY2NkMxMjEuODcxIDkuNjY2IDEyMi4yNzIgOS41NDQ2NyAxMjIuNTM0IDkuMzAyQzEyMi43OTUgOS4wNSAxMjIuOTI2IDguNyAxMjIuOTI2IDguMjUyQzEyMi45MjYgNy4zIDEyMi4zOTQgNi44MjQgMTIxLjMzIDYuODI0SDExOS43NzZWOS42NjZIMTIxLjMzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE1MCAyLjVMMTUxLjAxMyA5LjQ4NzQyTDE1OCAxMC41TDE1MS4wMTMgMTEuNTEyNkwxNTAgMTguNUwxNDguOTg3IDExLjUxMjZMMTQyIDEwLjVMMTQ4Ljk4NyA5LjQ4NzQyTDE1MCAyLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTgzLjc0NCA1LjIyOEwxODAuMTYgMTVIMTc3Ljc4TDE3NC4xOTYgNS4yMjhIMTc2LjI5NkwxNzguOTg0IDEyLjk5OEwxODEuNjU4IDUuMjI4SDE4My43NDRaTTE4Ni44NzkgNS4yMjhWMTVIMTg0LjkxOVY1LjIyOEgxODYuODc5Wk0xOTUuOTQyIDguMjUyQzE5NS45NDIgOC43NzQ2NyAxOTUuODE2IDkuMjY0NjcgMTk1LjU2NCA5LjcyMkMxOTUuMzIxIDEwLjE3OTMgMTk0LjkzNCAxMC41NDggMTk0LjQwMiAxMC44MjhDMTkzLjg3OSAxMS4xMDggMTkzLjIxNiAxMS4yNDggMTkyLjQxNCAxMS4yNDhIMTkwLjc3NlYxNUgxODguODE2VjUuMjI4SDE5Mi40MTRDMTkzLjE3IDUuMjI4IDE5My44MTQgNS4zNTg2NyAxOTQuMzQ2IDUuNjJDMTk0Ljg3OCA1Ljg4MTMzIDE5NS4yNzQgNi4yNDA2NyAxOTUuNTM2IDYuNjk4QzE5NS44MDYgNy4xNTUzMyAxOTUuOTQyIDcuNjczMzMgMTk1Ljk0MiA4LjI1MlpNMTkyLjMzIDkuNjY2QzE5Mi44NzEgOS42NjYgMTkzLjI3MiA5LjU0NDY3IDE5My41MzQgOS4zMDJDMTkzLjc5NSA5LjA1IDE5My45MjYgOC43IDE5My45MjYgOC4yNTJDMTkzLjkyNiA3LjMgMTkzLjM5NCA2LjgyNCAxOTIuMzMgNi44MjRIMTkwLjc3NlY5LjY2NkgxOTIuMzNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjIxIDIuNUwyMjIuMDEzIDkuNDg3NDJMMjI5IDEwLjVMMjIyLjAxMyAxMS41MTI2TDIyMSAxOC41TDIxOS45ODcgMTEuNTEyNkwyMTMgMTAuNUwyMTkuOTg3IDkuNDg3NDJMMjIxIDIuNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNTQuNzQ0IDUuMjI4TDI1MS4xNiAxNUgyNDguNzhMMjQ1LjE5NiA1LjIyOEgyNDcuMjk2TDI0OS45ODQgMTIuOTk4TDI1Mi42NTggNS4yMjhIMjU0Ljc0NFpNMjU3Ljg3OSA1LjIyOFYxNUgyNTUuOTE5VjUuMjI4SDI1Ny44NzlaTTI2Ni45NDIgOC4yNTJDMjY2Ljk0MiA4Ljc3NDY3IDI2Ni44MTYgOS4yNjQ2NyAyNjYuNTY0IDkuNzIyQzI2Ni4zMjEgMTAuMTc5MyAyNjUuOTM0IDEwLjU0OCAyNjUuNDAyIDEwLjgyOEMyNjQuODc5IDExLjEwOCAyNjQuMjE2IDExLjI0OCAyNjMuNDE0IDExLjI0OEgyNjEuNzc2VjE1SDI1OS44MTZWNS4yMjhIMjYzLjQxNEMyNjQuMTcgNS4yMjggMjY0LjgxNCA1LjM1ODY3IDI2NS4zNDYgNS42MkMyNjUuODc4IDUuODgxMzMgMjY2LjI3NCA2LjI0MDY3IDI2Ni41MzYgNi42OThDMjY2LjgwNiA3LjE1NTMzIDI2Ni45NDIgNy42NzMzMyAyNjYuOTQyIDguMjUyWk0yNjMuMzMgOS42NjZDMjYzLjg3MSA5LjY2NiAyNjQuMjcyIDkuNTQ0NjcgMjY0LjUzNCA5LjMwMkMyNjQuNzk1IDkuMDUgMjY0LjkyNiA4LjcgMjY0LjkyNiA4LjI1MkMyNjQuOTI2IDcuMyAyNjQuMzk0IDYuODI0IDI2My4zMyA2LjgyNEgyNjEuNzc2VjkuNjY2SDI2My4zM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yOTIgMi41TDI5My4wMTMgOS40ODc0MkwzMDAgMTAuNUwyOTMuMDEzIDExLjUxMjZMMjkyIDE4LjVMMjkwLjk4NyAxMS41MTI2TDI4NCAxMC41TDI5MC45ODcgOS40ODc0MkwyOTIgMi41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.packages-other .package-item {
  height: 100%;
}

.pi-head {
  font-size: 32px;
  font-weight: 600;
  line-height: 0.6;
  margin-bottom: 14px;
}

.pi-head img {
  width: 30px;
  margin-right: 5px;
}

.packages-other .pi-head {
  margin: -35px -35px 14px;
  background: #f6f6f6;
  width: calc(100% + 70px);
  padding: 17px 0 30px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pi-price {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.pi-price .small {
  font-size: 16px;
}

.pi-content {
  flex: 1;
  font-size: 16px;
  color: var(--color-text);
  margin: 15px 0 25px;
  width: 100%;
}

.pi-content li:not(:last-of-type) {
  margin-bottom: 12px;
}

.pi-content li:before {
  content: "✓";
  color: var(--color-red);
}

.pi-button {
  margin: 0 -35px;
  width: calc(100% + 70px);
}

@media screen and (max-width: 1140px) {
  .header .menu ul {
    gap: 20px;
  }

  .header .menu ul a {
    font-size: 14px;
  }

  .login {
    margin-left: 20px;
  }

  .decor-t {
    background-size: cover;
  }
}

@media screen and (max-width: 1024px) {
  .top-title {
    margin-bottom: 26px;
    font-size: 38px;
  }

  .top-section {
    padding: 0 0 100px;
  }

  h2.ui.section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .about-content {
    font-size: 16px;
  }

  .steps-section {
    padding: 100px 0 120px;
  }

  .step-title {
    font-size: 18px;
  }

  .marquee-text {
    font-size: 28px;
  }

  .packages-section {
    padding: 100px 0 0;
  }

  .advantages-section {
    padding: 120px 0 0;
  }

  .advantages-grid.ui.items>.item {
    font-size: 18px;
  }

  .footer-front {
    padding: 100px 0px 25px;
  }
}

@media screen and (max-width: 840px) {
  .header .menu {
    position: fixed;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    transform: translateX(100%);
    background: #f9f9f9;
    padding: 80px 25px;
    overflow-y: auto;
    z-index: 100;
  }

  .header .menu.open {
    transform: translateX(0);
  }

  .header .menu ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 0px;
    height: 100%;
  }

  .header .menu ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .header .menu ul li a {
    font-size: 14px;
    line-height: 1.3;
  }

  .mmenu {
    display: block;
  }

  .menu-close {
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .login {
    margin-left: 0px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .login a:first-of-type {
    padding-right: 0px;
    margin-right: 10px;
    border-right: none;
  }

  .logo img {
    max-width: 180px;
  }

  .info-item {
    padding: 10px 15px;
  }

  .info-text {
    font-size: 13px;
  }

  .info-icon {
    flex-shrink: 0;
    margin-right: 10px;
  }

  .top-title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .top-subtitle {
    font-size: 18px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .ui.container {
    padding: 0px 0px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "t"
      "i"
      "c";
    grid-gap: 20px;
  }

  .about-title {
    text-align: center !important;
  }

  html .ui.unstackable.items>.item>.image,
  .ui.unstackable.items>.item>.image>img {
    width: auto !important;
  }

  .column.first {
    order: -1;
  }
}

@media screen and (max-width: 680px) {
  .login-section {
    padding: 15px 0px;
  }

  .top-section {
    padding-top: 35px;
  }

  .top-content {
    grid-column: 1/3;
    padding-right: 0;
    padding-bottom: 40px;
    text-align: center;
  }

  .top-image {
    grid-column: 2/3;
    grid-row: 2/3
  }

  .top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .info-block {
    grid-column: 1/2;
    grid-row: 2/3;
    grid-template-columns: 1fr;
    box-shadow: none;
    padding: 10px 10px 10px 0;
  }

  .info-item:not(:last-of-type) {
    border-right: none;
    padding-right: 14px;
    border-bottom: 1px solid #e6e6e6;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .footer-flex {
    grid-gap: 20px;
    grid-template-areas:
      "l m"
      "c c";
    align-items: center;
  }

  .footer-menu ul {
    flex-direction: column;
    gap: 12px;
    text-align: right;
  }

  .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .decor-b {
    background-size: 200% auto;
    background-position: top left 20%;
  }

  h2.ui.section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .advantages-grid.ui.items>.item {
    font-size: 12px;
    padding: 15px 12px;
  }

  .copyright {
    font-size: 12px;
  }

  .login-prices {
    padding: 40px 10px;
  }

  .price-item {
    font-size: 12px;
  }

  .price-item .big {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .payment-methods {
    gap: 15px;
  }

  .payment-methods img {
    width: 60px;
  }
}

.partner_section {
  font-size: 21px;
  padding-top: 120px;
}

.partner_title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}

.partner_subtitle {
  text-align: center;
}

.partner_variants {
  display: grid;
  grid-gap: 30px;
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.partner_variant {
  box-shadow: 0px 8px 50px -17px #0000001A;
  border-radius: 16px;
  overflow: hidden;
}

.partner_variant-head {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 25px 20px;
}

.partner_variant-head-icon {
  border-radius: 50%;
  width: 67px;
  height: 67px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_variant-head-content p {
  margin: 0;
}

.partner_variant-content {
  padding: 35px 60px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.partner_bonus {
  background: #FFF1F1;
  border-radius: 16px;
  padding: 23px 15px;
  text-align: center;
  color: #FF5A5A;
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
}

.partner_info {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.partner_btn {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .partner_variant-content {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 768px) {
  .partner_variants {
    grid-template-columns: 1fr;
  }

  .partner_variant-content {
    padding: 24px 20px;
  }
}

@media screen and (max-width: 575px) {
  .partner_section {
    font-size: 18px;
  }

  .partner_bonus,
  .partner_variant-content {
    font-size: 24px;
  }
}