

/* 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/magnetto/menu/templates/.default/style.css?1762948201803*/
.dropdown-menu.show {
  transform: none !important;
  inset: 100% 0px auto 0px !important;
}
.li-dropdown-menu .dropdown-a {
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
}
.li-dropdown-menu .dropdown-item:after {
  display: none;
}
.menu-cursor {
  cursor: pointer;
}
.menu-hed {
  white-space: nowrap;
}
.li-dropdown-menu {
  display: none;
}
.dropdown-item.opened .menu-cursor {
  transform: scale(1, -1);
}
.dropdown-item.opened span.menu-cursor {
  transform: none;
}


@media (max-width: 1318px) {
  .header-open-modal{ 
        font-size: 18px;
        padding: 9px 12px; 
  }
}
@media (max-width: 767px) {
  .dropdown-item {
    padding: 11px 6px;
  }
  .dropdown-item:after {
    width: 97%;
  } 
  .header-open-modal{ 
        font-size: 18px;
        padding: 9px 12px; 
  }
}

/* End */


/* Start:/local/components/magnetto/hero/templates/new/style.css?176700135570839*/
.new-design .width-wrap {
  padding: 0 5px;
}

.new-design * {
  font-family: "Gilroy";
}

body {
  scroll-behavior: smooth;
}
.text-h1,
.text-h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
}
.text-h3 {
  font-size: 50px;
  line-height: 130%;
}
.text-h4,
.text-h5,
.text-h6 {
  font-size: 35px;
  line-height: 120%;
}
.text-p1 {
  font-size: 20px;
  line-height: 133%;
}
.text-p2 {
  font-size: 18px;
  line-height: 125%;
}
.text-p3 {
  font-size: 16px;
}
.text-p4 {
  font-size: 14px;
}
.text-p5 {
  font-size: 12px;
}
.new-design {
  background-color: #f5f5f5;
}
.bg-green {
  background-color: #79F316;
}
.text-green {
  color: #79F316;
}
.bg-green-linear{
  background: linear-gradient(180deg,#A5F469, #D8FE39);
}

.grid-2 {
  margin: 0 0 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3{
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-2{
  grid-template-columns: 1fr 1fr;
}

.bg-black {
  background-color: #1c1c1c;
}
.bg-blue {
  background-color: #cbf3f8;
}
.new-header {
  z-index: 2;
  margin: 27px 0 33px;
}
.button-new {
  font-size: 18px;
  padding: 18px 33px;
  border: thin solid black;
  border-radius: 18px !important;
}
.button-new.button-grey {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.gap-m {
  gap: 35px;
}
.gap-xs {
  gap: 18px;
}
.gap-s {
  gap: 20px;
}
.gal-l {
  gap: 53px;
}
.button-new.button-xs {
  padding: 16px;
}
.nav-item {
  padding: 10px 18px;
  box-sizing: border-box;
  margin-left: 0px;
  font-size: 18px;
}
ul.navbar-nav {
  margin-left: 6%;
}
.new-design .section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-title {
  font-size: 80px;
  margin-bottom: 21px;
  font-weight: 600;
}
.big-num-bbl{
  font-size: 80px;

}
.main-title-default {
  font-size: 64px;
  margin-bottom: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110%;
}
.theme-BLACK .main-title-default {
  font-size: 70px;
  margin-bottom: 26px;
  letter-spacing: 1px;
  line-height: 125%;
  font-weight: bold;
}
main.new-main.theme-BLACK{
  margin-bottom: 80px;
}
main.new-main.theme-BLACK 
.marquee-section{
  display: block;
}
.theme-BLACK .main-bottom-abs{
  display: none !important;
}
.theme-BLACK .main-subtitle {
  padding-bottom: 6px;
}
.theme-BLACK .main-descr {
  margin-bottom: 90px;
} 
.theme-BLACK .button-new.button-green:hover{
  background: white!important;
  color: black!important;
}
.theme-BLACK {
  color: white;
}
.theme-BLACK .main-block {
  padding-top: 83px;
  padding-left: 14px;
}
.main-title-small {
  font-size: 50px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110%;
}
.main-title-default.text-h1 {
  font-size: 50px;
}
.bg-lightgray {
  background-color: #f5f5f5;
}
.inline-separator {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1px;
  background: #1c1c1c;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 0;
}
main.new-main.theme-BLACK
.inline-separator {
background: white;
}
.main-descr .inline-separator:nth-last-child(1) {
  display: none;
}
.main-bottom-abs {
  opacity: 1;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  right: -4px;
}
.main-bottom-abs button{
  z-index: 1;
}
main.new-main {
  min-height: 73vh;
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-flow: row;
  flex-flow: row;
}
.button-new.button-lg {
  padding: 26px 80px;
}
.button-new.button-green {
  background-color: #79F316;
  border-color: #79F316;
}
.text-blockquote {
  border-left: 8px solid #79F316;
  padding-left: 27px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* height: 100%; */
}
.text-blockquote .text-h1 {
  line-height: 93%;
}
.list-column .column-item {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  padding: 31px 0;
  border-top: 1px solid;
}
.list-column .column-item span {
  margin-right: 40px;
}
.list-column .column-item:nth-child(1),
.list-column .column-item:nth-child(5) {
  border-top: none;
}
.column-2 {
  column-count: 2;
  column-gap: 60px;
}
.main-tr-wrap {
  margin: 47px 0% 3px;
}
.d-grid.column-2 {
  grid-template-columns: 1fr 1fr;
}
.d-grid.column-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.d-grid.column-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.quote-big {
  background: white;
  border-radius: 20px;
  padding: 18px 21px;
  max-width: 583px;
  padding-right: 8%;
}
.quote-avatar {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  margin-right: 26px;
}
.quote-big:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 10px;
  background-image: url('data:image/svg+xml,<svg width="52" height="37" viewBox="0 0 52 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23226 0H25.6526L15.2488 37H0.683594L6.23226 0ZM31.8948 0H51.3152L40.9114 37H26.3462L31.8948 0Z" fill="%2379F316"/></svg>');
  width: 50px;
  height: 37px;
  background-size: cover;
}
.service-item-a {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.service-num {
  font-size: 20px;
  margin-right: 40px;
  color: #a9a9a9;
}
.serice-item-icon {
  width: 57px;
  height: 57px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-item-a {
  padding-bottom: 30px;
  padding: 30px 33px 30px 33px;
  border-radius: 20px;
  margin-bottom: 0;
}
.service-item-a {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.service-item-a:hover {
  background: #1c1c1c;
  border-color: transparent;
}
.service-item-a:hover .service-num,
.service-item-a:hover .text-p1 {
  color: #79F316;
}
.service-item-a:hover .text-p2 {
  color: white;
}
.service-item-a:hover .serice-item-icon {
  background: #79F316;
}
.service-item-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 93%;
  height: 1px;
  margin: 0 auto;
  background: #cfcfcf;
}
.service-item-a:hover::after {
  opacity: 0;
}
.text-p1 b {
  font-weight: 600;
}
.service-item-a:nth-last-child(1)::after {
  opacity: 0;
}
.rating-wrap {
  margin-left: 30px;
}
.rating-item {
  background: white;
  border-radius: 35px;
  max-width: 476px;
  padding: 48px 60px;
}
.rating-item img {
  margin-right: 18px;
  max-height: 70px;
  max-width: 103px;
  height: auto;
  margin-top: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.association-item {
  background: #313131;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 60px;
  padding-right: 10%;
}
.association-item img {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
}
.card-item {
  padding: 10px 12px;
  background-color: white;
  border-radius: 20px;
}
.card-item.bg-darker {
  background: #313131;
  color: white;
}
.card-item.bg-darker .title {
  color: #a5f469;
}
.card-item-content {
  padding: 22px 19px;
  padding-right: 20%;
}
.card-arr {
  background-color: #f5f5f5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}
.case-stat-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-item {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.card-item:hover {
  background-color: #1c1c1c !important;
  color: white;
}
.card-item:hover .text-h4 {
  color: #79F316;
}
.card-item:hover .card-arr {
  background-color: #79F316;
}

.card-item.bg-darker .card-arr {
  background-color: #79F316;
}
.card-item.bg-darker:hover .card-arr {
  background-color: #f5f5f5;
}
.card-item.bg-darker:hover {
  color: black;
  background: white !important;
}
.card-item.bg-darker:hover .title {
  color: black;
}
.card-item:hover .button-new {
  background: #79F316;
  color: black;
}
.card-item:hover .button-new:hover {
  border-color: white;
  color: black;
}
.h-100 {
  height: 100% !important;
}
.card-item.bg-blue {
  background-color: #cbf3f8;
}
.card-item-big .card-arr {
  height: 170px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.cases-item-new {
  background: white;
  padding: 35px 38px 81px;
  width: 33%;
  border-radius: 24px;
  margin: 33px 0 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.cases-item-new .cases-logo {
  height: 83px;
  padding-bottom: 20px;
}
.cases-item-new img {
  /* height: 27px; */
  /* margin-bottom: 59px; */
  max-height: 80%;
  max-width: 72%;
}
.case-stat-item {
  margin-top: 45px;
}
.stat-item-text {
  border: thin solid;
  border-radius: 100px;
  display: inline-block;
  padding: 3px 18px;
  text-align: center;
}
.cases-item-new .serice-item-icon {
  background: #f5f5f5;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.cases-item-new:hover {
  background: #1c1c1c;
  color: white;
}
.cases-item-new:hover .text-h4 {
  color: #79F316;
}
.cases-item-new:hover .serice-item-icon {
  background: #79F316;
}
.cases-item-new:hover .stat-item-text4 {
  color: #79F316;
  border-color: #79F316;
}
.cases-item-new:hover img {
  -webkit-filter: invert(1) grayscale(1) brightness(140%);
  filter: invert(1) grayscale(1) brightness(140%);
}
.main-tr-item {
  background: white;
  flex-grow: 1;
  padding: 50px 50px;
  border-radius: 30px;
}
.main-tr-item:nth-child(2),
.main-block .text-h3,
.cases-item-new:nth-child(2),
.association-item:nth-child(2),
.card-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.main-tr-item:nth-child(3),
.main-descr,
.cases-item-new:nth-child(3),
.card-item.card-item-big {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.main-bottom-abs {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.case-item-new-descr {
  margin-top: 50px;
}
.button-new:hover,
.button-new.button-green:hover {
  cursor: pointer;
  background: #1c1c1c !important;
  color: white !important;
  border-color: #1c1c1c;
}
.bg-black .button-new:hover,
.bg-darker .button-new:hover {
  border-color: white;
}
.button-new:hover svg path {
  fill: white;
}
.bg-lightgrey {
  background: whitesmoke;
  display: inline-block;
}
.main-block {
  left: -2px;
  max-width: 70%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0;
  top: -2px;
  z-index: 1;
  padding: 0 30px 30px 0;
  border-radius: 0 0 30px;
}
.new-main .width-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-bottom-abs {
  padding: 30px 0 0 30px;
  border-radius: 20px 0 0 0;
}
.marquee-container.raiting-wrap {
  height: auto;
  margin: 0;
  padding: 0px 0;
  color: black;
}
.marquee-container.raiting-wrap .marq-items-wrap,
.marquee-container.raiting-wrap .marq-items {
  gap: 30px;
}
.marquee-container.raiting-wrap .marq-items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.card-item {
  padding: 10px 12px;
  background-color: white;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}
.card-item.card-item-big {
  height: calc(100% - 32px);
  background-repeat: no-repeat;
  background-position: bottom left;
  /* background-color: rebeccapurple; */
  background-color: #cbf3f8;
}
svg.nav-vector-svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 8px;
}
.nav-item.dropdown:hover {
  /* backdrop-filter: blur(5px); */
  background-color: white;
  border-radius: 15px 15px 0 0;
}
ul.dropdown-menu {
  border-radius: 0 15px 15px 15px;
  margin-top: -2px;
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-width: 260px;
  left: 0 !important;
}
.dropdown-item {
  font-size: 16px;
  font-weight: lighter;
  padding: 12px 23px;
  white-space: normal;
  line-height: 127%;
}
.dropdown-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 84%;
  padding: 0 20px;
  margin: 0 auto;
  height: 1px;
  background: #d7d7d7;
}
.dropdown-item:nth-last-child(1)::after {
  display: none;
}
.dropdown-item:hover {
  background-color: white;
}
.dropdown-menu li:hover > .dropdown-item {
  color: inherit;
}
.dropdown-menu .dropdown-item.show {
  font-weight: bold;
}
.svg-logo {
  z-index: 3;
}

.letter {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
ul.green-dot li {
  padding: 0 0 6px 31px;
}
ul.green-dot li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #79F316;
  border-radius: 50%;
}
img.card-item-big-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62%;
}
.card-item:hover img.card-item-big-img {
  -webkit-filter: invert(1) grayscale(1) brightness(250%);
  filter: invert(1) grayscale(1) brightness(250%);
}
button.button.button-green {
  border-radius: 15px;
}
.navbar-nav .nav-link:hover,
.dropdown-item a:hover {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
}
.select-dropdown-option:hover {
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.select-dropdown {
  padding-bottom: 15px;
  padding-top: 15px;
  left: 0px;
  border: none;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.footer-soc-block a:hover svg path {
  fill: #79F316;
}
.card-new {
  background-color: white;
  border-radius: 29px;
  padding: 30px 40px;
}
.card-new.card-small {
  padding: 21px 36px;
}
.card-black {
  background-color: #313131;
  color: white;
}
.input-box input::-webkit-input-placeholder {
  color: #959595;
}
.input-box input::-moz-placeholder {
  color: #959595;
}
.input-box input:-ms-input-placeholder {
  color: #959595;
}
.input-box input::-ms-input-placeholder {
  color: #959595;
}
.input-box input::placeholder {
  color: #959595;
}
.card-blue {
  background-color: #cbf3f8;
}
.w-lg-70 {
  width: 70%;
}
.w-lg-60 {
  width: 60%;
}
.main-tr-item.small-tr-item {
  padding: 20px 30px 20px 50px;
  min-width: 24%;
}
img.card-item-big-img.small {
  width: 510px;
  left: auto;
  right: -230px;
}
.card-item {
  overflow: hidden;
}
.faq-card {
  cursor: pointer;
}
.faq-card:not(.collapsed) {
  background: #79F316 !important;
}
.faq-card:not(.collapsed) .serice-item-icon {
  background: #19191a;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.faq-card:not(.collapsed) .serice-item-icon svg path {
  fill: #79F316;
}
.new-design .list-black li,
.new-design .list-green li {
  padding-left: 40px;
  margin-bottom: 12px;
}
.new-design .list-black li:before,
.new-design .list-green li:before {
  width: 20px;
  height: 20px;
}
.new-design .faq-item-content .list-black li::before,
.new-design .faq-item-content .list-green li::before {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.card-new.card-new-big {
  padding: 46px 70px;
}
.service-item-a {
  cursor: pointer;
}
.service-item-a:hover .list-black {
  color: white;
}
.service-item-a:hover .list-black li::before {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.service-item-a:not(.collapsed) .serice-item-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
span.card-label {
  background: #f5f5f5;
  padding: 20px 14px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 600;
}
.input-checkbox-wrap {
  width: 100%;
  height: 85px;
  cursor: pointer;
  margin-bottom: 25px;
  max-width: 850px;
}
.input-checkbox-wrap input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.checbox-mark {
  background: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 25px;
  border-radius: 50%;
}
.input-checkbox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  background: #f5f5f5;
  border-radius: 18px;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.input-checkbox-wrap input:checked + .input-checkbox-content,
.input-checkbox-wrap input:hover + .input-checkbox-content {
  background: #1c1c1c;
  color: white;
}
.input-checkbox-wrap input:checked + .input-checkbox-content .checbox-mark,
.input-checkbox-wrap input:hover + .input-checkbox-content .checbox-mark {
  background: #79F316;
}
.input-checkbox-wrap
  input:checked
  + .input-checkbox-content
  .checbox-mark
  svg
  path,
.input-checkbox-wrap
  input:hover
  + .input-checkbox-content
  .checbox-mark
  svg
  path {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.tg-intake-form input.default-input {
  background: #f5f5f5;
  height: 85px;
  max-width: 850px;
  border-radius: 18px;
  padding: 20px 40px;
}
form.tg-intake-form {
  height: 910px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intake-form-bottom {
  margin-bottom: 25px;
}
.form-nav-button {
  border: 1px solid #19191a;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-nav-button:hover {
  background: #f5f5f5;
}
p#step-text {
  letter-spacing: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
span.green-number {
  background: #79F316;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  display: inline-flex
;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 35px;
} 
 .text-label {
    border: 1px solid;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 50px;
  }

.mob-navbar-toggler {
  display: none;
}
div#form-prev svg {
  left: -2px;
}
div#form-next svg {
  right: -2px;
}
.intake-form-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio-wrap input {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.radio-content {
  font-size: 20px;
  font-weight: bold;
  padding-left: 43px;
}
.radio-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 30px;
  height: 30px;
  gap: 0px;
  background: #f5f5f5;
  border-radius: 50%;
}
.big-num.num-big {
  background: black;
  font-size: 35px;
  font-weight: bold;
  color: white;
  padding: 3px 20px;
  border-radius: 20px;
  margin-right: 15px;
  display: inline-block;
}
.num-label{ 
  font-size: 35px;
  text-align: center;
  width: 50px;
  font-weight: 600;
  padding: 2px 14px;
  border-radius: 20px;
  border: black thin solid;
  display: inline-block;
}
.li-dot:before {
  content: "\00B7";
  font-size: 38px;
  vertical-align: middle;
  margin-right: 19px;
}
.radio-content:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 10px;
  height: 10px;
  gap: 0px;
  background: #f5f5f5;
  border-radius: 50%;
}
.radio-wrap input:checked + .radio-content:before {
  background: #a5f469;
}
.radio-wrap input:checked + .radio-content:after {
  background: #19191a;
}
.anim {
  width: 100%;
  height: 100%;
}

.main-block.main-block-service {
  width: auto;
  max-width: 57%;
}
.bg-lightgray {
  background-color: #f5f5f5;
}
.tg-intake-form .step {
  /* display: none;
  opacity: 0;
  transition: 0.3s all; */
}
.tg-intake-form .step.current-step {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}
.tg-intake-form {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.tg-intake-form.error {
  background: #ff7979;
}
.intake-form-bottom.sended {
  opacity: 0 !important;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
}
.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;
}
.marq-items-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 20px;
}
.marq-items {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: item;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-width: 100%;
}

.marq-item {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.marq-item:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.marquee {
  -webkit-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}
ul.default-ul li {
  list-style-type: disc;
}
.main-slider .tender-btn,
.main-slider-new .tender-btn{
  display: block!important;
}
.tab-step-img{
  max-width: 90%;
}
.bg-darker
.button-new.button-white {
  border-color: white;
}
.bg-darker
.button-new.button-white:hover {
  background-color: white!important;
  color: black!important; 
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-33.8%);
    transform: translateX(-33.8%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-33.8%);
    transform: translateX(-33.8%);
  }
}

.main-subtitle {
  font-size: 50px;
  line-height: 130%;
}
.main-subtitle-regular {
  font-size: 35px;
  line-height: 120%;
}
.text-big {
  font-size: 35px;
  line-height: 133%;
}
.main-subtitle-small {
  font-size: 20px;
  line-height: 133%;
}
.img-container img {
  max-width: 100%;
  max-height: 100%;
}
.img-container {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.container-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hover-description-content {
  position: absolute;
  left: -50%;
  right: auto;
  /* margin: 0 auto; */
  width: auto;
  width: 334px;
  background: #313131;
  font-size: 18px;
  color: white;
  border-radius: 10px;
  padding: 17px;
  display: block;
  top: 34px;
  opacity: 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.hover-description a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  margin: 0 auto;
  top: auto;
  bottom: -11px;
  width: 16px;
  height: 13px;
  border: 8px solid transparent;
  border-bottom-color: #313131;
}
.hover-description:hover .hover-description-content,
.hover-description:hover a:after {
  opacity: 1;
}
.card-new-biggest {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tabs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.tab-content-block {
  width: 65%;
  padding: 15px;
}
.tabs-block {
  width: 33%;
}
.nav-link.card-new {
  cursor: pointer;
  background: #f5f5f5;
  display: block;
}
.nav-link.card-new:hover {
  background: #d9d2d2;
}
.nav-link.card-new.active {
  background: #79F316;
  color: black;
  border-color: #79F316;
}
video.tab-video {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.custom-table-wrap {
  border: 1px solid #f1f1f4;
  border-radius: 22px;
  overflow: hidden;
  font-size: 18px;
}
.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hover-bg-green:hover{
  background-color: #79F316;
}
.custom-table span {
  padding: 18px 10px;
  display: inline-block;
}
.custom-table td,
.custom-table th {
  padding: 7px 9px;
  max-width: 370px;
  word-break: break-word;
  min-width: 130px;
  border: 1px solid #f1f1f4;
}
/* .d-list{
  display: block;
} */
.custom-table th {
  background: #f5f5f5;
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
.custom-table td {
  border-width: 0 1px 0 0;
}
.quote-big.quote-bigger {
  max-width: 97%;
  border-radius: 60px;
  padding: 43px 49px;
}
.quote-big.quote-bigger .quote-avatar {
  width: 130px;
  height: 130px;
  margin-right: 36px;
}
.quote-big.quote-bigger .quote-text {
  padding-right: 5%;
}
.quote-big.quote-bigger .quote-big:after {
  right: -44px;
  top: 30px;
  width: 90px;
  height: 65px;
  background-size: cover;
}

.image-slider-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 60vw;
  overflow: hidden;
}

.image-slider-block {
  height: 1000px;
  display: flex;
  align-items: center;
}

.image-carousel-arr {
  position: relative !important;
  filter: invert(1);
  right: auto !important;
  left: auto !important;
  top: auto !important;
}

.image-slider-wrapper .swiper-slide {
  width: auto;
  text-align: center;
  /* padding: 0 3px; */
}
.image-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 5px !important;
  border-radius: 50%;
  background: #dbdbdb !important;
}
.image-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  height: 12px;
  margin-right: 6px;
  border-radius: 56px;
  background: #79F316 !important;
}
.image-slider-wrapper img {
  max-width: 441px;
}
.main-image {
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0;
  background-position: right bottom;
  background-size: cover;
  border-radius: 30px;
}
.new-main.MAIN_IMAGE .main-bottom-abs {
  display: none !important;
}
.new-main .button-lg {
  min-width: 420px;
}
.content-hidden{ 
  -webkit-line-clamp: 1; /* Число отображаемых строк */
  display: -webkit-box; /* Включаем флексбоксы */
  -webkit-box-orient: vertical; /* Вертикальная ориентация */
  overflow: hidden; /* Обрезаем всё за пределами блока */
}
.hidden-clamp-2{
  -webkit-line-clamp: 2; /* Число отображаемых строк */ 
}
.hidden-clamp-3{
  -webkit-line-clamp: 3; /* Число отображаемых строк */ 
}
.hidden-clamp-4{
  -webkit-line-clamp: 4; /* Число отображаемых строк */ 
}
.hidden-clamp-5{
  -webkit-line-clamp: 5; /* Число отображаемых строк */ 
}
.hidden-clamp-6{
  -webkit-line-clamp: 6; /* Число отображаемых строк */ 
}
.hidden-clamp-7{
  -webkit-line-clamp: 7; /* Число отображаемых строк */ 
}
.hidden-clamp-8{
  -webkit-line-clamp: 8; /* Число отображаемых строк */ 
}
.hidden-clamp-9{
  -webkit-line-clamp: 9; /* Число отображаемых строк */ 
}
.bottom-1 {
  bottom: 20px;
}
.new-main  .d-flex .button-lg {
  min-width: 370px; 
}
.button-new {
  text-align: center;
}.main-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.new-main.MAIN_IMAGE .main-block:after,
.new-main.MAIN_IMAGE .main-block:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 2px;
  width: 40px;
  height: 40px;
  background: #1c1c1c;
  border-radius: 30px 0 0 0;
  box-shadow: -11px -9px 0px 5px #f5f5f5;
}
.new-main.MAIN_IMAGE .main-block:before {
  left: 0px;
  bottom: -40px;
  top: auto;
}
.text-h6 {
  font-size: 30px;
}
input#utm_source,
input#utm_medium,
input#utm_campaign,
input#utm_content,
input#utm_term,
input#yaClientId {
  display: none;
}

.bg-darklight{
  background-color: #313131;
}
.new-design
.main-black-box {
  background: #1C1C1C;
  overflow: hidden;
  border-radius: 52px;
  padding: 0!important;
}
.main-image-wrapper {
  width: 50%;
  max-height: 588px;
  text-align: right;
  display: flex
;
align-items: flex-end;
  justify-content: flex-end;
}
.black-box-wrapper{
  padding: 20px 89px;
  display: flex;
}
.main-marquee-customer
section.bg-darker.mb-2.mb-md-5 {
  margin-bottom: 19px !important;
}   main.new-main.theme-BLACK {
  min-height: auto;
  padding-bottom: 0;
}.button-new {
  font-size: 18px;
  padding: 17px 23px;
}.main-detail-img-mob{
  display: none;
}
.button-new.button-smaller {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  border-radius: 7px !important;
  padding: 13px 29px;
} 
.send-error, .send-success{
  transform: none!important;
}.send-error svg, .send-success svg {
  margin-bottom: 22px;
}.theme-BLACK .main-image-wrapper {
  width: 50%;
  max-height: 588px;
  text-align: center;
  display: flex
;
  align-items: center;
  justify-content: center;
}.theme-BLACK 
.black-box-wrapper {
  height: 70vh;
  height: auto;
  max-height: 900px;
  min-height: 640px;
}
.pointer{
  cursor: pointer;
}
.table-default tr:nth-child(odd) { 
  background: #e1e1e1;
}
.text-normal {
  text-transform: none;
}
.width-wrap.main-black-box.main-slider-new{
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.width-wrap.main-black-box.main-slider-new .black-box-wrapper {
  background: #1C1C1C;
  width: 66%;
  border-radius: 52px;
}
.slider-block {
  width: 31%;
  opacity: 1 !important;
  animation: none !important;
  display: flex;
  gap: 14px;
  flex-direction: column-reverse;
}.width-wrap.main-black-box.main-slider-new
.main-marquee-customer{
display: none;
} 
.new-design .main-black-box{
  border-radius: 30px;
}
 .main-slider-new .black-box-wrapper .main-block.main-block-service {
  width: auto;
  max-width: 100%;
}.theme-BLACK .main-slider-new  .main-subtitle {
  padding-bottom: 33px;
}.theme-BLACK .main-slider-new  .black-box-wrapper{
  height: 100%; 
  max-height: none; 
}
header.new-header {
    position: sticky;
    top: 0;
    left: 0;
    background: #f5f5f5;
    z-index: 10;
}.theme-BLACK .button-white:hover{
  background: white !important;
  color: black !important;
}a:hover .circle-arrow{
    transform: rotate(45deg);
    background-color: #79F316;
    transition: 0.2s all; 
}.circle-arrow{
  border-radius: 50%;
  width: 54px;
  height: 54px;
}.top-1{
  top: 10px;
}.right-2{
  right: 20px;
}.top-2{
  top: 20px;
}.right-1{
  right: 10px;
}.circle-arrow svg {
    height: 100%;
    width: 100%;
}
.country-choose:after {
    content: '';
    font-size: 11px;
    margin: 6px 0 0 8px;
    width: 0;
    height: 0;
    cursor: pointer;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid black;
}
.country-choose {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    display: flex;
    align-items: center;
    /* background: red; */
    padding: 12px;
}.input-box .default-input[type="tel"] {
    padding-left: 65px;
}.country-list {
    background: white;
    width: 100%;z-index: 3;
    position: absolute;
    left: 0;
    top: 62px;
    border-radius: 11px;
    /* padding: 13px 19px; */
}.modal-content .country-list {
    background: #f5f5f5;

}
.country-list-item span {
    color: grey;
    font-weight: 400;
}
.country-list-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 16px;
}
.country-list-item:hover{
      background: #e4e4e4;
}.bg-darker .country-choose:after,.bg-black .country-choose:after {
    border-top-color: white;
}
@media (max-width: 1650px) {
  .new-design .width-wrap {
    max-width: 1312px;
    padding: 0;
  }
  .w-lg-70,
  .w-lg-60 {
    width: auto;
  } 
  .new-main.MAIN_IMAGE .main-block:before {
    left: 0px;
    bottom: -40px;
    top: auto;
  }
  .main-image {
    width: calc(100% + 4px);
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    background-position: right bottom;
    background-size: cover;
    border-radius: 30px;
  }
  .main-block.main-block-service {
    width: 72%;
    max-width: 100%;
    padding-right: 0;
  }
  .card-new.card-small {
    padding: 26px 36px;
  }
  .button-new.button-small {
    font-size: 18px;
    padding: 17px 30px;
  }
  .custom-table-wrap {
    font-size: 16px;
  }
  .custom-table td,
  .custom-table th {
    padding: 5px 9px;
    max-width: 100px;
    min-width: 80px;
  }
  .main-title {
    font-size: 62px;
    margin-bottom: 21px;
    font-weight: 600;
  }
  .main-subtitle {
    font-size: 38px;
    line-height: 140%;
  }
  .main-block {
    max-width: 59%;
  }
  .marquee-container {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 30px;
    /* overflow-x: hidden; */
    color: #a5f469;
    font-size: 14px;
    margin: 7px 0 29px;
  }
  .nav-item {
    padding: 10px 11px;
  }
  ul.navbar-nav {
    margin-left: 0%;
  }
  .new-header {
    margin: 24px 0 27px;
  }
  main.new-main {
    min-height: 70vh;
  }

  .new-design .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-tr-wrap {
    margin: 87px 0% 8px;
  }
  .main-tr-item {
    background: white;
    padding: 45px 40px;
    border-radius: 25px;
  }
  .gal-l {
    gap: 24px;
  }
  .rating-item {
    background: white;
    border-radius: 35px;
    padding: 33px 50px;
  }
  .association-item {
    background: #313131;
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
    padding: 29px 25px;
    padding-right: 11%;
  }
  .text-p1 {
    font-size: 20px;
    line-height: 124%;
  }
  .w-med-50{
    width: 50%!important;
  }
  .w-med-60{
    width: 60%!important;
  }
  .w-med-40{
    width: 40%!important;
  }
  .tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-block {
    width: 100%;
  }
  .nav-tabs.nav-tabs-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .tab-content-block {
    width: 100%;
  }
  .nav-tabs.nav-tabs-new .nav-link {
    width: 100%;
  }
  .nav-tabs.nav-tabs-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .card-item-content {
    padding: 21px 19px;
    padding-right: 7%;
  }
  .cases-item-new .cases-logo {
    height: 74px;
    padding-bottom: 16px;
  }
  .stat-item-text {
    border: thin solid;
    border-radius: 100px;
    display: inline-block;
    padding: 3px 12px;
    text-align: center;
  }
  button.button.button-green {
    border-radius: 15px;
    padding: 13px 21px;
  }
  .cases-item-new {
    background: white;
    padding: 31px 20px 80px;
    border-radius: 24px;
    margin: 70px 0 27px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
  }
  .case-item-new-descr {
    margin-top: 44px;
  }
  .text-h6 {
    font-size: 30px;
  }
  .main-title-default {
    font-size: 50px;
    margin-bottom: 16px;
  }
  .card-new.card-new-big {
    padding: 40px;
  }
  .main-tr-item.small-tr-item {
    padding: 19px 17px 19px 29px;
  }
  .main-subtitle-small {
    font-size: 18px;
    line-height: 133%;
  }
  .main-title-small {
    margin-bottom: 15px;
  }
  .text-big {
    font-size: 20px;
    line-height: 133%;
  }
  .card-new-biggest {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .card-new {
    /* background-color: white; */
    border-radius: 29px;
    padding: 20px 30px;
  }
  .w-30 {
    width: 38%;
  }
  .image-slider-block {
    height: 750px;
    display: flex;
    align-items: center;
  }
  .image-slider-wrapper img {
    max-width: 303px;
  }
  .new-main .button-lg {
    min-width: 390px;
  }.black-box-wrapper {
    padding: 20px 59px; 
} 
  .new-main.theme-BLACK  .button-lg {
  min-width: 320px;
  padding: 20px 53px;
}.main-image-wrapper {
  width: 50%;
  max-height: 485px;
  /* padding-right: 27px; */
}
  .black-box-wrapper {
    padding: 20px 59px 10px;
    display: flex
;
}.theme-BLACK .main-block { 
    padding-top: 86px;
    padding-left: 38px; 
}.theme-BLACK .main-title-default {
  font-size: 61px;
  margin-bottom: 22px;
  letter-spacing: 1px;
  line-height: 117%;
  font-weight: bold;
} .button-new.button-small {
  font-size: 18px;
  padding: 17px 24px;
}.theme-BLACK  .main-title{
  font-size: 50px;
  margin-bottom: 8px;
}.theme-BLACK .main-subtitle {
  padding-bottom: 18px;
  padding-right: 7%;
  font-size: 35px;
  line-height: 116%;
}.theme-BLACK .main-descr {
  margin-bottom: 49px;
  margin-top: 12px !important;
}    .new-main.theme-BLACK .button-lg {
  min-width: 320px;
  padding: 24px 105px;
  font-size: 26px;
}    .new-main.theme-BLACK .d-flex .button-lg {
  min-width: 327px;
  padding: 24px 15px;
  font-size: 20px;
}
}

@media (max-width: 1318px) {
  .new-design .width-wrap {
    width: 100%;
    padding: 0 25px;
  }
  .text-h1,
  .text-h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
  }
  .new-main .button-lg {
    min-width: 360px;
  }
  .text-h3,
  .text-h5,
  .text-h6 {
    font-size: 20px;
    line-height: 130%;
  }
  .text-h4 {
    font-size: 28px;
    line-height: 120%;
  }
  .new-main.MAIN_IMAGE .main-block:before {
    left: 0px;
    bottom: -40px;
    top: auto;
  }
  .main-subtitle {
    font-size: 28px;
    line-height: 130%;
  }
  .main-subtitle-regular {
    font-size: 28px;
    line-height: 120%;
  }
  .main-subtitle-small {
    font-size: 18px;
    line-height: 133%;
  }

.big-num-bbl{
  font-size: 60px;

}
  .mob-navbar-toggler {
    top: 0;
    right: 19px;
  }
  .new-header {
    margin: 29px 0 20px;
    padding: 20px 0;
    z-index: 2;
  }
  nav#navbarNav.active {
    top: -50px;
    height: 105vh;
    opacity: 1;
  }
  .main-title {
    font-size: 57px;
    margin-bottom: 21px;
    font-weight: 600;
  }
  .main-descr {
    width: 65%;
    padding-top: 9px;
  }

  .main-descr {
    width: 510px;
    padding-top: 9px;
  }
  .button-new.button-lg {
    padding: 27px 40px;
  }
  .main-bottom-abs {
    position: absolute;
    right: 25px;
    bottom: 0;
  }
  .main-image {
    width: calc(100% - 41px);
    height: 100%;
    position: absolute;
    left: 24px;
    top: 0;
    background-position: right bottom;
    background-size: cover;
    border-radius: 30px;
  }
  .new-main.MAIN_IMAGE .main-block:before {
    left: 21px;
    bottom: -40px;
    top: auto;
  }
  .d-tablet-none {
    display: none !important;
  }
  .main-tr-item.small-tr-item {
    padding-left: 20px;
  }
  nav#navbarNav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    opacity: 0;
    z-index: 2;
    top: -200vh;
    -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);
  }
  ul.navbar-expand-lg.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .nav-item {
    border-bottom: none;
  }
  .nav-item {
    padding: 0;
    margin-left: 0;
  }
  .mob-navbar-toggler {
    display: block;
    /* position: absolute; */
    right: 0px;
    top: 0px;
    padding: 2px;
    cursor: pointer;
    z-index: 2;
  }
  .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);
  }
  .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(3) {
    opacity: 0;
  }
  .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;
  }
  .mob-navbar-toggler svg {
    display: block;
    margin: 5px 0;
    -webkit-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all;
  }

  .new-design .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-tr-wrap {
    margin: 18px 0% 9px;
    overflow: hidden;
  }
  .main-block.main-block-service {
    width: 87%;
    left: -22px;
    padding-left: 22px;
  }
  .text-blockquote {
    border-left: 8px solid #79F316;
    padding-left: 20px;
  }
  .overflow-x {
    overflow: hidden;
    left: -25px;
    padding-left: 25px;
    width: calc(100% + 50px);
  }
  .main-tr-item {
    background: white;
    padding: 28px 29px;
    max-width: 380px;
    min-width: 350px;
    border-radius: 27px;
  }
  .main-tr-wrap {
    margin: 18px 0% 9px;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 15px;
  }
  .team-image {
    height: 480px;
  }
  .main-tr-item * {
    white-space: normal;
  }
  .d-tablet-block {
    display: block !important;
  }
  .w-tablet-50 {
    width: 50% !important;
  }
  .gap-4
  .w-tablet-50 {
    width: 48% !important;
  }
  .w-tablet-100 {
    width: 100% !important;
  }
  .rating-wrap {
    margin-left: 0px;
    white-space: nowrap;
    gap: 10px;
  }
  .rating-item {
    background: white;
    border-radius: 35px;
    padding: 25px 41px;
    min-width: 450px;
  }
  .list-column .column-item:nth-child(1),
  .list-column .column-item:nth-child(5) {
    border-top: 1px solid white;
  }
  .column-2 {
    column-count: 1;
  }
  .text-big {
    font-size: 18px;
    line-height: 133%;
  }
  nav#navbarNav {
    background: white !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .w-tablet-100 {
    width: 100% !important;
  }
  .d-flex.flex-column.flex-between.h-100 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bg-tablet-bottom{
    background-position: bottom;
  }
  .bg-tablet-bottom.bg-tablet-space{
    padding-bottom: 180px;
    
  }
  .soc-nav-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rating-item .text-p2 {
    white-space: normal;
  }
  .card-item {
    margin-top: 12px;
  }
  .quote-big {
    margin-top: 30px;
  }
  .card-item .text-h4 {
    margin-bottom: 9px !important;
  }
  .card-item-big {
    min-height: 347px;
  }
  .cases-wrap-new {
    margin-top: 36px;
  }
  .cases-item-new .cases-logo {
    height: 54px;
    padding-bottom: 17px;
  }
  .case-stat-item {
    margin-top: 33px;
  }
  .custom-table-wrap tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-table-wrap tr.table-header {
    max-width: 40%;
  }
  .custom-table-wrap tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-table-wrap {
    font-size: 18px;
  }
  .custom-table td,
  .custom-table th {
    padding: 10px 11px;
    max-width: 100%;
    min-width: 100%;
  }
  .bg-pos-right {
    background-position-x: 140%;
  }
  .cases-item-new {
    width: 100%;
    background: white;
    padding: 32px 26px 80px;
    border-radius: 24px;
    margin: 0px 0 15px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    display: block;
  }
  .nav-tabs.nav-tabs-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    margin-top: 30px;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-tabs.nav-tabs-new .nav-link {
    /* flex-shrink: 0; */
    /* flex-grow: 0; */
    width: 49%;
  }
  .text-h1.stat-item-text {
    font-size: 50px;
  }
  .case-stat-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 60px;
  }
  .case-item-new-descr {
    margin-top: 29px;
  }
  .marquee-container.raiting-wrap {
    height: 196px;
    margin: 0;
    padding: 0px 0;
    color: black;
  }
  ul.navbar-nav {
    padding-left: 27px;
    padding-right: 26px;
    padding-top: 138px;
    width: 100%;
  }
  .nav-item {
    padding: 8px 0;
    border-bottom: thin solid #e9e9e9;
  }
  ul.dropdown-menu.pos-abs {
    position: relative !important;
  }
  ul.dropdown-menu.pos-abs {
    position: relative !important;
    top: 0;
    margin-top: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding-left: 64px;
  }
  .client-marquee {
    z-index: 1;
  }
  body.active {
    overflow: hidden;
  }
  .nav-item.dropdown:hover .nav-link {
    border-color: none !important;
  }
  .card-item {
    margin-top: 12px;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
  }
  .main-title-default {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .h-tablet-130 {
    height: 130px;
  }
  .h-tablet-400 {
    height: 400px;
  }
  .card-new.card-new-big {
    padding: 30px;
  }
  .d-tablet-wrap{
    flex-wrap: wrap;
  }
  .intake-form-bottom {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  form.tg-intake-form {
    height: auto;
  }
  .quote-big.quote-bigger {
    max-width: 97%;
    border-radius: 30px;
    padding: 30px 15px;
  }
  .quote-big.quote-bigger .quote-avatar {
    width: 110px;
    height: 110px;
    margin-right: 25px;
  }
  .quote-big.quote-bigger .quote-text {
    padding-right: 5%;
  }
  .quote-big.quote-bigger .quote-big:after {
    right: -44px;
    top: 30px;
    width: 90px;
    height: 65px;
    background-size: cover;
  }
  .image-slider-block {
    height: 650px;
    display: flex;
    align-items: center;
  }
  .image-slider-wrapper img {
    max-width: 256px;
  }
  .image-slider-wrapper {
    width: 50vw;
  }
  .d-tablet-flex {
    display: flex!important;
  }
  .bg-tablet-none{
    background-image: none!important;
  }main.new-main.section.EXTRA.theme-BLACK {
    padding: 0 25px; 
    margin-bottom: 30px;
}.new-design .main-black-box {
         background: #1C1C1C;
        overflow: hidden;
        border-radius: 30px;
        margin: 10px 25px 0;
        padding: 0 !important;
}    .black-box-wrapper {
  padding: 20px 24px 37px;
  display: flex
;
} .main-descr p {
    padding: 2px 8px;
    max-width: 70%;
    margin: 12px 0;
}.main-descr p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: white;
}   .theme-BLACK .main-title-default {
  font-size: 40px;
  margin-bottom: 22px;
  letter-spacing: 1px;
  line-height: 125%;
  font-weight: bold;
}    .theme-BLACK .main-block.main-block-service {
  padding-top: 38px;
  width: 64%;
  left: 0;
  padding-left: 0;
  padding-right: 10px;
}    .theme-BLACK .main-subtitle {
  padding-bottom: 45px;
}    .new-main.theme-BLACK .button-lg {
  min-width: 320px;
  padding: 24px 49px;
}    .main-image-wrapper {
   width: 43%;
  max-height: 404px;
  padding-right: 0;
}.theme-BLACK .black-box-wrapper {
  min-height: 580px;
  height: auto;
  flex-direction: column;
  padding-bottom: 0;
}    .theme-BLACK .main-block.main-block-service {
  padding-top: 46px;
  width: 100%;
  left: 0;
  padding-left: 37px;
  padding-right: 37px;
}    .theme-BLACK .main-subtitle {
  padding-bottom: 18px;
  padding-right: 7%;
  font-size: 28px;
  padding-top: 8px;
  line-height: 116%;
}    .theme-BLACK .main-descr {
  margin-bottom: 39px;
  margin-top: 0px !important;
  padding-top: 3px;
}    .new-main.theme-BLACK .button-lg {
  min-width: 300px;
  padding: 22px 38px;
  font-size: 24px;
}.theme-BLACK .main-image-wrapper {
  width: 100%;
  max-height: 408px;
  text-align: center;
  display: flex
;
  align-items: center;
  justify-content: flex-end;
  margin-top: -29px;
}.gap-3 .w-tablet-50 {
  width: calc(50% - 8px) !important;
}    .width-wrap.main-black-box.main-slider-new {
  flex-direction: column;
  padding: 0px 15px !important;
}.main-slider-new  .black-box-wrapper { 
  background-size: 90% !important;
}
.grid-tablet-3{
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-tablet-4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-tablet-2{
  grid-template-columns: 1fr 1fr;
}
.grid-tablet-1{
  grid-template-columns: 1fr;
}.width-wrap.main-black-box.main-slider-new {
  flex-direction: column;
}.width-wrap.main-black-box.main-slider-new .black-box-wrapper {
  background: #1C1C1C;
  width: 100%;
  border-radius: 33px;
}.slider-block {
  width: 100%;
} .button-new.button-small.header-open-modal{ 
        font-size: 18px;
                border-radius: 12px !important;
        padding: 9px 12px; 
  }
}

@media (max-width: 767px) {
  .new-design .width-wrap {
    width: 100%;
    padding: 0 14px;
  }
  .card-item {
    padding: 15px;
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-new.button-small.header-open-modal{ 
        font-size: 10px;
        padding: 9px 12px; 
  }
  .card-new {
    padding: 30px 15px;
  }
  .card-item.bg-blue {
    min-height: 140px;
  }
  .main-title-default.text-h1 {
    font-size: 25px;
  }
  .main-title-small {
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 110%;
  }
  .card-xs-small {
    padding: 15px;
  }
  .new-header {
    margin: 18px 0 30px;
    padding: 12px 0;
  }
 .new-main .d-flex .button-lg{
  min-width: 100%;
 }
  img.logo {
    width: 100px;
  }
  .mob-navbar-toggler svg {
    margin: 0;
            width: 24px;
  }
  .mob-navbar-toggler {
        top: 0;
        right: 0;
        align-items: flex-end;
        text-align: right;
        padding: 5px;
                display: flex;
        flex-direction: column;
        gap: 4px;
  }.mob-navbar-toggler svg:nth-last-child(1) {
    width: 18px;
    height: 3px;
}
  .main-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .main-title.main-title-big{
    font-size: 40px;
    margin-bottom: 10px;

  }
  .text-h1,
  .text-h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
  }
  .text-h3,
  .text-h5 {
    font-size: 24px;
    line-height: 119%;
  }
  .text-h6 {
    font-size: 16px;
    line-height: 119%;
  }
  .text-h4 {
    font-size: 20px;
    line-height: 120%;
  }
  .text-p1 {
    font-size: 16px;
    line-height: 114%;
  }
  .text-p2 {
    font-size: 14px;
    line-height: 125%;
  }
  .text-h1 br,
  .text-h2 br,
  .text-h3 br,
  .text-h4 br,
  .text-h5 br,
  .text-h6 br {
    display: none;
  }
  .main-descr {
    width: 100%;
    padding-top: 0;
  }
  .inline-separator {
    margin: 0 12px !important;
  }
  main.new-main {
    min-height: 69vh;
  }
  .button-new.button-lg {
    padding: 19px 40px;
    width: 100%;
    text-align: center;
    border-radius: 9px;
    margin-top: 5px;
    margin-bottom: 9px;
    font-size: 16px;
  }.p-5 {
    padding: 2.3rem !important;
}
  .main-bottom-abs {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 21px;
    padding: 0;
  }
  main.new-main {
    min-height: 70vh;
    padding-bottom: 16px;
  }
  .theme-BLACK .main-slider-new .black-box-wrapper {
    height: 500px;
    max-height: none;
}.theme-BLACK .main-slider-new .main-subtitle {
  padding-bottom: 13px;
}
  .bg-mob-white {
    background-color: white !important;
    color: #000;
  }
  .bg-mob-white.grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .overflow-x {
    overflow: hidden;
    left: 0;
    padding-left: 0;
    width: 100%;
  }
  .d-mob-wrap {
    flex-wrap: wrap;
}
  .new-main .button-lg {
    min-width: 100%;
  }
  .new-main.MAIN_IMAGE .main-block:after,
  .new-main.MAIN_IMAGE .main-block:before {
    display: none;
  }
  .new-design .section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  
.grid-mob-3{
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-mob-4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-mob-2{
  grid-template-columns: 1fr 1fr;
}
.grid-mob-1{
  grid-template-columns: 1fr;
}
  .main-tr-item {
    background: white;
    padding: 23px 35px;
    border-radius: 18px;
    margin-bottom: 11px;
  }
  .text-blockquote {
    border-left: 5px solid #79F316;
    padding-left: 19px;
  }
  .main-tr-wrap {
    margin: 0px 0% 0px;
    overflow: hidden;
    white-space: normal;
    gap: 15px;
  }
  .quote-big {
    background: white;
    border-radius: 18px;
    padding: 18px 9px;
    padding-right: 20px;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .quote-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: cover;
    margin-right: 13px;
  }    main.new-main.theme-BLACK {
    margin-bottom: 30px;
}
  .quote-big:after {
    content: "";
    position: absolute;
    right: -11px;
    top: 10px;
    width: 26px;
    height: 18px;
    background-size: cover;
  }
  .service-num {
    font-size: 20px;
    margin-right: 14px;
    color: #a9a9a9;
  }
  .service-item-a .text-p1 {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .serice-item-icon {
    width: 40px;
    height: 40px;
  }
  .serice-item-icon svg {
    width: 13px;
  }
  .service-item-a {
    padding-bottom: 30px;
    padding: 18px 1px 18px 0px;
    border-radius: 20px;
    margin-bottom: 0;
  }
  .rating-item {
    background: white;
    border-radius: 23px;
    padding: 16px 15px;
    min-width: 272px;
    width: 272px;
  }
  .new-main.theme-BLACK .d-flex .button-lg {
        min-width: 100%;
        padding: 17px 11px;
        font-size: 17px;
    }
  .rating-item img {
    margin-right: 14px;
    width: 43px;
    /* height: 58; */
  }
  .marquee-container.raiting-wrap {
    height: auto;
    margin: 0;
    padding: 6px 0;
    color: black;
  }
  .association-item {
    background: #313131;
    margin-top: 34px;
    border-radius: 20px;
    overflow: hidden;
    padding: 28px 20px;
    padding-right: 14%;
  }
  .association-item img {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .card-item-content {
    padding: 0px 0px;
    padding-right: 0%;
  }
  .card-item-content .text-h5 {
    font-size: 19px;
  }
  .card-item-content .text-h5 {
    font-size: 19px;
    margin-bottom: 10px !important;
  }
  .card-arr {
    background-color: #f5f5f5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    height: 54px;
    margin-top: 30px;
  }
  .card-item-big .card-arr {
    height: 54px;
    margin-top: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .main-detail-img-mob{
    display: block;
  }
  .main-subtitle {
    font-size: 24px;
    line-height: 130%;
  }
  .main-subtitle-regular {
    font-size: 16px;
    line-height: 120%;
  }
  .main-subtitle-small {
    font-size: 16px;
    line-height: 133%;
  }
  .card-item-big {
    min-height: auto;
  }
  .cases-item-new {
    background: white;
    padding: 24px 13px 62px;
    border-radius: 20px;
    margin: 0px 0 15px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    display: block;
  }
  .cases-item-new img {
    /* height: 27px; */
    /* margin-bottom: 59px; */
    max-height: 86%;
    max-width: 93%;
  }
  .cases-item-new .cases-logo {
    height: 46px;
    padding-bottom: 12px;
  }
  .cases-item-new .text-h5 {
    font-size: 18px;
    line-height: 100%;
  }
  .d-flex.case-stat-wrap {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-stat-item {
    margin-top: 17px;
  }
  .text-h1.stat-item-text {
    font-size: 24px;
  }
  .case-stat-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
  }
  .main-block {
    left: 0;
    padding: 0;
    top: 0;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
  }
  ul.navbar-nav {
    padding-left: 17px;
    padding-right: 22px;
    padding-top: 88px;
    width: 100%;
  }
  ul.dropdown-menu.pos-abs {
    padding-left: 24px;
  }
  .main-bottom-abs {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .main-block.main-block-service {
    left: -12px;
    width: calc(100% + 24px);
    padding-left: 12px;
    max-width: none;
  }
  .main-tr-item:nth-child(2),
  .main-block .text-h3,
  .cases-item-new:nth-child(2),
  .association-item:nth-child(2),
  .card-item:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .main-tr-item:nth-child(3),
  .main-descr,
  .cases-item-new:nth-child(3),
  .card-item.card-item-big {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .main-bottom-abs {
    -webkit-animation: none !important;
    animation: none !important;
    width: 100%;
    opacity: 1 !important;
  }
  .main-title-default {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .card-new.card-new-big {
    padding: 15px;
  }
  .main-tr-item {
    max-width: 100%;
    min-width: 100%;
  }
  .input-checkbox-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 15px 13px;
  }
  span.card-label {
    background: #f5f5f5;
    padding: 10px 10px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
  }
  .team-image {
    height: 250px;
  }
  .tg-intake-form input.default-input {
    background: #f5f5f5;
    height: 57px;
    max-width: 850px;
    border-radius: 18px;
    padding: 13px 25px;
  }
  .input-checkbox-wrap {
    width: 100%;
    height: 57px;
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 850px;
  }
  .marquee-container {
    margin: 4px 0 22px;
  }
  .text-big {
    font-size: 16px;
  }
  .card-new-biggest {
    padding: 15px;
  }
  .hover-description-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    line-height: 111%;
    width: 235px;
    background: #313131;
    z-index: 1;
    font-size: 12px;
    color: white;
    border-radius: 10px;
    padding: 7px;
    display: block;
    top: 25px;
  }
  .hover-description a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -10px;
    width: 16px;
    height: 13px;
    border: 8px solid transparent;
    border-bottom-color: #313131;
  }
  .nav-tabs.nav-tabs-new .nav-link {
    /* flex-shrink: 0; */
    /* flex-grow: 0; */
    width: 100%;
  }
  .tab-content-block {
    padding: 15px;
  }
  .custom-table-wrap {
    font-size: 14px;
  }
  .custom-table td,
  .custom-table th {
    padding: 0 9px;
    max-width: 100%;
    min-width: 100%;
    word-break: break-word;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-table td {
    border-width: 0 0 1px 0;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .quote-big.quote-bigger {
    max-width: 98%;
    border-radius: 30px;
    padding: 20px 10px;
  }
  .quote-big.quote-bigger .quote-avatar {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .quote-big.quote-bigger .quote-text {
    padding-right: 5%;
    font-size: 14px;
    line-height: 133%;
  }
  .image-slider-wrapper {
    position: relative;
    padding-bottom: 90px;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
  }
  .image-slider-block {
    height: auto;
    display: block;
    align-items: center;
  }
  .image-swiper-pagination.mt-4.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    top: auto;
    justify-content: center;
    bottom: -609px !important;
  }
  .image-slider-wrapper img {
    max-width: 256px;
    display: block;
    margin: 0 auto 40px;
  }
  .d-mob-inline {
    display: inline !important;
  }.w-xs-40 {
    width: 40%;
}
  .main-image {
    width: calc(100% - 4px);
    height: 100%;
    position: relative;
    left: 0;
    margin-top: 17px;
    top: 0;
    background-position: right bottom;
    background-size: cover;
    border-radius: 25px;
    height: auto;
    flex-shrink: 1;
    flex-grow: 1;
  }
  .main-block.main-block-service {
    left: 0;
    width: 100%;
    padding-left: 0;
    max-width: none;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }    main.new-main.section.EXTRA.theme-BLACK {
    padding: 0 15px;
}    .new-design .main-black-box {
        background: #1C1C1C;
        overflow: hidden;
        border-radius: 20px;
        margin: 3px 13px 0;
        padding: 0 !important;
}     .theme-BLACK .main-descr p {
        padding: 3px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
        margin: 0 0 8px 0;
        /* font-size: 10px !important; */
        padding-left: 9px;
    }   .black-box-wrapper {
  padding: 20px 15px 0;
  display: flex
;
  display: block;
}    .theme-BLACK .main-block.main-block-service {
  padding-top: 5px;
  width: 100%;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}    .theme-BLACK .main-title-default {
  font-size: 24px;
  margin-bottom: 9px;
  letter-spacing: 0;
  line-height: 125%;
  font-weight: 600;
}    .theme-BLACK .main-subtitle {
  padding-bottom: 16px;
}img.main-detail-img-mob {
  margin: 0 auto;
  max-width: 69%;
}.new-main.theme-BLACK .button-lg {
  min-width: 100%;
  padding: 20px 26px;
  margin-top: 20px !important;
}.button-new { 
  border-radius: 10px !important;
}.main-image-wrapper {
  display: none;
}.main-marquee-customer section.bg-darker.mb-2.mb-md-5 {
  margin-bottom: 6px !important;
}
.client-marquee .marq-items {
    gap: 50px;
}    .theme-BLACK .main-title {
  font-size: 24px;
  margin-bottom: 8px;
}    .theme-BLACK .main-block.main-block-service {
  padding-top: 0px;
  width: 100%;
  left: 0;
  padding-left: 4px;
  padding-right: 3px;
}    .theme-BLACK .main-subtitle {
  padding-bottom: 18px;
  padding-right: 3%;
  font-size: 18px;
  padding-top: 2px;
  padding-bottom: 16px;
  line-height: 116%;
}.theme-BLACK .main-descr p {
  /* padding: 8px 0; */
  display: flex
;
  flex-direction: column;
  justify-content: center;
}    .theme-BLACK .main-descr {
  line-height: 110%;
  margin-bottom: 9px;
  margin-top: 0px !important;
  font-size: 14px;
  padding-top: 0;
}    img.main-detail-img-mob {
  margin: 0 auto;
  max-width: 59%;
}    .new-main.theme-BLACK .button-lg {
  min-width: 100%;
  padding: 20px 26px;
  margin-top: 9px !important;
  font-size: 18px;
}.theme-BLACK .main-image-wrapper {
  display: none;
}
.theme-BLACK .black-box-wrapper {
  min-height: auto;
  height: auto;
  flex-direction: column;
  padding-bottom: 30px;
}    .theme-BLACK .main-slider-new .main-descr { 
  margin-bottom: 37px;
}.main-slider-new .black-box-wrapper {
  background-size: 110% !important;
}
.big-num-bbl{
  font-size: 30px;

}.circle-arrow {
    width: 40px;
    height: 40px;
}.w-xs-70{
  width: 70%!important;
}.country-choose { 
    height: 47px;}
}
 
/* 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/components/magnetto/form/templates/main-modal/style.css?17392861255864*/
.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;
}
.modal-body *{
  animation: none!important;
}
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/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/magnetto/menu/templates/.default/style.css?1762948201803 */
/* /local/components/magnetto/hero/templates/new/style.css?176700135570839 */
/* /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/components/magnetto/form/templates/main-modal/style.css?17392861255864 */
/* /local/templates/magnetto/styles.css?17607169584726 */
/* /local/templates/magnetto/template_styles.css?176467999354486 */
