:root {
  --color-brand: #0138E9;
  --color-brand-gradient-end: #0070D9;
  --color-white: #FFFFFF;
  --color-bg-light: #EFEFEF;
  --color-dark: #0D0D0D;
  --color-black: #000000;
  --color-border: #DEE2E6;
  --color-border-light: #DCDCDC;
  --color-highlight: #DBE3FB;
}

h2 {
  margin:0;
}

html {
  scroll-padding-top: 76px;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background-color: var(--color-bg-light);
}

body.open, body:after {
  overflow: hidden;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/*.content {*/
/*  margin-top: 66px;*/
/*}*/

.content {
  flex: 1;
}

.no-breadcrumbs {
  margin-top: 87px;
}

/* Соответствует local/templates/arachnd/components/bitrix/breadcrumb/main/style.css */
.breadcrumbs {
  margin-top: 87px;
  margin-bottom: 16px;
  margin-left: 7px;
}
.breadcrumbs__item {
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.breadcrumbs__separator {
  color: rgba(26, 26, 26, 0.4);
}
.breadcrumbs__item a {
  text-decoration: none;
}
.breadcrumbs__item a span {
  color: rgba(26, 26, 26, 0.4);
}

.container-block {
  padding-right: 10px;
  padding-left: 10px;

}

footer {
  background-color: var(--color-brand);
  /*position: fixed;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  margin-top: auto;
}

#navbarNav {
  border-radius: 4px;
}

#navbarNav h4 a {
  color:inherit;
  text-decoration: none;
}
.navbar {
  background: var(--color-bg-light);
  height:76px;
  padding:0;
}

.navbar .nav-item:hover {
  background:var(--color-black);
  border-radius: 4px;
}

.navbar .nav-item.lvl1:hover a {
   color:var(--color-white);
}

.navbar .nav-item.lvl2:hover .nav-link {
  color:var(--color-white);
}

.navbar-toggler {
  border:none;
}

.navbar-toggler:focus {
  box-shadow:unset;
}

/*открытое мобильное меню*/

.navbar-toggler:has(.open).show{
   display:none;
}

.navbar-toggler .close{
  display:none;
}

.navbar-toggler:not(:has(.open)).show{
  display:block;
}

.navbar-toggler:not(:has(.open)).close{
  display:none;
}

/*.navbar-toggler:has(.collapsed) .close{*/
/*  display:block;*/
/*}*/

/*закрытое мобильное меню*/


/*.navbar-toggler:not(:has(.collapsed)) .show{*/
/*  display:none;*/
/*}*/
/*.navbar-toggler:not(:has(.collapsed)) .close{*/
/*  display:block;*/
/*}*/
/*not([.collapsed])*/
/*has(.collapsed) {*/

/*}*/

#menu-mobile-dropdown:hover .nav-link.dropdown-toggle {
  color:var(--color-white);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: white;
  background-color: var(--color-dark);
}

.dropdown-toggle::after {
  border-top: .35em solid;
  border-right: .35em solid transparent;
  border-left: .35em solid transparent;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show:after {
  content:'';
  border-top: 0;
  border-right: .35em solid transparent;
  border-bottom: .35em solid;
  border-left: .35em solid transparent;
}

/*.navbar-nav .dropdown-menu.show li {*/
/*   list-style-type: square;*/
/*   margin: 0px 0px 0px 25px;*/
/*}
*/
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 0 12px 6px 12px;
}
.navbar-nav .dropdown-menu .dropdown-item span {
  padding: 0 0 0 10px;
  font-size: 16px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color:var(--color-black);
  background-color: var(--color-highlight);
}

.get-consultation {
  margin-bottom:20px;
  margin-top:24px;
}

.nav-right {
  position: absolute;
  right:0px;
  top:84px;
  height: 95vh;
  width: 45vw;
  background-color: var(--color-bg-light);
}

.header {
  /*background-image: url('../img/bg.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 76px;
}

.header-xxl {
  padding: 56px 0 36px 0;
}
.header-xl {
  padding: 56px 0 36px 0;
}

.header-xs {
  padding: 36px 0 14px 0;
}

.header-l {
  padding: 48px 40px 20px 40px;
}

.header-s {
  padding: 36px 0 0px 0;
}
.header-m {
  padding: 28px 20px 20px 20px;
}

.header .block-btn {
  padding-bottom:114px;
}
.header .block-btn h4 {
  margin: 36px 0 36px 0;
}

.decor-two {
  margin: 16px 0 16px 0;
}


#about-us {
  padding: 160px 0 160px 0;
}

.about-section-text {
  text-align:left;
  padding-top:28px;
  padding-bottom:28px;
}

.feature-box {
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 30px;
  height: 304px;
  background-color: var(--color-white);
  text-align: left;
}

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

.feature-box-title {
  text-align: left;
  color: var(--color-white);
  background-color: var(--color-brand);
  text-transform: uppercase;
  width:fit-content;
}

.feature-box-content {
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  flex-direction: column-reverse;
}

/* .feature-box-content .small-text {
  height: 77px;
} */


#products {
  padding: 0 0 100px 0;
}

#products .subtitle {
  padding-top:100px;
}
#products h2 {
  padding-bottom:78px;
}

