

/* Start:/local/templates/magnetto/css/custom-reset.css?17454038316869*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    display: flex;
    flex-direction: column;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0; 
  background-color: #fff;
  line-height: 1; 
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

blockquote, 
q {
  quotes: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

audio,
video {
  display: block;
}

img {
  /* display: block; */
  border: none;
}

iframe {
  border: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:not([class]):hover{
  text-decoration: underline!important;
  text-underline-position: under; 
}

abbr {
  border: none;
  text-decoration: none;
} 



i,
em {
  font-style: inherit;
}

dfn {
  font-style: inherit;
}

mark {
  background-color: transparent;
  color: inherit;
}

small {
  font-size: inherit;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: inherit;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-align: left;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type='search'] {
  outline: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; 
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  display: block; 
  padding: 0;
  white-space: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

svg {
  /* display: block;
  width: 100%;
  height: 100%;
  fill: currentColor; */
}
a{
  cursor: pointer;
}
[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

::-ms-clear {
  display: none;
}

:-webkit-autofill {
  box-shadow: 0 0 100px #fff inset;
  -webkit-text-fill-color: currentColor;
}

::selection {
  color: #fff;
  background-color: #004fe4;
}


html{
    -webkit-text-size-adjust: none;
}
body{
    /* font-family: 'ProximaNova', sans-serif; */
    margin: 0;
    z-index: 1;
    overflow-x: hidden;
}
*{
    position: relative;
-webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}
.width-wrap {
    display: block;
    margin: 0 auto;
    position: relative;
}
.flex{
   display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    justify-content: space-between;
}
.flex-wrap{
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
  display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    justify-content: space-between;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*input::placeholder{color: white};*/
input::-webkit-input-placeholder {
    color: #999;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}
input:focus:-moz-placeholder {
    color: transparent;
}
/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
i{
    font-style: italic;
}input.error{
   background: rgb(255, 126, 126)!important;
  border-color: #f05252!important;
}.flex-vertical-center{
  align-items: center;
}.flex-center{
  justify-content: center;
}.pos-abs{
  position: absolute;
}

:root {
  --ar-border-radius: 1.6rem;
}
.btn-lg {
  --ar-btn-padding-y: 0.8rem;
  --ar-btn-padding-x: 4.5rem;
}
.btn-sm {
  --ar-btn-padding-y: 0.2rem;
  --ar-btn-padding-x: 1.7rem;
}
.modal {
  --ar-modal-border-radius: 50px;
}
.default-a{
  text-decoration: underline;
  color: inherit;
}
.default-a:hover{
  text-decoration: none;
  color: inherit;
}
a:not([class]):hover{
  
}
a:not([class]):hover{
  color: inherit;
  border-bottom-color: transparent;
  text-decoration: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { 
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* End */


/* Start:/local/components/brono/menu/templates/horizontal/style.css?17611654186635*/
 
header .logo {
  width: 228px;
  margin-right: 30px;
}
.navbar .dropdown-toggle:after {
  display: none;
}
svg.nav-arrow {
  margin-left: 4px;
}
.nav-item.dropdown:hover svg.nav-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-link {
  border-bottom: thin solid transparent;
}
a.navbar-brand span {
  font-size: 18px;
  color: #acacac;
  display: block;
  font-weight: 300;
  margin-top: 15px;
}
.nav-item.dropdown:hover .nav-link {
  border-color: white;
}
.nav-item.dropdown:hover {
  /* backdrop-filter: blur(5px); */
  background-color: rgba(0, 0, 0, 0.64);
}
.navbar .navbar-nav .dropdown-menu {
  background: rgba(0, 0, 0, 0.85) !important;
  -webkit-animation: none !important;
          animation: none !important;
  border: none;
  width: 238px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 21px 0;
}
.dropdown-item { 
  font-size: 16px;
  font-weight: lighter;
  padding: 10px 21px;
  white-space: normal;
  line-height: 135%;
}
.dropdown-item.selected{
  background: rgb(255 255 255 / 9%);
  color: #a5ed43!important;
}
li.nav-item.selected a.nav-link, .navbar .nav-link.selected {
  color: #a5f469!important;
  text-decoration: underline;
}
.dropdown-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 91%;
  margin: 0 auto;
  height: 1px;
  background: rgba(33, 33, 33, 1);
}
.navbar .navbar-nav .dropdown-menu li:nth-last-child(1) .dropdown-item:after {
  display: none;
}
.dropdown-item:hover {
  background-color: rgb(46 46 46 / 34%);
}
.mob-navbar-toggler {
  display: none;
}

.nav-item {
  padding: 10px 20px;
  margin-left: 14px;
}
.navbar-nav {
  /* height: 50px; */
  padding: 0;
}
.top-bottom {
  top: 100%;
}
.left-0 {
  left: 0;
}
.dropdown_menu {
  display: none;
}
.navbar {
  padding: 24px 0;
}
.navbar .nav-link {
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
}
.soc-box {
  display: none;
}
@media (max-width: 1650px) {
  .dropdown-item {
    font-size: 14px;
    padding: 8px 21px;
  }
  .navbar .navbar-nav .dropdown-menu {
    width: 223px;
    padding: 10px 0;
  }
  a.navbar-brand span {
    font-size: 14px; 
  }
  header .logo {
    width: 128px;
    margin-right: 20px;
  }
  .navbar {
    padding: 34px 0;
  }
  .navbar-brand { 
    z-index: 3;
  }
  .navbar .nav-link {
    font-size: 12px;
  }
  .navbar {
    /* padding: 18px 0; */
  }
  .nav-item {
    padding: 6px 11px;
    margin-left: 3px;
  }
}

@media (max-width: 1170px) {
  .mob-navbar-toggler {
    display: block;
    position: absolute;
    right: 0px;
    top: 36px;
    padding: 2px;
    cursor: pointer;
    z-index: 2;
  }
  a.navbar-brand span {
    display: none;
  }
  .mob-navbar-toggler svg {
    display: block;
    margin: 5px 0;
    -webkit-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all;
  }
  .mob-navbar-toggler.active svg:nth-child(3) {
    opacity: 0;
  }

  .mob-navbar-toggler.active svg:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mob-navbar-toggler.active svg:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(5px);
        -ms-transform: rotate(45deg) translateY(6px) translateX(5px);
            transform: rotate(45deg) translateY(6px) translateX(5px);
  }
  nav#navbarNav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    /* background: red; */
    z-index: 2;
    top: -150%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background: rgb(0 0 0 / 74%) !important;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  nav#navbarNav.active {
    top: 0;
    opacity: 1;
  }
  ul.navbar-nav {
    padding-left: 73px;
    padding-right: 73px;
    padding-top: 153px;
    width: 100%;
  }
  ul.navbar-expand-lg.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
  .nav-item {
    padding: 0;
    margin-left: 0;
  }
  .navbar .nav-link {
    font-size: 14px;
    padding: 14px 0;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 2px;
    border-color: rgb(255 255 255 / 24%);
  }
  a.nav-link.dropdown-toggle.text-white.show {
    border-color: transparent;
  }
  .navbar .navbar-nav .dropdown-menu {
    width: 100%;
    position: relative !important;
    top: 0;
    background: transparent !important;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 3px 0;
  }
  .dropdown-item {
    font-size: 14px;
    padding: 8px 31px;
    line-height: 132%;
  }
  .nav-item.dropdown:hover {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
  .nav-item.dropdown:hover .nav-link {
    border-color: #2d2d2d;
  }
  .dropdown-item:after {
    display: none;
  }
  .nav-item:nth-last-child(1) {
    border-color: transparent;
  }
  .navbar .soc-box {
    opacity: 0.6;
  }
  ul.dropdown-menu {
    max-height: 40vh;
    overflow-y: auto;
  }
  .soc-box {
    display: block;
  }
  header .logo {
    width: 99px;
  }nav#navbarNav.active .d-flex.flex-column.flex-between.h-100 {
    /* min-height: 100vh; */
    height: 100%!important;
  }
}

@media (max-width: 570px) {
  header .logo {
    width: 95px;
  }
  .navbar {
    padding: 28px 0;
  }
  .mob-navbar-toggler {
    display: block;
    position: absolute;
    right: -8px;
    top: 25px;
    padding: 7px;
    cursor: pointer;
    z-index: 2;
    width: 33px;
  }ul.navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 82px;
    width: 100%;
}.mob-navbar-toggler svg { 
  margin: 4px 0; 
  width: 100%;
}.mob-navbar-toggler.active svg:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(5px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(5px);
          transform: rotate(45deg) translateY(5px) translateX(5px);
}
}
/* End */


/* Start:/local/components/magnetto/hero/templates/.default/style.css?173805722311264*/
p.big-title {
  font-size: 99px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 17px;
}
p.under-title {
  /* font-weight: 300; */
  font-size: 32px;
  /* opacity: 70%; */
  line-height: 141%;
  margin-bottom: 28px;
  padding-top: 60px;
}

/* бегущая строка */

span.marque-separator {
  margin: 0 9px;
  width: 1px;
  height: 31px;
  display: inline-block;
  background: #a5f469;
  top: auto;
}

.marquee-container {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 41px;
  font-weight: 400;
  overflow: hidden;
  color: #a5f469;
  font-size: 20px;
  margin: 31px 0 77px;
  padding: 10px 0;
  z-index: 2;
}
.empty-header .marquee {
  display: none;
}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

.marq-items-wrap {
  position: relative;
  display: flex;
  /* overflow: hidden; */
  user-select: none;
  gap: 20px;
}
.marq-items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.marq-item {
  transition: all 0.1s ease-in-out;
}
.marq-item:hover {
  transform: scale(1.04);
}

.marquee {
  animation: scroll 25s linear infinite;
}
.marq-items-wrap:hover .marquee {
  /* animation-play-state: paused; */
}

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 5px;
}
.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.perfscan a {
  color: #000;
  font-weight: bold;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.header-wrapper button {
  font-size: 18px;
  min-width: 318px;
  margin-top: 45px;
  padding: 22px 51px;
  text-align: center;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.8%);
  }
}
img.hero-logo {
  position: absolute;
  right: -110px;
  max-width: 540px;
  top: -10vh;
  max-height: 120px;
}
.title-top {
  font-size: 46px;
  padding-top: 61px;
  font-weight: 500;
  text-transform: uppercase;
}
.title-top.title-top-small {
  font-size: 46px;
  color: #747474 !important;
}
.header-wrapper .hero {
  /* transition: 0.2s all; */
  padding-top: 0;
  z-index: 1;
}
.bottom_header {
  /* opacity: 0.66; */
  font-size: 32px;
  color: #b7b7b7 !important;
  font-weight: 300;
  max-width: 50%;
  line-height: 109%;
  margin-top: 42px;
  /* text-transform: uppercase; */
}
.bottom_header.bottom_header-big {
  opacity: 1;
  font-size: 48px;
  font-weight: 600;
  color: #a5ed43 !important;
  max-width: 70%;
}
.main_header {
  white-space: pre-line;
  font-size: 80px;
  font-weight: 700;
  line-height: 107%;
  /* padding-top: 54px; */
}
.main_header .button {
  margin-top: 50px;
}
.hero-index .big-title,
.hero-about .big-title {
  font-size: 100px;
}
.hero-index .title-top,
.hero-about .title-top {
  text-transform: none;
  padding-top: 31px;
}
/* .hero-index .main_header,.hero-about .main_header{
  font-size: 25px;
  padding-top: 0px;
} */
.hero-index .main_header .button,
.hero-about .main_header .button {
  margin-top: 48px;
}
.bottom_header.bottom_header-small {
  font-size: 24px;
  max-width: 60%;
}
.hero-index + .marquee,
.hero-about + .marquee {
  margin: 185px 0 77px;
}
.main_header.main_header-big {
  font-size: 80px;
  font-weight: 700;
}
.top-title-new {
  font-size: 32px;
  font-weight: 400;
  /* color: #87c657; */
  margin-bottom: 20px;
}
.top-title-new svg {
  margin-right: 6px;
  top: -5px;
}
.top-title-new br {
  display: none;
}
#head {
  /* overflow: hidden; */
  /* min-height: 100vh; */
}
.header-wrapper.h-100 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1;
  /* height: 100%; */
  justify-content: space-between;
}
.hero {
  z-index: 1;
}

