@charset "UTF-8";
/*
 Theme Name: Rozoom
 Template: generatepress
 Text Domain: generatepress-child
*/
@import "iconfont.css";
@font-face {
  font-family: "tenor_sansregular";
  src: url("./fonts/tenorsans-regular-webfont.woff2") format("woff2"), url("./fonts/tenorsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #434242;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}

strong {
  font-weight: 600;
}

.sm {
  font-size: 13px;
}

.xs {
  font-size: 10px;
}

.text-huge {
  font-size: 110px;
}

.text-big {
  font-size: 110px;
}

h1, .h1 {
  font-family: "tenor_sansregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "tenor_sansregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 39px;
}

h3, .h3 {
  font-family: "tenor_sansregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h4, .h4 {
  font-family: "tenor_sansregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

a {
  color: #0647BF;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}
a.email, a.phone {
  white-space: nowrap;
}

a:hover {
  color: #0647BF;
  text-decoration: underline;
}
a:hover.pc {
  text-decoration: none;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
ul:not([class]) li {
  margin-left: 0px;
  position: relative;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  width: 10px;
  height: 18px;
  background-image: url("./img/li-marker.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

li {
  margin: 0 0 5px;
}

input, textarea, select {
  color: #434242;
  background-color: #FFFFFF;
}

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

.nowrap {
  white-space: nowrap;
}

hr {
  border-top: 1px solid #DFE0EB;
}

body.modal-open {
  overflow: hidden;
}

body.product-modal-open #page {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

input, select, textarea {
  border: 1px solid #878787;
  outline: none;
  padding: 11px 1px;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

input.underline {
  border-color: transparent transparent #878787 transparent;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 10px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.form-group-simple label {
  margin: 0px 0 0px !important;
}
.form-group-simple {
  margin: 0px 0 12px;
}

label.with-note {
  padding-top: 5px;
  position: relative;
  margin: 0px 0px 16px 0px;
}
label.with-note span.note {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 12px;
  color: #7B5DA3;
  white-space: nowrap;
  padding: 0;
}
label.with-note input {
  border-width: 0 0 1px 0;
  border-color: #DFE0EB;
  padding: 15px 0px 10px;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0 0px 5px 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label {
  font-weight: 400;
  display: block;
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 8px;
}
label.small {
  font-size: 14px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  accent-color: #434242;
  width: 17px;
  height: 17px;
  margin-top: 0px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  display: block;
  background-color: transparent;
  color: #434242;
  width: 32px !important;
  position: absolute;
  right: 0px;
  top: 15px;
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  transition: all 0.25s;
  height: 2px;
  border-radius: 1px;
  background-color: #7B5DA3;
}

#mobile-menu-button > div + div {
  margin-top: 5px;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.mCSB_container {
  margin-right: 12px !important;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #6A4897;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #6A4897;
  border-radius: 100px;
  padding: 19px 34px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #8A5EC4 !important;
  border-color: #8A5EC4 !important;
  color: #fff !important;
}
button.button, a.button, .upload-button {
  font-family: "tenor_sansregular", sans-serif;
  letter-spacing: 0;
  margin: 10px 0 20px;
  /*box-shadow: 0px 0px 19px 0px #D82454;*/
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 10px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #7B5DA3;
  color: #7B5DA3;
  box-shadow: none;
}
button.button:hover, a.button:hover, .upload-button:hover {
  /*box-shadow: 0px 0px 55px 0px #D82454;*/
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 110;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page > div {
  flex-grow: 0;
}
#page > div.content {
  flex-grow: 1;
}
#page.main-page {
  overflow: hidden;
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto !important;
}

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}
#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog textarea {
  height: 270px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #FFFFFF;
  color: #434242;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
}
.modal-panel .modal-panel-header {
  display: none;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #DFE0EB;
}
.modal-panel .modal-panel-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  width: 78px;
  top: 14px;
  height: 50px;
  background-image: url("../img/logo.svg");
  background-size: 78px 50px;
  background-repeat: no-repeat;
}
.modal-panel h2 {
  margin-top: 10px;
  overflow-wrap: break-word;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 100px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
  .modal-panel .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
  width: 100%;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #FFFFFF;
  background-image: url("./img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  cursor: pointer;
  transition: all 0.25s;
}

.modal-panel .close-button-container {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
}

.modal-panel .close-button {
  position: sticky;
  top: 5px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("./img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 30px;
  background-image: url("./img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 30px;
  background-image: url("./img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

.switch { /* Переключатель */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

div.radio { /* Радио-кнопки */
  position: relative;
  text-align: left;
}

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.25s ease-in;
}
div.radio > div:hover {
  background-image: url("../img/radio-button-checked.png");
}

div.radio > div + div {
  margin-left: 24px;
}

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png");
}

.checkbox { /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png");
}
.checkbox.checked {
  background-image: url("../img/checkbox-checked.png");
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

ul.breadcrumbs {
  font-style: normal;
  font-size: 14px;
  color: #9A9CA0;
  margin: 26px 0 4px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #7B5DA3;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin: 0 4px;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 20px;
  min-height: 700px;
}

.pagination a {
  display: inline-block;
  background-color: #7B5DA3;
  color: #fff;
  font-size: 13px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

.pagination a:hover {
  color: #fff;
  background-color: #FFFFFF;
  text-decoration: none;
}

.pagination a.current {
  background-color: #FFFFFF;
  cursor: default;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #878787 !important;
  font-size: 16px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #878787 !important;
  font-size: 16px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #878787 !important;
  font-size: 16px;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #878787 !important;
  font-size: 16px;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 47px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h4, .h4 {
    font-size: 22px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
.container {
  margin: 0 50px 0 204px;
  position: relative;
  width: calc(100% - 50px - 204px) !important;
  padding: 0;
}
@media (max-width: 1800px) {
  .container {
    margin: 0 50px 0 150px;
    width: calc(100% - 50px - 150px) !important;
  }
}
@media (max-width: 1700px) {
  .container {
    margin: 0 50px 0 100px;
    width: calc(100% - 50px - 100px) !important;
  }
}
@media (max-width: 1600px) {
  .container {
    margin: 0 50px 0 50px;
    width: calc(100% - 50px - 50px) !important;
  }
}
@media (max-width: 620px) {
  .container {
    margin: 0 20px 0 20px;
    width: calc(100% - 40px) !important;
  }
}

#header .container {
  overflow: visible;
}

/* tic-messengers-01 begin */
/* tic-messengers-01 end */
.lang {
  position: relative;
}
.lang .selected {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 26px;
  background-position: right 5px;
  background-repeat: no-repeat;
  padding: 5px 20px 5px 0px;
  transition: all 0.25s;
  cursor: pointer;
}
.lang.expanded .selected {
  background-position: right 16px;
}
.lang.expanded .submenu {
  display: block;
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0px;
  height: 48px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.25s;
  color: #434242;
  backdrop-filter: blur(4px);
}
#header-top:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #13162F;
  opacity: 0.9;
}
#header-top .container {
  height: 100%;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  background: #13162F;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transition: all 0.5s;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top > .scrolled .content > div:last-child {
  width: 100px;
}
#header-top.scrolled, #header-top.for-product-page {
  top: 0px;
}
@media (min-width: 920px) {
  #header-top.scrolled a.logo, #header-top.for-product-page a.logo {
    opacity: 1;
  }
}
#header-top.scrolled a.logo, #header-top.for-product-page a.logo {
  top: 13px !important;
  width: 137px !important;
  left: 0px !important;
  transform: none !important;
}
#header-top.scrolled, #header-top.for-product-page {
  border-bottom: 1px solid #7B5DA3;
}
@media (max-width: 0px) {
  #header-top {
    top: 0px;
  }
  #header-top a.logo {
    top: 13px !important;
    width: 137px !important;
    left: 0px !important;
    transform: none !important;
  }
  #header-top {
    border-bottom: 1px solid #7B5DA3;
  }
}
@media (max-width: 0px) and (min-width: 920px) {
  #header-top a.logo {
    opacity: 1;
  }
}
#header-top .content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header-top a.logo {
  display: block;
  width: 52vw;
  left: 50%;
  top: 8vh;
  transform: translateX(-50%);
  margin-left: 0;
  flex-grow: 0;
  z-index: 5;
  position: relative;
  transition: all 0.25s;
  background-image: url("./img/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 137/23;
}
@media (min-width: 920px) {
  #header-top a.logo {
    top: 13px !important;
    width: 137px !important;
    left: 0px !important;
    transform: none !important;
  }
}
#header-top {
  display: none;
}
#header-top .logo {
  opacity: 0;
}
@media (max-width: 1500px) {
  #header-top {
    display: block;
  }
}
@media (max-width: 920px) {
  #header-top .logo {
    opacity: 1;
  }
}

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  background-color: #FFFFFF;
  color: #434242;
  text-align: left;
}
.pushy a {
  color: #434242;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/close-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  right: 0px;
  top: 10px;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy a.logo > span {
  display: block;
}
.pushy hr {
  border-top: 2px solid #7B5DA3;
}
.pushy {
  max-width: 360px;
  overflow: hidden;
}
.pushy .pushy-content {
  border-top: 1px solid #DFE0EB;
  padding: 20px 20px 30px 20px;
  text-align: left;
}
.pushy a.logo {
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 74px;
  width: 249px;
  margin: 62px auto 37px;
}
.pushy h4 {
  font-size: 18px;
  margin: 17px 0px 16px 0px;
}
.pushy h4:before {
  left: 0px !important;
}
.pushy .about {
  margin: 0px 0px 58px 0px;
}
.pushy .phone-note {
  font-size: 13px;
  line-height: 120%;
  margin: 0px 0px 3px 0px;
}
.pushy .phone {
  font-size: 18px;
}
.pushy .menu-catalog {
  margin: 0px 0px 40px 0px;
}
.pushy ul.menu, .pushy ul.contacts {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
.pushy ul.menu > li, .pushy ul.contacts > li {
  margin-bottom: 14px;
  margin-left: 0px;
  font-size: 16px;
}
.pushy ul.menu > li:before, .pushy ul.contacts > li:before {
  display: none;
}
.pushy ul.menu > li > ul, .pushy ul.contacts > li > ul {
  display: none;
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

body.pushy-open-left {
  overflow: hidden;
}
body.pushy-open-left .pushy .logo {
  opacity: 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.content-two-columns .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 10px);
  }
}
@media (min-width: 992px) {
  .content-two-columns .columns > div {
    max-width: 42%;
  }
  .content-two-columns .columns > div + div {
    margin-left: 10%;
  }
}

a.anchor {
  text-decoration: none;
}

.help-dialog {
  width: 580px;
}
.help-dialog h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.help-dialog p.phone {
  margin-bottom: 30px;
}
.help-dialog textarea {
  display: block;
  width: 100%;
  height: 150px;
}

p.warning {
  background-color: #FFFFFF;
  color: #fff;
  padding: 10px;
}

.text-block {
  padding: 1px 48px 24px;
  background-color: #ffffff;
  margin: 24px 0 32px;
  border: 4px solid #fff;
}

.autocomplete-loader {
  display: none;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  bottom: 4px;
  z-index: 10;
}

.modal-panel.map {
  min-width: 90%;
}

label.radio {
  position: relative;
  z-index: 2;
  padding: 6px 0px 9px 13px;
}
label.radio input + i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #7B5DA3;
  border-radius: 11px;
}
label.radio input:checked + i {
  background-color: #7B5DA3;
}
label.radio input:checked + i + span {
  color: #fff;
}
label.radio span {
  margin: 5px 0 0 36px !important;
}
label.radio span small {
  display: block;
  margin: -3px 0 0px;
}