#products .logos img {
  width: 299px;
  height: 240px;
  margin-right: 16px;
  margin-bottom: 10px;
}

#products .logos {
  margin-bottom: 78px;
}

.product-card {
  border: 1px solid var(--color-border-light);
  border-radius: 10px;
  padding: 20px;
  background-color: var(--color-white);
  height: 454px;
  /*margin-right: 16px;*/
  text-align: left;
}

.product-card.bg-image-1 {
  background: url('../img/card-1.png') no-repeat center;
  background-size:cover;
}
.product-card.bg-image-1:hover {
  background: url('../img/bg-hover-card-1.png') no-repeat center;
  background-size:cover;
}

.product-card.bg-image-2 {
  background: url('../img/card-2.png') no-repeat center;
  background-size:cover;
}
.product-card.bg-image-2:hover {
  background: url('../img/bg-hover-card-2.png') no-repeat center;
  background-size:cover;
}

.product-card.bg-image-3 {
  background: url('../img/card-3.png') no-repeat center;
  background-size:cover;
}
.product-card.bg-image-3:hover {
  background: url('../img/bg-hover-card-3.png') no-repeat center;
  background-size:cover;
}

.product-card.bg-image-4 {
  background: url('../img/card-4.png') no-repeat center;
  background-size:cover;
}
.product-card.bg-image-4:hover {
  background: url('../img/bg-hover-card-4.png') no-repeat center;
  background-size:cover;
}


.product-card.bg-image-5 {
  background: url('../img/card-5.png') no-repeat center;
  background-size:cover;
}
.product-card.bg-image-5:hover {
  background: url('../img/bg-hover-card-5.png') no-repeat center;
  background-size:cover;
}

.product-card.bg-image-6 {
  background: url('../img/card-6.png') no-repeat center;
  background-size:cover;
}
.product-card.bg-image-6:hover {
  background: url('../img/bg-hover-card-6.png') no-repeat center;
  background-size:cover;
}

.product-card.bg-image-7 {
  background: url('../img/card-7.png') no-repeat center;
  background-size:cover;
}
.product-card.bg-image-7:hover {
  background: url('../img/bg-hover-card-7.png') no-repeat center;
  background-size:cover;
}



.product-card-bottom {
  display: flex;
  align-items: end;
  height: 65%;
}
.product-card:hover {
  background-color:rgba(1 56 233);
  color: white;
}
.product-card:hover span {
  color: white;
}
.product-card:hover .badge {
  color: white;
  border: 1px solid white;
}

.product-card:hover .product-card-bottom {
  color:white;
}

#solutions {
  padding:160px 0 0 0;
}

#solutions h2 {
  padding-bottom:36px;
}

.solutions-row {
  margin-right: 2px;
}

.solutions-row>* {
  padding-bottom:15px;
  padding-right:0;
  padding-left: 15px;
}

.all-solutions-btn {
  width:23%;
  margin: 36px 0 0 0;
}

.solutions-h1 {
  margin-bottom:64px;
}

.solutions-count {
  position: relative;
  margin: 21px 10px 0 0;
  height: 22px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.4px;
  float:right;
}

#solutions .subtitle {
  margin-top:0px;
}

#main-page-community-block h2 {
  margin-bottom:36px;
}
#main-page-community-block a {
  margin-bottom:36px;
  width:20%;
}
#main-page-community-block img {
  display:block;
  width: 50%;
  height: auto;
  margin: 0 auto;
}


