

/* Start:/local/templates/template.promo/css/global/font.css?175006032923215*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */
:root {
  --site-font-family: "Open Sans", sans-serif;
  /* --site-font-family: 'MyriadPro', sans-serif; */
  --site-default-color: #1e1e1e;
  --site-accent-color: #ec2834;
  --site-accent-color--hover: #1e1e1e;
  --site-grey-color: #f8f8f8;
  --site-grey2-color: #848f8d;
  --site-grey3-color: #f2f2f2;
  --site-grey-color-light: #949594;
  --site-grey-color--darker: #a4a4a4;
  --site-separator-color: #e5e5e5;
  --site-blue-color: #2f80ed;
  --site-border-color: #e8e8e8;
  --site-light-color: #fff;
  --site-orange-color: #f9af00;
  --site-red-color: #f04949;
  --site-green-color: #009240;

  --site-header-height: 88px;
  --site-input-height: 60px;
  --site-input-font-size: 16px;
  --site-input-border-width: 1px;
  --site-input-border-color: #e8e8e8;
  --site-input-border-radius: 8px;
  --site-input-border-color--focus: #0083d1;
  --site-input-text-color--placeholder: #949594;
  --site-input-text-color--placeholder-active: #ec2834;
  /* --site-disabled-color: #E5E5E5;
	--site-input-border-width--hover: 1px;
	--site-input-border-width--focus: 1px;
	--site-input-line-height: 1.6;
	--site-input-text-color: #222222;
	--site-input-border-color--error: #ED1C24; */
}

.bx-authform {
  display: none;
}

.promo-form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 16px;
  margin-top: 35px;
}

.promo-form .b-message-form_item {
  max-width: 374px;
  width: 100%;
  position: relative;
}

.promo-form .inputtext {
  width: 100%;
  background-color: inherit;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  max-height: 60px;
  font-size: 16px;
  line-height: 150%;
  padding: 28px 16px 6px 17px;
}

.promo-form-label {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translate(0, -50%);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(148, 149, 148, 1);
  transition: all 0.2s;
}

.promo-form-label.active {
  top: 30%;
  font-size: 14px;
  color: red;
}

#i-message-form-item-captcha {
  display: none;
}

.promo-form-submit .promo-form-submit-btn {
  font-size: 18px;
  height: 56px;
  padding: 0 16px;
  opacity: 0.5;
  cursor: auto;
}

.promo-form-submit .promo-form-submit-btn.active {
  opacity: 1;
  cursor: pointer;
}

.promo-form-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 35px;
  align-items: center;
}

.b-message-form_personal-data span {
  display: inline-block;
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  color: rgba(132, 143, 141, 1);
}

.b-message-form_personal-data span a {
  color: rgba(236, 40, 52, 1);
  line-height: 125%;
  font-weight: 600;
}

.b-message-form_personal-data {
  padding-right: 3px;
}

.promo-form-success {
  padding: 32px;
  border-radius: 8px;
  background-color: rgba(248, 248, 248, 1);
  margin-top: 32px;
}

.promo-form-success-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
}

.promo-form-success-icon {
  width: 56px;
  height: 56px;
  background-color: rgba(236, 40, 52, 0.1);
  border-radius: 50%;
}

.promo-form-success-icon-inner {
  height: 33px;
  width: 33px;
  background-color: red;
  border-radius: 50%;
  margin-left: 12px;
  margin-top: 10px;
}

.promo-form-success-icon-inner svg {
  margin-top: 10px;
  margin-left: 8px;

}

.promo-form-success-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 135%;
}

.promo-form-success-text {
  margin-bottom: 24px;
}

.promo-form-success-text span {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.2px;
}