.mouse-box svg {
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
.top-title-new.top-title-theme--bottom {
  margin: 25px auto 15px;
  max-width: 45%;
  line-height: 136%;
  font-size: 24px;
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

/* .marquee-container{
  position: absolute;
  left: 0;
  bottom: 0;
} */
@media (max-width: 575px) {
  .main_header {
    white-space: normal;
    line-height: 116%;
  }
}

@media (max-width: 1650px) {
  .main_header {
    white-space: pre-line;
    font-size: 49px;
    font-weight: 700;
    line-height: 112%;
    /* padding-top: 58px; */
  }
  .hero-index .title-top,
  .hero-about .title-top {
    text-transform: none;
    padding-top: 12px;
  }
  .top-title-new.top-title-theme--bottom {
    margin: 20px auto 1px;
    max-width: 55%; 
    font-size: 20px;
  }
  .bottom_header {
    /* opacity: 0.66; */
    font-size: 24px;
    color: #b7b7b7 !important;
    font-weight: 600;
    max-width: 70%;
    line-height: 147%;
    margin-top: 23px;
  }
  .header-wrapper button {
    margin-top: 20px;
    padding: 15px 38px;
    font-size: 14px;
    min-width: 221px;
  }
  .hero-index .main_header .button,
  .hero-about .main_header .button {
    margin-top: 33px;
  }
  .hero-index .big-title,
  .hero-about .big-title {
    font-size: 85px;
    margin-top: 62px;
    margin-bottom: 0px;
  }
  .header-wrapper .hero {
    /* transition: 0.2s all; */
    padding-top: 7px;
  }
  p.under-title {
    font-weight: 300;
    font-size: 24px;  
    margin-bottom: 50px;
    padding-top: 20px;
  }
  /* .hero-index .main_header,.hero-about .main_header {
    font-size: 20px;
    padding-top: 1px;
  } */
  .marquee-container {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 30px;
    /* overflow-x: hidden; */
    color: #a5f469;
    font-size: 14px;
    margin: 7px 0 29px;
  }
  .mouse-box svg {
    width: 58px;
    height: 79px;
  }

  span.marque-separator {
    height: 24px;
  }
  .title-top {
    font-size: 28px;
    font-weight: 600;
    padding-top: 25px;
  }
  /* .header-wrapper button {
    margin-top: 40px;
  } */
  .title-top.title-top-small {
    font-size: 26px;
  }
  .hero-index + .marquee,
  .hero-about + .marquee {
    margin: 109px 0 38px;
  }
  main#main {
    /* padding-top: 22px; */
  }
  .main_header.main_header-big {
    font-size: 75px;
    font-weight: 700;
  }
  img.hero-logo {
    position: absolute;
    right: 0;
    max-width: 300px;
    top: -10vh;
    max-height: 110px;
  }
  .top-title-new {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .top-title-new svg {
    margin-right: 5px;
    top: -5px;
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 1170px) {
  .hero-index .big-title,
  .hero-about .big-title {
    font-size: 64px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .hero-cases .main_header- {
    max-width: 100%;
  }
  .main_header {
    white-space: pre-line;
    font-size: 36px;
    /* font-weight: 600; */
    line-height: 119%;
    /* padding-top: 23px; */
  }
  p.big-title {
    font-size: 99px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hero-index .title-top,
  .hero-about .title-top {
    text-transform: none;
    padding-top: 7px;
  }
  p.under-title {
    font-weight: 300;
    font-size: 20.3px;  
    margin-bottom: 47px;
    padding-top: 35px;
  }
  img.hero-logo {
    display: none;
  }
  /* .hero-index .main_header,.hero-about .main_header {
    font-size: 14px;
    padding-top: 0px;
  } */
  .header-wrapper button {
    margin-top: 22px;
    padding: 14px 38px;
    font-size: 13px;
    min-width: 201px;
  }
  .marquee-container {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 28px;
    /* overflow-x: hidden; */
    color: #a5f469;
    font-size: 12px;
    margin: 4px 0 30px;
    font-weight: 100;
  }
  .top-title-new {
    font-size: 16px;
  }
  span.marque-separator {
    height: 22px;
  }
  .title-top.title-top-small {
    font-size: 18px;
  }
  .hero-index + .marquee,
  .hero-about + .marquee {
    margin: 60px 0 34px;
  }
  .bottom_header {
    /* opacity: 0.66; */
    font-size: 16px;
    color: #b7b7b7 !important;
    font-weight: 600;
    max-width: 60%;
    line-height: 147%;
    margin-top: 23px;
  }
  .main_header.main_header-big {
    font-size: 55px;
  }
  .mouse-box svg {
    width: 60px;
    height: 50px;
  }
  .top-title-new svg {
    margin-right: 5px;
    top: -5px;
    width: 23px;
    height: 24px;
  }
  .top-title-new.top-title-theme--bottom {
    margin: 20px auto 1px;
    max-width: 55%; 
    font-size: 14px;
  }
}

@media (max-width: 570px) {
  .hero-index .big-title,
  .hero-about .big-title {
    font-size: 40px;
  }
  #head {
    /* overflow: hidden; */
    min-height: calc(100vh - 50px);
  }
  .hero-index .title-top,
  .hero-about .title-top {
    text-transform: none;
    padding-top: 18px;
    opacity: 1;
    text-align: center;
    font-size: 28px;
  }
  p.under-title {
    font-weight: 300;
    font-size: 16.3px; 
    line-height: 148%;
    margin-bottom: 25px;
    padding-top: 30px;
  }
  /* .hero-index .main_header,.hero-about .main_header {
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
  } */
  .marquee-container {
    margin: 4px 0 22px;
  }
  .main_header {
    white-space: normal;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    /* padding-top: 40px; */
    text-align: center;
  }
  .hero-index + .marquee,
  .hero-about + .marquee {
    margin: 129px 0 25px;
  }
  .bottom_header {
    /* opacity: 0.66; */
    font-size: 14px;
    color: #b7b7b7 !important;
    font-weight: 600;
    max-width: 100%;
    line-height: 147%;
    margin-top: 40px;
    text-align: center;
  }
  .bottom_header br {
    display: none;
  }
  .header-wrapper button {
    margin-top: 26px;
    width: 100%;
    display: block;
    padding: 16px 38px;
    font-size: 16px;
  }
  .main_header.main_header-big {
    font-size: 40px;
    font-weight: 700;
  }
  .header-wrapper.h-100 {
    overflow: hidden;
  }
  .top-title-new {
    font-size: 16px;
    font-weight: 300;
    padding-top: 13vh;
  }
  .top-title-new svg {
    margin-right: 3px;
    top: -5px;
    width: 20px;
    height: 26px;
  }
  .main_header.title.text-center {
    text-align: center !important;
  }
  .mouse-box svg {
    width: 68px;
    height: 71px;
    margin-top: 30px;
  }
  .top-title-new.top-title-theme--bottom { 
    margin: 20px auto 1px;
    max-width: 75%;
    font-size: 12px;
    padding-top: 0px;
  }
}

/* End */


/* Start:/local/components/magnetto/modals/templates/form-in-modal/style.css?17325104435818*/
.modal .modal-content {
  position: relative;
  border-radius: 0;
}

.modal .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 5px;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  z-index: 10;
  /* box-shadow: 0 10px 42px 0 rgba(118, 113, 171, 0.15); */
  /* background: #fff; */
  opacity: 1;
  /* transition: all 0.3s ease; */
  background: none;
  font-size: 27px;
}
.modal-title {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
}
p.modal-descr {
  font-size: 14px;
  text-align: left;
  line-height: 130%;
  margin-top: 40px;
}
.modal .separator {
  margin: 18px 0;
  background: #cecece;
}
span.modal-close {
  color: #222222;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 13px;
}
.modal .modal-content .btn-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.modal .form-floating {
  position: relative;
  margin-bottom: 10px;
}
.modal-tr {
  border-radius: 17px;
  background: #a5f469;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  max-width: 32%;
}
.modal .modal-content .btn-close svg {
  margin-top: -5px;
}
.modal .form-floating > label {
  top: 1px;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 300;
  font-size: 16px;
}
.modal .form-control {
  padding: 10px 0;
  border-radius: 0;
  /* background-color: #f3f6f8; */
  border: none;
  border-bottom: thin solid #b7b7b7;
  height: auto;
  padding-top: 16px;
}
.modal .btn {
  padding: 0.7rem 2.5rem;
}
.button.modal-btn {
  min-width: 49%;
  font-size: 17px;
  font-weight: 600;
}
.form-control {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.modal .form-control.is-invalid {
  background-color: #fff3f3 !important;
  padding-right: calc(1.4em + 0.2rem);
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 2.5c-5.2 0-9.5 4.3-9.5 9.5s4.2 9.5 9.5 9.5c5.2 0 9.5-4.2 9.5-9.5 0-5.2-4.3-9.5-9.5-9.5zM6.7 5.8C8.1 4.6 10 3.9 12 3.9c4.5 0 8.1 3.6 8.1 8.1 0 2-.7 3.9-1.9 5.3L6.7 5.8zm-.9.9C4.6 8.1 3.9 10 3.9 12c0 4.5 3.6 8.1 8.1 8.1 2 0 3.9-.7 5.3-1.9L5.8 6.7z' fill-rule='evenodd' fill='%23ed5050'/%3e%3c/svg%3e");*/
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.05rem) center;
  background-size: calc(0.7em + 0.1rem) calc(0.7em + 0.1rem);
}

.send-form.sended {
  opacity: 0;
}
.send-error,
.send-success,
.send-form {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.send-error,
.send-success {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.send-error.show,
.send-success.show {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.send-success svg {
  flex-shrink: 0;
}
.text-white .send-success {
  color: white;
}
.modal-dialog.modal-100 {
  --ar-modal-width: 1600px;
}
.modal .modal-100 .custom-modal-content {
  border-radius: 40px;
  padding: 43px 33px 25px;
}
.modal-new * {
  font-family: "Gilroy";
}
.modal-new span.modal-close {
  font-size: 55px;
  right: 33px;
  top: 23px;
}
.modal-new .default-input {
  background: #f5f5f5;
}
@media (max-width: 1650px) {
  .modal-dialog.modal-100 {
    --ar-modal-width: 1312px;
  }
}

@media (max-width: 1318px) {
  .modal .modal-body {
    padding: 21px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 23px;
    top: 19px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 636px;
  }
  .modal-title {
    font-size: 29px;
    font-weight: 600;
    margin-top: 26px;
  }
  .modal-tr {
    border-radius: 17px;
    background: #a5f469;
    padding: 9px 9px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
    max-width: 32%;
  }
  .button.modal-btn {
    min-width: 100%;
    font-size: 17px;
    font-weight: 600;
  }
  .modal .form-floating > label {
    top: 1px;
    padding: 11px 0;
    font-weight: 300;
    font-size: 13px;
  }
  .modal .form-control {
    padding: 5px 0;
    border-radius: 0;
    /* background-color: #f3f6f8; */
    border: none;
    border-bottom: thin solid #b7b7b7;
    height: auto;
    padding-top: 17px;
  }
  .modal .form-floating {
    position: relative;
    margin-bottom: 7px;
  }
}

@media (max-width: 570px) {
  .modal .modal-body {
    padding: 0px;
    width: 100%;
    margin: 0;
  }
  .modal-content.custom-modal-content {
    padding: 1px 9px 13px;
  }
  .modal-title {
    font-size: 26px;
    font-weight: 600;
    margin-top: 28px;
    line-height: 110%;
  }
  .modal-tr {
    border-radius: 7px;
    background: #a5f469;
    padding: 7px 9px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 120%;
    max-width: 88%;
    margin-bottom: 7px;
  }
  p.modal-descr {
    font-size: 12px;
    text-align: left;
    line-height: 130%;
    margin-top: 26px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 100%;
  }
  .modal .modal-100 .custom-modal-content {
    border-radius: 27px;
    padding: 16px 10px 15px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 17px;
    top: 11px;
  }
}

/* End */


/* Start:/local/components/magnetto/form/templates/modal/style.css?17235606475068*/
 

.modal .modal-content {
    position: relative;
    border-radius: 0;
}

.modal .modal-content .btn-close {
    position: absolute;
    right: 12px;
    top: 5px;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    z-index: 10;
    /* box-shadow: 0 10px 42px 0 rgba(118, 113, 171, 0.15); */
    /* background: #fff; */
    opacity: 1;
    /* transition: all 0.3s ease; */
    background: none;
    font-size: 27px;
} .modal-title {
    font-size: 39px;
    font-weight: 600;
    margin-top: 32px;
}
.modal .modal-content .btn-close:hover {
    -webkit-transform: scale(1.1) rotate(90deg);
        -ms-transform: scale(1.1) rotate(90deg);
            transform: scale(1.1) rotate(90deg);
}.modal .form-floating {
    position: relative;
    margin-bottom: 10px;
}
.modal-tr {
    border-radius: 17px;
    background: #A5F469;
    padding: 13px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    max-width: 32%;
}
.modal .modal-content .btn-close svg {
    margin-top: -5px;
}.modal 
.form-floating>label {
    top: 1px;
    padding: 11px 0;
    font-size: 17px;
    font-weight: 300;
    font-size: 16px;
}
.modal .form-control {
    padding: 10px 0;
    border-radius: 0;
    /* background-color: #f3f6f8; */
    border: none;
    border-bottom: thin solid #B7B7B7;
    height: auto;
    padding-top: 16px;
}
.modal .btn {
    padding: 0.7rem 2.5rem;
}.button.modal-btn{
    min-width: 49%;
    font-size: 17px;
    font-weight: 600;
}
.form-control {
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.modal .form-control.is-invalid {
    background-color: #fff3f3 !important;
    padding-right: calc(1.4em + .2rem);
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 2.5c-5.2 0-9.5 4.3-9.5 9.5s4.2 9.5 9.5 9.5c5.2 0 9.5-4.2 9.5-9.5 0-5.2-4.3-9.5-9.5-9.5zM6.7 5.8C8.1 4.6 10 3.9 12 3.9c4.5 0 8.1 3.6 8.1 8.1 0 2-.7 3.9-1.9 5.3L6.7 5.8zm-.9.9C4.6 8.1 3.9 10 3.9 12c0 4.5 3.6 8.1 8.1 8.1 2 0 3.9-.7 5.3-1.9L5.8 6.7z' fill-rule='evenodd' fill='%23ed5050'/%3e%3c/svg%3e");*/
    background-repeat: no-repeat;
    background-position: right calc(.35em + .05rem) center;
    background-size: calc(.7em + .1rem) calc(.7em + .1rem);
}



.send-form.sended { 
    opacity: 0; 
}
.send-error, .send-success, .send-form {
    -webkit-transition: 0.7s all;
    -o-transition: 0.7s all;
    transition: 0.7s all;
}
.send-error, .send-success{
    opacity: 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}
.send-error.show, .send-success.show { 
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.send-success svg { 
    flex-shrink: 0;
}
.modal .form-floating>label {
    top: 1px;
    padding: 14px 0;
    font-weight: 300;
    font-size: 14px;
}
.modal .form-floating>select{
    font-size: 14px;

}
@media (max-width: 1170px) {
    .modal  .modal-body{ 
            padding: 21px; 
    }.modal-title {
        font-size: 29px;
        font-weight: 600;
        margin-top: 26px;
    }.modal-tr {
        border-radius: 17px;
        background: #A5F469;
        padding: 9px 9px;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        line-height: 120%;
        max-width: 32%;
    }.button.modal-btn {
        min-width: 100%;
        font-size: 17px;
        font-weight: 600;
    }.modal .form-floating>label {
        top: 1px;
        padding: 11px 0;
        font-weight: 300;
        font-size: 13px;
    }.modal .form-control {
        padding: 5px 0;
        border-radius: 0;
        /* background-color: #f3f6f8; */
        border: none;
        border-bottom: thin solid #B7B7B7;
        height: auto;
        padding-top: 17px;
    }.modal .form-floating {
        position: relative;
        margin-bottom: 7px;
    }
}



@media (max-width: 570px) { 
    .modal .modal-body {
        padding: 0px;
        width: 100%;
        margin: 0;
    }.modal-title {
        font-size: 28px;
        font-weight: 600;
        margin-top: 42px;
        line-height: 110%;
    }.modal-tr {
        border-radius: 7px;
        background: #A5F469;
        padding: 7px 9px;
        text-align: center;
        font-size: 13px;
        margin: 0 auto;
        font-weight: 600;
        line-height: 120%;
        max-width: 88%;
        margin-bottom: 7px;
    }
}
/* End */


/* Start:/local/components/magnetto/modals/templates/base-modal-form/style.css?17443642935818*/
.modal .modal-content {
  position: relative;
  border-radius: 0;
}

.modal .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 5px;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  z-index: 10;
  /* box-shadow: 0 10px 42px 0 rgba(118, 113, 171, 0.15); */
  /* background: #fff; */
  opacity: 1;
  /* transition: all 0.3s ease; */
  background: none;
  font-size: 27px;
}
.modal-title {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
}
p.modal-descr {
  font-size: 14px;
  text-align: left;
  line-height: 130%;
  margin-top: 40px;
}
.modal .separator {
  margin: 18px 0;
  background: #cecece;
}
span.modal-close {
  color: #222222;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 13px;
}
.modal .modal-content .btn-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.modal .form-floating {
  position: relative;
  margin-bottom: 10px;
}
.modal-tr {
  border-radius: 17px;
  background: #a5f469;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  max-width: 32%;
}
.modal .modal-content .btn-close svg {
  margin-top: -5px;
}
.modal .form-floating > label {
  top: 1px;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 300;
  font-size: 16px;
}
.modal .form-control {
  padding: 10px 0;
  border-radius: 0;
  /* background-color: #f3f6f8; */
  border: none;
  border-bottom: thin solid #b7b7b7;
  height: auto;
  padding-top: 16px;
}
.modal .btn {
  padding: 0.7rem 2.5rem;
}
.button.modal-btn {
  min-width: 49%;
  font-size: 17px;
  font-weight: 600;
}
.form-control {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.modal .form-control.is-invalid {
  background-color: #fff3f3 !important;
  padding-right: calc(1.4em + 0.2rem);
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 2.5c-5.2 0-9.5 4.3-9.5 9.5s4.2 9.5 9.5 9.5c5.2 0 9.5-4.2 9.5-9.5 0-5.2-4.3-9.5-9.5-9.5zM6.7 5.8C8.1 4.6 10 3.9 12 3.9c4.5 0 8.1 3.6 8.1 8.1 0 2-.7 3.9-1.9 5.3L6.7 5.8zm-.9.9C4.6 8.1 3.9 10 3.9 12c0 4.5 3.6 8.1 8.1 8.1 2 0 3.9-.7 5.3-1.9L5.8 6.7z' fill-rule='evenodd' fill='%23ed5050'/%3e%3c/svg%3e");*/
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.05rem) center;
  background-size: calc(0.7em + 0.1rem) calc(0.7em + 0.1rem);
}

.send-form.sended {
  opacity: 0;
}
.send-error,
.send-success,
.send-form {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.send-error,
.send-success {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.send-error.show,
.send-success.show {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.send-success svg {
  flex-shrink: 0;
}
.text-white .send-success {
  color: white;
}
.modal-dialog.modal-100 {
  --ar-modal-width: 1600px;
}
.modal .modal-100 .custom-modal-content {
  border-radius: 40px;
  padding: 43px 33px 25px;
}
.modal-new * {
  font-family: "Gilroy";
}
.modal-new span.modal-close {
  font-size: 55px;
  right: 33px;
  top: 23px;
}
.modal-new .default-input {
  background: #f5f5f5;
}
@media (max-width: 1650px) {
  .modal-dialog.modal-100 {
    --ar-modal-width: 1312px;
  }
}

@media (max-width: 1318px) {
  .modal .modal-body {
    padding: 21px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 23px;
    top: 19px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 636px;
  }
  .modal-title {
    font-size: 29px;
    font-weight: 600;
    margin-top: 26px;
  }
  .modal-tr {
    border-radius: 17px;
    background: #a5f469;
    padding: 9px 9px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
    max-width: 32%;
  }
  .button.modal-btn {
    min-width: 100%;
    font-size: 17px;
    font-weight: 600;
  }
  .modal .form-floating > label {
    top: 1px;
    padding: 11px 0;
    font-weight: 300;
    font-size: 13px;
  }
  .modal .form-control {
    padding: 5px 0;
    border-radius: 0;
    /* background-color: #f3f6f8; */
    border: none;
    border-bottom: thin solid #b7b7b7;
    height: auto;
    padding-top: 17px;
  }
  .modal .form-floating {
    position: relative;
    margin-bottom: 7px;
  }
}

@media (max-width: 570px) {
  .modal .modal-body {
    padding: 0px;
    width: 100%;
    margin: 0;
  }
  .modal-content.custom-modal-content {
    padding: 1px 9px 13px;
  }
  .modal-title {
    font-size: 26px;
    font-weight: 600;
    margin-top: 28px;
    line-height: 110%;
  }
  .modal-tr {
    border-radius: 7px;
    background: #a5f469;
    padding: 7px 9px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 120%;
    max-width: 88%;
    margin-bottom: 7px;
  }
  p.modal-descr {
    font-size: 12px;
    text-align: left;
    line-height: 130%;
    margin-top: 26px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 100%;
  }
  .modal .modal-100 .custom-modal-content {
    border-radius: 27px;
    padding: 16px 10px 15px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 17px;
    top: 11px;
  }
}

/* End */


/* Start:/local/components/magnetto/form/templates/base-form/style.css?17526698761409*/
.radio-label input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    z-index: 1;
  }.radio-label {
    padding: 7px 0;
  }.radio-label span {
    padding-left: 44px;
  }
  
  .radio-label span:before, .radio-label span:after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    background: transparent;
    height: 30px;
    border: thin solid #2b293f;
    border-radius: 50%;
  }
  .radio-label span:after{
    background: #19191A;
    width: 10px;
    height: 10px;
    opacity: 0;
    left: 10px;
      top: 8px;
  }
  .radio-label input:checked + span:before {
    /* background: #A5F469; */
    border-width: 8px;
  } 
  .radio-label input:checked + span:after {
    /* opacity: 1; */
  } .input-box.input-box-input.tg-input-wrap {
  display: flex
;
}.input-box.input-box-input.tg-input-wrap  input.default-input{
  border-radius: 0 10px 10px 0;
  border: n;
}.input-box.input-box-input.tg-input-wrap 
input.default-input.tg-input {
  width: 49px !important;
  border-radius: 10px 0 0 10px;
  border: none;
  opacity: 0.6;
}
.d-flex.theme--COLUMN {
  flex-direction: column;
}.d-flex.theme--COLUMN .w-50{
  width: 100%!important;
}

  @media (max-width: 768px) {
.radio-label span:before, .radio-label span:after { 
    left: 7px;
    top: -2px;
    width: 22px; 
    height: 22px;
  }

}
/* End */


/* Start:/local/templates/magnetto/styles.css?17607169584726*/
/* Стили для ректора */
.content-white-box {
  background: white;
  border: thin solid #e2ebed;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: -10px;
}.content-black-box {
  background: #1c1c1c;
  border: thin solid #1c1c1c;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: -10px;
  color: white;
}.section .content-black-box *{
  color: inherit;
}
.separator {
  background: #b0b0b0;
  height: 1px;
  width: 100%;
  margin: 26px 0;
  /* border-radius: 100%; */
}
.list-green {
  position: relative;
  box-sizing: border-box;
  list-style-type: none;
  padding-left: 0;
}
.list-green li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -2px;
  width: 17px;
  height: 17px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="%23A5ED43"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.668 20.5001L18.2235 26.3334L29.3346 14.6667" fill="%23A5ED43"/><path d="M12.668 20.5001L18.2235 26.3334L29.3346 14.6667" stroke="%231C1C1C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.list-green:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="2" height="802" viewBox="0 0 2 802" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="802" x2="1.00004" y2="-4.37113e-08" stroke="%23A5ED43" stroke-width="2" stroke-dasharray="4 4"/></svg>');
}
.list-green-small li:before{
  content: "";
   position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_478_23127)"><path d="M10.6522 19.6529C16.0343 19.6529 20.3971 15.2901 20.3971 9.90801C20.3971 4.52589 16.0343 0.163086 10.6522 0.163086C5.27003 0.163086 0.907227 4.52589 0.907227 9.90801C0.907227 15.2901 5.27003 19.6529 10.6522 19.6529Z" fill="%23A5F469"/><path d="M6.24316 10.5379L8.76321 13.0579L15.0633 6.75781" stroke="%231C1C1C" stroke-width="1.21812" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_478_23127"><rect width="19.4898" height="19.4898" fill="white" transform="translate(0.907227 0.162109)"/></clipPath></defs></svg>');
}
.list-black li:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.5" cy="8.58008" r="8" fill="%231C1C1C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.56738 8.78011L7.7896 11.1134L12.234 6.44678" fill="%231C1C1C"/><path d="M5.56738 8.78011L7.7896 11.1134L12.234 6.44678" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.list-black li,
.list-green-small li,
.list-green li {
  padding-left: 24px;
  list-style-type: none;
  /* display: block; */
  position: relative;
  margin-bottom: 20px;
}
ul.list-black {
  padding-left: 0;
}
.div-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.div-flex div {
  width: 49%;
}
.div-flex div:nth-child(1) {
  border-right: thin solid #b0b0b0;
  padding-right: 30px;
}
.div-flex div ul {
  margin-left: 30px;
}
.image-slider-horizontal {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 20px;
  align-items: stretch;
  width: 100%;
  gap: 7px;
}.image-slider-horizontal img {
  height: 100%;
}
.section .content-white-box,.section .content-black-box {
  border: none;
  margin-left: -40px;
  width: calc(100% + 80px);
  border-radius: 50px !important;
  padding: 60px 39px;
  padding: 34px 39px;
}
@media (max-width: 1650px) {
  .section .content-white-box,.section .content-black-box {
      padding: 34px 39px;
  }
}
@media (max-width: 570px) {
  .div-flex {
    display: block;
  }
  .div-flex div {
    width: 100%;
  }
  .div-flex div:nth-child(1) {
    border-right: 0;
    padding-right: 0;
  }.step-content-wrap h2 {
    font-size: 28px;
    line-height: 118%;
    margin: 2px 0 12px;
    font-weight: 600;
}.div-flex div ul {
  margin-left: 0;
  margin-top: 20px;
}.list-green:before{
  top: 0;
  height: 100%
}
.section .content-white-box,.section .content-black-box {
    padding: 22px 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 20px !important;
}
} 
/* End */


/* Start:/local/templates/magnetto/template_styles.css?176467999354486*/
body {
  overflow-x: hidden;
  color: #2b293f;
  margin: 0 !important;
}
/* WTF */
* {
  /* border-radius: 0 !important; */
}
 

.rounded,
.rounded-0,
.rounded-1,
.rounded-2,
.rounded-3,
.rounded-4,
.rounded-5 {
  /* border-radius: 0 !important; */
}
h1 > a:hover,
.h1 > a:hover,
h2 > a:hover,
.h2 > a:hover,
h3 > a:hover,
.h3 > a:hover,
h4 > a:hover,
.h4 > a:hover,
h5 > a:hover,
.h5 > a:hover,
h6 > a:hover,
.h6 > a:hover {
  color: inherit;
}
/*  */
header .navbar-toggler-icon,
header .navbar-toggler-icon:after,
header .navbar-toggler-icon:before {
  background-color: #fff;
}
body.fixed {
  overflow: hidden;
}
.fw-bold {
  font-weight: 600 !important;
}
@media only screen and (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 54px;
    width: 100%;
    left: 0;
  }
}
div#panel {
  position: absolute !important;
}
.btn-rec.btn-white {
  border-color: white;
  background: transparent;
  color: white;
}
.btn-rec.btn-green {
  border-color: #a5ed43;
  background: #a5ed43;
  color: #29282f;
}
.btn-rec.btn-green:hover {
  border-color: #29282f;
  background: transparent;
  color: #29282f;
}
.text-dark-grey {
  color: #5b5b5b;
}
.btn-rec.btn-white:hover {
  color: black;
}
.btn-rec.btn-white:hover svg path {
  fill: black;
}
.toggled svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.empty {
}
._benefit .nav-link.active {
  border-radius: 16px;
  -webkit-box-shadow: 2px 23px 26px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 23px 26px 0 rgba(0, 0, 0, 0.2);
  background-color: #3d3a5a;
  border: none;
  color: #fff;
}
._benefit .nav-link {
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
._about-humans {
  border-radius: 232px;
  max-height: 387px;
}
._about-humans img {
  margin-top: -80px;
}
.animation-none{
  animation: none!important;
}
.bg-blue {
    background: #CBF3F8;
}
@media only screen and (max-width: 600px) {
  ._about-humans {
    border-radius: 30px;
    max-height: 387px;
  }
  ._about-humans img {
    margin-top: -20px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.swiper-pagination-bullet {
  background-color: #cacaca !important;
  opacity: 1 !important;
}
.fs-30 {
  font-size: 30px !important;
}
span.d-block.chevron {
  border: thin solid;
  width: 10px !important;
  height: 10px !important;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 thin thin 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.text-vertical {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fs-32 {
  font-size: 32px !important;
}
.text-gray {
  color: #e6e6e6 !important;
}
.bg-image {
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10em;
  }
}
.btn-swiper {
  border: solid 1.5px #2b293f;
}
.btn-swiper svg {
  stroke: #2b293f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-swiper:hover svg {
  stroke: #fff;
}
.btn-swiper.swiper-button-disabled {
  border: solid 1.5px #2b293f;
}
.btn-swiper.swiper-button-disabled:hover svg {
  stroke: #2b293f;
}
.collapse-control {
  cursor: pointer;
} 
.c-money {
  width: 262px;
  height: 147px;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.separator {
  background: #b0b0b0;
  height: 1px;
  width: 100%;
  margin: 26px 0;
  /* border-radius: 100%; */
}
.separator.no-line {
  background: transparent;
}
.separator-big {
  margin: 50px 0;
}
.button.button-black {
  color: white;
  background: #1c1c1c;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* font-weight: 700; */
}
.bg-black .separator {
  background: rgb(255 255 255 / 12%);
}
svg[name="btn_arrow_right"] {
  max-width: none;
  margin-left: 20px;
  width: 20px;
  min-width: 20px;
}
svg[name="btn_arrow_right"] path {
  fill: #fff;
  stroke-width: 0;
}
.stroke-0 svg {
  stroke-width: 0 !important;
}
.btn-outline-dark:hover svg * {
  fill: #fff !important;
}
@media only screen and (min-width: 1200px) {
  .fs-65 {
    font-size: 65px !important;
    line-height: 139%;
  }
  .fs-55 {
    font-size: 55px !important;
  }
  .fs-36 {
    font-size: 36px !important;
  }
  .fs-20 {
    font-size: 20px !important;
  }
  .fs-24 {
    font-size: 24px !important;
  }
}
.btn.active-primary:hover {
  color: #33be30;
  background-color: transparent;
  border-color: #33be30;
}
.btn.active.active-primary {
  color: var(--ar-btn-active-color);
  background-color: #33be30;
  border-color: #33be30;
}
.swiper-slide {
  height: auto;
}
.mobile-dark-bg:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.swiper-wrapper {
  height: auto;
}
.button.loading {
  opacity: 0.5;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background: transparent;
  border-color: transparent;
}
.flex-grow {
  flex-grow: 1;
}
.h-100 {
  height: auto !important;
}
.button.loading:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url(/local/templates/magnetto/./media/loader.gif);
  background-size: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 600px) {
  .mobile-dark-bg:after {
    background: #2c2841;
    background: -o-linear-gradient(
      333deg,
      #2c2841 0,
      rgba(44, 40, 65, 0.5) 100%
    );
    background: linear-gradient(117deg, #2c2841 0, rgba(44, 40, 65, 0.5) 100%);
  }
}
.goblet-overlay {
  background: -o-linear-gradient(
    70.9deg,
    #f3f6f8 -2.89%,
    rgba(243, 246, 248, 0) 74.14%
  );
  background: linear-gradient(
    19.1deg,
    #f3f6f8 -2.89%,
    rgba(243, 246, 248, 0) 74.14%
  );
  border-radius: 50px;
  width: 200%;
}
.goblet-overlay .goblet {
  right: -103px;
  bottom: 21px;
}
.dropdown-m {
  min-width: 600px;
  margin-left: -22px;
}
@media only screen and (max-width: 600px) {
  .dropdown-m {
    min-width: auto;
    margin-left: 0;
    width: 100%;
    border-left: none !important;
  }
}
@media (max-width: 1000px) {
  .goblet-overlay .goblet {
    width: 230px !important;
  }
}
.c-news-preview .swiper-slide .card img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.c-news-preview .swiper-slide .card {
  -webkit-box-shadow: 0 10px 20px #7671ab26 !important;
  box-shadow: 0 10px 20px #7671ab26 !important;
}
/* html.dark-mode header .navbar-nav {
  -webkit-box-shadow: 0 10px 17px 0 rgba(118, 113, 171, 0.1);
  box-shadow: 0 10px 17px 0 rgba(118, 113, 171, 0.1);
} */
html.dark-mode header .btn {
  -webkit-box-shadow: 0 10px 17px 0 rgba(118, 113, 171, 0.1);
  box-shadow: 0 10px 17px 0 rgba(118, 113, 171, 0.1);
}
[data-map] .bx-yandex-map .ymaps-map,
[data-map] [class^="bx-yandex"] {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1200px) {
  .js-btn .btn {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 600px) {
  .s-why-we ._oval {
    height: 90px;
  }
}
header .navbar-toggler.dark .navbar-toggler-icon,
header .navbar-toggler.dark .navbar-toggler-icon:after,
header .navbar-toggler.dark .navbar-toggler-icon:before {
  background-color: #000;
}
.lh-14 {
  line-height: 1.4 !important;
}
.lh-4 {
  line-height: 174%;
}
.lh-17 {
  line-height: 1.7;
}
.fs-p {
  font-size: 12px;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.w-32 {
  width: 32%;
}
.w-31 {
  width: 31%;
}
.w-83 {
  width: 83%;
}
.w-90 {
  width: 90%;
}
.text-start {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .fs-p {
    font-size: 10px;
  }
  .flex-direction-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xs-column-space {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-direction-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .w-xs-48 {
    width: 48%;
  }
}
.bg-magnetto {
  background-image: url(/local/templates/magnetto/images/bg-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.link-hover :hover a {
  /* color: rgba(var(--ar-primary-rgb)) !important; */
}
@media only screen and (min-width: 991px91px) and (max-width: 1200px) {
  .mobile-smaller {
    font-size: calc(1.558rem + 3.1vw) !important;
  }
}
.styled-text ul {
  list-style: none;
  padding-left: 1em !important;
}
.styled-text ul li::before {
  content: "\2022";
  color: var(--ar-primary);
  font-weight: 700;
  display: inline-block;
  /* width: 1em; */
  /* margin-left: -1em; */
  position: absolute;
  left: -21px;
  top: -1px;
  line-height: 154%;
}
.button.button-black:hover {
  background: white;
  color: black;
}
.overflow-scroll {
  overflow: hidden !important;
  overflow-y: scroll !important;
}
.overflow-x{
  overflow-x: hidden;
}
@media (max-width: 575px) {
  .grecaptcha-badge {
    opacity: 0 !important;
    display: none !important;
  }
  .pad-top-mob {
    margin-top: 15px;
  }
  .mob-opt {
    max-height: 100px !important;
  }
  #customers .text-center {
    width: auto;
    height: auto;
  }
  #customers .d-flex div {
    padding: 3px 10px;
  }
  .goblet-overlay {
    margin-left: -15px;
    width: 100%;
    padding-left: 15px;
  }
  .w-32 {
    width: 100%;
  }
  .w-31 {
    width: 48%;
  }
  .card .fs-36 {
    font-size: 23px !important;
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* add styles 29/06/23 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body {
  color: #2b293f;
  background: #f5f5f5;
}
header ol,
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lh-2 {
  line-height: 140%;
}
.ls-1 {
  letter-spacing: 0.1rem;
}
.fs-50 {
  font-size: 50px;
}
.page-wrapper {
  /* background-color: #f5f6f6; */
}
.mt-8 {
  margin-top: 8rem !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-16 {
  font-size: 16px;
}
.mt-6 {
  margin-top: 6rem;
}
.link-success:hover {
  text-decoration: none !important;
}
.container {
  max-width: 900px;
}
.width-wrap {
  width: 100%;
  max-width: 1610px;
  /* max-width: 1240px; */
  padding: 0 47px;
  /* padding: 0 25px; */
}
.header-wrapper .width-wrap {
  padding: 0 4px;
}
.header-bg {
  height: 139px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
b {
  font-weight: bold;
}
.btn-md {
  padding: 10px 42px;
}
.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.lh-1 {
  line-height: 124% !important;
}
.button-green {
  background-color: #a5ed43;
  color: #2b293f;
  border-color: #a5ed43;
  border-radius: 0;
  line-height: 100%;
}
.button.button-small {
  font-size: 17px;
  padding: 13px 40px;
}

.button.button-red {
  background: #ff5454;
  color: white;
}
.button.button-white {
  border: 1px solid #000000;
  background: transparent;
}
.button.button-red:hover {
  box-shadow: 0px 0px 47px 0px #ff5454;
}
.form-floating > .form-control {
  /* height: 60px; */
}
.button-green:hover {
}
.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.light-1 {
  background: #79ff48b5;
  width: 750px;
  height: 200px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-filter: blur(210px);
  filter: blur(210px);
  top: -20%;
  right: -30%;
}
.light-2 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(34.9%, rgba(41, 148, 90, 0.354)),
    to(rgba(119, 185, 181, 0.444))
  );
  background: -o-linear-gradient(
    top,
    rgba(41, 148, 90, 0.354) 34.9%,
    rgba(119, 185, 181, 0.444) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(41, 148, 90, 0.354) 34.9%,
    rgba(119, 185, 181, 0.444) 100%
  );
  width: 600px;
  height: 660px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-filter: blur(174px);
  filter: blur(174px);
  top: -40%;
  left: -30%;
  border-radius: 50%;
}
.light-3 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(90, 201, 75, 0.71)),
    to(rgba(90, 201, 75, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(90, 201, 75, 0.71) 0%,
    rgba(90, 201, 75, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(90, 201, 75, 0.71) 0%,
    rgba(90, 201, 75, 0) 100%
  );
  width: 730px;
  height: 730px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-transform: rotate(-5.59deg);
  -ms-transform: rotate(-5.59deg);
  transform: rotate(-5.59deg);
  -webkit-filter: blur(94px);
  filter: blur(94px);
  bottom: -66%;
  left: 14%;
  border-radius: 50%;
}
.btn-white {
  background-color: white;
  color: #33be30;
  border-color: white;
}
.btn-white:hover {
  background-color: #33be30;
  color: white;
  border-color: #33be30;
}
.service-seo-card {
  min-height: 354px;
  background: #f3f6f8;
}
input.is-invalid {
  border-color: #ff2c2c !important;
}
.p-6 {
  padding: 4.6rem;
}
.fs-40 {
  font-size: 40px !important;
}
.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.bg-grey {
  background: #eaeaea;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.order--1 {
  order: -1;
}
.bottom_header {
  /* min-height: 40px; */
}
.justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.w-30 {
  width: 31%;
}
.text-right {
  text-align: right;
}
.ws-pre-line {
  white-space: pre-line;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
.pb-7 {
  padding-bottom: 139px;
}
.goblet-overlay-new {
  background: -o-linear-gradient(
    70.9deg,
    #f3f6f8 -2.89%,
    rgba(243, 246, 248, 0) 74.14%
  );
  background: linear-gradient(
    19.1deg,
    #f3f6f8 -2.89%,
    rgba(243, 246, 248, 0) 74.14%
  );
  border-radius: 0 0 0 50px;
  width: auto;
}
span.mark {
  background: transparent;
  padding: 0;
  width: 27px;
  height: 18px;
  display: inline-block;
  border: thin solid #33be30;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 20px 0 0;
  top: -10px;
  position: relative;
}
.info-ul {
  padding-left: 13px;
}
.info-ul li:before {
  content: "\00B7";
  font-size: 30px;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
h1 {
  text-align: inherit;
  margin: 0;
  color: inherit;
  line-height: inherit;
}
.info-ul li {
  display: block;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .bg-magnetto {
    background-size: auto;
  }
  .bottom_header {
    min-height: auto;
  }
  .lh-2 {
    line-height: 127%;
  }
  .ls-1 {
    letter-spacing: initial;
  }
  .cursor-img:after {
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px !important;
    right: 26px !important;
    bottom: -76px !important;
  }
  .fs-50 {
    font-size: 40px;
  }
  .fs-18 {
    font-size: 15px !important;
  }
  .mt-8 {
    margin-top: 1rem !important;
  }
  .rounded-5 {
    /* border-radius: 40px !important; */
  }
  .fs-22 {
    font-size: 17px !important;
  }
  .px-6 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

.grid-mob-1{
  grid-template-columns: 1fr!important;
}
  p.fs-16 {
    font-size: 13px;
  }
  .js-btn .btn {
    font-size: 18px !important;
  }
  .js-btn .btn {
    font-size: 18px !important;
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 10px;
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    line-height: 100%;
  }
  .form-floating > label {
    padding: 0px;
    font-size: 14px !important;
  }
  .btn.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .form-floating > .form-control:not(:-moz-placeholder-shown),
  .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 24px;
    padding-bottom: 15px;
    padding-left: 1px;
  }
  .form-floating > .form-control:not(:-ms-input-placeholder),
  .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
    padding-top: 24px;
    padding-bottom: 15px;
    padding-left: 1px;
  }
  .form-floating > .form-control:focus,
  .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-control-plaintext:focus,
  .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 24px;
    padding-bottom: 15px;
    padding-left: 1px;
  }
  .fs-xs-20 {
    font-size: 20px !important;
  }
  .fs-xs-30 {
    font-size: 29px !important;
    line-height: 120%;
  }
  .lh-3 {
    line-height: 170%;
  }
  #header .btn.btn-white {
    width: 100%;
    margin-top: 31px;
  }
  .fs-65 {
    font-size: 37px !important;
  }
  .fs-32 {
    font-size: 22px !important;
  }
  .fs-24 {
    font-size: 19px !important;
  }
  .fs-36 {
    line-height: 118%;
    font-size: 30px !important;
  }
  .fs-30 {
    font-size: 19px !important;
  }
  .fs-28 {
    font-size: 22px !important;
  }
  header#header.rounded-5 {
    border-radius: 0 0 30px 30px !important;
    /* background-image: none; */
  }
  header .overflow-hidden {
    /* overflow: visible !important; */
  }
  .flex-reverse {
    flex-wrap: wrap-reverse;
  }
  .main-img {
    left: 0;
    margin-bottom: -7px;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .service-seo-card {
    min-height: auto;
    background: transparent;
  }
  .fs-36 {
    line-height: 120%;
    font-size: 32px;
  }
  .fs-24 {
    font-size: 18px !important;
  }
  .p-6 {
    padding: 2.6rem;
  }
  .top_header {
    font-size: 20px !important;
  }
  .fs-40 {
    font-size: 30px !important;
  }
  .new-goblet {
    margin: 0;
  }
  .goblet-overlay-new {
    background: inherit !important;
  }
}

/* js-swiper btn restyle */
.btn-prev,
.btn-next,
.btn-prev:disabled,
.btn-next:disabled,
.btn-prev:focus,
.btn-next:focus {
  width: 59px;
  height: 59px;
  background: transparent;
  border-color: #2b293f;
}
.btn-prev svg,
.btn-next svg {
  width: 20px;
  color: #2b293f;
}
.btn-prev:hover,
.btn-next:hover,
.btn-prev:hover svg,
.btn-next:hover svg {
  color: white;
  border-color: #33be30;
}
@media (max-width: 575px) {
  .btn-prev,
  .btn-next,
  .btn-prev:disabled,
  .btn-next:disabled,
  .btn-prev:focus,
  .btn-next:focus {
    width: 34px;
    height: 34px;
  }
  .btn-prev svg,
  .btn-next svg {
    width: 10px;
  }
}

@media (min-width: 600px) {
  .text-center-md {
    text-align: center !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .w-md-30 {
    width: 31% !important;
  }
}

/* sticky navbar */
#header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.hero {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#header.sticky {
  position: fixed !important;
  z-index: 999999;
}
#header.sticky .header-wrapper {
  overflow: visible !important;
}
#header.sticky .hero {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
#header.sticky.empty-header {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(84%, white),
    to(transparent)
  );
  background: -o-linear-gradient(top, white 84%, transparent);
  background: linear-gradient(180deg, white 84%, transparent);
}
#header.sticky.empty-header.bg-grey {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(84%, #f3f6f8),
    to(transparent)
  );
  background: -o-linear-gradient(top, #f3f6f8 84%, transparent);
  background: linear-gradient(180deg, #f3f6f8 84%, transparent);
}
#header.sticky.empty-header.fakeHeader {
  background: transparent;
}

#header.sticky.empty-header.fakeHeader .header-wrapper {
  background: #2b293f;
  border-radius: 0 0 50px 50px;
}
@media (max-width: 575px) {
  header .navbar-brand {
    position: relative;
  }
  nav#navbarNav {
    border: none !important;
    border-radius: 0 !important;
    min-height: 100%;
  }
  .navbar-nav {
    border-radius: 0 !important;

    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 66vh;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  a.nav-link.fs-18 {
    font-size: 20px !important;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .contact-wrap {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 5vh;
  }
  ul.dropdown-menu {
    font-size: 15px;
  }
  .mega-dropdown-column {
    margin-bottom: 10px;
  }

  .mega-dropdown-column .card-body {
    padding: 15px;
  }
  .navbar-nav ul {
    padding: 0;
    width: 100%;
  }

  .navbar-nav li {
    list-style-type: none;
  }
  .navbar-nav ul.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer.rounded-bottom-0 {
    border-radius: 20px 20px 0 0 !important;
  }
}

/* ----------------------- */
/* ----------------------- */
/* ----------------------- */
/* ----------------------- */
/* MAJOR RESTYLE 28.09.23 */
/* ----------------------- */
/* ----------------------- */
/* ----------------------- */
/* ----------------------- */

.dropdown-menu.pos-abs {
  position: absolute !important;
}
.color-green {
  /* color: #a5f469; */
  color: #7af318;
  /* color: #8ad246; */
}

a.color-green:hover {
  color: #8ad246;
  text-decoration: underline;
}
.button.disabled {
  opacity: 30%;
}
main#main {
  /* padding-top: 31px; */
}
.button {
  text-decoration: none;
  padding: 18px 53px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
}
.btn {
  text-decoration: none;
}
.button:hover {
  -webkit-box-shadow: 0px 0px 47px 0px #a5ed43;
  box-shadow: 0px 0px 47px 0px #a5ed43;
}
.mt-5 {
  margin-top: 32px !important;
}
.bg-black {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000000),
    color-stop(#19191a),
    color-stop(#19191a),
    to(#000000)
  );
  background: -o-linear-gradient(left, #000000 0%, #19191a, #19191a, #000000);
  background: linear-gradient(90deg, #000000 0%, #19191a, #19191a, #000000);
}
.section {
  padding-top: 120px;
  padding-bottom: 90px;
}
.section.section-small {
  padding-top: 94px;
  padding-bottom: 34px;
}
.title.title-small {
  font-size: 40px;
  line-height: 96%;
  margin-top: 17px;
  font-weight: 600;
}
.text-white a:hover {
  color: #a5f469;
}
.title-big {
  font-size: 96px;
  font-weight: 600;
  margin: 0;
  line-height: 102%;
}
.button.buttom-small {
  text-align: center;
  padding: 20px 30px;
  /* box-shadow: none; */
}
.bg-black .border-left-1 {
  border-color: #5a5a5a;
}
.bg-green {
  background-color: #7af318;
}
.overflow-visible {
  overflow: visible !important;
}
.text-left {
  text-align: left;
}
.title-mid {
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}
.title.title-mid {
  max-width: 87%;
}
.btn-rec.btn-rec-green {
  color: #a5f469;
  border-color: #a5f469;
}
.btn-rec.btn-rec-green svg path {
  fill: #a5f469;
}
.btn-rec.btn-rec-green:hover {
  color: black;
}
.btn-rec.btn-rec-green:hover svg path {
  fill: black;
}
.linear > textarea {
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #2b293f;
  min-height: 52px !important;
  height: auto !important;
}
.btn-rec:hover {
  background: #b4f759;
  border-color: #b4f759;
}
.benefit-grid .btn-rec:hover {
  background: white;
  border-color: black;
}
.btn-rec {
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
}
.fs-12 {
  font-size: 12px;
  line-height: 130%;
}
.fs-13 {
  font-size: 13px;
  line-height: 130%;
}
.fs-11 {
  font-size: 11px;
  line-height: 146%;
}
.gap-14 {
  gap: 24px;
}
.btn-rec.big-btn-rec {
  font-size: 28px;
  padding: 9px 59px;
  text-align: center;
}
.btn-rec i {
  font-style: normal;
}
.btn-rec.disabled {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.disabled {
  pointer-events: none !important;
  opacity: 0.3;
}
.text-primary {
  /* color: #A5F469!important; */
  color: #8ad246 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.btn-rec {
  border: 1px solid #2b293f;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  padding: 11px 14px;
  display: inline-block;
  vertical-align: middle;
}
.bg-darker .btn-rec,
.bg-dark .btn-rec,
.bg-black .btn-rec {
  color: white;
  border-color: white;
}
.bg-darker .btn-rec.button-green {
  color: black;
  border-color: #a5ed43;
}
.separator-right {
  border-right: 1px solid #d0d0d0;
  padding-right: 30px;
}
.bg-darker .btn-rec svg path,
.bg-dark .btn-rec svg path,
.bg-black .btn-rec svg path {
  fill: white;
}
.btn-rec svg {
  display: inline;
  margin: 0 3px;
}
/* .btn-rec.btn-rec-small {
  padding: 3px 6px;
  font-size: 10px;
} */
.lh-3 {
  line-height: 150%;
}
.super-big-btn-rec {
  font-size: 32px;
  font-weight: 600;
  padding: 20px 91px;
  margin-top: 10px;
}
.bg-grey {
  /* background-color: #eaeaea; */
}
.bg-white {
  background-color: white;
}
.w-80 {
  width: 80%;
}
.fs-26 {
  font-size: 26px;
}
.fs-45 {
  font-size: 45px;
}
.text-grey {
  color: #acacac;
}
.w-34 {
  width: 34%;
}
.w-40 {
  width: 40%;
}
.w-20 {
  width: 20%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
footer.section {
  padding-top: 127px;
}
img.footer-logo {
  width: 108px;
}
.right-0 {
  right: 0;
}
.fs-48 {
  font-size: 48px;
}
.w-70 {
  width: 70%;
}
.w-67 {
  width: 70%;
}
.w-65 {
  width: 65%;
}
/* .text-white .send-success h3{
  color: white!impo;
} */
.form-control[type=file]:focus{
  background: transparent;
  border-color: #a5ed43 !important;
  color: #a5ed43 !important;
  border: thin solid #a5ed43 !important;
}
footer .nav-item:hover,footer .nav-link:hover {
  color: #a5ed43 !important;
}
.align-center {
  align-items: center;
}
.ps-7 {
  padding-left: 96px;
}
.border-left-1 {
  border-left: thin solid #5a5a5a;
}
input.form-control {
  font-size: 18px;
}
.form-floating > .form-control {
  height: 50px;
  padding-left: 0;
}
.form-floating > label {
  font-size: 18px;
  padding: 16px;
  padding-left: 0;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.65) translateY(-16px) translate(0px);
}
.bg-darker .separator {
  background: #595959;
}
.bg-repeat-none {
  background-repeat: no-repeat;
}
.bg-pos-right {
  background-position-x: right;
}

.bg-darker .form-checkboxes,
.bg-dark .form-checkboxes,
.bg-black .form-checkboxes{
  color: white;
}
.bg-pos-top {
  background-position-y: top;
}
.bg-size-1 {
  background-size: 583px;
}
.bg-size-content {
  background-size: auto;
}
.border-right-1 {
  border-right: thin solid #b0b0b0;
}
.bg-black .border-right-1 {
  border-right: thin solid rgb(255 255 255 / 24%);
}
.w-37 {
  width: 37%;
}

.w-60 {
  width: 60%;
}
.w-55 {
  width: 55%;
}
.w-50 {
  width: 48.6% !important;
} 
.gap-3
.w-50 {
  width: calc(50% - 0.5rem)!important;
} 
.py-6{
  padding-top: 60px;
  padding-bottom: 60px;
}
.w-21 {
  width: 21%;
}
.text-italic {
  font-style: italic;
}
.text-decor-underline {
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}
.text-decor-underline:hover {
  text-decoration: none;
}
.border-bottom-1 {
  border-bottom: thin solid rgb(255 255 255 / 24%);
}
.my-6 {
  margin: 65px 0;
}
.bg-pos-bottom {
  background-position-y: bottom;
}
.mb-6 {
  margin-bottom: 5rem !important;
}
.bg-darker {
  background-color: #1c1c1c;
}
.w-32 {
  width: 32%;
}
.section-title {
  font-size: 64px;
  line-height: 102%;
}
.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* height: 100%; */
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.title-regular {
  font-size: 63px;
  line-height: 120%;
  font-weight: 600;
}
.full-height {
  min-height: 100vh;
}
.bg-pos-right-mid {
  background-position-x: 100%;
  background-position-y: 60%;
}
.footer-soc-block {
  justify-content: flex-end;
}
li.check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23A5ED43'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.73828 11.9171L11.1217 14.3006L15.8886 9.53369' fill='%23A5ED43'/%3E%3Cpath d='M8.73828 11.9171L11.1217 14.3006L15.8886 9.53369' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
li.error:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23D9D9D9'/%3E%3Cpath d='M15.6055 8.53564L8.5344 15.6067' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6055 15.6064L8.5344 8.53538' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
li.check {
  line-height: 140%;
  padding-left: 50px;
}
li.error {
  line-height: 140%;
  padding-left: 50px;
}
.title-default {
  font-size: 48px;
  line-height: 130%;
}
li.check.white:before {
  background-image: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15.5" cy="15.5" r="15.5" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2852 15.3926L14.3638 18.4712L20.521 12.314" fill="white"/><path d="M11.2852 15.3926L14.3638 18.4712L20.521 12.314" stroke="%238AD246" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-bottom {
  align-bottom: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.btn-rec-more {
  padding: 1.5rem 4rem;
}
.bg-size-contain {
  background-size: contain;
}
.z-index--1 {
  z-index: 1;
}
.btn-rec.color-green {
  color: #a5f469;
  border-color: #a5f469;
}
.btn-rec.color-green svg path {
  fill: #a5f469;
}
.btn-rec.color-green:hover {
  color: white;
}
.btn-rec.color-green:hover svg path {
  fill: white;
}
.bg-dark {
  background-color: #000 !important;
}
.title-404 {
  /* box-shadow: 0px 0px 63px 0px #A5F46985; */
  text-shadow: #a5f46985 1px 0 43px;
  color: #a5f469;
  font-size: 250px;
  font-weight: bolder;
  margin-bottom: 60px;
}
.template404 .section-title + p {
  font-size: 32px;
  margin-top: 23px;
  color: #b7b7b7;
}
.template404 {
  min-height: calc(100vh - 130px);
}
footer a.nav-link:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.yt-player {
  width: 100%;
  margin: 80px 0 10px;
  height: 880px;
}
.button.buttom-small {
  text-align: center;
  padding: 10px 10px;
  /* box-shadow: none; */
  font-size: 12px;
}
b {
  /* font-weight: 600 !important; */
}
.bg-size-contain {
  background-size: contain;
}
footer .button {
  padding: 18px 31px;
  font-size: 18px;
  width: auto;
  margin-top: 28px;
  max-width: 270px;
  text-align: center;
}
footer .nav-link {
  font-size: 16px;
  color: white;
  padding: 0;
  margin: 0;
}
.grid-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
footer .nav-item {
  padding: 10px 20px;
  margin-left: 14px;
  margin-bottom: 16px;
}

.height-100 {
  min-height: 100vh;
}
.undertitle {
  font-size: 24px;
  margin-top: 34px;
}
.button-green:hover {
  color: #2b293f !important;
}
a.back svg {
  margin-right: 10px;
}

a.back {
  font-size: 21px;
}
a.back:hover {
  opacity: 0.6;
}
p.block-header-default {
  font-size: 28px;
  font-weight: bold;
  margin: 14px 0px 17px;
}
ul.ul-default {
  padding: 10px 0;
}
ul.ul-default li {
  font-size: 20px;
  list-style-type: none;
  padding-left: 38px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
select.form-control {
  font-size: 14px;
}
ul.ul-default li:before {
  content: "\00B7";
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 81px;
  line-height: 0;
}
ul.ul-default b {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  padding: 4px;
  line-height: 120%;
}
.bitrix-content ul,
.bitrix-content ol {
  padding: initial;
  margin: initial;
  list-style-type: initial;
}
.progress-line {
  height: 10px;
  border-radius: 100px;
  background: #cdd7df;
  margin: 10px 0;
}

.progress-line.progress-line-green {
  background: #a5f469;
}
.progress-inner {
  border-radius: 100px;
  /* background: red; */
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
}
.progress-text {
  /* color: #2B293F; */
  font-size: 20px;
  line-height: 117%;
  font-weight: bold;
}
.progress-block-item {
  padding-bottom: 16px;
}
.stat-wrap {
  padding-top: 40px;
  gap: 10px;
}
.stat-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.gap-10 {
  gap: 10px;
}
/*Цитируемый абзац*/
q.kquote:before {
  content: "”";
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  color: rgb(139 222 76);
  top: 5px;
  left: 0;
  font-family: initial;
}
q.kquote {
  border-left: 5px solid #a5f469;
  color: #6d6d6d;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5em;
  margin-left: 20px;
  padding: 12px 20px;
  quotes: none;
  margin-top: 13px;
  margin-bottom: 18px;
  background: rgb(0 0 0 / 3%);
  display: inline-block;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
}
.bg-size-containt {
  background-size: contain;
}
.stat-line {
  background: #a5f469;
  width: 55px;
  border-radius: 11px;
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 11px 4px;
  margin-bottom: 14px;
}
.stat-text {
  color: #8a8a8a;
  font-size: 14px;
}
.styled-text ol li:before {
  position: absolute;
  top: 9px;
  left: -31px;
  font-size: inherit;
  line-height: 16px;
  font-weight: 600;
  color: #61b621;
  content: counter(item) ".";
  counter-increment: item;
}

.styled-text ol {
  list-style-type: square;
  list-style-type: none;
  padding-left: 32px;
  counter-reset: item;
}
.button.button-big {
  padding: 19px 95px;
}
.button.button-bigger {
  padding: 29px 95px;
  font-size: 24px;
}
.under-title-big {
  color: #454545;
  font-size: 32px;
  margin-top: 50px;
  font-weight: 600;
  /* width: 90%; */
  line-height: 110%;
}
li.check.black:before {
  background-image: url('data:image/svg+xml,<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_10487_1151)"><g clip-path="url(%23clip1_10487_1151)"><g clip-path="url(%23clip2_10487_1151)"><mask id="mask0_10487_1151" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="29" height="29"><path d="M29 0H0V29H29V0Z" fill="white"/></mask><g mask="url(%23mask0_10487_1151)"><path d="M29 14.5C29 6.49187 22.5081 0 14.5 0C6.49187 0 0 6.49187 0 14.5C0 22.5081 6.49187 29 14.5 29C22.5081 29 29 22.5081 29 14.5Z" fill="%231C1C1C"/></g><path d="M9.66406 14.5L13.2891 18.125L20.5391 10.875" stroke="white" stroke-width="1.8125" stroke-linecap="round"/></g></g></g><defs><clipPath id="clip0_10487_1151"><rect width="29" height="29" fill="white"/></clipPath><clipPath id="clip1_10487_1151"><rect width="29" height="29" fill="white"/></clipPath><clipPath id="clip2_10487_1151"><rect width="29" height="29" fill="white"/></clipPath></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
li.check.check-green:before {
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_478_23127)"><path d="M10.6522 19.6529C16.0343 19.6529 20.3971 15.2901 20.3971 9.90801C20.3971 4.52589 16.0343 0.163086 10.6522 0.163086C5.27003 0.163086 0.907227 4.52589 0.907227 9.90801C0.907227 15.2901 5.27003 19.6529 10.6522 19.6529Z" fill="%23A5F469"/><path d="M6.24316 10.5379L8.76321 13.0579L15.0633 6.75781" stroke="%231C1C1C" stroke-width="1.21812" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_478_23127"><rect width="19.4898" height="19.4898" fill="white" transform="translate(0.907227 0.162109)"/></clipPath></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.file-selectdialog .file-label{ 
    left: 0;
    padding-left: 16px;  
    top: 8px; 
}
.file-selectdialog .file-extended .file-load-img {  
  left: 18px;
  top: 33px; 
}
.file-selectdialog .file-extended .file-selector { 
  padding: 24px 3px 23px 131px; 
  min-height: 130px;
}.file-selectdialog .file-extended .file-selector:hover { 
  padding: 24px 3px 23px 131px;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img {
  left: 18px;
  top: 33px; 
}
.input-box input.valid {
  background: transparent !important;
  border-color: white !important;
}
.opacity-1{
  opacity: 1!important;
}
.animation-none{
  animation: none!important;
}

input#utm_source,
input#utm_medium,
input#utm_campaign,
input#utm_content,
input#utm_term,
input#yaClientId {
  display: none;
}
.bg-pos-center{
  background-position: center center;
}
.d-centered{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading{
  pointer-events: none!important;
  opacity: 0.8!important;
}
.button-new.loading {
  color: transparent!important;
}

.separator-y {
  height: auto;
  width: 1px;
  background: white;
  display: block;
}
.button-new.loading:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 25px;
  margin: auto;
  height: 25px; 
  border: 3px solid rgb(0 0 0 / 50%);
  border-left-color: #FFF;
  border-top-color: #FFF;
  animation: spin .6s infinite linear;
}
@keyframes spin { 
  to {
      transform: rotate(359deg);
  }
}
 
@media (min-width: 1650px) {
  .fs-lg-36 {
    font-size: 36px !important;
  }
  .fs-lg-65 {
    font-size: 65px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
  .fs-lg-20 {
    font-size: 20px !important;
  }
  .fs-lg-24 {
    font-size: 24px !important;
  }
  .fs-lg-44 {
    font-size: 44px !important;
  }
  .fs-lg-40 {
    font-size: 40px !important;
  }
  .fs-lg-48 {
    font-size: 48px !important;
  }
  .fs-lg-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 1280px) {
  .mt-md-6 {
    margin-top: 6rem;
  }
}

@media (max-width: 1650px) {
  .width-wrap {
    padding: 0px 77px;
    max-width: 1076px;
  }
  .bg-size-30 {
    background-size: 32vw;
  }
  .bg-size-45 {
    background-size: 45vw;
  }
  .mb-6 {
    margin-bottom: 2rem !important;
  }
  .button {
    padding: 13px 31px;
    font-size: 16px;
    min-width: 181px;
    text-align: center;
  }
  .button.button-big {
    padding: 15px 49px;
  }

  .under-title-big {
    font-size: 20px;
    margin-top: 35px;
  }
  .title-big {
    font-size: 58px;
    font-weight: 600;
    margin: 0;
    line-height: 105%;
  }
  .title-regular {
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
  }
  .section {
    padding-top: 68px;
    padding-bottom: 72px;
  }
  .yt-player {
    width: 100%;
    height: 550px;
    margin: 50px 0 0px;
  }
  .title.title-small {
    font-size: 24px;
    line-height: 113%;
    margin-top: 14px;
  }
  .separator {
    background: #b0b0b0;
    height: 1px;
    margin: 20px 0;
    /* border-radius: 100%; */
  }.w-50 {
    width: 48.3% !important;
}
  li.check {
    line-height: 140%;
    padding-left: 35px;
  }
  .mt-6 {
    margin-top: 2rem;
  }
  .progress-line {
    height: 8px;
    margin: 8px 0;
  }
  .button.button-bigger {
    padding: 23px 55px;
    font-size: 20px;
  }
  .progress-text {
    font-size: 12px;
  }
  .progress-block-item {
    padding-bottom: 12px;
  }
  .stat-wrap {
    padding-top: 10px;
    gap: 8px;
  }
  .py-6{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .stat-line {
    width: 40px;
    font-size: 11px;
    padding: 9px 2px;
    border-radius: 7px;
    margin-bottom: 12px;
  }
  .stat-text {
    font-size: 12px;
  }
  .btn-rec {
    font-size: 10px;
    padding: 7px 8px;
  }
  .title-mid {
    /* font-size: 48px; */
    font-size: 39px;
    line-height: 100%;
  }
  .btn-rec.big-btn-rec {
    font-size: 16px;
    padding: 6px 34px;
    text-align: center;
  }
  .gap-14 {
    gap: 14px;
  }
  .btn-rec.btn-rec-small {
    padding: 6px 10px;
  }
  .btn-rec.small-arr svg {
    width: 8px;
  }
  .separator-big {
    margin: 34px 0;
  }
  .pb-7 {
    padding-bottom: 120px;
  }
  footer .nav-item {
    padding: 3px 10px;
    margin-left: 12px;
  }
  .super-big-btn-rec {
    font-size: 21px;
    font-weight: 600;
    padding: 10px 136px;
    margin-top: 10px;
  }
  #services .title-big {
    font-size: 78px;
  }
  .header-wrapper .width-wrap {
    padding: 0 73px;
  }
  .w-m-50 {
    width: 50%;
  }
  .header-bg {
    height: 121px;
  }
  .btn-rec-more {
    padding: 14px 40px;
    font-size: 14px;
  }
  .button.banner-btn {
    min-width: 226px;
    font-size: 14px;
    padding: 18px 32px;
  }
  li.error:before {
    top: 0.3rem;
    width: 15px;
    height: 15px;
  }
  li.error {
    line-height: 140%;
    padding-left: 29px;
  }
  li.check:before {
    width: 20px;
    height: 20px;
  }
  .title-default {
    font-size: 32px;
  }
  .section-title {
    font-size: 32px;
    line-height: 112%;
  }
  .title-404 {
    font-size: 168px;
    margin-bottom: 40px;
  }
  .template404 .section-title + p {
    font-size: 22px;
    margin-top: 15px;
    color: #b7b7b7;
  }
  .template404 {
    min-height: calc(100vh - 99px);
  }
  footer .button {
    padding: 9px 1px;
    font-size: 14px;
    width: auto;
    margin-top: 24px;
    max-width: 203px;
    text-align: center;
  }
  footer.section {
    padding-top: 74px;
  }
  footer .nav-link {
    font-size: 12px;
    color: white;
    padding: 0;
    margin: 0;
    padding-bottom: 0;
  }
  footer .nav-item {
    padding: 10px 20px;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .undertitle {
    font-size: 20px;
    margin-top: 18px;
  }
  a.back svg {
    width: 37px;
  }

  a.back {
    margin-bottom: 30px;
    font-size: 17px;
    display: inline-block;
  }
  p.block-header-default {
    font-size: 17px;
    font-weight: bold;
    margin: 9px 0px 12px;
  }
  ul.ul-default li {
    font-size: 12px;
    list-style-type: none;
    padding-left: 24px;
    font-weight: 600;
    line-height: 123%;
    margin-bottom: 10px;
  }
  ul.ul-default {
    padding: 6px 0 6px;
  }
  ul.ul-default li:before {
    content: "\00B7";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 52px;
    line-height: 0;
  }
  ul.ul-default b {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
    line-height: 120%;
  }
  .gap-5 {
    gap: 2rem !important;
  }
}
@media (max-width: 1318px) {
  .w-tablet-100 {
      width: 100% !important;
  }
}
@media (max-width: 1170px) {
  .width-wrap {
    max-width: 100%;
    min-width: 100px;
  }
  .button.button-big {
    padding: 12px 32px;
  }
  .title.title-small br {
    display: none;
  }
  .under-title-big {
    font-size: 14px;
    margin-top: 25px;
  }
  .button {
    padding: 16px 23px;
    font-size: 14px;
    min-width: 173px;
    text-align: center;
  }
  .title-big {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    line-height: 120%;
  }
  .yt-player {
    width: 100%;
    height: 370px;
  }
  .undertitle {
    font-size: 13px;
    margin-top: 10px;
  }
  .section {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  .page-wrapper {
    /* padding-top: 27px; */
  }
  .title.title-small {
    font-size: 20px;
    line-height: 103%;
    margin-top: 7px;
  }
  .button.button-bigger {
    padding: 21px 42px;
    font-size: 18px;
  }
  .separator-big {
    margin: 25px 0 18px;
  }
  .btn-rec.big-btn-rec {
    font-size: 12px;
    padding: 5px 27px;
    text-align: center;
  }
  img.footer-logo {
    width: 77px;
    margin-bottom: 6px;
  }
  footer .nav-item {
    padding: 0px 9px;
    margin-left: 4px;
  }
  .footer-item:nth-last-child(1) {
    position: absolute;
    right: auto;
    bottom: -76px;
    text-align: left;
    left: 0;
  }
  .footer-soc-block {
    justify-content: flex-start;
  }
  .title-mid {
    font-size: 32px;
    line-height: 115%;
  }
  .title-top {
    font-size: 19px;
    font-weight: 600;
    padding-top: 13px;
    text-transform: uppercase;
  }
  .header-wrapper .width-wrap {
    padding: 0 73px;
  }
  .header-bg {
    height: 90px;
  }
  #services .title-big {
    font-size: 37px;
    width: 70%;
  }
  .py-6{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pb-7 {
    padding-bottom: 101px;
  }
  .separator {
    height: 1px;
  }
  .section-title {
    font-size: 24px;
    line-height: 112%;
  }
  .btn-rec-more {
    padding: 12px 24px;
    font-size: 13px;
  }
  .rounded-2 {
    /* border-radius: 15px !important; */
  }
  .button.banner-btn {
    min-width: 151px;
    /* min-width: 100px; */
    font-size: 11px;
    padding: 10px 18px;
  }
  .pb-6 {
    padding-bottom: 2rem !important;
  }
  .title-regular {
    font-size: 21px;
    line-height: 120%;
    font-weight: 600;
  }
  li.error:before {
    width: 12px;
    height: 12px;
  }
  .d-tablet-block {
    display: block !important;
  }
  li.error {
    line-height: 140%;
    padding-left: 20px;
  }
  li.check:before {
    width: 15px;
    height: 15px;
  }
  li.check {
    line-height: 140%;
    padding-left: 25px;
  }
  .btn-rec svg {
    display: inline;
    margin: 0 3px;
    width: 9px;
    top: -1px;
  }
  .title-default {
    font-size: 16px;
  }
  .w-tablet-100 {
    width: 100% !important;
  }
  .title.title-mid,
  .title.title-big,
  .title.title-reg {
    max-width: 100%;
  }
  .title.title-mid br,
  .title.title-big br,
  .title.title-reg br {
    display: none;
  }
  .d-tablet-none {
    display: none !important;
  }
  .bg-pos-right {
    background-position-x: 60%;
  }
  .gap-5 {
    gap: 1rem !important;
  }
  .fs-tablet-14 {
    font-size: 14px !important;
  }
  .title-404 {
    font-size: 140px;
    margin-bottom: 32px;
  }
  .template404 .section-title + p {
    font-size: 18px;
    margin-top: 12px;
    color: #b7b7b7;
  }
  .template404 {
    min-height: calc(100vh - 90px);
  }
  footer.section {
    padding-top: 51px;
  }
  footer .nav-link {
    font-size: 12px;
    color: white;
    padding: 0;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 11px;
  }
  .section {
    overflow: hidden;
  }
  div#head {
    overflow: hidden;
  }
  .height-100 {
    min-height: auto;
  }
}

@media (max-width: 570px) {
  .header-wrapper .width-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .empty-header #head {
    min-height: auto;
  }
  .title-big {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    line-height: 111%;
  }
  .cases-problem-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 21px 0;
    gap: 7px;
  }
  .cases-problem-item {
    border: 1px solid #b0b0b0;
    width: 100%;
    padding: 11px 6px 11px 10px;
    justify-content: flex-start;
    min-height: auto;
  }
  .cases-problem-num {
    font-size: 16px;
    font-weight: 600;
    margin-right: 0.5rem;
  }
  .cases-problem-title {
    font-size: 12px;
    line-height: 139%;
  }
  .width-wrap {
    max-width: 100%;
    min-width: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .under-title-big {
    font-size: 16px;
    margin-top: 25px;
  }
  .section-title {
    font-size: 20px;
    line-height: 112%;
  }
  .button {
    font-size: 16px;
  }
  .page-wrapper {
    /* padding-top: 10px; */
  }
  .title.title-small {
    /* font-size: 31px;
    line-height: 113%;
    margin-top: 21px; */
  }
  .separator-big {
    margin: 12px 0 12px;
  }
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .title-mid {
    font-size: 24px;
    font-weight: 700;
  }
  .btn-rec.big-btn-rec {
    font-size: 16px;
    padding: 8px 28px;
    text-align: center;
  }
  .stat-wrap {
    padding-top: 10px;
    gap: 3px;
  }
  .py-6{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .gap-14 {
    row-gap: 6px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
  .footer-item.border-left-1 {
    border: none;
  }
  .gap-1 .w-xs-100,
  .gap-2 .w-xs-100,
  .gap-3 .w-xs-100,
  .gap-4 .w-xs-100,
  .gap-5 .w-xs-100,
  .w-xs-100 {
    width: 100% !important;
  }
  
  footer .nav-item {
    padding: 0;
    margin-left: 0;
  }
  .footer-item.text-right {
    text-align: left;
  }
  .footer-item:nth-last-child(1) {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
    border-top: thin solid #333333;
    padding-top: 10px;
    width: 100%;
  }
  .footer-item .flex-end {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .title-top {
    font-size: 16px;
    font-weight: 600;
    padding-top: 53px;
    text-transform: uppercase;
    opacity: 0.5;
    text-align: center;
  }
  .btn-rec.btn-rec-small {
    padding: 6px 16px;
    font-size: 11px;
  }
  #services .title-big {
    font-size: 32px;
    width: 100%;
  }
  main#main {
    /* padding-top: 12px; */
  }
  .w-50 {
    width: 100% !important;
  }
  .mb-6 {
    margin-bottom: 3rem !important;
  }
  .btn-rec-more {
    padding: 12px 15px;
    font-size: 16px;
  }
  .text-right {
    text-align: left;
  }
  .w-70 {
    width: 100%;
  }
  .title.title-small {
    font-size: 19px;
    line-height: 127%;
    margin-top: 19px;
  }
  .button.banner-btn {
    /* min-width: 100px; */
    font-size: 16px;
    padding: 16px 28px;
    width: 100%;
  }
  .title-regular {
    font-size: 30px;
    line-height: 120%;
    font-weight: 600;
  }
  .pb-5 {
    padding-bottom: 2rem !important;
  }
  li.error:before {
    width: 15px;
    height: 15px;
  }
  li.error {
    line-height: 140%;
    padding-left: 29px;
  }
  li.check:before {
    width: 15px;
    height: 15px;
  }
  li.check {
    line-height: 140%;
    padding-left: 29px;
  }
  .title.text-center {
    text-align: left !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .fs-xs-12 {
    font-size: 12px !important;
  }
  .mob-br-none br {
    display: none;
  }
  .fs-xs-14 {
    font-size: 14px !important;
  }
  .fs-xs-16 {
    font-size: 16px !important;
  }
  .fs-xs-10 {
    font-size: 10px !important;
  }
  .bg-mob-none {
    background-image: none !important;
  }
  .lh-17 {
    line-height: 144%;
  }
  .d-mob-block {
    display: block !important;
  }
  footer.section {
    padding-top: 52px;
  }
  img.footer-logo {
    width: 88px;
    margin-bottom: 5px;
  }
  .title-404 {
    font-size: 100px;
    margin-bottom: 24px;
  }
  .template404 .section-title + p {
    font-size: 13px;
    margin-top: 9px;
    color: #b7b7b7;
  }
  .template404 {
    min-height: calc(100vh - 90px);
  }
  .section {
    overflow: hidden;
  }
  b {
    font-weight: 700 !important;
  }
  .yt-player {
    width: 100%;
    margin: 32px 0 30px;
    height: 61vw;
  }
  footer .nav-item {
    margin-top: 14px;
  }
  .footer-item:nth-child(1) {
    border-bottom: 0.72px solid #333333;
  }
  .footer-item:nth-last-child(1) {
    border-top: 0.72px solid #333333;
  }
  footer .button {
    padding: 17px 1px;
    font-size: 16px;
    width: auto;
    margin-top: 24px;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  footer .nav-link {
    margin-bottom: 0;
    font-size: 14px;
  }
  .button {
    display: inline-block;
  }
  .width-wrap.mobile-full-width {
    padding: 0;
  }
  .button.button-big {
    padding: 17px 32px;
    width: 100%;
    text-align: center;
    margin-top: 27px;
  }
  .separator.no-line {
    background: #b0b0b0;
  }
  .separator-right {
    border-right: 0;
    padding-right: 0;
  }.gap-xs-2 {
    gap: .5rem !important;
}
}


/* Styles for users who prefer dark mode at the OS level */
@media (prefers-color-scheme: dark) {
  /* defaults to dark theme */
  body { 
    --text-color: #eee;
    --bkg-color: #121212;
  }
  /* Override dark mode with light mode styles if the user decides to swap */
  body.light-theme {
    --text-color: #222;
    --bkg-color: #fff;
  }
  .button-new.button-green{
    color: black;
  }
}
/* End */
/* /local/templates/magnetto/css/custom-reset.css?17454038316869 */
/* /local/components/brono/menu/templates/horizontal/style.css?17611654186635 */
/* /local/components/magnetto/hero/templates/.default/style.css?173805722311264 */
/* /local/components/magnetto/modals/templates/form-in-modal/style.css?17325104435818 */
/* /local/components/magnetto/form/templates/modal/style.css?17235606475068 */
/* /local/components/magnetto/modals/templates/base-modal-form/style.css?17443642935818 */
/* /local/components/magnetto/form/templates/base-form/style.css?17526698761409 */
/* /local/templates/magnetto/styles.css?17607169584726 */
/* /local/templates/magnetto/template_styles.css?176467999354486 */