#analytics_expertise {
  padding: 160px 0px 162px 0px;
}
#analytics_expertise .title {
  padding:0px 0px 36px 0px;
}

#contact {
  padding-bottom:100px;
}

#contact .subtitle {
  padding-top:100px;
}

#contact h2 {
  padding-bottom:36px;
}

#contact .sendFormBtn {
  margin-top:38px;
}

#contact .txt-agreement {
  padding-top:18px;
  margin-top:0;
}

.footer {
  background-color: var(--color-dark);
  color: white;
  padding: 40px 0;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--color-brand);
}

.text-blue {
  color: var(--color-brand);
}

.text-blue-transparent {
  color: rgba(1, 56, 233, 0.4) !important;
}

.text-white {
  color: var(--color-white);
}

.black-40 {
  color: rgba(0, 0, 0, 0.4);
}

.white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.btn-primary {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
}

.a-btn {
  width: 300px;
  height: 45px;
  text-align: center;
}


/**/
.container-full {
  max-width: 1920px !important;
}

/* Headline 2 */
h2 {
  /* Desktop/H2 */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 110%;
  /* or 70px */
  letter-spacing: -0.04em;
}

h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 168px;
  line-height: 100%;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}


h0 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 246px;
  line-height: 84%;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}


h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.06em;
}


h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 105%;
  letter-spacing: -0.04em;
  text-decoration: none;
}


h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}


.caption {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 84px;
  line-height: 95%;
  letter-spacing: -0.09em;
  color: var(--color-white);
}


.text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color-white);
}

.a-left {
  text-align: left;
}


.subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  /*color: var(--color-white);*/
  /*opacity: 80%;*/
  padding: 0 0 24px 0;
}

.subtitle-black {
  color:rgba(26, 26, 26, 0.80);
}

.subtitle-white {
  color: rgba(255, 255, 255, 0.80);
}

.subtitle-num {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

/* Small Text */
.small-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}


/* Headline 6 */
h6 {


  /* Desktop/H6 */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  letter-spacing: -0.04em;

  color: var(--color-white);
}


/* Button Text */
.button-text {
  display: inline-grid;
  align-items: center;

  /* Desktop/Button text */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  letter-spacing: -0.02em;

  color: var(--color-white);
}

.button-white {
  color: var(--color-brand);
}

.button-text:hover {
  color: var(--color-brand);
}

.text-12 {


  /* Desktop/Text 12 */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  /* identical to box height, or 12px */
  letter-spacing: -0.04em;
}


/* Descriptor */
.descriptor {


  /* Desktop/Descriptor */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.badge {
  border: 1px solid black;
  color: black;
  border-radius: 40px;
  opacity: 80%;
  text-transform: uppercase;
  margin: 0 5px 5px 0;
  font-weight: 500;
  line-height: normal;
}

.accordion-item {
  border: 1px dashed black;
  border-left: none;
  border-right: none;
}

.accordion-button {
  background-color: var(--color-bg-light);
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-size: auto;
  height: 44px;
  width: 44px;
  background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_1804)"><circle cx="22" cy="22" r="21.5" stroke="white"/><path d="M22.2272 30C24.3027 27.7143 28.3578 23.2343 27.9746 23.6C27.5915 23.9657 23.9834 28.019 22.2272 30Z" fill="white"/><path d="M22.2272 14L22.2272 30M22.2272 30C24.3027 27.7143 28.3578 23.2343 27.9746 23.6C27.5915 23.9657 23.9834 28.019 22.2272 30ZM22.2272 30L16 23.6" stroke="white" stroke-linecap="round"/></g><defs><clipPath id="clip0_1_1804"><rect width="44" height="44" fill="white"/></clipPath></defs></svg>');
}

.accordion-button::after {
  background-size: auto;
  height: 44px;
  width: 44px;
  background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_1804)"><circle cx="22" cy="22" r="21.5" stroke="%230138E9"/><path d="M22.2272 30C24.3027 27.7143 28.3578 23.2343 27.9746 23.6C27.5915 23.9657 23.9834 28.019 22.2272 30Z" fill="%230138E9"/><path d="M22.2272 14L22.2272 30M22.2272 30C24.3027 27.7143 28.3578 23.2343 27.9746 23.6C27.5915 23.9657 23.9834 28.019 22.2272 30ZM22.2272 30L16 23.6" stroke="%230138E9" stroke-linecap="round"/></g><defs><clipPath id="clip0_1_1804"><rect width="44" height="44" fill="white"/></clipPath></defs></svg>');
}