.promo-form-success-btn {
  height: 56px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.b-message-form_personal-data .b-message-form_personal-data--hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

input {
  outline: none;
}

@font-face {
  font-family: "MyriadPro";
  src: local("MyriadPro"),
    url("/local/templates/template.promo/css/global/../../fonts/myriadpro/myriadProRegular.woff2") format("woff2"),
    url("/local/templates/template.promo/css/global/../../fonts/myriadpro/myriadProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MyriadPro";
  src: local("MyriadPro Semibold"),
    url("/local/templates/template.promo/css/global/../../fonts/myriadpro/myriadProSemibold.woff2") format("woff2"),
    url("/local/templates/template.promo/css/global/../../fonts/myriadpro/myriadProSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"),
    url("/local/templates/template.promo/css/global/../../fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"),
    url("/local/templates/template.promo/css/global/../../fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"),
    url("/local/templates/template.promo/css/global/../../fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"),
    url("/local/templates/template.promo/css/global/../../fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font: 400 16px/1.25 var(--site-font-family);
  color: var(--site-default-color);
  -webkit-font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: var(--site-light-color);
}

.page-holder a,
.page-holder a:visited {
  display: inline;
  text-decoration: none;
}

.page-holder .bgc-black a,
.page-holder .bgc-black a:visited {
  color: var(--site-light-color);
}

.page-holder a:hover,
.page-holder a.active {
  color: var(--site-accent-color);
  border-color: var(--site-accent-color);
  text-decoration: none;
}

.page-holder .bgc-black a:hover {
  color: var(--site-light-color);
}

.page-holder a:active {
  color: var(--site-accent-dark-color);
  border-color: var(--site-accent-dark-color);
  text-decoration: none;
}

.page-holder .bgc-black a:active {
  color: var(--site-light-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--site-font-family);
  display: block;
  margin: 0;
  font-weight: 600;
  color: inherit;
}

button {
  font-family: var(--site-font-family);
}

button:hover {
  cursor: pointer;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 135%;
}

h2,
.h2 {
  font-size: 38px;
  line-height: 120%;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 120%;
}

h4,
.h4 {
  font-size: 16px;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1.55;
}

h6,
.h6 {
  font-size: 15px;
  line-height: 1.6;
}

p {
  margin: 0.65em 0;
  padding: 0;
}

p:first-child {
  margin-top: 0;
}

@media (max-width: 1199px) {
  :root {
    --site-header-height: 64px;
  }
}

/* content.css */

/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
  vertical-align: top;
}

.b-table {
  /* width: 100%; */
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.b-table td,
.b-table th {
  padding: 13px 18px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  white-space: nowrap;
}

.b-table tr td:first-child,
.b-table tr th:first-child {
  padding: 13px 18px 13px 0;
}

.b-table tr td:first-child {
  font-weight: 400;
}

.b-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.b-table tr:first-child {
  border-top: 1px solid #e5e5e5;
}

.bgc-black {
  background-color: #171719;
  color: #fff;
}

.bgc-grey {
  background-color: #f8f8f8;
}

.bgc-white {
  background-color: #fff;
}

.mt-100 {
  margin-top: 100px;
}

.mt-0 {
  margin-top: 0;
}

.mb-100 {
  margin-bottom: 100px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-100 {
  padding-top: 100px;
}

.pt-0 {
  padding-top: 0;
}

.c-red {
  color: #cf0000;
}

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

button {
  background-color: inherit;
  border: none;
  padding: 0;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  left: unset;
  right: 0%;
  width: 100%;
}

*:first-child+html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.registration {
  display: flex;
  justify-content: space-between;
  gap: 110px;
  padding-top: 126px;
}

.registration-content-form {
  max-width: 765px;
  width: 100%;
}

.registration-content-form-title {
  margin-bottom: 32px;
}

.registration-content-form-subtitle span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  color: rgba(17, 17, 17, 1);
}

.functions {
  padding-top: 145px;
  padding-bottom: 211px;
}

.functions-title {
  margin-bottom: 18px;
}

.functions-line {
  display: block;
  width: 100px;
  height: 2px;
  background: red;
}

.you-get-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  display: block;
  margin-bottom: 7px;
}

.you-get-line {
  display: block;
  width: 120px;
  height: 2px;
  background: red;
  margin-bottom: 15px;
}

.you-get-list {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-left: 2px;
}

.you-get-item {
  display: flex;
  gap: 10px;
  align-items: start;
}

.you-get-item-icon {
  display: flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: red;
  flex-shrink: 0;
  margin-top: 10px;
}

.you-get-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.functions-list {
  margin-top: 92px;
}

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 60px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .pt-100 {
    padding-top: 60px;
  }
}

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

.text-column {
  column-count: 2;
  column-gap: 20px;
}

[data-accordion-content] {
  min-height: 0;
  display: none;
  transition: height 0.3s, min-height 0.3s;
}

/* hostler.css */

.l-page {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.l-page--holder {
  display: flex;
}

.l-page--content {
  /* position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh;
  background-color: var(--site-light-color); */
}

.l-wrapper {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh;
  background-color: var(--site-light-color);
}

.l-promo-holder {
  width: 100%;
  max-width: 1496px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

.l-content {
  overflow: hidden;
}

/* blocks.css */
.header {
  padding: 0;
  height: var(--site-header-height);
  background-color: var(--site-light-color);
}

.l-header {
  position: relative;
  width: 100%;
}

.l-header--inner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.logo__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 610px;
  height: var(--site-header-height);
  padding-left: 0;
  background-color: var(--site-accent-color);
  justify-content: center;
}

.logo__wrapper .logo {
  border-bottom: none !important;
  padding-left: 65px;
  padding-top: 3px;
}

.logo__wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: 1;
  /* background-color: var(--site-grey-color); */
  border-bottom: var(--site-header-height) solid var(--site-light-color);
  border-left: 40px solid transparent;
}

.main-content {
  max-width: 1463px;
  margin: 0 auto;
}

.main-content-header {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.header-content-wrapper {
  background-color: rgba(248, 248, 248, 1);
  position: relative;
  padding: 230px 16px;
}

.g-button-btn {
  background-color: rgba(236, 40, 52, 1);
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  line-height: 150%;
  transition: all .2s;
}

.g-button-btn:hover {
  background-color: rgb(0, 0, 0);
}

.header-btn-auth {
  padding: 10.5px 16px;
  font-size: 14px;
  margin-right: 202px;
}

.main-content-header-btn {
  padding: 14px 16px;
  font-size: 18px;
  min-height: 56px;
  width: fit-content;
}

.main-content-img {
  position: absolute;
  top: 43px;
  right: 120px;
  z-index: 2;
}

.main-photo-desktop {
  max-width: 1038px;
}

.main-photo-desktop-2 {
  position: absolute;
  left: 4px;
  top: 15px;
}

.main-photo-desktop-3 {
  position: absolute;
  left: -169px;
  bottom: -99px;
}

.main-photo-desktop-4 {
  position: absolute;
  right: 15px;
  top: -17px;
}

.main-content-header-btn-hidden {
  display: none;
}

.main-photo-mobile {
  display: none;
}

.main-backgrond-image {
  position: absolute;
  right: -18px;
  bottom: 0;
}

.functions-list {
  display: flex;
  flex-direction: column;
}

.footer-btn-wrapper .l-wrapper {
  background-color: rgba(242, 242, 242, 1);
  min-height: unset;
}

.footer-nav {
  padding: 36px;
  display: flex;
  justify-content: center;
}

.footer-nav-btn {
  background: white;
  width: fit-content;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  margin-left: 20px;
  transition: all 0.2s;
}

.footer-nav-btn:hover {
  cursor: pointer;
  background-color: rgba(236, 40, 52, 1);
  color: rgb(255, 255, 255);
}

.footer-nav-btn:hover path {
  stroke: rgb(255, 255, 255);
}

.footer-info {
  background-color: rgb(248, 248, 248);
}

.footer-info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  padding: 36px 0;
  color: rgb(132, 143, 141);
}

.footer-info-content a {
  color: rgb(132, 143, 141);
}

.licenses_detail-link {
  padding-left: 23px;
}

.site_developer {
  margin-right: -17px;
  display: flex;
  align-items: inherit;
  justify-content: center;
  gap: 7px;
  position: relative;
}

.site_developer a::after {
  content: "";
  position: absolute;
  inset: 0;

}

.auth-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.auth-form-overlay.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.auth-form-content {
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  max-width: 536px;
  width: 100%;
}

.auth-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.auth-form-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.auth-form-item {
  position: relative;
}

.auth-form-close:hover {
  cursor: pointer;
}

.auth-form-label {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(148, 149, 148, 1);
  transition: all .2s;
  pointer-events: none;
}

.auth-form-item input {
  border: 1px solid rgba(229, 229, 229, 1);
  height: 60px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(0, 0, 0);
  padding: 0 15px;
  padding-top: 28px;
  padding-bottom: 6px;
}

.form-auth-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-auth-login {
  border: none;
  height: 42px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;

}

.form-auth-login:hover {
  cursor: pointer;
}

.item-auth-name {
  margin-bottom: 16px;
}

.item-forgot-name {
  margin-bottom: 13;
}

.item-auth-pass {
  margin-bottom: 24px;
}

.promo-form-link-container a {
  color: rgba(236, 40, 52, 1);
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-decoration: none;
}

.promo-form-link-container {
  padding-right: 18px;
}

.auth-form-label.active {
  top: 10%;
  font-size: 14px;
}

.item-auth-pass svg {
  position: absolute;
  right: 12px;
  top: 17px;
}

.item-auth-pass svg:hover {
  cursor: pointer;
}

.hide-pas {
  display: none;
}

.hide-pas.active {
  display: block;
}

.show-pas.hidden {
  display: none;
}

.auth-form-content {
  transform: translateY(10000px);
  opacity: 0;
  transition: all 0.5s;
  margin: 0 20px;
  visibility: hidden;
}

.promo-alert-danger {
  background-color: inherit;
  padding: 0;
  color: red;
}

.changepass-danger {
  border-radius: 8px;
}

.auth-form-content.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.forgot-pass-text {
  margin-bottom: 16px;
}

.promo-forgotpswd-text {
  color: inherit;
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.promo-forgotpasswd-line {
  text-align: center;
  margin-bottom: 13px;
  color: inherit;
  font-size: 14px;
}

.promo-forgot-success {
  border-radius: 8px;
}

.changepass-requirements {
  font-size: 14px;
  color: black;
}

@media (max-width: 1600px) {
  .site_developer {
    margin-right: 0;
  }
}

@media (max-width: 1420px) {
  .promo-form .b-message-form_item {
    max-width: 250px;
  }

  .promo-form-submit {
    width: 100%;
  }

  .promo-form-submit-btn {
    width: inherit;
  }

  .main-backgrond-image {
    max-width: 700px;
    bottom: 10px;
  }

  .registration {
    justify-content: space-between;
    gap: 15px;
  }

  .main-content-img {
    right: 20px;
  }

  .header-btn-auth {
    margin-right: 16px;
  }

  .main-content-img {
    max-width: 700px;
    top: 50%;
    top: 50%;
    transform: translate(0%, -50%);
    right: 60px;
  }

  .registration-content-form {
    max-width: 520px;
  }

  .you-get-text {
    max-width: 500px;
  }
}

@media (max-width: 1100px) {
  .promo-form .b-message-form_item {
    max-width: unset;
  }

  .promo-form-submit {
    max-width: 500px;
    width: 100%;
  }

  .b-message-form_personal-data {
    max-width: 300px;
  }

  .promo-form-footer {
    flex-wrap: nowrap;
  }

  .main-backgrond-image {
    display: none;
  }

  .header-content-wrapper {
    padding: 40px 16px;
  }

  .main-content-header-btn {
    display: none;
  }

  .main-content-img {
    position: relative;
    right: -120px;
    transform: unset;
    max-width: unset;
    margin-left: -120px;
  }

  .main-content-header-btn-hidden {
    display: flex;
    font-size: 18px;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 56px;
    margin-top: 12px;
  }

  .registration {
    flex-direction: column;
  }

  .registration-content-form {
    max-width: unset;
  }
}

@media (max-width: 1000px) {
  .l-header--inner {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .footer-nav {
    padding: 36px 16px;
  }

  .functions {
    padding-top: 62px;
    padding-bottom: 336px;
  }

  .functions-list {
    margin-top: 20px;
  }

  .footer-btn-wrapper .l-wrapper {
    background-color: rgb(248, 248, 248);
  }

  .footer-info-content {
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav-btn {
    width: 100%;
    margin: 0;
    padding-right: 5px;
  }

  .footer-info-content {
    padding-top: 20px;
  }

  .licenses_detail-link {
    padding-left: 0;
  }

  .site_developer {
    gap: 8px;
  }

}

@media (max-width: 540px) {
  .promo-form-success-title {
    font-size: 16px;
    line-height: 135%;
    font-weight: 600;
  }

  .promo-form-success-text span {
    font-size: 14px;
    line-height: 135%;
    letter-spacing: normal;
  }

  .promo-form-success-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promo-form-success-icon-inner {
    width: 19px;
    height: 19px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promo-form-success {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 16px;
  }

  .promo-form-success-btn {
    width: 100%;
  }

  .promo-form-success-icon-inner svg {
    margin: 0;
    width: 10px;
    height: 6px;
    margin-bottom: 3px;
  }

  .promo-form-success-header {
    gap: 6px;
    margin-bottom: 10px;
  }

  .promo-form-success-text {
    margin-bottom: 9px;
  }
}

@media (max-width: 500px) {
  .promo-forgotpasswd-wrapper .auth-form-title {
    font-size: 19px;
  }

  .promo-form-label {
    left: 14px;
    top: 51%;
  }

  .promo-form .inputtext {
    max-height: 56px;
    padding-left: 14px;
  }

  .promo-form {
    margin-top: 13px;
    row-gap: 10px;
  }

  .promo-form-footer {
    flex-direction: column;
    margin-top: 18px;
    gap: 7px;
  }

  .b-message-form_personal-data .b-message-form_personal-data--desktop {
    display: none;
  }

  .b-message-form_personal-data .b-message-form_personal-data--hidden {
    display: block;
  }

  .b-message-form_personal-data {
    max-width: unset;
  }

  .b-message-form_personal-data span {
    font-size: 12px;
  }

  .you-get-title {
    margin-bottom: 14px;
  }

  .main-backgrond-image {
    display: none;
  }

  .main-photo-desktop {
    display: none;
  }

  .main-photo-desktop-2 {
    display: none;
  }

  .main-photo-desktop-3 {
    display: none;
  }

  .main-photo-desktop-4 {
    display: none;
  }

  .main-photo-mobile {
    display: block;
  }


  .logo__wrapper .logo {
    max-width: 152px;
    padding-left: 14px;
  }

  .logo__wrapper {
    max-width: 220px;
    justify-content: start;
  }

  .logo__wrapper::after {
    border-left: 30px solid transparent;
  }

  .main-content-header {
    max-width: 340px;
  }

  .main-content-header h1 {
    font-size: 28px;
    line-height: 135%;
  }

  .header-content-wrapper {
    padding: 40px 16px;
  }

  .main-content-img {
    margin-top: 12px;
  }

  .main-content-img {
    right: 0;
    display: flex;
    justify-content: end;
    margin-left: 0;
    margin-right: -16px;
  }

  .registration {
    padding-top: 33px;
    gap: 65px;
  }

  .registration-content-form-title h3 {
    font-size: 24px;
  }

  .l-promo-holder {
    padding-left: 14px;
    padding-right: 18px;
  }

  .registration-content-form-title {
    margin-bottom: 18px;
  }

  .registration-content-form-subtitle span {
    font-size: 16px;
  }

  .you-get-text {
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.2px;
  }

  .you-get-list {
    padding-left: 0;
    gap: 17px;
  }

  .you-get-line {
    margin-bottom: 16px;
  }

  .you-get-item-icon {
    margin-top: 6px;
  }

  .you-get-item:nth-child(4) .you-get-text {
    max-width: 270px;
  }
}
/* End */


/* Start:/local/templates/template.promo/css/global/global.css?174906387840*/
﻿body {
	margin: 0;
    padding: 0;

}
/* End */


/* Start:/local/templates/template.promo/css/layout/blocks.css?1749038837202*/
/* blocks.csss
 * Стили блоков сайта, основной рабочий файл
 *
 */

/*

1. HEADER
2. MAIN
3. FOOTER
*/


/* 1. HEADER */
/* 2. MAIN */
/* 3. FOOTER */

/* End */


/* Start:/local/templates/template.promo/css/layout/content.css?17490400302210*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
    vertical-align: top;
}

.b-table {
    /* width: 100%; */
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.b-table td,
.b-table th {
    padding: 13px 18px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    white-space: nowrap;
}

.b-table tr td:first-child,
.b-table tr th:first-child {
    padding: 13px 18px 13px 0;
}

.b-table tr td:first-child {
    font-weight: 400;
}

.b-table tr {
    border-bottom: 1px solid #E5E5E5;
}

.b-table tr:first-child {
    border-top: 1px solid #E5E5E5;
}

.bgc-black {
    background-color: #171719;
    color: #fff;
}

.bgc-grey {
    background-color: #F8F8F8;
}

.bgc-white {
    background-color: #fff;
}

.mt-100 {
    margin-top: 100px;
}

.mt-0 {
    margin-top: 0;
}

.mb-100 {
    margin-bottom: 100px;
}

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

.pb-100 {
    padding-bottom: 100px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-0 {
    padding-top: 0;
}

.c-red {
    color: #cf0000;
}

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    left: unset;
    right: 0%;
    width: 100%;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    margin: 0;
    border: 0;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 60px;
    }

    .mb-100 {
        margin-bottom: 60px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .pt-100 {
        padding-top: 60px;
    }
}

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

.text-column {
    column-count: 2;
    column-gap: 20px;
}

[data-accordion-content] {
    min-height: 0;
    display: none;
    transition: height 0.3s, min-height 0.3s;
}
/* End */


/* Start:/local/templates/template.promo/components/ma/form/promo-form/style.css?17494637904889*/
.promo-form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 16px;
  margin-top: 35px;
}

.promo-form .b-message-form_item {
  max-width: 374px;
  width: 100%;
  position: relative;
}

.promo-form .inputtext {
  width: 100%;
  background-color: inherit;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  max-height: 60px;
  font-size: 16px;
  line-height: 150%;
  padding: 28px 16px 6px 17px;
}

.promo-form-label {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translate(0, -50%);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(148, 149, 148, 1);
  transition: all 0.2s;
}

.promo-form-label.active {
  top: 30%;
  font-size: 14px;
  color: red;
}

#i-message-form-item-captcha {
  display: none;
}

.promo-form-submit .promo-form-submit-btn {
  font-size: 18px;
  height: 56px;
  padding: 0 16px;
  opacity: 0.5;
  cursor: auto;
}

.promo-form-submit .promo-form-submit-btn.active {
  opacity: 1;
  cursor: pointer;
}

.promo-form-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 35px;
  align-items: center;
}

.b-message-form_personal-data span {
  display: inline-block;
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  color: rgba(132, 143, 141, 1);
}

.b-message-form_personal-data span a {
  color: rgba(236, 40, 52, 1);
  line-height: 125%;
  font-weight: 600;
}

.b-message-form_personal-data {
  padding-right: 3px;
}

.promo-form-success {
  padding: 32px;
  border-radius: 8px;
  background-color: rgba(248, 248, 248, 1);
  margin-top: 32px;
}

.promo-form-success-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
}

.promo-form-success-icon {
  width: 56px;
  height: 56px;
  background-color: rgba(236, 40, 52, 0.1);
  border-radius: 50%;
}

.promo-form-success-icon-inner {
  height: 33px;
  width: 33px;
  background-color: red;
  border-radius: 50%;
  margin-left: 12px;
  margin-top: 10px;
}

.promo-form-success-icon-inner svg {
  margin-top: 10px;
  margin-left: 8px;

}

.promo-form-success-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 135%;
}