p.label {
  margin-bottom: 10px;
  font-weight: 400;
  color: inherit;
  font-size: 16px;
  padding: 0px;
  text-align: left;
  white-space: normal;
  display: block;
}

.table-hover tr:hover > td, .table-hover tr:hover > th {
  background-color: #f5f5f5;
}

.table-bordered {
  border-color: #9A9CA0 !important;
}
.table-bordered tr > td, .table-bordered tr > th {
  border-color: #9A9CA0 !important;
}

.select2-selection--multiple {
  border-radius: 0px !important;
  border-color: #878787 !important;
}

.select2-selection--single {
  border-radius: 0px !important;
  border-color: #878787 !important;
  padding: 1px 0px 32px 0px !important;
}
.select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}

.select2-selection__rendered {
  margin: 2px 0 -5px !important;
  font-size: 14px;
  font-weight: 500;
}
.select2-selection__rendered > li {
  margin: 2px 2px 2px 0px !important;
}

.select2-selection__arrow {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection__arrow {
  transform: rotateX(180deg);
}

table.table.no-border td {
  padding: 12px 8px 12px 0px;
  border: none;
}

.icons {
  font-family: "mfn-iconsregular";
  font-size: 44px;
}

.site-content {
  margin: 0px 0px 0px 246px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .site-content {
    margin: 0px 0px 0px 0px;
  }
}

.first-screen {
  background-color: #13162F;
  color: #FFFFFF;
  overflow: hidden;
  height: 100vh;
}
.first-screen:before {
  content: "";
  position: absolute;
  display: block;
  left: 334px;
  top: -154px;
  width: 719px;
  aspect-ratio: 1/1;
  background-image: url("./img/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate-circle 200s linear infinite;
  opacity: 0.75;
}
.first-screen h1 {
  font-size: 40px;
}
@media (max-width: 1500px) {
  .first-screen h1 {
    font-size: calc(20px + 20 * (100vw - 360px) / 1140);
  }
}
@media (max-width: 360px) {
  .first-screen h1 {
    font-size: 20px;
  }
}
.first-screen h1 {
  margin: 23vh 0px 4vh 0px;
  position: relative;
}
.first-screen h1 > span {
  display: inline-block;
}
.first-screen h1:before {
  content: "";
  position: relative;
  display: block;
  left: 0px;
  width: 490px;
  aspect-ratio: 490/81;
  background-image: url("./img/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 0px 22px 0px;
  width: 490px;
}
@media (max-width: 1500px) {
  .first-screen h1:before {
    width: calc(370px + 120 * (100vw - 800px) / 700);
  }
}
@media (max-width: 800px) {
  .first-screen h1:before {
    width: 370px;
  }
}
.first-screen ul {
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
  list-style: none;
  width: 568px;
  max-width: 100%;
}
.first-screen ul li {
  font-family: "tenor_sansregular", sans-serif;
  font-size: 21px;
}
@media (max-width: 950px) {
  .first-screen ul li {
    font-size: calc(18px + 3 * (100vw - 360px) / 590);
  }
}
@media (max-width: 360px) {
  .first-screen ul li {
    font-size: 18px;
  }
}
.first-screen ul li {
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 31px;
  line-height: 105%;
  position: relative;
}
.first-screen ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 18px;
  background-image: url("./img/li-marker.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.first-screen .button {
  margin: 18px 0px 0px 0px;
}
.first-screen .trast {
  margin: 9vh 0px 0px 0px;
  width: 451px;
  aspect-ratio: 451/117;
  background-image: url("./img/trast.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.first-screen .content {
  position: relative;
  width: 50%;
}
.first-screen .content .visual {
  position: absolute;
  height: 100%;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: calc(100% - 170px);
  overflow: visible;
}
.first-screen .content .visual:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 719px;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  background-image: url("./img/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate-circle 60s linear infinite;
}
.first-screen .content .visual:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 98px;
  left: -229px;
  bottom: -4px;
  aspect-ratio: 98/126;
  background-image: url("./img/points.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.first-screen .content .visual .ball {
  background-image: url("./img/ball.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
}
.first-screen .content .visual .ball.ball-1 {
  width: 215px;
  left: -156px;
  bottom: -43px;
  animation: pulsing-ball 5s ease-in-out infinite;
}
.first-screen .content .visual .ball.ball-2 {
  width: 111px;
  top: -85px;
  right: 4px;
  animation: pulsing-ball 3.5s ease-in-out infinite;
}
.first-screen .content .visual .hero {
  aspect-ratio: 685/1045;
  width: 35vw;
  position: absolute;
  background-image: url("./img/hero.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
}
.first-screen .content .visual .hero:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 20%;
  background: linear-gradient(to bottom, rgba(19, 22, 47, 0) 0%, rgb(19, 22, 47) 100%);
}
@media (max-width: 1800px) {
  .first-screen .content .visual {
    left: 110%;
  }
  .first-screen .content .visual .hero {
    width: 600px;
  }
}
@media (max-width: 1700px) {
  .first-screen .content h1 {
    margin-top: 21vh;
  }
  .first-screen .content .visual {
    left: 115%;
  }
  .first-screen .content .visual .ball.ball-1 {
    left: -190px;
  }
  .first-screen .content .visual .ball.ball-2 {
    right: -44px;
  }
}
@media (max-width: 1500px) {
  .first-screen:before {
    display: none;
  }
  .first-screen .content h1 {
    margin: 17vh 0px 6vh 0px;
  }
  .first-screen .content .visual {
    top: 50px;
  }
  .first-screen .content .visual .ball.ball-1 {
    left: -190px;
  }
  .first-screen .content .visual .ball.ball-2 {
    right: 10px;
  }
}
@media (max-width: 1320px) {
  .first-screen .content h1 {
    margin: 17vh 0px 6vh 0px;
  }
  .first-screen .content .visual {
    transform-origin: center top;
    transform: scale(0.9);
    left: 120%;
  }
  .first-screen .content .visual .ball.ball-1 {
    left: -210px;
  }
  .first-screen .content .visual .ball.ball-2 {
    right: -50px;
  }
}
@media (max-width: 1250px) {
  .first-screen .content .visual {
    left: 127%;
  }
  .first-screen .content .trast {
    width: 400px;
  }
}
@media (max-width: 1080px) {
  .first-screen .content .trast {
    width: 375px;
    max-width: 100%;
  }
  .first-screen .content .visual {
    left: 127%;
    transform: scale(0.8);
  }
  .first-screen .content .visual:after {
    bottom: -72px;
  }
  .first-screen .content .visual .ball.ball-1 {
    left: -275px;
  }
  .first-screen .content .visual .ball.ball-2 {
    right: -110px;
  }
}
@media (max-width: 980px) {
  .first-screen .content .visual {
    left: 140%;
  }
}
@media (max-width: 920px) {
  .first-screen {
    height: auto;
  }
  .first-screen .content {
    width: 100%;
  }
  .first-screen .content h1 {
    margin: 21vh 0px 7vh 0px;
    text-align: center;
  }
  .first-screen .content h1:before {
    display: none;
  }
  .first-screen .content ul {
    margin: -46px 0px 0px 0px;
  }
  .first-screen .content ul li {
    padding: 0px 0px 0px 22px;
  }
  .first-screen .content .visual {
    position: relative;
    aspect-ratio: 330/443;
    transform: scale(1);
    left: 7%;
    top: 0px;
    width: 90%;
  }
  .first-screen .content .visual .hero {
    width: 100%;
  }
  .first-screen .content .visual:before {
    width: 106%;
  }
  .first-screen .content .visual .ball.ball-1 {
    bottom: 41px;
    left: -32px;
    width: 35%;
  }
  .first-screen .content .visual .ball.ball-2 {
    top: 43px;
    right: 29px;
    width: 17%;
  }
  .first-screen .content .trast {
    width: 90%;
    margin: 12vw auto 5vw;
  }
}
@media (max-width: 920px) {
  .first-screen .content .button {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .first-screen .content h1 {
    margin: 15vh 0px 3vh 0px;
  }
}

@keyframes rotate-circle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-circle2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulsing-ball {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.columns3 {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns2 {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.problem {
  margin: 114px 0px 0px 0px;
  padding: 0px 0px 80px;
  overflow: hidden;
}
.problem h2 {
  margin: 0px 0px 69px 0px;
  font-size: 36px;
}
@media (max-width: 1040px) {
  .problem h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .problem h2 {
    font-size: 27px;
  }
}
.problem .columns3 > div {
  padding: 0px 30px 0px 0px;
}
.problem .columns3 > .image {
  order: 2;
  position: relative;
}
.problem .columns3 > .image:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 50%;
  top: 66%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 395px;
  background-image: url("./img/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate-circle 90s linear infinite;
}
.problem .columns3 > .image img {
  width: 315px;
  max-width: 100%;
  border-radius: 20px;
}
.problem .columns3 > .n1 {
  order: 1;
}
.problem .columns3 > .n1:after {
  content: "";
  position: static;
  display: block;
  aspect-ratio: 437/124;
  width: 100%;
  background-image: url("./img/problem-1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 45px 0px 0px 0px;
}
.problem .columns3 > .n2 {
  order: 3;
}
.problem .columns3 > .n2:after {
  content: "";
  position: static;
  display: block;
  aspect-ratio: 437/75;
  width: 100%;
  background-image: url("./img/problem-2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px 0px 0px 0px;
}
@media (max-width: 1160px) {
  .problem .columns3 {
    gap: 30px 0px;
    grid-template-columns: 1fr 1fr;
  }
  .problem .columns3 > div.image {
    margin-left: 50px;
  }
  .problem .columns3 > div:after {
    width: 320px !important;
    max-width: 100%;
  }
}
@media (max-width: 1050px) {
  .problem .columns3 > div.image {
    margin-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 800px) {
  .problem .columns3 > div.image:before {
    left: 110%;
  }
}
@media (max-width: 680px) {
  .problem {
    margin: 71px 0px 0px 0px;
    padding: 0px 0px 0px;
  }
  .problem h2 {
    margin: 0px 0px 29px 0px;
  }
  .problem .columns3 {
    display: block;
  }
  .problem .columns3 > div {
    margin: 0px 0px 41px 0px;
    padding-right: 0px;
  }
  .problem .columns3 > div.image:before {
    left: 72%;
    top: 65%;
  }
  .problem .columns3 > div.n1:after {
    margin-top: 30px;
  }
}

.solution {
  margin: 75px 0px 0px 0px;
  padding: 0px 0px 0px;
}
.solution h2 {
  margin: 0px 0px 49px 0px;
  font-size: 36px;
}
@media (max-width: 1040px) {
  .solution h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .solution h2 {
    font-size: 27px;
  }
}
.solution .columns3 > div {
  padding: 0px 30px 0px 0px;
}
.solution .columns3 > div h4 {
  margin-top: 0px;
}
.solution .columns3 {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr auto;
  grid-template-areas: "item1 img2 item3" "item1 img2 item3" "text2 img2 item3";
}
.solution .columns3 .image img {
  border-radius: 20px;
}
.solution .columns3 > .n1 {
  grid-area: item1;
}
.solution .columns3 > .n1 .image1 {
  margin: 31px 0px 34px 0px;
}
.solution .columns3 > .n2 {
  grid-area: text2;
}
.solution .columns3 > .image2 {
  grid-area: img2;
  margin: 0px 0px 0px 0px;
}
.solution .columns3 > .n3 {
  grid-area: item3;
}
.solution .columns3 > .n3 .image3 {
  margin: 30px -30px 0px 0px;
}
.solution .columns3 > .n3 .image3 p {
  font-weight: 600;
  margin: 0px 0px 9px 0px;
}
.solution .columns3 > .n3 .image3 {
  position: relative;
}
.solution .columns3 > .n3 .image3:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 126px;
  left: -100%;
  bottom: 8%;
  aspect-ratio: 98/126;
  background-image: url("./img/points2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.solution .columns3 > .n3 .image3:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 240px;
  left: -220px;
  bottom: 6%;
  aspect-ratio: 240/345;
  background-image: url("./img/personage.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1070px) {
  .solution .columns3 {
    gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr auto;
    grid-template-areas: "item1 item3" "text2 item3" "img2 item3";
  }
  .solution .columns3 > .n3 .image3 {
    margin: 30px -30px 0px 0px;
  }
  .solution .columns3 > .n3 .image3:before {
    width: 126px;
    left: auto;
    right: 0%;
    bottom: -50%;
  }
  .solution .columns3 > .n3 .image3:after {
    width: 240px;
    left: 30%;
    bottom: -57%;
  }
}
@media (max-width: 760px) {
  .solution {
    margin: 32px 0px 0px 0px;
    padding-bottom: 50vw;
  }
  .solution h2 {
    margin: 0px 0px 30px 0px;
  }
  .solution .columns3 {
    display: block;
  }
  .solution .columns3 > div {
    padding-right: 0px;
  }
  .solution .columns3 > div.n1 .image1 {
    margin: 31px 0px 27px 0px;
  }
  .solution .columns3 > div.image2 {
    margin: 31px 0px 26px 0px;
  }
  .solution .columns3 > div.n3 .image3 {
    margin: 30px 0px 0px 0px;
  }
  .solution .columns3 > div.n3 .image3:before {
    width: 126px;
    left: 0%;
    right: auto;
    bottom: -59%;
  }
  .solution .columns3 > div.n3 .image3:after {
    width: 52%;
    left: auto;
    right: 0%;
    bottom: -57%;
  }
}

.analytic {
  margin: -66px 0px 81px 0px;
}
.analytic .table-columns {
  margin: 6px 0px 0px 0px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, 1fr);
}
.analytic .table-columns .column {
  border-radius: 8px;
  overflow: hidden;
}
.analytic .table-columns .column .th {
  background-color: #7B5DA3;
  color: #FFFFFF;
  padding: 15px 20px 12px;
  line-height: 110%;
}
.analytic .table-columns .column p {
  border-top: 1px solid #DFE0EB;
  border-left: 1px solid #DFE0EB;
  border-right: 1px solid #DFE0EB;
  margin: 0px 0px 0px 0px;
  padding: 9px 20px 9px;
  line-height: 110%;
}
.analytic .table-columns .column p:last-child {
  border-radius: 0px 0px 8px 8px;
  border-bottom: 1px solid #DFE0EB;
}
@media (max-width: 1450px) {
  .analytic .table-columns {
    gap: 20px 14px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1070px) {
  .analytic {
    margin: 50px 0px 81px 0px;
  }
  .analytic .columns3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 950px) {
  .analytic .table-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .analytic {
    margin: 31px 0px 60px 0px;
  }
  .analytic .columns3 {
    display: block;
  }
  .analytic .table-columns {
    display: block;
    margin: 22px 0px 0px 0px;
  }
  .analytic .table-columns > div {
    margin: 0px 0px 30px 0px;
  }
}

.results {
  margin: 81px 0px 0px 0px;
  padding: 0px 0px 80px;
  overflow: hidden;
}
.results h3 {
  margin: 10px 0px 14px 0px;
}
.results .columns3 {
  grid-template-areas: "img1 text img2";
}
.results .columns3 > div {
  padding: 0px 30px 0px 0px;
}
.results .columns3 > .image {
  padding: 0px 30px 0px 0px;
}
.results .columns3 > .image img {
  border-radius: 20px;
}
.results .columns3 > .image.image1 {
  grid-area: img1;
}
.results .columns3 > .image.image2 {
  grid-area: img2;
  margin: 100px 0px 0px 0px;
}
.results .columns3 > .content {
  grid-area: text;
  padding: 0px 5px 0px 0px;
}
.results .columns3 > .content ul {
  padding: 0px 0px 0px 28px;
}
.results .columns3 > .content ul li {
  margin: 0px 0px 15px 0px;
}
.results .columns3 > .content ul li:before {
  left: -29px;
  top: 4px;
}
@media (max-width: 1280px) {
  .results .columns3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "img1 text" "img1 img2";
  }
  .results .columns3 > .image.image2 {
    margin: 0px 0px 0px 0px;
    text-align: center;
  }
  .results .columns3 > .image.image2 img {
    width: 400px;
    max-width: 100%;
  }
}
@media (max-width: 840px) {
  .results {
    margin: 70px 0px 0px 0px;
    padding: 0px 0px 40px;
  }
  .results .columns3 {
    display: block;
  }
  .results .columns3 > div {
    padding-right: 0px !important;
  }
  .results .columns3 > div.content ul {
    padding: 0px 0px 0px 22px;
  }
  .results .columns3 > div.content ul li:before {
    left: -22px;
  }
  .results .columns3 > div.image.image2 {
    margin: 42px 0px 0px 0px;
  }
  .results .columns3 h3 {
    margin: 47px 0px 14px 0px;
  }
}

.demo-video {
  margin: 29px 0px 0px 0px;
  padding: 0px 0px 80px;
  overflow: visible;
  position: relative;
}
.demo-video:before {
  content: "";
  position: absolute;
  display: block;
  left: -10%;
  bottom: -54%;
  width: 42vw;
}
@media (max-width: 1800px) {
  .demo-video:before {
    left: -13%;
    bottom: -54%;
    width: 42vw;
  }
}
@media (max-width: 1700px) {
  .demo-video:before {
    left: -13%;
    bottom: -49%;
    width: 40vw;
  }
}
@media (max-width: 1600px) {
  .demo-video:before {
    left: -13%;
    bottom: -44%;
    width: 40vw;
  }
}
@media (max-width: 1500px) {
  .demo-video:before {
    left: -9%;
    bottom: -36%;
    width: 40vw;
  }
}
@media (max-width: 1200px) {
  .demo-video:before {
    display: none;
  }
}
.demo-video:before {
  aspect-ratio: 1/1;
  background-image: url("./img/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate-circle 200s linear infinite;
  opacity: 0.75;
}
.demo-video h2 {
  margin: 0px 0px 15px 0px;
  font-size: 36px;
}
@media (max-width: 1040px) {
  .demo-video h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .demo-video h2 {
    font-size: 27px;
  }
}
.demo-video p:empty {
  display: none;
}
.demo-video .video-container {
  margin: 40px 50px 0px;
}
@media (max-width: 620px) {
  .demo-video .video-container {
    margin: 13px 20px 0px;
  }
}
.demo-video .video-container {
  aspect-ratio: 1554/963;
  overflow: hidden;
  position: relative;
}
.demo-video .video-container video {
  width: 100%;
}
.demo-video .video-container .play-button {
  position: absolute;
  z-index: 100;
  width: 192px;
}
@media (max-width: 1120px) {
  .demo-video .video-container .play-button {
    width: 130px;
  }
}
@media (max-width: 780px) {
  .demo-video .video-container .play-button {
    width: 90px;
  }
}
.demo-video .video-container .play-button {
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-image: url("./img/play.svg");
  background-size: 95px 95px;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
  cursor: pointer;
  transition: all 1s;
}
.demo-video .video-container .play-button:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("./img/circle-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate-circle2 80s linear infinite;
  opacity: 0.75;
  transition: all 1s;
}
.demo-video .video-container .play-button:hover {
  opacity: 1;
}
.demo-video .video-container.playing .play-button {
  opacity: 0;
  cursor: default;
}
.demo-video .video-container.playing .play-button:before {
  animation: rotate-circle2 5s linear infinite;
}
@media (max-width: 620px) {
  .demo-video {
    margin: 29px 0px 0px 0px;
    padding: 0px 0px 40px;
  }
  .demo-video h2 {
    margin: 0px 0px 6px 0px;
  }
}

.stress {
  margin: 47px 0px 0px 0px;
}
.stress .header {
  margin: 0px 0px 0px 0px;
}
.stress .header h2 {
  font-size: 36px;
}
@media (max-width: 1040px) {
  .stress .header h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .stress .header h2 {
    font-size: 27px;
  }
}
.stress .header h2 {
  margin: 1px 0px 0px 0px;
  width: 520px;
  max-width: 100%;
}
.stress .header p {
  border-radius: 20px;
  padding: 23px 27px 28px;
  background-color: #7B5DA3;
  font-weight: 400;
  color: #FFFFFF;
  box-sizing: border-box;
  width: 640px;
  margin: 0px 0px 0px 0px;
  background-image: url("./img/warning-small.svg");
  background-size: 24px 24px;
  background-position: calc(100% - 13px) calc(100% - 9px);
  background-repeat: no-repeat;
}
@media (max-width: 1780px) {
  .stress .header p {
    width: 100%;
  }
}
.stress ul {
  margin: 43px 0px 0px 0px;
}
.stress ul li {
  width: 50%;
  padding: 0px 90px 0px 0px;
  margin: 0px 0px 20px 0px;
  box-sizing: border-box;
  position: relative;
}
.stress ul li:before {
  left: -27px;
  top: 19px;
  width: 14px;
  height: 28px;
}
.stress ul li > div h4 {
  font-size: 22px;
}
@media (max-width: 1040px) {
  .stress ul li > div h4 {
    font-size: calc(17px + 5 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .stress ul li > div h4 {
    font-size: 17px;
  }
}
@media (max-width: 1220px) {
  .stress .header {
    display: block;
  }
  .stress .header h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 840px) {
  .stress {
    margin: 31px 0px 0px 0px;
  }
  .stress .header {
    display: block;
  }
  .stress .header h2 {
    margin: 0px 0px 30px 0px;
  }
  .stress .header p {
    font-size: 20px;
    border-radius: 20px;
    padding: 23px 27px 28px;
    background-position: calc(100% - 13px) calc(100% - 9px);
  }
  .stress ul {
    margin: 31px 0px 0px 0px;
  }
  .stress ul li {
    width: 100%;
    padding-right: 0px;
  }
  .stress ul li:before {
    left: 0px;
    top: 1px;
  }
  .stress ul li div h4 {
    margin: 0px 0px 10px 24px;
  }
}

.demo {
  margin: 96px 0px 0px 0px;
  position: relative;
  color: #FFFFFF;
}
.demo .container:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 20px;
  background-color: #1D2143;
}
.demo .columns {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
}
.demo .columns .image {
  position: relative;
  aspect-ratio: 467/462;
  width: 467px;
  left: 48%;
  transform: translate(-50%, -5%);
}
.demo .columns .image:before {
  content: "";
  position: absolute;
  display: block;
  right: -81px;
  top: 55px;
  background-image: url("./img/ball.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  width: 122px;
}
.demo .columns .image img {
  border-radius: 20px;
}
.demo .columns .content {
  padding: 0px 40px 126px 0px;
  position: relative;
}
.demo .columns .content:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 98px;
  right: 109px;
  bottom: 64px;
  aspect-ratio: 98/126;
  background-image: url("./img/points.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
@media (max-width: 1320px) {
  .demo .columns .content:after {
    right: 80px;
  }
}
@media (max-width: 1220px) {
  .demo .columns .content:after {
    display: none;
  }
}
@media (max-width: 1220px) {
  .demo .columns .content {
    padding: 0px 40px 76px 0px;
  }
}
.demo .columns .content h2 {
  font-size: 36px;
}
@media (max-width: 1040px) {
  .demo .columns .content h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .demo .columns .content h2 {
    font-size: 27px;
  }
}
.demo .columns .content h2 {
  margin: 127px 0px 19px 0px;
}
.demo .columns .content p {
  width: 640px;
  max-width: 100%;
}
.demo .columns .content .button {
  margin: 26px 0px 0px 0px;
}
@media (max-width: 1340px) {
  .demo .columns .image {
    width: 40vw;
  }
  .demo .columns .content p {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .demo .columns {
    display: block;
  }
  .demo .columns .image {
    width: calc(100% - 120px);
    left: 50%;
  }
  .demo .columns .content {
    padding: 0px 60px 60px;
  }
  .demo .columns .content h2 {
    margin: 20px 0px 20px 0px;
  }
}
@media (max-width: 510px) {
  .demo {
    margin: 36px 0px 0px 0px;
  }
  .demo .container:before {
    left: -20px;
    right: -20px;
    border-radius: 0px;
  }
  .demo .columns .image {
    width: 100%;
    left: 0px;
    transform: none;
    top: 42px;
  }
  .demo .columns .image:before {
    right: -38px;
    top: 39px;
    width: 90px;
  }
  .demo .columns .content {
    padding: 0px 0px 49px;
  }
  .demo .columns .content h2 {
    margin: 70px 0px 20px 0px;
  }
  .demo .columns .content .button {
    width: 100%;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 19px 0px 0px 0px;
  }
}

.adv {
  margin: 152px 0px 0px 0px;
}
.adv h2 {
  font-size: 36px;
}
@media (max-width: 1040px) {
  .adv h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .adv h2 {
    font-size: 27px;
  }
}
.adv h2 {
  margin: 0px 0px 59px 0px;
}
.adv .grid {
  display: grid;
  gap: 54px 0px;
  grid-template-columns: repeat(3, 1fr);
}
.adv .grid > div {
  padding: 0px 30px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.adv .grid > div h4 {
  background-size: 68px 68px;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 84px 0px 0px;
  margin: 0px 0px 14px 0px;
}
.adv .grid > div.item1 h4 {
  background-image: url("./img/adv01.svg");
}
.adv .grid > div.item2 h4 {
  background-image: url("./img/adv02.svg");
}
.adv .grid > div.item3 h4 {
  background-image: url("./img/adv03.svg");
}
.adv .grid > div.item4 h4 {
  background-image: url("./img/adv04.svg");
}
.adv .grid > div.item5 h4 {
  background-image: url("./img/adv05.svg");
}
.adv .grid > div.item6 h4 {
  background-image: url("./img/adv06.svg");
}
.adv .grid > div.item7 h4 {
  background-image: url("./img/adv07.svg");
}
.adv .grid > div.image {
  align-self: end;
}
.adv .grid > div.image img {
  border-radius: 20px;
}
@media (max-width: 1180px) {
  .adv .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .adv .grid > .image.image2 {
    display: none;
  }
}
@media (max-width: 820px) {
  .adv {
    margin: 70px 0px 0px 0px;
  }
  .adv h2 {
    margin: 0px 0px 29px 0px;
  }
  .adv .grid {
    display: block;
  }
  .adv .grid > div {
    margin: 0px 0px 30px 0px;
    padding-right: 0px;
  }
  .adv .grid > div.image.image2 {
    display: block;
  }
}

.reviews {
  margin: 135px 0px 0px 0px;
}
.reviews h2 {
  font-size: 36px;
}
@media (max-width: 1040px) {
  .reviews h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .reviews h2 {
    font-size: 27px;
  }
}
.reviews h2 {
  margin: 0px 0px 39px 0px;
}
.reviews .columns {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
}
.reviews .columns:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 44%;
  top: 69%;
  width: 600px;
  aspect-ratio: 1/1;
  background-image: url("./img/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate-circle 200s linear infinite;
  opacity: 0.75;
}
.reviews .columns > div {
  align-self: start;
  border: 6px solid #7B5DA3;
  padding: 24px 40px 35px;
  border-radius: 20px;
  margin: 0px 50px 0px 0px;
  background-color: #FFFFFF;
  position: relative;
}
.reviews .columns > div:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 67px;
  height: 45px;
  right: 14px;
  top: 14px;
  background-image: url("./img/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews .columns > div .image1 {
  width: 305px;
  max-width: 100%;
}
.reviews .columns > div .image2 {
  width: 270px;
  max-width: 100%;
}
.reviews .columns > div p {
  font-family: "tenor_sansregular", sans-serif;
  font-size: 22px;
  line-height: 110%;
}
@media (max-width: 1500px) {
  .reviews .columns {
    gap: 30px;
  }
  .reviews .columns > div {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 1000px) {
  .reviews .columns {
    display: block;
  }
  .reviews .columns > div {
    margin: 0px 0px 30px 0px;
  }
  .reviews .columns:before {
    display: none;
  }
}
@media (max-width: 640px) {
  .reviews {
    margin: 84px 0px 0px 0px;
  }
  .reviews h2 {
    margin: 0px 0px 29px 0px;
  }
  .reviews .columns > div {
    border: 5px solid #7B5DA3;
    margin: 0px 0px 20px 0px;
    padding: 24px 20px 35px;
  }
  .reviews .columns > div:before {
    width: 47px;
    height: 32px;
    right: 14px;
    top: 14px;
  }
  .reviews .columns > div .image1 {
    width: 204px;
  }
  .reviews .columns > div .image2 {
    width: 171px;
    margin: 6px 0px 0px 0px;
  }
}

.adv2 {
  margin: 171px 0px 0px 0px;
}
.adv2 h2 {
  font-size: 36px;
}
@media (max-width: 1040px) {
  .adv2 h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .adv2 h2 {
    font-size: 27px;
  }
}
.adv2 h2 {
  margin: 0px 0px 24px 0px;
}
.adv2 h2 + h4 {
  margin: 0px 0px 0px 0px;
}
.adv2 .grid {
  margin: 45px 0px 0px 0px;
  display: grid;
  gap: 19px 0px;
  grid-template-columns: repeat(3, 1fr);
}
.adv2 .grid input {
  display: none;
}
.adv2 .grid > div {
  padding: 0px 40px 7px 0px;
}
.adv2 .grid > div.th {
  padding: 0px 40px 35px 0px;
  border-bottom: none !important;
  position: relative;
}
.adv2 .grid > div.th:before {
  content: "";
  position: absolute;
  display: block;
  left: -14px;
  right: 27px;
  top: -10px;
  bottom: 17px;
  border-radius: 15px;
  border: 4px solid #7B5DA3;
}
.adv2 .grid > div {
  border-bottom: 1px solid #DFE0EB;
}
.adv2 .grid > div > .icon {
  font-size: 16px;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 48px;
  padding: 0px 0px 0px 55px;
  display: flex;
  align-items: center;
}
.adv2 .grid > div > .icon > span {
  margin: 0px 0px 0px 0px;
  display: inline-block;
}
.adv2 .grid > div.th.hr > .icon, .adv2 .grid > div.th.psy > .icon {
  background-position: left 4px;
  margin: 5px 0px -5px 0px;
}
.adv2 .grid > div.th.subj > .icon {
  background-position: left 0px;
  transform: translateY(4px);
}
.adv2 .grid > div.subj > .icon {
  background-image: url("./img/adv-subj.svg");
  background-size: 48px 48px;
  padding: 0px 0px 0px 63px;
}
.adv2 .grid > div.subj.item-01 > .icon {
  background-image: url("./img/adv01.svg");
}
.adv2 .grid > div.subj.item-02 > .icon {
  background-image: url("./img/adv02.svg");
}
.adv2 .grid > div.subj.item-03 > .icon {
  background-image: url("./img/adv03.svg");
}
.adv2 .grid > div.subj.item-04 > .icon {
  background-image: url("./img/adv04.svg");
}
.adv2 .grid > div.subj.item-05 > .icon {
  background-image: url("./img/adv05.svg");
}
.adv2 .grid > div.subj.item-06 > .icon {
  background-image: url("./img/adv06.svg");
}
.adv2 .grid > div.hr > .icon {
  background-image: url("./img/adv-hr.svg");
  background-size: 44px 38px;
}
.adv2 .grid > div.psy > .icon {
  background-image: url("./img/adv-psy.svg");
  background-size: 44px 38px;
}
.adv2 .grid > div.hr:not(.th) {
  display: flex;
}
.adv2 .grid > div.hr:not(.th) > .icon {
  width: 56px;
  box-sizing: border-box;
}
.adv2 .grid > div.hr:not(.th) > .icon span {
  display: none;
}
.adv2 .grid > div.psy:not(.th) {
  display: flex;
}
.adv2 .grid > div.psy:not(.th) > .icon {
  width: 56px;
  box-sizing: border-box;
}
.adv2 .grid > div.psy:not(.th) > .icon span {
  display: none;
}
@media (max-width: 1030px) {
  .adv2 .grid {
    display: block;
    border-bottom: 1px solid #DFE0EB;
  }
  .adv2 .grid > div.th {
    display: none;
  }
  .adv2 .grid > div.hr:not(.th), .adv2 .grid > div.psy:not(.th) {
    display: none;
    border-bottom: none;
    padding: 6px 0px 3px 0px;
  }
  .adv2 .grid > div.hr:not(.th) .icon, .adv2 .grid > div.psy:not(.th) .icon {
    width: 100%;
    padding: 0px 0px 0px 59px !important;
    background-position: 1px top;
    background-size: 40px 38px;
  }
  .adv2 .grid > div.hr:not(.th) .icon span, .adv2 .grid > div.psy:not(.th) .icon span {
    display: block;
    font-weight: 600;
    color: #7B5DA3;
  }
  .adv2 .grid > div.subj {
    border-top: 1px solid #DFE0EB;
    border-bottom: none;
  }
  .adv2 .grid > div.subj label {
    font-weight: 600;
    padding: 0px 0px 0px 59px !important;
  }
  .adv2 .grid > div.subj {
    padding: 14px 30px 5px 0px;
  }
  .adv2 .grid input {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    left: 0px;
    top: 0px;
    transform: translate(calc(100vw - 125px), -45px) rotateX(180deg);
    margin: 0px 0px -16px 0px;
  }
  .adv2 .grid input:before {
    content: "";
    position: absolute;
    display: block;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background-color: #FFFFFF;
    background-image: url("./img/drop-down.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .adv2 .grid input:checked {
    transform: translate(calc(100vw - 125px), -45px);
  }
  .adv2 .grid input:checked + div, .adv2 .grid input:checked + div + div {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .adv2 {
    margin: 71px 0px 0px 0px;
  }
  .adv2 h2 {
    margin: 0px 0px 17px 0px;
  }
  .adv2 h2 + h4 {
    margin: 0px 0px 0px 0px;
  }
  .adv2 .grid {
    margin: 25px 0px 0px 0px;
  }
}
@media (max-width: 620px) {
  .adv2 .grid input {
    transform: translate(calc(100vw - 65px), -45px) rotateX(180deg);
  }
  .adv2 .grid input:checked {
    transform: translate(calc(100vw - 65px), -45px);
  }
}

.for {
  margin: 149px 0px 0px 0px;
}
.for h2 {
  font-size: 36px;
}
@media (max-width: 1040px) {
  .for h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .for h2 {
    font-size: 27px;
  }
}
.for h2 {
  margin: 0px 0px 41px 0px;
}
.for .columns {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
.for .columns > div .image {
  margin: 0px 0px 13px 0px;
  aspect-ratio: 354/531;
  overflow: hidden;
}
.for .columns > div .image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.for .columns > div p {
  margin-right: 20px;
}
@media (max-width: 1390px) {
  .for .columns {
    gap: 20px 14px;
    grid-template-columns: repeat(3, 1fr);
  }
  .for .columns > div .image {
    aspect-ratio: 320/200;
    border-radius: 20px;
  }
}
@media (max-width: 950px) {
  .for .columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .for {
    margin: 71px 0px 0px 0px;
  }
  .for h2 {
    margin: 0px 0px 29px 0px;
  }
  .for .columns {
    display: block;
  }
  .for .columns > div {
    margin: 0px 0px 30px 0px;
  }
}

.trast {
  margin: 118px 0px 0px 0px;
}
.trast h2 {
  font-size: 36px;
}
@media (max-width: 1040px) {
  .trast h2 {
    font-size: calc(27px + 9 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .trast h2 {
    font-size: 27px;
  }
}
.trast h2 {
  margin: 0px 0px 51px 0px;
}
.trast ul {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin: 43px 0px 0px 0px;
}
.trast ul li {
  padding: 0px 90px 0px 0px;
  margin: 0px 0px 20px 0px;
  box-sizing: border-box;
  position: relative;
}
.trast ul li:before {
  left: -27px;
  top: 0px;
  width: 14px;
  height: 28px;
}
.trast ul li h4 {
  margin: 0px 0px 14px 0px;
  font-size: 22px;
}
@media (max-width: 1040px) {
  .trast ul li h4 {
    font-size: calc(19px + 3 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .trast ul li h4 {
    font-size: 19px;
  }
}
@media (max-width: 840px) {
  .trast {
    margin: 72px 0px 73px 0px;
  }
  .trast h2 {
    margin: 0px 0px 20px 0px;
  }
  .trast ul {
    display: block;
    margin: 31px 0px 0px 0px;
  }
  .trast ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
  .trast ul li:before {
    left: 0px;
    top: -1px;
    height: 28px;
  }
  .trast ul li h4 {
    margin: 0px 0px 9px 22px;
  }
}

.main-form {
  width: 1120px;
  max-width: 100%;
  margin: 116px 0px 60px 0px;
}
.main-form .head {
  border-radius: 20px;
  background-color: #1D2143;
  color: #FFFFFF;
  padding: 10px 10px 41px;
  position: relative;
}
.main-form .head:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 98px;
  right: 20px;
  bottom: 20px;
  aspect-ratio: 98/126;
  background-image: url("./img/points.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
.main-form .head {
  display: grid;
  gap: 0px;
  grid-template-columns: 41% 59%;
  grid-template-areas: "image text";
}
.main-form .head .image-container {
  grid-area: image;
  position: relative;
}
.main-form .head .image-container .image {
  position: absolute;
  aspect-ratio: 313/389;
  border-radius: 20px;
  left: 52px;
  top: 16px;
  width: 313px;
  max-width: 100%;
  overflow: hidden;
}
.main-form .head .content {
  grid-area: text;
}
.main-form .head .content h3 {
  background-image: url("./img/logo.svg");
  background-size: 300px 50px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 48px 0px 19px 0px;
  padding: 91px 0px 0px;
}
.main-form .head .content p {
  width: 440px;
  max-width: 100%;
}
.main-form .forms {
  margin: 55px 0px 0px 0px;
  display: grid;
  gap: 0px;
  grid-template-columns: 41% 59%;
  grid-template-areas: "contacts form";
}
.main-form .forms .lead-form {
  grid-area: form;
}
.main-form .forms .lead-form label input {
  width: 100%;
}
.main-form .forms .lead-form h4 {
  margin: 0px 0px 12px 0px;
}
.main-form .forms .lead-form .button {
  margin: 22px 0px 20px 0px !important;
}
@media (max-width: 420px) {
  .main-form .forms .lead-form .button {
    width: 100%;
  }
}
.main-form .forms .contacts {
  grid-area: contacts;
  padding: 90px 0px 0px 62px;
}
.main-form .forms .contacts > .email {
  font-family: "tenor_sansregular", sans-serif;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  color: #434242;
  text-decoration: none !important;
}
.main-form .forms .contacts > .email:hover {
  color: #0647BF;
}
.main-form .forms .contacts .messengers {
  margin: 20px 0px 39px 0px;
  display: flex;
  gap: 6px;
}
.main-form .forms .contacts .messengers > a {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #f0f0f0;
  font-family: "mfn-iconsregular";
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 58px;
}
.main-form .forms .contacts .messengers > a.viber {
  line-height: 62px;
}
.main-form .forms .contacts .messengers > a {
  color: #434242;
  text-decoration: none !important;
}
.main-form .forms .contacts .messengers > a:hover {
  color: #FFFFFF;
}
.main-form .forms .contacts .messengers > a:hover.email {
  background-color: #FF7173;
}
.main-form .forms .contacts .messengers > a:hover.whatsapp {
  background-color: #25D366;
}
.main-form .forms .contacts .messengers > a:hover.telegram {
  background-color: #3390EC;
}
.main-form .forms .contacts .messengers > a:hover.viber {
  background-color: #7A71B6;
}
.main-form .forms .contacts > .phone {
  font-family: "tenor_sansregular", sans-serif;
  font-size: 20px;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 0px 48px;
  text-transform: uppercase;
  color: #434242;
  text-decoration: none !important;
  position: relative;
}
.main-form .forms .contacts > .phone:before {
  font-family: "mfn-iconsregular";
  font-size: 24px;
  content: "\e827";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 39px;
  height: 39px;
  line-height: 40px;
  border-radius: 100px;
  background-color: #7B5DA3;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}
.main-form .forms .contacts > .phone:hover {
  color: #0647BF;
}
@media (max-width: 1060px) {
  .main-form {
    width: 490px;
    max-width: 100%;
    margin: 70px auto 0px;
  }
  .main-form .head {
    display: block;
    padding: 10px 20px 41px;
  }
  .main-form .head .content h3 {
    background-size: 255px 42px;
    margin: 48px 0px 15px 0px;
    padding: 72px 0px 0px;
  }
  .main-form .head .image-container {
    position: relative;
    z-index: 2;
    height: 121px;
  }
  .main-form .head .image-container .image {
    left: 0px;
    top: 16px;
    width: calc(100% - 135px);
    height: 283px;
  }
  .main-form .head .image-container .image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
    min-width: 100%;
  }
  .main-form .head {
    margin-bottom: 175px;
  }
  .main-form .head:after {
    bottom: 36px;
  }
  .main-form .forms {
    display: block;
  }
  .main-form .forms .contacts {
    padding: 50px 0px 0px 11px;
  }
}
@media (max-width: 490px) {
  .main-form .head .image-container .image {
    left: 26px;
    width: calc(100% - 52px);
  }
}

.footer {
  background-color: #1D2143;
  color: #BCBEC9;
  padding: 14px 0px 14px;
  margin: 172px 0px 0px 0px;
}
.footer a, .footer p {
  color: #BCBEC9;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
}
.footer a {
  text-decoration: none !important;
}
.footer a:hover {
  color: #FFFFFF;
}
.footer .container {
  margin: 0px 50px 0px;
  width: calc(100% - 100px) !important;
}
.footer .container .columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .footer {
    padding: 20px 0px 25px;
    margin: 89px 0px 0px 0px;
    text-align: center;
  }
  .footer .container {
    width: calc(100% - 40px) !important;
    margin: 0px 20px 0px;
  }
  .footer .container .columns {
    display: block;
  }
  .footer .container .columns p {
    margin: 18px auto 0px;
  }
}

.site-sidebar {
  display: block;
  position: fixed;
  z-index: 1000;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 246px;
  left: 0px;
  top: 0px;
  text-align: center;
  transition: all 0.25s;
}
.site-sidebar .close {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background-image: url("./img/close.svg");
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.site-sidebar .logo {
  background-image: url("./img/logo2.svg");
  background-size: 127px 21px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  margin: 12vh 0px 0px 0px;
}
.site-sidebar ul.navigation {
  list-style: none;
  margin: 56px 0px 29px 0px;
  padding: 0px 0px 0px;
}
.site-sidebar ul.navigation li {
  margin: 0px 0px 0px 0px;
  padding: 14px 0px 12px;
  text-align: center;
  border-top: 1px solid #DFE0EB;
}
.site-sidebar ul.navigation li:last-child {
  border-bottom: 1px solid #DFE0EB;
}
.site-sidebar ul.navigation li {
  font-size: 15px;
  cursor: pointer;
}
.site-sidebar ul.navigation li:hover {
  background-color: #7B5DA3;
  color: #FFFFFF;
}
.site-sidebar ul.navigation li.link {
  padding: 0;
}
.site-sidebar ul.navigation li.link > a {
  padding: 14px 0px 12px;
  display: block;
  color: inherit;
  transition: all 0s;
}
.site-sidebar ul.navigation li.link > a:hover {
  background-color: #7B5DA3;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 1500px) {
  .site-sidebar {
    transform: translateX(-110%);
  }
}
@media (max-width: 420px) {
  .site-sidebar {
    width: 100vw;
  }
}

body.with-sidebar {
  overflow: hidden;
}
body.with-sidebar .site-sidebar {
  transform: translateX(0);
}
body.with-sidebar .site-sidebar .logo {
  background-size: 220px 36px;
  height: 36px;
  margin: 9vh 0px 0px 0px;
}
body.with-sidebar .site-sidebar .close {
  display: block;
}
body.with-sidebar #mobile-menu-button > div:nth-of-type(1) {
  transform: translate(0px, 7px) rotate(45deg);
}
body.with-sidebar #mobile-menu-button > div:nth-of-type(2) {
  transform: scaleX(0);
}
body.with-sidebar #mobile-menu-button > div:nth-of-type(3) {
  transform: translate(0px, -7px) rotate(-45deg);
}

.cookieadmin_re_consent {
  background: #6A4897;
  transition: all 0.5s;
}
.cookieadmin_re_consent:hover {
  background: #8A5EC4;
}

.modal-panel.success, .modal-panel.warning {
  width: 400px;
  max-width: 100%;
  min-height: 100px !important;
  padding: 50px 20px 51px;
}

.first-screen .content h1 > span {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100%);
}
.first-screen .content .button {
  opacity: 0;
  transform: scale(0.75);
  transition: all 0.5s 0.5s;
}
.first-screen .content .visual .ball.ball-1 {
  transition: all 1s 2s cubic-bezier(0.49, 1.63, 0.65, 0.99);
  bottom: -300px;
}
.first-screen .content .visual .ball.ball-2 {
  transition: all 1s 1s cubic-bezier(0.49, 1.63, 0.65, 0.99);
  top: -400px;
}
.first-screen.after-scroll .content h1 > span {
  opacity: 1;
  transform: translateY(0);
}
.first-screen.after-scroll .content .button {
  opacity: 1;
  transform: scale(1);
}
.first-screen.after-scroll .content .visual .ball.ball-1 {
  bottom: -43px;
}
@media (max-width: 920px) {
  .first-screen.after-scroll .content .visual .ball.ball-1 {
    bottom: 41px;
  }
}
.first-screen.after-scroll .content .visual .ball.ball-2 {
  top: -85px;
}
@media (max-width: 920px) {
  .first-screen.after-scroll .content .visual .ball.ball-2 {
    top: 43px;
  }
}

.problem .n1:after {
  transition: all 0.5s;
  opacity: 0;
}
.problem .n1.after-scroll:after {
  opacity: 1;
}
.problem .n2:after {
  transition: all 0.5s 0.2s;
  opacity: 0;
}
.problem .n2.after-scroll:after {
  opacity: 1;
}

.solution .image3:after {
  transition: all 0.5s;
  transform: translateY(20%);
}
.solution .image3.after-scroll:after {
  transform: translateY(0);
}

.demo .image:before {
  transition: all 1s cubic-bezier(0.49, 1.63, 0.65, 0.99);
  transform: translateY(300%);
}
.demo .image.after-scroll:before {
  transform: translateY(0);
}

.demo .content .button {
  opacity: 0;
  transform: scale(0.75);
  transition: all 0.5s;
}
.demo .content.after-scroll .button {
  opacity: 1;
  transform: scale(1);
}

.fadescroll {
  transition: all 0.5s;
  opacity: 0;
}
.fadescroll.after-scroll {
  opacity: 1;
}

.fadeup {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}
.fadeup.after-scroll {
  opacity: 1;
  transform: translateY(0px);
}

.faderight {
  transition: all 1s;
  opacity: 0;
  transform: translateX(-100px);
}
.faderight.after-scroll {
  opacity: 1;
  transform: translateX(0px);
}

.fadeleft {
  transition: all 1s;
  opacity: 0;
  transform: translateX(100px);
}
.fadeleft.after-scroll {
  opacity: 1;
  transform: translateX(0px);
}/*# sourceMappingURL=style.css.map */