.accordion-body {
  padding-bottom: 36px;
}

.accordion-item {
  background: linear-gradient(108.55deg, var(--color-brand) -11.48%, var(--color-brand-gradient-end) 103.13%);
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(108.55deg, var(--color-brand) -11.48%, var(--color-brand-gradient-end) 103.13%);
  color: white;
}

.accordion-button:not(.collapsed) .subtitle-num {
  color: rgba(255, 255, 255, 0.4);
}

.flex-v-just {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-h-just {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact-section {
  background-image: url('../img/bg-white.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form .btn {
  width: 100%;
}

.input-text {
  background-color: rgba(26, 26, 26, 0.05);
  height: 48px;
}

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

.modal-dialog {
  max-width: 609px;
}

#orderSuccess .modal-title {
  text-transform: unset;
  text-align: left;
  padding: 0px 0px 28px 0px;
}
#orderSuccess .modal-body {
  text-align: left;
}
#orderSuccess .modal-body{
  padding:28px;
}

#orderSuccess .btn-close {
  position: absolute;
  right: 28px;
  width: 32px;
  height: 32px;
  box-sizing: revert;
  opacity: 1;
  top: 28px;
}

#orderSuccess .modal-header {
  border:none;
}
.btn-close {
  background-image: url('../img/close_button.svg');
  --bs-btn-close-bg: '';
}
.modal-title {
  font-size:36px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
}

.modal-title .text-primary-custom {
  color:var(--color-brand);
}


#bx-panel {
  position: fixed!important;
  z-index:2000!important;
  width:100%!important;
  top:0;
 /* display:none;*/
}

.show-panel-navbar {
  top: 2%;
}
.show-panel-content .breadcrumbs {
   margin-top:100px;
}

.dropdown-menu[data-bs-popper] {
  top: 93%;
}


@media (min-width: 992px){

  .nav-item.dropdown:hover .dropdown-menu {
      display:block !important
  }

}

.col-img img {
   width:50%;
}

.accordion-button:focus {
  box-shadow:unset;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.footer-links li a {
  display: inline-grid;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-white);
  text-decoration: none;
}

.footer-links li a:hover {
  text-decoration:underline;
}
.policy {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.40);
}
.policy:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.40);
}

#contactmodal .modal-content {
  padding:28px;
}
#contactmodal .modal-content .modal-title{
  padding-bottom:28px;
  font-size: 34px;
}
#contactmodal .modal-header {
  border-bottom:none;
  padding: 0;
}
#contactmodal .modal-body {
  padding:0;
}
#contactmodal .modal-footer {
  border:none;
  padding: 24px 0px 0px 0px;
}

#contactmodal .modal-header .btn-close {
  margin:0;
  opacity:1;
  position: absolute;
  top: 26px;
  right: 30px;
}

.checkbox-label {
  display: flex;
  align-items: center;
}

.checkbox-label span {
  padding: 4px 0px 0px 0px;
}

.checkbox {
  margin-right: 8px;  /* Дайте чекбоксу немного пространства */
  width: 16px;
  height: 16px;
}

#footer_contacts h4 a {
  text-decoration:none;
  color:inherit;
}
.error_txt {
  display:none;
  color: red;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 2px;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color:var(--color-border);
  background-image: unset;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color:var(--color-brand);
  background-image: unset;
  box-shadow: unset;
}


.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color:unset;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: unset;
}

.btn-close:focus {
  box-shadow: unset;
}

.hidden_field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.section-404 {
  background-image: url(../img/404.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-top:172px;
  height:500px;
  margin-bottom: 200px;
}

.section-404 .subtitle {
  color:rgba(26, 26, 26, 0.80)!important;
  padding: 12px 0 24px 0;
}

.section-404 p {
  margin:0;
}

.section-404 h2 {
  margin-bottom:16px;
}

.section-404 .btn-primary {
  margin-top: 112px;
}



div#preloader {
  text-indent: -9999px;
  background: var(--color-white);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity:0.6;
  display:none;
}

div#preloader::after {
  content: '';
  height: 48px;
  width: 48px;
  border: 5px solid transparent;
  border-bottom-color: red;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0%      { transform: rotate(0deg); }
  100%    { transform: rotate(360deg); }
}