.promo-form-success-text {
  margin-bottom: 24px;
}

.promo-form-success-text span {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.2px;
}

.promo-form-success-btn {
  height: 56px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.b-message-form_personal-data .b-message-form_personal-data--hidden {
  display: none;
}

@media (max-width: 1420px) {
  .promo-form .b-message-form_item {
    max-width: 250px;
  }

  .promo-form-submit {
    width: 100%;
  }

  .promo-form-submit-btn {
    width: inherit;
  }
}

@media (max-width: 1100px) {
  .promo-form .b-message-form_item {
    max-width: unset;
  }

  .promo-form-submit {
    max-width: 500px;
    width: 100%;
  }

  .b-message-form_personal-data {
    max-width: 300px;
  }

  .promo-form-footer {
    flex-wrap: nowrap;
  }
}

@media (max-width: 540px) {
  .promo-form-success-title {
    font-size: 16px;
    line-height: 135%;
    font-weight: 600;
  }

  .promo-form-success-text span {
    font-size: 14px;
    line-height: 135%;
    letter-spacing: normal;
  }

  .promo-form-success-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promo-form-success-icon-inner {
    width: 19px;
    height: 19px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promo-form-success {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 16px;
  }

  .promo-form-success-btn {
    width: 100%;
  }

  .promo-form-success-icon-inner svg {
    margin: 0;
    width: 10px;
    height: 6px;
    margin-bottom: 3px;
  }

  .promo-form-success-header {
    gap: 6px;
    margin-bottom: 10px;
  }
  .promo-form-success-text{
    margin-bottom: 9px;
  }
}

@media (max-width: 500px) {
  .promo-form-label {
    left: 14px;
    top: 51%;
  }

  .promo-form .inputtext {
    max-height: 56px;
    padding-left: 14px;
  }

  .promo-form {
    margin-top: 13px;
    row-gap: 10px;
  }

  .promo-form-footer {
    flex-direction: column;
    margin-top: 18px;
    gap: 7px;
  }

  .b-message-form_personal-data .b-message-form_personal-data--desktop {
    display: none;
  }

  .b-message-form_personal-data .b-message-form_personal-data--hidden {
    display: block;
  }

  .b-message-form_personal-data {
    max-width: unset;
  }

  .b-message-form_personal-data span {
    font-size: 12px;
  }
}
/* End */


/* Start:/local/templates/template.promo/components/ma/news.list/promo-functions/style.css?17494608229965*/
.functions-item_holder {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.functions-item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 550px;
  transition: transform 0.5s ease-in-out;
}

.functions-item__number {
  color: rgba(236, 40, 52, 1);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.functions-item_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: rgb(0, 0, 0);
}

.functions-item_text {
  font-size: 20px;
  line-height: 130%;
  color: rgb(17, 17, 17);
  font-weight: 400;
}

.functions-item {
  margin-right: -220px;
  margin-left: -220px;
  padding-left: 220px;
  padding-right: 220px;

}

.functions-item_pic {
  position: absolute;
}

.appear_soon {
  color: rgb(39, 174, 96);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  padding: 10px 14px;
  width: fit-content;
  border-radius: 100px;
  margin-top: 18px;
  margin-left: -15px;
  box-shadow: 30px 0px 80px 0px rgba(39, 174, 96, 0.4);
}

.functions-item:nth-child(odd) {
  background-color: rgba(248, 248, 248, 1);
}

.functions-item_video {
  position: absolute;
  transition: transform 0.5s ease-in-out;
}

.functions-item_video video {
  max-width: 712px;
  max-height: 400px;
  border-radius: 8px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
}

.functions-item:nth-child(even) .functions-item_holder {
  flex-direction: row-reverse;
}

.functions-item:nth-child(1) {
  padding-top: 55px;
  padding-bottom: 80px;
}

.functions-item:nth-child(1) .functions-item_video {
  right: -18px;
  top: -122px;
}

.functions-item:nth-child(2) {
  padding-top: 243px;
  padding-right: 204px;
  padding-bottom: 240px;
}

.functions-item:nth-child(2) .functions-item_video {
  left: 0;
  top: -120px;
}

.functions-item:nth-child(3) {
  padding-top: 59px;
  padding-bottom: 53px;
}

.functions-item:nth-child(3) .functions-item_video {
  right: -16px;
  top: -95px;
}

.functions-item:nth-child(4) {
  padding-top: 218px;
  padding-right: 204px;
  padding-bottom: 215px;
}

.functions-item:nth-child(4) .functions-item_video {
  left: 0;
  top: -95px;
}

.functions-item:nth-child(5) {
  padding-top: 35px;
  padding-bottom: 50px;
}

.functions-item:nth-child(5) .functions-item_video {
  right: -17px;
  top: -75px;
}

.functions-item:nth-child(6) {
  padding-top: 193px;
  padding-right: 204px;
}

.functions-item:nth-child(6) .functions-item_video {
  left: 0;
  top: -72px;
}

/* АНИМАЦИЯ */

.functions-item:nth-child(odd) .functions-item_video {
  transform: translateX(200%);
  opacity: 0;
}

.functions-item:nth-child(odd) .functions-item-content {
  transform: translateX(-200%);
  opacity: 0;
}

.functions-item:nth-child(even) .functions-item_video {
  transform: translateX(-200%);
  opacity: 0;
}

.functions-item:nth-child(even) .functions-item-content {
  transform: translateX(200%);
  opacity: 0;
}




.is-active:nth-child(odd) .functions-item_video {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.is-active:nth-child(odd) .functions-item-content {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.is-active:nth-child(even) .functions-item_video {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.is-active:nth-child(even) .functions-item-content {
  transform: translateX(0) !important;
  opacity: 1 !important;
}



@media (max-width: 1520px) {
  .functions-item_video video {
    max-width: 600px;
  }

  .functions-item:nth-child(1) .functions-item_video {
    right: 20px;
    top: -80px;
  }

  .functions-item:nth-child(3) .functions-item_video {
    right: 20px;
    top: -70px;
  }

  .functions-item:nth-child(5) .functions-item_video {
    right: 20px;
    top: 0;
  }

  .appear_soon {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 1200px) {
  .functions-item_video video {
    max-width: 500px;
  }

  .functions-item:nth-child(1) .functions-item_video {
    right: 20px;
    top: -50px;
  }

  .functions-item:nth-child(2) .functions-item_video {
    left: 0;
    top: -100px;
  }

  .functions-item:nth-child(3) .functions-item_video {
    right: 20px;
    top: -40px;
  }

  .functions-item:nth-child(4) .functions-item_video {
    left: 0;
    top: -30px;
  }

  .functions-item:nth-child(6) .functions-item_video {
    left: 0;
    top: -30px;
  }
}

@media (max-width: 1100px) {
  .functions-item_holder {
    gap: 30px;
  }

  .functions-item_video {
    position: relative;
  }

  .functions-item:nth-child(1) .functions-item_video {
    right: 20px;
    top: -50px;
    margin-bottom: -130px;
  }

  .functions-item:nth-child(2) .functions-item_video {
    left: 0;
    top: -90px;
    margin-bottom: -90px;
  }

  .functions-item:nth-child(3) .functions-item_video {
    right: 20px;
    top: -40px;
    margin-bottom: -110px;
    margin-right: -20px;
  }

  .functions-item:nth-child(4) .functions-item_video {
    left: 0;
    top: -30px;
    margin-bottom: -30px;
  }

  .functions-item:nth-child(5) .functions-item_video {
    right: 20px;
    top: 0;
    margin-right: -20px;
    margin-bottom: -80px;
  }

  .functions-item:nth-child(6) .functions-item_video {
    left: 0;
    top: -30px;
    margin-bottom: -30px;
  }
}

@media (max-width: 900px) {
  .functions-item_holder {
    flex-direction: column;
  }

  .functions-item:nth-child(even) .functions-item_holder {
    flex-direction: column;
  }

  .functions-item_video video {
    max-width: 711px;
    width: 100%;
  }

  .functions-item_video {
    position: absolute;
  }

  .functions-title h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .functions-item_text {
    font-size: 16px;
  }

  .appear_soon {
    background: inherit;
    margin-left: -15px;
    box-shadow: 25px 0px 40px 0px rgba(39, 174, 96, 0.3);
  }

  .functions-item {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .functions-item:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 225px;
  }

  .functions-item:nth-child(2) {
    padding-top: 100px;
    padding-bottom: 222px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .functions-item:nth-child(3) {
    padding-top: 105px;
    padding-bottom: 225px;
  }

  .functions-item:nth-child(4) {
    padding-top: 101px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 224px;
  }

  .functions-item:nth-child(5) {
    padding-top: 103px;
    padding-bottom: 240px;
  }

  .functions-item:nth-child(6) {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 102px;
  }

  .functions-item_video video {
    min-width: 343px;
    max-width: 450px;
    width: max-content;
  }

  .functions-item:nth-child(1) .functions-item_video {
    left: 50%;
    right: auto;
    transform: translate(200%, 80%) !important;
  }

  .functions-item:nth-child(2) .functions-item_video {
    left: 50%;
    right: auto;
    transform: translate(-200%, 100%);
  }

  .functions-item:nth-child(3) .functions-item_video {
    left: 50%;
    right: auto;
    transform: translate(200%, 90%);
  }

  .functions-item:nth-child(4) .functions-item_video {
    left: 50%;
    right: auto;
    transform: translate(-200%, 90%);
  }

  .functions-item:nth-child(5) .functions-item_video {
    left: 50%;
    right: auto;
    transform: translate(200%, 100%);
  }

  .functions-item:nth-child(6) .functions-item_video {
    left: 50%;
    right: auto;
    transform: translate(-200%, 110%);
  }


  .is-active:nth-child(1) .functions-item_video {
    transform: translate(-50%, 80%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(2) .functions-item_video {
    transform: translate(-50%, 100%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(3) .functions-item_video {
    transform: translate(-50%, 90%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(4) .functions-item_video {
    transform: translate(-50%, 90%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(5) .functions-item_video {
    transform: translate(-50%, 100%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(6) .functions-item_video {
    transform: translate(-50%, 110%) !important;
    opacity: 1 !important;
  }
}

@media (max-width: 500px) {
  .functions-item_video video {
    max-width: 343px;
  }

  .functions-item:nth-child(1) .functions-item_video {
    right: auto;
    top: 180px;
    transform: translate(200%, 0%) !important;
  }

  .functions-item:nth-child(2) .functions-item_video {
    right: auto;
    top: 200px;
    transform: translate(-200%, 0%) !important;
  }

  .functions-item:nth-child(3) .functions-item_video {
    right: auto;
    top: 272px;
    transform: translate(200%, 0%) !important;
  }

  .functions-item:nth-child(4) .functions-item_video {
    right: auto;
    top: -2px;
    transform: translate(-200%, 134%) !important;
  }

  .functions-item:nth-child(5) .functions-item_video {
    right: auto;
    top: 292px;
    transform: translate(200%, 0) !important;

  }

  .functions-item:nth-child(6) .functions-item_video {
    right: auto;
    top: 271px;
    transform: translate(-200%, 0) !important;
  }



  .is-active:nth-child(1) .functions-item_video {
    transform: translate(-50%, 0%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(2) .functions-item_video {
    transform: translate(-50%, 0%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(3) .functions-item_video {
    transform: translate(-50%, 0%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(4) .functions-item_video {
    transform: translate(-50%, 134%) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(5) .functions-item_video {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
  }

  .is-active:nth-child(6) .functions-item_video {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
  }
}
/* End */
/* /local/templates/template.promo/css/global/font.css?175006032923215 */
/* /local/templates/template.promo/css/global/global.css?174906387840 */
/* /local/templates/template.promo/css/layout/blocks.css?1749038837202 */
/* /local/templates/template.promo/css/layout/content.css?17490400302210 */
/* /local/templates/template.promo/components/ma/form/promo-form/style.css?17494637904889 */
/* /local/templates/template.promo/components/ma/news.list/promo-functions/style.css?17494608229965 */
