/*  services-android-app-development-services  */
.services-android-app-development-services .technology,
.services-ios-app-development-services .technology {
  padding: 80px 0 40px;
}

@media screen and (max-width: 767px) {
  .services-android-app-development-services .technology,
  .services-ios-app-development-services .technology {
    padding: 40px 0 0;
  }
}

.services-android-app-development-services .technology .macintosh,
.services-ios-app-development-services .technology .macintosh {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  -ms-grid-column-align: center;
  justify-items: center;
  text-align: center;
  padding: 50px 0 90px;
}

@media screen and (max-width: 1023px) {
  .services-android-app-development-services .technology .macintosh,
  .services-ios-app-development-services .technology .macintosh {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 100px;
  }
}

@media screen and (max-width: 480px) {
  .services-android-app-development-services .technology .macintosh,
  .services-ios-app-development-services .technology .macintosh {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.services-android-app-development-services .technology .macintosh__device,
.services-ios-app-development-services .technology .macintosh__device {
  position: relative;
}

.services-android-app-development-services
  .technology
  .macintosh__device:hover
  .macintosh__img,
.services-ios-app-development-services
  .technology
  .macintosh__device:hover
  .macintosh__img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.services-android-app-development-services
  .technology
  .macintosh__device:hover
  .macintosh__name,
.services-ios-app-development-services
  .technology
  .macintosh__device:hover
  .macintosh__name {
  color: #fff;
  background-color: #451F53
}

.services-android-app-development-services .technology .macintosh__img-wrapper,
.services-ios-app-development-services .technology .macintosh__img-wrapper {
  max-width: 265px;
  max-height: 230px;
  overflow: hidden;
}

.services-android-app-development-services .technology .macintosh__img,
.services-ios-app-development-services .technology .macintosh__img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.services-android-app-development-services .technology .macintosh__name,
.services-ios-app-development-services .technology .macintosh__name {
  position: absolute;
  left: 50%;
  bottom: -30%;
  font-size: 18px;
  line-height: 1.33;
  color: #323232;
  background-color: #fff;
  min-width: 210px;
  padding: 50px 18px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1023px) {
  .services-android-app-development-services .technology .macintosh__name,
  .services-ios-app-development-services .technology .macintosh__name {
    min-width: 190px;
    padding: 40px 0;
  }
}

.services-android-app-development-services .technology .macintosh__title,
.services-ios-app-development-services .technology .macintosh__title {
  font-size: 18px;
}

.services-android-app-development-services .development,
.services-ios-app-development-services .development {
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .services-android-app-development-services .development,
  .services-ios-app-development-services .development {
    padding: 40px 0;
  }
}

.services-android-app-development-services .development .stages,
.services-ios-app-development-services .development .stages {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-column-align: center;
  justify-items: center;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .services-android-app-development-services .development .stages,
  .services-ios-app-development-services .development .stages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}

.services-android-app-development-services .development .stages__item,
.services-ios-app-development-services .development .stages__item {
  position: relative;
}

.services-android-app-development-services .development .stages__item:before,
.services-ios-app-development-services .development .stages__item:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 180px;
  width: 110%;
  height: 1px;
  background-color: rgba(50, 50, 50, 0.22);
  z-index: -1;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}

.services-android-app-development-services
  .development
  .stages__item:last-child:before,
.services-ios-app-development-services
  .development
  .stages__item:last-child:before {
  content: none;
}

@media screen and (max-width: 1023px) {
  .services-android-app-development-services .development .stages__item:before,
  .services-ios-app-development-services .development .stages__item:before {
    width: 90%;
    left: 175px;
  }
}

@media screen and (max-width: 767px) {
  .services-android-app-development-services .development .stages__item:before,
  .services-ios-app-development-services .development .stages__item:before {
    content: none;
  }
}

.services-android-app-development-services
  .development
  .stages__item--active
  .stages__img-wrapper
  svg,
.services-ios-app-development-services
  .development
  .stages__item--active
  .stages__img-wrapper
  svg {
  opacity: 1;
}

.services-android-app-development-services
  .development
  .stages__item--active
  .stages__list,
.services-ios-app-development-services
  .development
  .stages__item--active
  .stages__list {
  opacity: 1;
  height: auto;
}

.services-android-app-development-services
  .development
  .stages__item--active:before,
.services-android-app-development-services
  .development
  .stages__item--active:first-child:before,
.services-ios-app-development-services
  .development
  .stages__item--active:before,
.services-ios-app-development-services
  .development
  .stages__item--active:first-child:before {
  background-color: #451F53
}

.services-android-app-development-services
  .development
  .stages__item--activeList
  .stages__list,
.services-ios-app-development-services
  .development
  .stages__item--activeList
  .stages__list {
  opacity: 1;
  height: auto;
}

.services-android-app-development-services
  .development
  .stages__item--activeBorder:before,
.services-android-app-development-services
  .development
  .stages__item--activeBorder:first-child:before,
.services-ios-app-development-services
  .development
  .stages__item--activeBorder:before,
.services-ios-app-development-services
  .development
  .stages__item--activeBorder:first-child:before {
  background-color: #451F53
}

.services-android-app-development-services .development .stages__img-wrapper,
.services-ios-app-development-services .development .stages__img-wrapper {
  border-radius: 60px;
  background-color: #fff;
  margin: 0 auto;
  padding: 25px 0;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}

.services-android-app-development-services
  .development
  .stages__img-wrapper
  svg,
.services-ios-app-development-services .development .stages__img-wrapper svg {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.services-android-app-development-services .development .stages__title,
.services-ios-app-development-services .development .stages__title {
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0 40px;
  color: #451F53;
  font-size: 18px;
  font-weight: 400;
}

.services-android-app-development-services .development .stages__list,
.services-ios-app-development-services .development .stages__list {
  color: #323232;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}

.services-android-app-development-services .development .stages__list-item,
.services-ios-app-development-services .development .stages__list-item {
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  padding: 0 20px 20px;
  color: #323232;
}

.services-android-app-development-services
  .development
  .stages__list-item:last-child,
.services-ios-app-development-services
  .development
  .stages__list-item:last-child {
  padding-bottom: 0;
}

.services-android-app-development-services
  .development
  .stages__list-item:before,
.services-ios-app-development-services .development .stages__list-item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #451F53
}

.services-android-app-development-services .technology-stack,
.services-ios-app-development-services .technology-stack {
  background-color: #fff;
  padding: 120px 0 70px;
}

@media screen and (max-width: 767px) {
  .services-android-app-development-services .technology-stack,
  .services-ios-app-development-services .technology-stack {
    padding: 40px 0;
  }
}

.services-android-app-development-services .technology-stack .tech,
.services-ios-app-development-services .technology-stack .tech {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 90px;
  text-align: center;
  max-width: 930px;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .services-android-app-development-services .technology-stack .tech,
  .services-ios-app-development-services .technology-stack .tech {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-android-app-development-services
    .technology-stack
    .tech
    .stack:nth-child(3),
  .services-ios-app-development-services
    .technology-stack
    .tech
    .stack:nth-child(3) {
    border-bottom: none;
  }
}

.services-android-app-development-services .technology-stack .stack,
.services-ios-app-development-services .technology-stack .stack {
  cursor: pointer;
  border-bottom: 2px solid rgba(50, 50, 50, 0.1);
}

.services-android-app-development-services .technology-stack .stack:first-child,
.services-ios-app-development-services .technology-stack .stack:first-child {
  border-top: 2px solid rgba(50, 50, 50, 0.1);
}

.services-android-app-development-services
  .technology-stack
  .stack--active
  .stack__title,
.services-android-app-development-services
  .technology-stack
  .stack:hover
  .stack__title,
.services-ios-app-development-services
  .technology-stack
  .stack--active
  .stack__title,
.services-ios-app-development-services
  .technology-stack
  .stack:hover
  .stack__title {
  color: #451F53
}

.services-android-app-development-services
  .technology-stack
  .stack--active
  .stack__title:after,
.services-ios-app-development-services
  .technology-stack
  .stack--active
  .stack__title:after {
  top: 50%;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.services-android-app-development-services .technology-stack .stack__title,
.services-ios-app-development-services .technology-stack .stack__title {
  position: relative;
  padding: 40px 20px 40px 0;
  text-align: left;
  color: #323232;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}

.services-android-app-development-services
  .technology-stack
  .stack__title:after,
.services-ios-app-development-services .technology-stack .stack__title:after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: 40%;
  right: 0;
  border: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.services-android-app-development-services
  .technology-stack
  .stack__item-wrapper,
.services-ios-app-development-services .technology-stack .stack__item-wrapper {
  display: none;
}

.services-android-app-development-services .technology-stack .stack__item,
.services-ios-app-development-services .technology-stack .stack__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 77px 65%;
  grid-template-columns: 77px 65%;
  grid-column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: left;
  justify-items: left;
  cursor: auto;
  padding-bottom: 20px;
  text-align: left;
}

.services-android-app-development-services
  .technology-stack
  .stack__item:last-child,
.services-ios-app-development-services
  .technology-stack
  .stack__item:last-child {
  padding-bottom: 50px;
}

.services-android-app-development-services .technology-stack .stack__name,
.services-ios-app-development-services .technology-stack .stack__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #323232;
}
.services-android-app-development-services
  .development
  .stages__item--active
  .stages__img-wrapper
  svg,
.services-ios-app-development-services
  .development
  .stages__item--active
  .stages__img-wrapper
  svg {
  opacity: 1;

}
.services-android-app-development-services
  .technology-stack
  .stack__item-wrapper,
.services-ios-app-development-services .technology-stack .stack__item-wrapper {
  display: none;
}.technology-solution-wrapper {
  padding: 80px 0 40px;
}


/*  hero-content */
.hero-content {
  text-align: center;
  max-width: 800px;
}

.hero-content h1 {
  margin-top: 80px; /* Exemple équivalent à environ 10 pouces selon la résolution */
  font-size: 2.5rem;
  margin-bottom: var(--space-md);
  color: var(--primary-dark);
  line-height: 1.2;
}

.hero-content h1 span {
  color: var(--primary-color);
}

@media (min-width: 992px) {
  .section-title {
    font-size: 2.5rem;
  }

  .hero-content h1 {
    font-size: 3rem;
  }
}


/*  hero-subtitle  */
.hero-subtitle {
  font-size: 1.2rem;
  color: var(--gray-dark);
  margin-bottom: var(--space-lg);
  line-height: 1.6;
}


/*  cta-button  */
.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
  color: white;
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--border-radius-lg);
  text-decoration: none;
  font-weight: 500;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
  border: none;
  cursor: pointer;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
}




/*  nav_wrapper  */
.nav__wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1220px) {
  .nav__wrapper {
    display: none;
  }
}
.nav--case-main .nav__wrapper {
  display: none;
}


/*  nav_list */
.nav .container,
.nav__list {
  height: 100%;
}
.nav .container,
.nav .has-dropdown > a,
.nav__list .menu-item:first-child .menu-item-link {
  position: relative;
  z-index: 1;
}.nav__list {
  text-align: right;
  font-size: 0;
}
.nav__list .menu-item {
  display: inline-block;
  line-height: 75px;
}
.nav__list .menu-item .menu-item-link {
  font-size: 12px;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s;
  vertical-align: middle;
  cursor: pointer;
}
.nav .has-dropdown.is-hover,
.nav__list .is-hover .menu-item-link,
.nav__list .menu-item .menu-item-link:hover {
  color: #451f53;
}*.single-post .nav__list li .menu-item-link {
  color: #323232;
}.nav--black .nav__list li .menu-item-link {
  color: #323232;
}
.nav--black .nav__list li .menu-item-link:hover,
.nav--black .nav__list li.is-hover .menu-item-link {
  color: #451f53;
}
.js-scroll .nav__list li .menu-item-link,
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .menu-item:hover
  .sub-item-link--list,
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu--double
  .menu-item:hover
  .sub-item-link--color,
.nav-mobile .c-menu__items li a {
  color: #323232;
}
@media screen and (min-width: 1221px) {
  .js-scroll,
  .nav.is-hover {
    background-color: #fff;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
  }
  .js-scroll .menu-item a.menu-item-link,
  .nav.is-hover .menu-item a.menu-item-link {
    color: #323232;
  }
  .js-scroll .menu-item:first-child:after,
  .nav.is-hover .menu-item:first-child:after {
    filter: none;
  }
  .js-scroll .is-hover a.menu-item-link,
  .nav.is-hover .is-hover a.menu-item-link {
    color: #451f53;
  }
  .js-scroll .logo,
  .nav.is-hover .logo {
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nMTE0N3B4JyBoZWlnaHQ9JzMxNXB4JyB2aWV3Qm94PScwIDAgMTE0NyAzMTUnIHZlcnNpb249JzEuMSc+PGcgaWQ9J1BhZ2UtMScgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnIGZpbGwtcnVsZT0nZXZlbm9kZCc+PGcgaWQ9J0ludGVsbGVjdHNvZnRfRnVsbF9Mb2dvJyBmaWxsPScjMTQ3NkYyJz48ZyBpZD0nTG9nby1JbnRlbGxlY3Rzb2Z0X2ZpJz48cGF0aCBkPSdNMTU3LjUsMC4zIEMyNDMuOSwwLjMgMzE0LjcsNzEgMzE0LjcsMTU3LjUgQzMxNC43LDI0NCAyNDQsMzE0LjcgMTU3LjUsMzE0LjcgQzcxLDMxNC43IDAuMywyNDQgMC4zLDE1Ny41IEMwLjMsNzEgNzEuMSwwLjMgMTU3LjUsMC4zIFogTTIzNC45LDk4LjIgQzIzNS4zLDk1IDIzMy43LDk0LjYgMjMwLjUsOTQuNiBMMTY5LjIsOTQuNiBDMTY0LjUsOTQuNiAxNjIuMiw5Ny44IDE2MC42LDEwMi41IEMxNTkuMSwxMDcuMyAxMzYuNiwxODguNiAxMzQuNywxOTYuMSBDMTMyLjgsMjAzLjYgMTI1LjksMjA3LjEgMTIxLjIsMjA3LjEgTDg2LDIwNy4xIEM4MS4yLDIwNy4xIDc4LjEsMjEzIDc4LjEsMjE2LjggQzc4LjEsMjE5LjIgNzkuNywyMjAuNSA4Mi44LDIyMC41IEwxNjIuMiwyMjAuNSBDMTY5LjIsMjIwLjUgMTcwLjgsMjEyLjYgMTcwLjgsMjEyLjYgTDE5Ni43LDExNC4zIEMxOTYuNywxMTQuMyAxOTguMywxMDYuNCAyMDQuNiwxMDYuNCBMMjI4LjIsMTA2LjQgQzIzMSwxMDYuNCAyMzQuNCwxMDIuNyAyMzQuOSw5OC4yIFogTTg2LjgsMTg4LjIgQzg1LjIsMTkzLjcgODYuOCwxOTYgOTAuOCwxOTYuMSBMMTE2LjMsMTk2LjEgQzExOS40LDE5Ni4xIDEyMi4xLDE5My43IDEyMy43LDE4OC4yIEMxMjUuMywxODIuOCAxNDYuNywxMDYuNSAxNDguMSwxMDEuOCBDMTQ5LjUsOTcgMTQ4LjEsOTMuOSAxNDUsOTMuOSBMMTE5LjEsOTMuOSBDMTEzLjYsOTMuOSAxMTIuOCw5Ny4xIDExMS4yLDEwMS44IEMxMDkuNiwxMDYuNSA4OC40LDE4My41IDg2LjgsMTg4LjIgWicgaWQ9J0NvbWJpbmVkLVNoYXBlJy8+PGcgaWQ9J0dyb3VwJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgzODIuMDAwMDAwLCA4My4wMDAwMDApJz48cGF0aCBkPSdNMC4zLDEyLjEgQzAuMywxMC41IDAuOCw5LjEgMS45LDcuOSBDMyw2LjggNC40LDYuMiA2LjMsNi4yIEM4LjIsNi4yIDkuNiw2LjggMTAuNyw3LjkgQzExLjgsOSAxMi4zLDEwLjQgMTIuMywxMi4xIEMxMi4zLDEzLjggMTEuOCwxNS4xIDEwLjcsMTYuMiBDOS42LDE3LjMgOC4xLDE3LjkgNi4zLDE3LjkgQzQuNCwxNy45IDMsMTcuMyAxLjksMTYuMiBDMC44LDE1LjEgMC4zLDEzLjcgMC4zLDEyLjEgWiBNMTAuNiwxMTQuMiBMMS44LDExNC4yIEwxLjgsMzUgTDEwLjYsMzUgTDEwLjYsMTE0LjIgWicgaWQ9J1NoYXBlJy8+PHBhdGggZD0nTTQyLjgsMzQuOSBMNDMuMSw0OC40IEM0Ni4xLDQzLjUgNDkuOCwzOS44IDU0LjIsMzcuMiBDNTguNiwzNC42IDYzLjUsMzMuNCA2OC45LDMzLjQgQzc3LjQsMzMuNCA4My43LDM1LjggODcuOSw0MC42IEM5Miw0NS40IDk0LjEsNTIuNiA5NC4yLDYyLjEgTDk0LjIsMTE0LjEgTDg1LjUsMTE0LjEgTDg1LjUsNjIgQzg1LjUsNTQuOSA4My45LDQ5LjYgODEsNDYuMiBDNzgsNDIuNyA3My4zLDQxIDY2LjgsNDEgQzYxLjQsNDEgNTYuNiw0Mi43IDUyLjQsNDYuMSBDNDguMiw0OS41IDQ1LjEsNTQuMSA0My4xLDU5LjggTDQzLjEsMTE0LjEgTDM0LjQsMTE0LjEgTDM0LjQsMzQuOSBMNDIuOCwzNC45IFonIGlkPSdTaGFwZScvPjxwYXRoIGQ9J00xMzAuNCwxNC43IEwxMzAuNCwzNSBMMTQ2LjgsMzUgTDE0Ni44LDQyLjIgTDEzMC40LDQyLjIgTDEzMC40LDk1IEMxMzAuNCw5OS40IDEzMS4yLDEwMi43IDEzMi44LDEwNC44IEMxMzQuNCwxMDcgMTM3LDEwOCAxNDAuNywxMDggQzE0Mi4yLDEwOCAxNDQuNSwxMDcuOCAxNDcuOCwxMDcuMyBMMTQ4LjIsMTE0LjQgQzE0NS45LDExNS4yIDE0Mi44LDExNS42IDEzOC44LDExNS42IEMxMzIuOCwxMTUuNiAxMjguNCwxMTMuOSAxMjUuNywxMTAuNCBDMTIzLDEwNi45IDEyMS42LDEwMS44IDEyMS42LDk1IEwxMjEuNiw0Mi4xIEwxMDcsNDIuMSBMMTA3LDM0LjkgTDEyMS42LDM0LjkgTDEyMS42LDE0LjYgTDEzMC40LDE0LjYgTDEzMC40LDE0LjcgWicgaWQ9J1NoYXBlJy8+PHBhdGggZD0nTTE5NS43LDExNS43IEMxODksMTE1LjcgMTgyLjksMTE0IDE3Ny40LDExMC43IEMxNzIsMTA3LjQgMTY3LjcsMTAyLjggMTY0LjcsOTYuOCBDMTYxLjcsOTAuOSAxNjAuMiw4NC4yIDE2MC4yLDc2LjggTDE2MC4yLDczLjcgQzE2MC4yLDY2LjEgMTYxLjcsNTkuMiAxNjQuNiw1My4xIEMxNjcuNiw0NyAxNzEuNyw0Mi4yIDE3Ni45LDM4LjcgQzE4Mi4yLDM1LjIgMTg3LjksMzMuNSAxOTQsMzMuNSBDMjAzLjYsMzMuNSAyMTEuMiwzNi44IDIxNi45LDQzLjQgQzIyMi42LDUwIDIyNS40LDU4LjkgMjI1LjQsNzAuMyBMMjI1LjQsNzUuMiBMMTY4LjksNzUuMiBMMTY4LjksNzYuOSBDMTY4LjksODUuOSAxNzEuNSw5My40IDE3Ni42LDk5LjMgQzE4MS44LDEwNS4zIDE4OC4yLDEwOC4zIDE5NiwxMDguMyBDMjAwLjcsMTA4LjMgMjA0LjgsMTA3LjQgMjA4LjQsMTA1LjcgQzIxMiwxMDQgMjE1LjIsMTAxLjMgMjE4LjIsOTcuNSBMMjIzLjcsMTAxLjcgQzIxNy4zLDExMSAyMDcuOSwxMTUuNyAxOTUuNywxMTUuNyBaIE0xOTQuMSw0MSBDMTg3LjUsNDEgMTgyLDQzLjQgMTc3LjQsNDguMyBDMTcyLjksNTMuMSAxNzAuMSw1OS42IDE2OS4yLDY3LjggTDIxNi43LDY3LjggTDIxNi43LDY2LjggQzIxNi41LDU5LjIgMjE0LjMsNTMgMjEwLjIsNDguMiBDMjA2LjEsNDMuMyAyMDAuNyw0MSAxOTQuMSw0MSBaJyBpZD0nU2hhcGUnLz48cG9seWdvbiBpZD0nU2hhcGUnIHBvaW50cz0nMjUyLjMgMTE0LjIgMjQzLjUgMTE0LjIgMjQzLjUgMS43IDI1Mi4zIDEuNycvPjxwb2x5Z29uIGlkPSdTaGFwZScgcG9pbnRzPScyODUuOSAxMTQuMiAyNzcuMSAxMTQuMiAyNzcuMSAxLjcgMjg1LjkgMS43Jy8+PHBhdGggZD0nTTM0MC40LDExNS43IEMzMzMuNywxMTUuNyAzMjcuNiwxMTQgMzIyLjEsMTEwLjcgQzMxNi43LDEwNy40IDMxMi40LDEwMi44IDMwOS40LDk2LjggQzMwNi40LDkwLjkgMzA0LjksODQuMiAzMDQuOSw3Ni44IEwzMDQuOSw3My43IEMzMDQuOSw2Ni4xIDMwNi40LDU5LjIgMzA5LjMsNTMuMSBDMzEyLjMsNDcgMzE2LjQsNDIuMiAzMjEuNiwzOC43IEMzMjYuOSwzNS4yIDMzMi42LDMzLjUgMzM4LjcsMzMuNSBDMzQ4LjMsMzMuNSAzNTUuOSwzNi44IDM2MS42LDQzLjQgQzM2Ny4zLDUwIDM3MC4xLDU4LjkgMzcwLjEsNzAuMyBMMzcwLjEsNzUuMiBMMzEzLjYsNzUuMiBMMzEzLjYsNzYuOSBDMzEzLjYsODUuOSAzMTYuMiw5My40IDMyMS4zLDk5LjMgQzMyNi41LDEwNS4zIDMzMi45LDEwOC4zIDM0MC43LDEwOC4zIEMzNDUuNCwxMDguMyAzNDkuNSwxMDcuNCAzNTMuMSwxMDUuNyBDMzU2LjcsMTA0IDM1OS45LDEwMS4zIDM2Mi45LDk3LjUgTDM2OC40LDEwMS43IEMzNjIsMTExIDM1Mi43LDExNS43IDM0MC40LDExNS43IFogTTMzOC44LDQxIEMzMzIuMiw0MSAzMjYuNyw0My40IDMyMi4xLDQ4LjMgQzMxNy42LDUzLjEgMzE0LjgsNTkuNiAzMTMuOSw2Ny44IEwzNjEuNCw2Ny44IEwzNjEuNCw2Ni44IEMzNjEuMiw1OS4yIDM1OSw1MyAzNTQuOSw0OC4yIEMzNTAuOCw0My4zIDM0NS40LDQxIDMzOC44LDQxIFonIGlkPSdTaGFwZScvPjxwYXRoIGQ9J000MTYuNSwxMDguMyBDNDIyLjYsMTA4LjMgNDI3LjcsMTA2LjYgNDMxLjgsMTAzLjEgQzQzNS45LDk5LjcgNDM4LjIsOTUuMiA0MzguNSw4OS43IEw0NDYuOSw4OS43IEM0NDYuNyw5NC41IDQ0NS4xLDk4LjkgNDQyLjQsMTAyLjkgQzQzOS43LDEwNi45IDQzNS45LDExMCA0MzEuMywxMTIuMiBDNDI2LjcsMTE0LjQgNDIxLjcsMTE1LjYgNDE2LjUsMTE1LjYgQzQwNi4xLDExNS42IDM5Ny45LDExMiAzOTEuOCwxMDQuOCBDMzg1LjcsOTcuNiAzODIuNyw4Ny45IDM4Mi43LDc1LjYgTDM4Mi43LDczIEMzODIuNyw2NS4yIDM4NC4xLDU4LjMgMzg2LjgsNTIuMyBDMzg5LjUsNDYuMyAzOTMuNSw0MS43IDM5OC42LDM4LjQgQzQwMy43LDM1LjEgNDA5LjcsMzMuNSA0MTYuNSwzMy41IEM0MjUuMiwzMy41IDQzMi40LDM2LjEgNDM4LDQxLjMgQzQ0My42LDQ2LjUgNDQ2LjcsNTMuMyA0NDcsNjEuNyBMNDM4LjYsNjEuNyBDNDM4LjIsNTUuNSA0MzYsNTAuNSA0MzEuOSw0Ni43IEM0MjcuOCw0Mi45IDQyMi43LDQxIDQxNi41LDQxIEM0MDguNiw0MSA0MDIuNCw0My45IDM5OC4xLDQ5LjYgQzM5My43LDU1LjMgMzkxLjUsNjMuMyAzOTEuNSw3My42IEwzOTEuNSw3Ni4yIEMzOTEuNSw4Ni4zIDM5My43LDk0LjIgMzk4LjEsOTkuOSBDNDAyLjQsMTA1LjQgNDA4LjUsMTA4LjMgNDE2LjUsMTA4LjMgWicgaWQ9J1NoYXBlJy8+PHBhdGggZD0nTTQ3OC4xLDE0LjcgTDQ3OC4xLDM1IEw0OTQuNSwzNSBMNDk0LjUsNDIuMiBMNDc4LjEsNDIuMiBMNDc4LjEsOTUgQzQ3OC4xLDk5LjQgNDc4LjksMTAyLjcgNDgwLjUsMTA0LjggQzQ4Mi4xLDEwNyA0ODQuNywxMDggNDg4LjQsMTA4IEM0ODkuOSwxMDggNDkyLjIsMTA3LjggNDk1LjUsMTA3LjMgTDQ5NS45LDExNC40IEM0OTMuNiwxMTUuMiA0OTAuNSwxMTUuNiA0ODYuNSwxMTUuNiBDNDgwLjUsMTE1LjYgNDc2LjEsMTEzLjkgNDczLjQsMTEwLjQgQzQ3MC43LDEwNi45IDQ2OS4zLDEwMS44IDQ2OS4zLDk1IEw0NjkuMyw0Mi4xIEw0NTQuNyw0Mi4xIEw0NTQuNywzNC45IEw0NjkuMywzNC45IEw0NjkuMywxNC42IEw0NzguMSwxNC42IEw0NzguMSwxNC43IFonIGlkPSdTaGFwZScvPjxwYXRoIGQ9J001NTIuMyw5Mi4zIEM1NTIuMyw4OS43IDU1MSw4Ny43IDU0OC41LDg2LjIgQzU0NS45LDg0LjcgNTQxLjgsODMuNCA1MzYuMiw4Mi4yIEM1MTcuNCw3OC4yIDUwNy45LDcwLjIgNTA3LjksNTguMiBDNTA3LjksNTEuMiA1MTAuOCw0NS4zIDUxNi43LDQwLjYgQzUyMi41LDM1LjkgNTMwLjIsMzMuNSA1MzkuNiwzMy41IEM1NDkuNywzMy41IDU1Ny43LDM1LjkgNTYzLjcsNDAuNiBDNTY5LjcsNDUuMyA1NzIuNyw1MS41IDU3Mi43LDU5LjEgTDU1MS41LDU5LjEgQzU1MS41LDU2LjEgNTUwLjUsNTMuNiA1NDguNiw1MS42IEM1NDYuNiw0OS42IDU0My42LDQ4LjYgNTM5LjQsNDguNiBDNTM1LjgsNDguNiA1MzMuMSw0OS40IDUzMS4xLDUxIEM1MjkuMSw1Mi42IDUyOC4yLDU0LjcgNTI4LjIsNTcuMiBDNTI4LjIsNTkuNSA1MjkuMyw2MS40IDUzMS41LDYyLjkgQzUzMy43LDY0LjMgNTM3LjUsNjUuNiA1NDIuNyw2Ni42IEM1NDgsNjcuNyA1NTIuNCw2OC44IDU1Niw3MC4yIEM1NjcuMiw3NC4zIDU3Mi44LDgxLjQgNTcyLjgsOTEuNSBDNTcyLjgsOTguNyA1NjkuNywxMDQuNiA1NjMuNSwxMDkgQzU1Ny4zLDExMy41IDU0OS4zLDExNS43IDUzOS41LDExNS43IEM1MzIuOSwxMTUuNyA1MjcsMTE0LjUgNTIxLjgsMTEyLjEgQzUxNi42LDEwOS43IDUxMi42LDEwNi41IDUwOS43LDEwMi40IEM1MDYuOCw5OC4zIDUwNS4zLDkzLjggNTA1LjMsODkgTDUyNS40LDg5IEM1MjUuNiw5Mi44IDUyNyw5NS42IDUyOS42LDk3LjYgQzUzMi4yLDk5LjYgNTM1LjcsMTAwLjYgNTQwLDEwMC42IEM1NDQuMSwxMDAuNiA1NDcuMSw5OS44IDU0OS4yLDk4LjMgQzU1MS4zLDk2LjggNTUyLjMsOTQuOCA1NTIuMyw5Mi4zIFonIGlkPSdTaGFwZScvPjxwYXRoIGQ9J001ODMuMiw3My44IEM1ODMuMiw2NS45IDU4NC43LDU4LjkgNTg3LjcsNTIuOCBDNTkwLjcsNDYuNiA1OTUuMSw0MS45IDYwMC44LDM4LjUgQzYwNi41LDM1LjEgNjEzLjEsMzMuNCA2MjAuNiwzMy40IEM2MzEuMywzMy40IDY0MCwzNi43IDY0Ni44LDQzLjIgQzY1My42LDQ5LjcgNjU3LjMsNTguNiA2NTguMSw2OS45IEw2NTguMiw3NS4zIEM2NTguMiw4Ny41IDY1NC44LDk3LjIgNjQ4LDEwNC42IEM2NDEuMiwxMTEuOSA2MzIuMSwxMTUuNiA2MjAuNywxMTUuNiBDNjA5LjMsMTE1LjYgNjAwLjIsMTExLjkgNTkzLjMsMTA0LjYgQzU4Ni40LDk3LjMgNTgzLjEsODcuMyA1ODMuMSw3NC43IEw1ODMuMSw3My44IEw1ODMuMiw3My44IFogTTYwNC40LDc1LjMgQzYwNC40LDgyLjggNjA1LjgsODguNiA2MDguNiw5Mi42IEM2MTEuNCw5Ni42IDYxNS41LDk4LjYgNjIwLjgsOTguNiBDNjI1LjksOTguNiA2MjkuOSw5Ni42IDYzMi44LDkyLjcgQzYzNS43LDg4LjggNjM3LjEsODIuNSA2MzcuMSw3My44IEM2MzcuMSw2Ni40IDYzNS43LDYwLjcgNjMyLjgsNTYuNiBDNjI5LjksNTIuNSA2MjUuOSw1MC41IDYyMC42LDUwLjUgQzYxNS40LDUwLjUgNjExLjQsNTIuNSA2MDguNiw1Ni42IEM2MDUuOCw2MC42IDYwNC40LDY2LjkgNjA0LjQsNzUuMyBaJyBpZD0nU2hhcGUnLz48cGF0aCBkPSdNNjc3LjEsMTE0LjIgTDY3Ny4xLDUwLjUgTDY2NS4zLDUwLjUgTDY2NS4zLDM1IEw2NzcuMSwzNSBMNjc3LjEsMjguMyBDNjc3LjEsMTkuNCA2NzkuNywxMi41IDY4NC44LDcuNiBDNjg5LjksMi43IDY5NywwLjIgNzA2LjIsMC4yIEM3MDkuMSwwLjIgNzEyLjcsMC43IDcxNywxLjcgTDcxNi44LDE4IEM3MTUsMTcuNiA3MTIuOSwxNy4zIDcxMC40LDE3LjMgQzcwMi40LDE3LjMgNjk4LjUsMjEuMSA2OTguNSwyOC42IEw2OTguNSwzNSBMNzE0LjIsMzUgTDcxNC4yLDUwLjUgTDY5OC41LDUwLjUgTDY5OC41LDExNC4yIEw2NzcuMSwxMTQuMiBMNjc3LjEsMTE0LjIgWicgaWQ9J1NoYXBlJy8+PHBhdGggZD0nTTc1MC40LDE1LjUgTDc1MC40LDM1IEw3NjMuOSwzNSBMNzYzLjksNTAuNSBMNzUwLjQsNTAuNSBMNzUwLjQsOTAgQzc1MC40LDkyLjkgNzUxLDk1IDc1Mi4xLDk2LjMgQzc1My4yLDk3LjYgNzU1LjQsOTguMiA3NTguNSw5OC4yIEM3NjAuOCw5OC4yIDc2Mi45LDk4IDc2NC43LDk3LjcgTDc2NC43LDExMy43IEM3NjAuNSwxMTUgNzU2LjMsMTE1LjYgNzUxLjksMTE1LjYgQzczNy4xLDExNS42IDcyOS41LDEwOC4xIDcyOS4yLDkzLjEgTDcyOS4yLDUwLjQgTDcxNy42LDUwLjQgTDcxNy42LDM0LjkgTDcyOS4yLDM0LjkgTDcyOS4yLDE1LjQgTDc1MC40LDE1LjQgTDc1MC40LDE1LjUgWicgaWQ9J1NoYXBlJy8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
    */
    background-image: url(img/logo-blue.svg);
  
    height: 47px;
    width: 171px;
  }
}
@media (min-width: 1221px) {
  .js-scroll {
    position: fixed;
    top: 0;
  }
  .js-scroll .menu-item:first-child .menu-item-link:after {
    -webkit-filter: initial;
    filter: none;
  }
}
@media (min-width: 1221px) {
  .js-scroll {
    position: fixed;
    top: 0;
  }
  .js-scroll .menu-item:first-child .menu-item-link:after {
    -webkit-filter: initial;
    filter: none;
  }
}
@media (max-width: 1220px) {
  .js-scroll .logo {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}


/*  nav_logo  */
.has-active-menu .nav-mobile .btn-close,
.logo,
.nav-mobile .nav__logo--mobile .logo {
  background-size: cover;
  background-repeat: no-repeat;
}.nav__logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}.nav-mobile .nav__logo--mobile {
  padding: 60px 20px 20px;
}
.nav-mobile .nav__logo--mobile .logo {
/*  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1147px' height='315px' viewBox='0 0 1147 315' version='1.1'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Mozartdevs_Full_Logo' fill='%231476F2'%3E%3Cg id='Logo-Mozartdevs_fi'%3E%3Cpath d='M157.5,0.3 C243.9,0.3 314.7,71 314.7,157.5 C314.7,244 244,314.7 157.5,314.7 C71,314.7 0.3,244 0.3,157.5 C0.3,71 71.1,0.3 157.5,0.3 Z M234.9,98.2 C235.3,95 233.7,94.6 230.5,94.6 L169.2,94.6 C164.5,94.6 162.2,97.8 160.6,102.5 C159.1,107.3 136.6,188.6 134.7,196.1 C132.8,203.6 125.9,207.1 121.2,207.1 L86,207.1 C81.2,207.1 78.1,213 78.1,216.8 C78.1,219.2 79.7,220.5 82.8,220.5 L162.2,220.5 C169.2,220.5 170.8,212.6 170.8,212.6 L196.7,114.3 C196.7,114.3 198.3,106.4 204.6,106.4 L228.2,106.4 C231,106.4 234.4,102.7 234.9,98.2 Z M86.8,188.2 C85.2,193.7 86.8,196 90.8,196.1 L116.3,196.1 C119.4,196.1 122.1,193.7 123.7,188.2 C125.3,182.8 146.7,106.5 148.1,101.8 C149.5,97 148.1,93.9 145,93.9 L119.1,93.9 C113.6,93.9 112.8,97.1 111.2,101.8 C109.6,106.5 88.4,183.5 86.8,188.2 Z' id='Combined-Shape'/%3E%3Cg id='Group' transform='translate(382.000000, 83.000000)'%3E%3Cpath d='M0.3,12.1 C0.3,10.5 0.8,9.1 1.9,7.9 C3,6.8 4.4,6.2 6.3,6.2 C8.2,6.2 9.6,6.8 10.7,7.9 C11.8,9 12.3,10.4 12.3,12.1 C12.3,13.8 11.8,15.1 10.7,16.2 C9.6,17.3 8.1,17.9 6.3,17.9 C4.4,17.9 3,17.3 1.9,16.2 C0.8,15.1 0.3,13.7 0.3,12.1 Z M10.6,114.2 L1.8,114.2 L1.8,35 L10.6,35 L10.6,114.2 Z' id='Shape'/%3E%3Cpath d='M42.8,34.9 L43.1,48.4 C46.1,43.5 49.8,39.8 54.2,37.2 C58.6,34.6 63.5,33.4 68.9,33.4 C77.4,33.4 83.7,35.8 87.9,40.6 C92,45.4 94.1,52.6 94.2,62.1 L94.2,114.1 L85.5,114.1 L85.5,62 C85.5,54.9 83.9,49.6 81,46.2 C78,42.7 73.3,41 66.8,41 C61.4,41 56.6,42.7 52.4,46.1 C48.2,49.5 45.1,54.1 43.1,59.8 L43.1,114.1 L34.4,114.1 L34.4,34.9 L42.8,34.9 Z' id='Shape'/%3E%3Cpath d='M130.4,14.7 L130.4,35 L146.8,35 L146.8,42.2 L130.4,42.2 L130.4,95 C130.4,99.4 131.2,102.7 132.8,104.8 C134.4,107 137,108 140.7,108 C142.2,108 144.5,107.8 147.8,107.3 L148.2,114.4 C145.9,115.2 142.8,115.6 138.8,115.6 C132.8,115.6 128.4,113.9 125.7,110.4 C123,106.9 121.6,101.8 121.6,95 L121.6,42.1 L107,42.1 L107,34.9 L121.6,34.9 L121.6,14.6 L130.4,14.6 L130.4,14.7 Z' id='Shape'/%3E%3Cpath d='M195.7,115.7 C189,115.7 182.9,114 177.4,110.7 C172,107.4 167.7,102.8 164.7,96.8 C161.7,90.9 160.2,84.2 160.2,76.8 L160.2,73.7 C160.2,66.1 161.7,59.2 164.6,53.1 C167.6,47 171.7,42.2 176.9,38.7 C182.2,35.2 187.9,33.5 194,33.5 C203.6,33.5 211.2,36.8 216.9,43.4 C222.6,50 225.4,58.9 225.4,70.3 L225.4,75.2 L168.9,75.2 L168.9,76.9 C168.9,85.9 171.5,93.4 176.6,99.3 C181.8,105.3 188.2,108.3 196,108.3 C200.7,108.3 204.8,107.4 208.4,105.7 C212,104 215.2,101.3 218.2,97.5 L223.7,101.7 C217.3,111 207.9,115.7 195.7,115.7 Z M194.1,41 C187.5,41 182,43.4 177.4,48.3 C172.9,53.1 170.1,59.6 169.2,67.8 L216.7,67.8 L216.7,66.8 C216.5,59.2 214.3,53 210.2,48.2 C206.1,43.3 200.7,41 194.1,41 Z' id='Shape'/%3E%3Cpolygon id='Shape' points='252.3 114.2 243.5 114.2 243.5 1.7 252.3 1.7'/%3E%3Cpolygon id='Shape' points='285.9 114.2 277.1 114.2 277.1 1.7 285.9 1.7'/%3E%3Cpath d='M340.4,115.7 C333.7,115.7 327.6,114 322.1,110.7 C316.7,107.4 312.4,102.8 309.4,96.8 C306.4,90.9 304.9,84.2 304.9,76.8 L304.9,73.7 C304.9,66.1 306.4,59.2 309.3,53.1 C312.3,47 316.4,42.2 321.6,38.7 C326.9,35.2 332.6,33.5 338.7,33.5 C348.3,33.5 355.9,36.8 361.6,43.4 C367.3,50 370.1,58.9 370.1,70.3 L370.1,75.2 L313.6,75.2 L313.6,76.9 C313.6,85.9 316.2,93.4 321.3,99.3 C326.5,105.3 332.9,108.3 340.7,108.3 C345.4,108.3 349.5,107.4 353.1,105.7 C356.7,104 359.9,101.3 362.9,97.5 L368.4,101.7 C362,111 352.7,115.7 340.4,115.7 Z M338.8,41 C332.2,41 326.7,43.4 322.1,48.3 C317.6,53.1 314.8,59.6 313.9,67.8 L361.4,67.8 L361.4,66.8 C361.2,59.2 359,53 354.9,48.2 C350.8,43.3 345.4,41 338.8,41 Z' id='Shape'/%3E%3Cpath d='M416.5,108.3 C422.6,108.3 427.7,106.6 431.8,103.1 C435.9,99.7 438.2,95.2 438.5,89.7 L446.9,89.7 C446.7,94.5 445.1,98.9 442.4,102.9 C439.7,106.9 435.9,110 431.3,112.2 C426.7,114.4 421.7,115.6 416.5,115.6 C406.1,115.6 397.9,112 391.8,104.8 C385.7,97.6 382.7,87.9 382.7,75.6 L382.7,73 C382.7,65.2 384.1,58.3 386.8,52.3 C389.5,46.3 393.5,41.7 398.6,38.4 C403.7,35.1 409.7,33.5 416.5,33.5 C425.2,33.5 432.4,36.1 438,41.3 C443.6,46.5 446.7,53.3 447,61.7 L438.6,61.7 C438.2,55.5 436,50.5 431.9,46.7 C427.8,42.9 422.7,41 416.5,41 C408.6,41 402.4,43.9 398.1,49.6 C393.7,55.3 391.5,63.3 391.5,73.6 L391.5,76.2 C391.5,86.3 393.7,94.2 398.1,99.9 C402.4,105.4 408.5,108.3 416.5,108.3 Z' id='Shape'/%3E%3Cpath d='M478.1,14.7 L478.1,35 L494.5,35 L494.5,42.2 L478.1,42.2 L478.1,95 C478.1,99.4 478.9,102.7 480.5,104.8 C482.1,107 484.7,108 488.4,108 C489.9,108 492.2,107.8 495.5,107.3 L495.9,114.4 C493.6,115.2 490.5,115.6 486.5,115.6 C480.5,115.6 476.1,113.9 473.4,110.4 C470.7,106.9 469.3,101.8 469.3,95 L469.3,42.1 L454.7,42.1 L454.7,34.9 L469.3,34.9 L469.3,14.6 L478.1,14.6 L478.1,14.7 Z' id='Shape'/%3E%3Cpath d='M552.3,92.3 C552.3,89.7 551,87.7 548.5,86.2 C545.9,84.7 541.8,83.4 536.2,82.2 C517.4,78.2 507.9,70.2 507.9,58.2 C507.9,51.2 510.8,45.3 516.7,40.6 C522.5,35.9 530.2,33.5 539.6,33.5 C549.7,33.5 557.7,35.9 563.7,40.6 C569.7,45.3 572.7,51.5 572.7,59.1 L551.5,59.1 C551.5,56.1 550.5,53.6 548.6,51.6 C546.6,49.6 543.6,48.6 539.4,48.6 C535.8,48.6 533.1,49.4 531.1,51 C529.1,52.6 528.2,54.7 528.2,57.2 C528.2,59.5 529.3,61.4 531.5,62.9 C533.7,64.3 537.5,65.6 542.7,66.6 C548,67.7 552.4,68.8 556,70.2 C567.2,74.3 572.8,81.4 572.8,91.5 C572.8,98.7 569.7,104.6 563.5,109 C557.3,113.5 549.3,115.7 539.5,115.7 C532.9,115.7 527,114.5 521.8,112.1 C516.6,109.7 512.6,106.5 509.7,102.4 C506.8,98.3 505.3,93.8 505.3,89 L525.4,89 C525.6,92.8 527,95.6 529.6,97.6 C532.2,99.6 535.7,100.6 540,100.6 C544.1,100.6 547.1,99.8 549.2,98.3 C551.3,96.8 552.3,94.8 552.3,92.3 Z' id='Shape'/%3E%3Cpath d='M583.2,73.8 C583.2,65.9 584.7,58.9 587.7,52.8 C590.7,46.6 595.1,41.9 600.8,38.5 C606.5,35.1 613.1,33.4 620.6,33.4 C631.3,33.4 640,36.7 646.8,43.2 C653.6,49.7 657.3,58.6 658.1,69.9 L658.2,75.3 C658.2,87.5 654.8,97.2 648,104.6 C641.2,111.9 632.1,115.6 620.7,115.6 C609.3,115.6 600.2,111.9 593.3,104.6 C586.4,97.3 583.1,87.3 583.1,74.7 L583.1,73.8 L583.2,73.8 Z M604.4,75.3 C604.4,82.8 605.8,88.6 608.6,92.6 C611.4,96.6 615.5,98.6 620.8,98.6 C625.9,98.6 629.9,96.6 632.8,92.7 C635.7,88.8 637.1,82.5 637.1,73.8 C637.1,66.4 635.7,60.7 632.8,56.6 C629.9,52.5 625.9,50.5 620.6,50.5 C615.4,50.5 611.4,52.5 608.6,56.6 C605.8,60.6 604.4,66.9 604.4,75.3 Z' id='Shape'/%3E%3Cpath d='M677.1,114.2 L677.1,50.5 L665.3,50.5 L665.3,35 L677.1,35 L677.1,28.3 C677.1,19.4 679.7,12.5 684.8,7.6 C689.9,2.7 697,0.2 706.2,0.2 C709.1,0.2 712.7,0.7 717,1.7 L716.8,18 C715,17.6 712.9,17.3 710.4,17.3 C702.4,17.3 698.5,21.1 698.5,28.6 L698.5,35 L714.2,35 L714.2,50.5 L698.5,50.5 L698.5,114.2 L677.1,114.2 L677.1,114.2 Z' id='Shape'/%3E%3Cpath d='M750.4,15.5 L750.4,35 L763.9,35 L763.9,50.5 L750.4,50.5 L750.4,90 C750.4,92.9 751,95 752.1,96.3 C753.2,97.6 755.4,98.2 758.5,98.2 C760.8,98.2 762.9,98 764.7,97.7 L764.7,113.7 C760.5,115 756.3,115.6 751.9,115.6 C737.1,115.6 729.5,108.1 729.2,93.1 L729.2,50.4 L717.6,50.4 L717.6,34.9 L729.2,34.9 L729.2,15.4 L750.4,15.4 L750.4,15.5 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
  background-position: center;
  background-image: url("../images/old2960/favicon.png");
  display: block;
  height: 40px;
  width: 146px;
  transition: transform 0.3s;
}.nav--case-main .nav__btn,
.nav--case-main .nav__logo {
  transform: translateY(50%);
}@media (min-width: 651px) and (max-width: 992px) {
  .container {
    width: 100%;
    padding-right: 1.875em;
    padding-left: 1.875em;
  }
  .nav__logo {
    left: 1.875em;
  }
  .nav__btn {
    right: 1.875em;
  }
}@media (min-width: 1280px) {
  .nav__btn {
    right: 0;
  }
  .nav__logo {
    left: 0;
  }
}@media (max-width: 767px) {
  .container--flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flickity-prev-next-button.next {
    right: 14px;
  }
  .flickity-prev-next-button.previous {
    left: 14px;
  }
  .footer .container {
    padding: 0 20px;
  }
  .footer__flexbox {
    margin: auto;
  }
  .footer__copyright {
    padding: 0;
  }
  .footer__phones {
    margin-bottom: 10px;
  }
  .footer__phones > span {
    display: block;
  }
  .footer__year {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
  }
  .footer__privacy {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .footer__menu {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__menu .menu-item-has-children {
    padding: 0;
    width: 100%;
    border-top: 1px solid rgba(151, 151, 151, 0.15);
  }
  .footer__menu .menu-item-has-children:nth-last-child(1) {
    border-bottom: 1px solid rgba(151, 151, 151, 0.15);
  }
  .footer__menu .menu-item-has-children > a:before {
    content: "";
    background-image: url(//www.mozartdevs.com/blog/wp-content/themes/mozartdevs/css.r/../img/arrow-right.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 7px;
    transform: translateY(-50%);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
  }
  .footer__menu .menu-item-has-children > a {
    line-height: 2.86;
    margin-bottom: 0;
    width: 100%;
  }
  .footer__menu .sub-menu {
    padding-left: 10px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .footer__about {
    margin-top: 40px;
  }
  .nav__btn {
    right: 30px;
  }
  .nav__btn .get-touch {
    display: none;
  }
  .nav__logo {
    left: 30px;
  }
  .flex-3 {
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
  }
  .flex-4 {
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  .contact-section:not(.new-style) {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .contact-section .bkg_inner {
    height: 100%;
  }
  .contact-section .bound.flex {
    flex-wrap: wrap;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-section:not(.new-style) .contact-form {
    border-radius: 8px 8px 0 0;
    padding: 2.5em 1.25em;
  }
  .contact-information {
    border-radius: 0 0 8px 8px;
    padding: 2.5em 1.25em;
  }
  .contact-form .tt {
    font-size: 2em;
    line-height: 1.125;
    margin-bottom: 0.9375em;
    margin-top: 0;
  }
  .contact-section .flex {
    flex-wrap: wrap;
  }
  .contact-section .form__submit {
    width: 100%;
  }
}
.has-active-menu .nav-mobile .btn-close, .logo, .nav-mobile .nav__logo--mobile .logo {
    background-size: cover;
    background-repeat: no-repeat;
}


/*  menu-item-link  */
body.product-engineering-company .nav .menu-item .menu-item-link {
  padding: 0 17px;
}
.nav--case-main.js-scroll {
  background-color: transparent;
}
.nav--case-main.js-scroll .logo {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}


/*  sub-menu-wrapper  */
.nav .has-dropdown.is-hover .sub-menu-wrapper {
  display: block;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-animation: animWrapper 0.3s ease-in-out;
  animation: animWrapper 0.3s ease-in-out;
}

.nav .has-dropdown.is-hover .sub-menu-wrapper .sub-menu-container {
  visibility: visible;
  -webkit-animation: animContainer 0.5s ease-in-out;
  animation: animContainer 0.5s ease-in-out;
}

.nav
  .has-dropdown.is-hover
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: animItem 0.6s ease-in-out;
  animation: animItem 0.6s ease-in-out;
}

.nav
  .has-dropdown.is-hover
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper:nth-child(2n) {
  -webkit-animation: animItem 0.7s ease-in-out;
  animation: animItem 0.7s ease-in-out;
}

.nav .has-dropdown.is-hover > a:before {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: unset;
  transition-delay: unset;
}

.nav .has-dropdown .sub-menu-wrapper {
  display: none;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  height: auto;
  padding: 42px 40px 30px;
  top: 77px;
  left: 0;
  right: 0;
  line-height: normal;
  width: 100vw;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid hsla(0, 0%, 85%, 0.3);
  overflow: hidden;
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container {
  margin: 0 auto;
  max-width: 1200px;
  visibility: hidden;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container,
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .article-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .article-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article-container
  .article__item
  .article__content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container {
  position: relative;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 50px;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  margin: 20px 0 0 30px;
  border-left: 1px solid rgba(50, 50, 50, 0.06);
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu.active {
  opacity: 1;
  -webkit-animation: animList 0.7s ease-in-out;
  animation: animList 0.7s ease-in-out;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu:after {
  content: "";
  display: table;
  clear: both;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu__wrapper:first-child
  .sub-menu__header {
  display: block;
  position: absolute;
  top: -30px;
  left: 20px;
  font-size: 12px;
  color: rgba(50, 50, 50, 0.3);
  font-weight: 600;
  line-height: 1.67;
  text-align: left;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu__header,
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu__list-header {
  display: none;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .sub-menu__list-item:first-child
  .sub-menu__list-header {
  display: block;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu__wrapper:last-child
  .menu-item
  .sub-item-link {
  padding-bottom: 0;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .menu-item {
  width: 100%;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .menu-item
  .sub-item-link {
  text-transform: none;
  word-spacing: normal;
  padding: 0;
  text-align: left;
  display: block;
  width: 270px;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #323232;
  padding-bottom: 15px;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .menu-item
  .sub-item-link
  i {
  display: none;
  position: relative;
  top: 1px;
  right: -4px;
  font-size: 12px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .menu-item
  .sub-item-link
  i.active {
  display: inline;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .menu-item:hover
  .sub-item-link {
  color: #451F53
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .menu-item:hover
  .sub-item-link--list {
  color: #323232;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .menu-item:hover
  i {
  right: -8px;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu--double
  .sub-menu
  .menu-item:hover
  .sub-menu__list-wrapper {
  display: block;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu--double
  .sub-menu__list {
  padding-left: 20px;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu--double
  .menu-item:hover
  .sub-item-link--color {
  color: #323232;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu--double
  .sub-menu__list-item:hover
  .sub-item-link--color {
  color: #451F53
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu--double
  .sub-menu__list-item
  .sub-menu__list-header {
  display: none;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu--double
  .sub-menu__list-item:first-child
  .sub-menu__list-header {
  display: block;
  padding-left: 0;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu__list-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 270px;
  width: 100%;
  min-height: 200px;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu__list-wrapper
  .sub-menu__list
  .sub-menu__list-item
  .sub-item-link--list {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 10px 20px;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu__list-header {
  position: absolute;
  top: -30px;
  font-size: 12px;
  color: rgba(50, 50, 50, 0.3);
  font-weight: 600;
  line-height: 1.67;
  text-align: left;
  padding-left: 20px;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu__list {
  border-left: 1px solid rgba(50, 50, 50, 0.06);
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .sub-menu,
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .sub-menu__list-item {
  display: block;
  line-height: normal;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .sub-menu:last-child
  .sub-item-link,
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .sub-menu__list-item:last-child
  .sub-item-link {
  padding-bottom: 0;
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .sub-menu:hover
  .sub-item-link--list,
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .sub-menu__list-item:hover
  .sub-item-link--list {
  color: #451F53
}

.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu
  .service--main
  a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}


/*  sub-menu-container (suite)  */
.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li:hover
  .sub-menu__list-wrapper {
  display: block;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  .sub-menu__list-wrapper {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 40px;
}

.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  .sub-menu__list-wrapper
  .sub-menu__list {
  text-align: left;
}

.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  .sub-menu__list-wrapper
  .sub-menu__list
  .sub-menu__list-header:first-of-type {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #323232;
  opacity: 0.3;
}

.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  .sub-menu__list-wrapper
  .sub-menu__list-item {
  display: inline-block;
  
  padding-right: 80px;
  margin-top: 20px;
}

.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  .sub-menu__list-wrapper
  .sub-menu__list-item
  a {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #323232;
}

.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  .sub-menu__list-wrapper
  .sub-menu__list-item
  a:hover {
  color: #451F53
}


/*  main-menu-list  */
.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  > a
  p.menu-description {
  padding-right: 50px;
}
.menu-item-services .sub-menu-container .main-menu-list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  .sub-menu-list-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  text-align: left;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  .sub-menu-list-container
  li:hover
  a {
  background-color: unset !important;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  .sub-menu-list-container
  a {
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #451f53;
  display: block;
  margin: 0 0 0 13px;
  padding-left: 20px;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  .sub-menu-list-container
  a
  i {
  position: relative;
  top: 1px;
  right: -4px;
  font-size: 12px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  color: #451f53;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  .sub-menu-list-container
  ul.sub-menu {
  margin: 0 0 0 13px !important;
  height: 63.5% !important;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  .sub-menu-list-container
  ul.sub-menu:after {
  content: none !important;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  .sub-menu-list-container
  ul.sub-menu
  li.menu-item {
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  .sub-menu-list-container
  ul.sub-menu
  li.menu-item
  a {
  padding-bottom: 8px !important;
}
.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
}
.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(50, 50, 50, 0.06);
  left: 0;
  bottom: 70px;
  z-index: -1;
}
.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu > li {
  height: 355px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li:hover
  > a {
  background-color: #fafafa;
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu > li > a {
  text-align: left;
  display: block;
  padding: 15px 0 1px 15px;
}
.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu > li > a p {
  font-size: 14px;
  line-height: 20px;
  color: #323232;
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 20px;
}

.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  > a
  img {
  max-width: 210px;
  margin-bottom: 11px;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  > a
  p.menu-title {
  font-size: 16px;
  line-height: 30px;
  color: #323232;
  font-weight: 600;
}
.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  > a
  p.read-more {
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #451f53;
  display: block;
}
.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu > li > a i {
  position: relative;
  top: 1px;
  right: -4px;
  font-size: 12px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  color: #451f53;
}


/*  read-more  */
@media only screen and (max-width: 1024px) {
  .enterprise-core-mob {
    position: relative;
    padding-bottom: 40px;
    width: 100%;
  }
  .enterprise-core-mob * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .enterprise-core-mob #particles {
    height: 2920px;
  }
  .enterprise-core-mob .tech-container {
    margin: 60px auto;
    width: 276px;
    border: 1px solid #aac7ed;
    border-top: none;
    border-bottom: none;
    background-color: #fff;
  }
  .enterprise-core-mob .tech-item {
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
  }
  .enterprise-core-mob .tech-item.main {
    margin-top: 0;
    padding-top: 32px;
    min-height: 140px;
    border: 1px solid #451f53;
    background-color: #451f53;
  }
  .enterprise-core-mob .tech-item.main,
  .enterprise-core-mob .tech-item.main .read-more-wrap {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .enterprise-core-mob .tech-item.main .tech-triangle {
    position: absolute;
    left: -2px;
    bottom: -41px;
  }
  .enterprise-core-mob .tech-item.main .tech-triangle.up {
    top: -41px;
  }
  .enterprise-core-mob .tech-item.main h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
  }
  .enterprise-core-mob .tech-item.main p {
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .enterprise-core-mob .tech-item.main label.main {
    color: #fff;
    z-index: 1;
  }
  .enterprise-core-mob .tech-item.main label.main:before {
    bottom: -87px;
  }
  .enterprise-core-mob .tech-item.main label.main:after {
    bottom: -92px;
    border-color: #fff;
  }
  .enterprise-core-mob .tech-item.main .bg-cube {
    position: absolute;
    height: 180px;
    width: 180px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(img/about-page/cube.png);
  }
  .enterprise-core-mob .tech-item img {
    margin: 0 auto;
    width: 85px;
  }
  .enterprise-core-mob .tech-item h3 {
    font-size: 16px;
    text-align: center;
  }
  .enterprise-core-mob .tech-item p {
    font-size: 0;
    opacity: 0;
    max-height: 0;
  }
  .enterprise-core-mob .tech-item .item-list {
    display: block;
    margin: 0 auto;
    padding: 10px 0 5px 24px;
    width: 180px;
    list-style-type: none;
    pointer-events: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .enterprise-core-mob .tech-item .item-list li {
    font-size: 14px;
    line-height: 1.43;
    color: #323232;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .enterprise-core-mob .tech-item .item-list li:not(:last-child):before {
    content: "";
    display: inline-block;
    margin-left: -16px;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background-color: #451f53;
  }
  .enterprise-core-mob .tech-item .item-list li a {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    padding: 0;
    margin-top: 15px;
    font-weight: 600;
    line-height: 1.88;
    color: #451f53;
    text-transform: uppercase;
    bottom: 5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .enterprise-core-mob .tech-item .item-list li a i {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    margin-left: 8px;
    line-height: 2;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .enterprise-core-mob .tech-item .read-more-state {
    display: none;
  }
  .enterprise-core-mob .tech-item .read-more-state:checked ~ .read-more-wrap {
    padding-bottom: 28px;
  }
  .enterprise-core-mob .tech-item .read-more-state:checked ~ .read-more-wrap li,
  .enterprise-core-mob .tech-item .read-more-state:checked ~ .read-more-wrap p {
    opacity: 1;
    font-size: inherit;
    max-height: 290px;
  }
  .enterprise-core-mob
    .tech-item
    .read-more-state:checked
    ~ .read-more-wrap
    li
    a,
  .enterprise-core-mob
    .tech-item
    .read-more-state:checked
    ~ .read-more-wrap
    p
    a {
    opacity: 1;
    font-size: 16px;
    max-height: 290px;
  }
  .enterprise-core-mob
    .tech-item
    .read-more-state:checked
    ~ .read-more-wrap
    li
    a
    i,
  .enterprise-core-mob
    .tech-item
    .read-more-state:checked
    ~ .read-more-wrap
    p
    a
    i {
    max-height: 290px;
    opacity: 1;
    font-size: 11px;
  }
  .enterprise-core-mob .tech-item .read-more-state ~ .read-more-trigger:before {
    content: "See more";
    position: absolute;
    width: 72px;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .enterprise-core-mob .tech-item .read-more-state:checked ~ .bg-cube {
    background-image: none;
  }
  .enterprise-core-mob
    .tech-item
    .read-more-state:checked
    ~ .read-more-trigger:before {
    content: "Close";
    bottom: -30px;
  }
  .enterprise-core-mob
    .tech-item
    .read-more-state:checked
    ~ .read-more-trigger:after {
    bottom: -1px;
    -webkit-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  .enterprise-core-mob .tech-item .read-more-trigger {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 72px;
    font-size: 14px;
    line-height: 2.14;
    text-align: center;
    color: #323232;
    cursor: pointer;
  }
  .enterprise-core-mob .tech-item .read-more-trigger:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #323232;
    border-left: 1px solid #323232;
  }
  .enterprise-core-mob .tech-item .tech-triangle {
    position: absolute;
    left: -1px;
    bottom: -41px;
  }
  .enterprise-core,
  .enterprise-core * {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog-feed__read-more {
    display: none;
  }
}


/*  isoi-angle-right  */
.footer__link:hover .isoi-angle-right {
  margin-left: 10px;
}
.footer__link .isoi-angle-right {
  transition: margin-left 0.3s ease;
  padding-left: 12px;
  line-height: 34px;
}
.isoi-angle-right:before {
  content: "\E00D";
}


/*  article__content  */
.nav .has-dropdown.is-hover .article__content {
  position: relative;
}
.nav .has-dropdown.is-hover .article__content:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #fff transparent transparent;
}


/*  article_link  */
.nav .has-dropdown.is-hover .article__link {
  position: relative;
  display: block;
  font-size: 0;
  padding: 0;
}


/*  article_description  */
.nav .has-dropdown.is-hover .article__description {
  position: absolute;
  top: 0;
  text-align: left;
  padding: 70px 30px 0;
  font-size: 16px;
  color: #fff;
  text-transform: none;
  font-weight: 500;
}


/*  pricing-container  */
.pricing-container {
            background-color: #f9f7ff;
            padding: 60px 20px;
            border-radius: 15px;
            margin: 40px 0;
            box-shadow: 0 10px 30px rgba(69, 31, 83, 0.1);
            font-family: "Segoe UI", Roboto, Arial, sans-serif;
        }


/*  pricing-header  */
.pricing-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .pricing-header .section-title {
            color: #451F53;
            font-size: 2.2rem;
            margin-bottom: 15px;
        }

        .pricing-header .section-intro {
            color: #666;
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto;
        }


/*  section-title  */
.section-title {
  font-size: 2rem;
  color: var(--primary-dark);
  margin-bottom: var(--space-sm);
  text-align: center;
  font-weight: 700;
}


/*  section-intro  */
.section-intro {
  color: var(--gray-dark);
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-lg);
  font-size: 1.1rem;
}


/*  pricing-tabs  */
.pricing-tabs {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 30px;
        }


/*  tab-btn  */
.tab-btn {
            background: white;
            border: 2px solid #e0d7f0;
            color: #451F53;
            padding: 12px 25px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }

        .tab-btn:hover, .tab-btn.active {
            background: #451F53;
            color: white;
            border-color: #451F53;
        }


/*  pricing-card  */
.pricing-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin: 0 auto 30px; /* centre horizontalement */
            width: 100%; /* occupe toute la largeur disponible */
            max-width: 900px; /* limite la largeur max */
            padding: 0 15px; /* petits espacements sur les côtés */
            box-sizing: border-box;
        }
        @media (max-width: 768px) {
            .pricing-cards {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin: 0 auto;
            }
            
            .tab-btn {
                padding: 10px 15px;
                font-size: 0.9rem;
            }
        }
        .pricing-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(69, 31, 83, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: none;
        }

        .pricing-card.active {
            display: block;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(69, 31, 83, 0.15);
        }


/*  card-header  */
.card-header {
            background: #451F53;
            color: white;
            padding: 25px 20px;
            text-align: center;
        }

        .card-header i {
            font-size: 2.5rem;
            margin-bottom: 15px;
            display: block;
        }

        .card-header h3 {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 600;
        }


/*  card-price  */
.card-price {
            padding: 25px 20px;
            text-align: center;
            font-size: 1.2rem;
            color: #666;
            border-bottom: 1px solid #eee;
        }

        .card-price span {
            color: #451F53;
            font-size: 2rem;
            font-weight: 700;
            display: block;
            margin-bottom: 5px;
        }


/*  card-features  */
.card-features {
            padding: 25px 20px;
            list-style: none;
            margin: 0;
        }

        .card-features li {
            padding: 12px 0;
            border-bottom: 1px dashed #eee;
            display: flex;
            align-items: center;
        }

        .card-features li:last-child {
            border-bottom: none;
        }

        .card-features i {
            color: #f39200;
            margin-right: 10px;
            font-size: 1.1rem;
        }


/*  card-footer  */
.card-footer {
            padding: 20px;
            text-align: center;
        }


/*  card-btn  */
.card-btn {
            display: inline-block;
            background: #451F53;
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 2px solid #451F53;
        }

        .card-btn:hover {
            background: white;
            color: #451F53;
        }


/*  pricing-note  */
.pricing-note {
            background: #e8f4ff;
            color: #38393a;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .pricing-note i {
            font-size: 1.5rem;
        }


/*  app-cta  */
.app-cta {
  padding: var(--space-xl) 0;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  color: white;
  text-align: center;
}
.mobile-app-cta {
  background: url(img/mobile-app/Bitmap.webp) 50% / cover no-repeat;
  height: 210px;
}
.mobile-app-cta .service-cta__white {
  font-weight: 600;
}
@media (max-width: 575px) {
  .mobile-app-cta {
    height: auto;
  }
}
.mobile-app-cta .button--white-green {
  min-width: 220px;
}
@media (max-width: 575px) {
  .mobile-app-cta .button--white-green {
    font-size: 16px;
    min-height: 50px;
  }
}
.mobile-app-cta .service-cta__text-area--team-extension {
  max-width: 700px;
  margin: 0 89px 0 0;
}
@media (max-width: 991px) {
  .mobile-app-cta .service-cta__text-area--team-extension {
    max-width: 460px;
    margin: 0 30px 0 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .mobile-app-cta .service-cta__text-area--team-extension {
    max-width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}


/*  cta-content  */
.cta-content h2 {
  font-size: 2rem;
  color: #F5F5F5;
  margin-bottom: var(--space-md);
}

.cta-content p {
  margin-bottom: var(--space-lg);
  font-size: 1.1rem;
  opacity: 0.9;
}


/*  app-process  */
.app-process {
  padding: var(--space-xl) 0;
  background-color: var(--light-color);
}


/*  process-steps  */
.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.process-step {
  background-color: white;
  border-radius: var(--border-radius-md);
  padding: var(--space-md);
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
  transition: transform var(--transition-normal);
}

.process-step:hover {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .app-dev-hero .container {
    flex-direction: row;
    text-align: left;
  }

  .hero-content {
    text-align: left;
  }

  .platforms-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/*  step-number  */
.step-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-light);
  background-color: var(--light-color);
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius-round);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


/*  step-content  */
.step-content h3 {
  color: var(--primary-dark);
  margin-bottom: var(--space-sm);
}


/*  step-features  */
.step-features {
  list-style: none;
}

.step-features li {
  margin-bottom: var(--space-xs);
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.step-features i {
  color: var(--secondary-color);
}


/*  stack_title  */
.stack-block__wrapper .stack__title {
  text-transform: uppercase;
  padding-bottom: 40px;
  max-width: 310px;
}

@media screen and (max-width: 767px) {
  .stack-block__wrapper .stack__title {
    text-align: center;
    margin: 0 auto;
  }
}

.stack-block__wrapper .stack__title--web {
  padding-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .stack-block__wrapper .stack__title--web {
    padding-bottom: 40px;
  }
}


/*  stack_item  */
.stack-block__wrapper .stack__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75px 65%;
  grid-template-columns: 75px 65%;
  grid-column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .stack-block__wrapper .stack__item {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
}

.stack-block__wrapper .stack__item:last-child {
  margin-bottom: 0;
}


/*  stack_name  */
.stack-block__wrapper .stack__name {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #323232;
  max-width: 112px;
}

@media screen and (max-width: 767px) {
  .stack-block__wrapper .stack__name {
    max-width: 100%;
  }
}
.technology-stack .stack__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #323232;
}


/*  footer_flexbox-main  */
.footer__flexbox-main {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 50px;
  font-size: 14px;
  line-height: 1.71;
  border-bottom: 1px solid rgba(50, 50, 50, 0.06);
}

@media screen and (max-width: 1220px) {
  .footer__flexbox-main {
    padding: 0 40px 50px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__flexbox-main {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer__flexbox-main {
    line-height: 2.43;
    margin: auto;
    border-bottom: none;
  }
}


/*  footer_menu-wrapper  */
.footer__menu-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .footer__menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}


/*  footer_menu  */
.footer__menu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.31;
  color: #323232;
}

@media screen and (max-width: 767px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__menu .has-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .footer__menu .has-dropdown {
    padding: 0 20px 40px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu .has-dropdown {
    padding: 0;
    width: 100%;
    border-top: 1px solid hsla(0, 0%, 59%, 0.15);
  }

  .footer__menu .has-dropdown:last-child {
    border-bottom: 1px solid hsla(0, 0%, 59%, 0.15);
  }
}

.footer__menu .has-dropdown > a {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #323232;
}

.footer__menu .has-dropdown > a:hover {
  color: #230E09;
}

@media screen and (max-width: 767px) {
  .footer__menu .has-dropdown > a:before {
    content: "";
    background-image: url(img/icons/arrow-right.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu .has-dropdown > a {
    line-height: 2.86;
    margin-bottom: 0;
    width: 100%;
  }
}

.footer__menu .has-dropdown .arrow-down:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
  .footer__menu .sub-menu {
    padding-left: 10px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.footer__menu .sub-menu a {
  color: #323232;
  font-weight: 400;
}

.footer__menu .sub-menu a:hover {
  color: #230E09;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__menu .menu-item-has-children {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .footer__menu .menu-item-has-children {
    padding: 0 0 40px;
    width: 50%;
  }
}
.footer__menu .menu-item-has-children > a {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #323232;
}
.footer__menu .menu-item-has-children > a:hover {
  color: #230e09;
}
@media screen and (max-width: 767px) {
  .footer__menu .menu-item-has-children {
    padding: 0;
    width: 100%;
    border-top: 1px solid rgba(151, 151, 151, 0.15);
  }
  .footer__menu .menu-item-has-children:nth-last-child(1) {
    border-bottom: 1px solid rgba(151, 151, 151, 0.15);
  }
  .footer__menu .menu-item-has-children > a:before {
    content: "";
    background-image: url(//www.mozartdevs.com/blog/wp-content/themes/mozartdevs/css/../img/arrow-right.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 7px;
    transform: translateY(-50%);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
  }
  .footer__menu .menu-item-has-children > a {
    line-height: 2.86;
    margin-bottom: 0;
    width: 100%;
  }
  .footer__menu .sub-menu {
    padding-left: 10px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
}
.footer__menu .menu-item-has-children .arrow-down:before {
  transform: translateY(-50%) rotate(90deg);
}


/*  has-dropdown  */
.nav .has-dropdown > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -32px;
  left: 0;
  background-color: #451F53;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: none;
  transition: none;
}

.nav .has-dropdown:last-child {
  margin-right: 160px;
}
.nav .has-dropdown.is-hover .article__img {
  max-width: 550px;
}
.nav-mobile .c-menu__items .has-dropdown {
  position: relative;
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu {
  display: none;
  width: 100%;
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown {
  overflow: hidden;
  position: unset;
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown > a:after {
  background-image: url(img/row-blue.svg);
  width: 13px;
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown .sub-menu {
  display: block;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  position: unset;
  padding-left: 20px;
}

.nav-mobile
  .c-menu__items
  .has-dropdown
  .sub-menu
  .has-dropdown
  .sub-menu
  li
  a {
  font-weight: 400;
}

.nav-mobile
  .c-menu__items
  .has-dropdown
  .sub-menu
  .has-dropdown.active
  .sub-menu {
  max-height: 900px;
  padding-bottom: 0;
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown.active > a {
  padding-left: 20px;
}

.nav-mobile
  .c-menu__items
  .has-dropdown
  .sub-menu
  .has-dropdown.active
  > a:after {
  background-image: url(img/shape-copy-33.svg);
  width: 12px;
  height: 7px;
  right: 20px;
  top: 17px;
  left: unset;
}

.nav-mobile .c-menu__items .has-dropdown.active {
  position: absolute;
  width: 100%;
  top: 10px;
  background-color: #fff;
  height: 100%;
  z-index: 100;
}

.nav-mobile .c-menu__items .has-dropdown.active > a {
  color: #451f53;
  padding-left: 35px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-mobile .c-menu__items .has-dropdown.active > a:after {
  background-image: url(img/shape-copy-3.svg);
  width: 7px;
  height: 12px;
  left: 20px;
  top: 24px;
}

.nav-mobile .c-menu__items .has-dropdown.active > .sub-menu {
  display: block;
  position: absolute;
  right: -100px;
  -webkit-animation: slide-1 0.5s forwards;
  animation: slide-1 0.5s forwards;
  background-color: #fff;
  z-index: 100;
  padding-bottom: 200px;
}

.nav-mobile
  .c-menu__items
  .has-dropdown.active
  > .sub-menu
  li
  .sub-menu
  li:nth-child(3) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav-mobile .c-menu__items .has-dropdown.active > .sub-menu li .sub-menu li a {
  font-weight: 400;
}

.nav-mobile
  .c-menu__items
  .has-dropdown.active
  > .sub-menu
  li:nth-child(-n + 3)
  a {
  font-weight: 600;
}

.nav-mobile .c-menu__items .has-dropdown.active > .sub-menu li:nth-child(3) {
  border-bottom: 1px solid rgba(50, 50, 50, 0.06);
  margin-bottom: 30px;
}

.nav-mobile .c-menu__items .has-dropdown.active > .sub-menu li a {
  font-weight: 400;
  line-height: 50px;
  padding: 0 20px;
}

.nav-mobile .c-menu__items .has-dropdown li a {
  text-transform: none;
  font-weight: 600;
  color: #323232;
  padding: 12px 20px;
}

.nav-mobile .c-menu__items .has-dropdown > a {
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-mobile .c-menu__items .has-dropdown > a:after {
  content: "";
  position: absolute;
  background-image: url(img/shape-copy-2.svg);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-mobile .c-menu__items .has-dropdown li.service--main a {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.nav-mobile .c-menu__items .has-dropdown li.service--main a:hover {
  color: #451f53;
}


/*  footer_address  */
.footer__address {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .footer__address {
    max-width: 145px;
  }
}
.footer__address a.footer__link {
  padding: 0;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
}

.footer__address a.footer__link:hover i {
  margin-left: 10px;
}

.footer__address a.footer__link i {
  margin-left: 0;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}


/*  footer_heading  */
.footer__email,
.footer__heading,
.footer__phone {
  font-size: 14px;
  font-weight: 600;
}
.footer__heading {
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 14px;
  color: #323232;
  cursor: pointer;
  display: inline-block;
}
.footer__heading:hover {
  color: #230e09;
}


/*  footer_office  */
.footer__office:nth-child(odd) {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
}


/*  footer_tel  */
.footer__tel,
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  .sub-menu--double
  .sub-menu__list {
  padding-left: 20px;
}
.footer__tel {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 10px;
  color: #451f53;
  background-image: url(//www.mozartdevs.com/blog/wp-content/themes/mozartdevs/css/../img/tel.png);
  background-repeat: no-repeat;
}


/*  footer_about-mobile  */
.footer__about-mobile {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__about-mobile {
    margin-top: 40px;
    padding: 0;
    display: block;
  }
}


/*  footer_copyright  */
.footer__flexbox + .footer__copyright {
  margin-top: 25px;
}
.footer__copyright {
  font-size: 14px;
  margin-top: 25px;
  padding: 0 30px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 460px) {
  .footer__copyright {
    margin-top: 35px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding: 0;
  }
  .footer__year {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
  }
}
body.mobile-app-developer .footer__copyright,
body.product-engineering-company .footer__copyright,
body.webinar-construction .footer__copyright {
  font-size: 16px;
  font-weight: 300;
  color: rgba(94, 114, 131, 0.5);
  justify-self: center;
  margin-top: 0;
  padding: 0;
  line-height: 1.15;
  display: block;
}
@media (max-width: 768px) {
  body.mobile-app-developer .footer__copyright,
  body.product-engineering-company .footer__copyright,
  body.webinar-construction .footer__copyright {
    text-align: center;
    padding-top: 20px;
  }
}


/*  footer_copy-container  */
@media screen and (max-width: 460px) {
  .footer__copy-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin-top: 35px;
  }
}


/*  footer_privacy  */
.footer__privacy {
  color: #323232;
  font-weight: 300;
  border-left: 1px solid rgba(50, 50, 50, 0.5);
  padding-left: 15px;
  margin-left: 10px;
}
.footer__privacy:hover {
  color: #230e09;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    display: block;
    padding-bottom: 5px;
    line-height: 1;
  }
}
body.mobile-app-developer .footer__privacy,
body.product-engineering-company .footer__privacy,
body.webinar-construction .footer__privacy {
  color: rgba(94, 114, 131, 0.5);
  text-decoration: none;
  margin: 0;
  padding: 0;
  border-left: none;
}
body.mobile-app-developer .footer__privacy:hover,
body.product-engineering-company .footer__privacy:hover,
body.webinar-construction .footer__privacy:hover {
  text-decoration: underline;
  color: #2386fd;
}


/*  social-box_list  */
.social-box__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-box__list,
.social-box__list .social-box__icon {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-box__list .social-box__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background-color: rgba(50, 50, 50, 0.2);
}

.social-box__list .social-box__icon:last-child {
  margin-right: 0;
}

.social-box__list .social-box__icon:hover {
  -webkit-animation: icon-zoom 0.3s linear 1;
  animation: icon-zoom 0.3s linear 1;
}

.social-box__list svg {
  fill: #fff;
  margin: 0 auto;
}


/*  btn-close  */
.has-active-menu .nav-mobile .btn-close {
  position: absolute;
  background-image: url(//www.mozartdevs.com/blog/wp-content/themes/mozartdevs/css.r/../img/close.svg);
  width: 20px;
  height: 20px;
  right: 20px;
  top: 30px;
}


/*  nav-mobile_top  */
.nav-mobile__top .btn {
  height: 50px;
  width: 100%;
  font-size: 16px;
  background: #f39200;
  border-radius: 4px;
}
.nav-mobile__top .btn:hover {
  background: #e04040;
  border-color: #e04040;
}
.nav-mobile__top {
  transform: translate3d(-300px, 0, 0);
  z-index: 999;
  padding: 25px;
  bottom: 0;
  left: 0;
  position: fixed;
  transition: all 0.3s;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -3px 20px rgba(80, 80, 80, 0.1);
}
.c-menu--push-left.is-active,
.c-menu--slide-left.is-active,
.has-active-menu .nav-mobile__top {
  transform: translate3d(0, 0, 0);
}
@media (max-height: 320px) {
  .nav-mobile .c-menu__items li a {
    font-size: 12px;
    padding: 12px 25px;
  }
  .has-active-menu .nav-mobile__top {
    width: 100%;
  }
}


/*  contact-section  */
body.mobile-app-developer .contact-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
body.mobile-app-developer .contact-section .contact-about-wrap {
  width: 55%;
  padding: 44px 0 58px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
body.mobile-app-developer
  .contact-section
  .contact-about-wrap
  .contact-about-header {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.13;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
body.mobile-app-developer
  .contact-section
  .contact-about-wrap
  .contact-about-stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 86.364%;
  max-width: 570px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
}
body.mobile-app-developer
  .contact-section
  .contact-about-wrap
  .contact-about-stats
  .stat-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
body.mobile-app-developer
  .contact-section
  .contact-about-wrap
  .contact-about-stats
  .stat-item:not(:last-child) {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
body.mobile-app-developer
  .contact-section
  .contact-about-wrap
  .contact-about-stats
  .stat-item
  .stat-num {
  display: block;
  margin: 0 auto;
  font-size: 60px;
}
body.mobile-app-developer
  .contact-section
  .contact-about-wrap
  .contact-about-stats
  .stat-item
  .stat-desc {
  display: block;
  margin: 0 auto;
  width: 96px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
body.mobile-app-developer .contact-section .form-wrap__flexbox {
  position: relative;
  width: 45%;
  max-width: 455px;
  padding: 40px;
  background-color: #fff;
}
body.mobile-app-developer .contact-section .form-wrap__flexbox .form__box {
  width: 100%;
  max-width: 355px;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__box
  .form-group:nth-child(1) {
  margin-right: 4px;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__box
  .form-group:nth-child(2) {
  margin-left: 4px;
}
body.mobile-app-developer .contact-section .form-wrap__flexbox .form-group {
  position: relative;
  display: block;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 355px;
  margin-bottom: 10px;
  padding: 0;
  color: rgba(50, 50, 50, 0.6);
  border: none;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form-group
  .form__select {
  height: 40px;
  border: 1px solid rgba(50, 50, 50, 0.1);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form-group
  input[type="text"] {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  padding: 0 35px 0 16px;
  height: 40px;
  width: 100%;
  vertical-align: middle;
  color: #323232;
  border: 1px solid rgba(50, 50, 50, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form-group
  input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(50, 50, 50, 0.1);
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form-group--description {
  padding: 0;
  margin-bottom: 10px;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form-group--description
  .form__textarea {
  color: #323232;
  padding: 10px 35px 0 16px;
  height: 100px;
  min-height: min-content;;
  border: 1px solid rgba(50, 50, 50, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
body.mobile-app-developer .contact-section .form-wrap__flexbox .form__footer {
  margin: 0 auto 30px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .no-validation-icon {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 110px;
  margin: 0;
  width: auto;
  border: none;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .form__checkbox-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  color: rgba(50, 50, 50, 0.6);
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .form__checkbox-label:before {
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: rgba(50, 50, 50, 0.03);
  border: 1px solid #eaeaea;
}
.insights.case-studies .tax-sidebar .case-studies,
.insights.ebooks .tax-sidebar .ebooks,
.insights.videos .tax-sidebar .videos,
.insights.webinars .tax-sidebar .webinars,
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .form__checkbox-label:after {
  border-left: 2px solid #451f53;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .form__checkbox-label:after {
  top: 8px;
  left: 6px;
  border-bottom: 2px solid #451f53;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .upload-wrapper {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 120px;
  height: 30px;
  margin: 0;
  width: auto;
  border: none;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .upload-wrapper
  .upload__label {
  padding: 0;
  height: 25px;
  font-size: 15px;
  line-height: 1.67;
  color: #451f53;
  border: none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
body.mobile-app-developer
  .contact-section
  .form-wrap__flexbox
  .form__footer
  .upload-wrapper
  .upload__label
  i {
  padding-right: 12px;
}
body.mobile-app-developer .contact-section .form-spinner {
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 1400px) {
  body.mobile-app-developer .contact-section .contact-about-wrap {
    padding: 25px 0 30px;
  }
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-stats {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 1200px) {
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-stats {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.mobile-app-developer .contact-section {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
  }
  body.mobile-app-developer .contact-section .contact-about-wrap {
    width: 100%;
  }
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-header {
    max-width: 350px;
    line-height: 38px;
  }
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-stats {
    margin: 21px auto 54px;
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-stats {
    width: 100%;
  }
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    font-size: 35px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1023px) {
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  body.mobile-app-developer
    .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-desc {
    font-size: 10px;
    width: 78px;
  }
}
@media screen and (max-width: 1400px) {
  body.mobile-app-developer .contact-section .form-wrap__flexbox {
    padding: 33px 50px;
    height: auto;
  }
  body.mobile-app-developer .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  body.mobile-app-developer .contact-section .form-wrap__flexbox {
    padding: 15px;
    height: 727px;
  }
  body.mobile-app-developer .contact-section .form-wrap__flexbox .form__box {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 767px) {
  body.mobile-app-developer .contact-section .form-wrap__flexbox {
    padding: 30px;
    width: 100%;
    height: 740px;
  }
  body.mobile-app-developer .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1400px) {
  body.mobile-app-developer
    .contact-section
    .form-wrap__flexbox
    .form-group
    .form__select,
  body.mobile-app-developer
    .contact-section
    .form-wrap__flexbox
    .form-group
    input[type="text"] {
    height: 33px;
    line-height: 34px;
  }
  body.mobile-app-developer
    .contact-section
    .form-wrap__flexbox
    .form-group--description
    .form__textarea {
    height: 85px;
  }
  body.mobile-app-developer .contact-section .form-wrap__flexbox .form__footer {
    margin: 0 auto 27px;
  }
}

@media screen and (max-width: 420px) {
  body.mobile-app-developer
    .contact-section
    .form-wrap__flexbox
    .form__footer
    .form__checkbox-label {
    font-size: 12px;
    line-height: 2.2;
  }
  body.mobile-app-developer
    .contact-section
    .form-wrap__flexbox
    .form__footer
    .upload-wrapper
    .upload__label {
    font-size: 12px;
  }
}
.contact-section .form-wrap__flexbox .form-group .form__select {
  font-size: 16px;
  font-weight: 400;
}
.contact-section .form-wrap__flexbox .form-group input[type="text"] {
  line-height: 33px;
  font-size: 16px;
  font-weight: 400;
}
.contact-section .form-wrap__flexbox .form-group--description .form__textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.contact-section
  .form-wrap__flexbox
  .form__footer
  .upload-wrapper
  .upload__label {
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox {
    padding: 33px 50px;
    height: 700px;
  }
  .contact-section .form-wrap__flexbox .form-group .form__select,
  .contact-section .form-wrap__flexbox .form-group input[type="text"] {
    height: 33px;
    font-weight: 400;
    font-size: 14px;
  }
  .contact-section
    .form-wrap__flexbox
    .form-group--description
    .form__textarea {
    height: 85px;
    font-weight: 400;
    font-size: 14px;
  }
  .contact-section .form-wrap__flexbox .form-group--description {
    margin-bottom: 10px !important;
  }
}
.contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
  line-height: 60px;
}
.contact-section .form-wrap__flexbox .form__box {
  display: -ms-flexbox;
  display: flex;
}
.contact-section .form-wrap__flexbox .form__footer {
  margin: 0 auto 30px;
  -js-display: flex;
  display: flex;
}
.form-group .clear-attach,
.form-group.has-error:before,
.form-group.has-success:not(.js-emptyFiles):before {
  display: none;
}
.contact-section .form-wrap__flexbox .form__footer .upload-wrapper {
  -ms-flex-preferred-size: 50%;
  flex-basis: 100%;
  max-width: 120px;
  width: auto;
}
.contact-section .form-wrap__flexbox .form__footer .upload-wrapper.has-error {
  padding-right: 40px;
}
.contact-section,
.form-small__body {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-section .contact-about-wrap,
.contact-section .contact-about-wrap .contact-about-stats,
.contact-section .contact-about-wrap .contact-about-stats .stat-item {
  -js-display: flex;
  display: flex;
}
.contact-section .form-wrap__flexbox {
  height: 689px;
}
@media screen and (max-width: 1200px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1400px) {
  .contact-section .contact-about-wrap {
    padding: 25px 0 30px;
  }
  .contact-section .form-wrap__flexbox {
    padding: 33px 50px;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .contact-section .form-wrap__flexbox {
    padding: 15px;
    height: 727px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .contact-about-wrap {
    width: 100%;
  }
  .contact-section .contact-about-wrap .contact-about-header {
    max-width: 350px;
  }
  .contact-section .contact-about-wrap .contact-about-stats {
    margin: 70px auto;
  }
  .contact-section .form-wrap__flexbox {
    padding: 30px;
    width: 100%;
    height: 740px;
  }
  .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox .form-group .form__select,
  .contact-section .form-wrap__flexbox .form-group input[type="text"] {
    height: 33px;
  }
}
.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
  margin-bottom: 10px;
}
.contact-section .contact-information ul li,
.contact-section .form-wrap__flexbox .form-group .form__radio label {
  font-weight: 400;
}
.contact-section {
  overflow: hidden;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.contact-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
}
.contact-section.contact-section-new {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-family: Source Sans Pro;
  padding: 40px 0 65px;
}
.contact-section.contact-section-new .contact-info {
  width: 41%;
}
@media screen and (max-width: 991px) {
  .contact-section.contact-section-new .contact-info {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contact-section.contact-section-new {
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-section.contact-section-new .contact-info {
    width: 100%;
  }
}
.contact-section.contact-section-new .contact-info img {
  margin-bottom: 21px;
  width: 100%;
}
.contact-section.contact-section-new .contact-info h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  text-transform: capitalize;
  margin-bottom: 9px;
}
.contact-section.contact-section-new .contact-info p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 35px;
  color: #323232;
}
.contact-section.contact-section-new .contact-info .title-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px;
}
.contact-section.contact-section-new .contact-info .title-link h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  .contact-section.contact-section-new .contact-info .title-link h2 {
    font-size: 32px;
  }
}
.contact-section.contact-section-new .contact-info .title-link a {
  background: #f0f6ff;
  border-radius: 4px;
  padding: 6px 12px;
  text-transform: capitalize;
  color: #451f53;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
}
.contact-section.contact-section-new .contact-info ul {
  margin-top: 15px;
}
.contact-section.contact-section-new .contact-info ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 33px;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-section.contact-section-new .contact-info ul li p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.contact-section.contact-section-new .contact-info ul li span {
  font-family: PT Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #323232;
}
.contact-section.contact-section-new .contact-info ul li img {
  width: 100%;
  height: 100%;
  margin-right: 27px;
  max-width: 76px;
}
.contact-section.contact-section-new .form-wrap__flexbox {
  position: absolute;
  right: 0;
  top: -273px;
  z-index: 100;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .contact-section.contact-section-new .form-wrap__flexbox {
    position: unset;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .contact-section.contact-section-new .form-wrap__flexbox {
    width: 100%;
  }
}
.contact-section .privacy__text a {
  color: #451f53 !important;
}
.contact-section .contact-information {
  background: #451f53;
  border-radius: 4px;
  padding: 123px 40px;
  font-family: Source Sans Pro;
  margin: 50px 0;
  width: 45%;
  max-width: 360px;
  max-height: 540px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contact-section .contact-information {
    margin: 0;
    width: 100%;
    max-width: 499px;
    border-radius: 0;
    padding: 40px 20px 20px;
  }
}
.contact-section .contact-information ul {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.contact-section .contact-information ul li {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 28px;
  counter-increment: my-awesome-counter;
  padding-left: 47px;
  position: relative;
}
.contact-section .contact-information ul li::before {
  content: counter(my-awesome-counter) "";
  width: 28px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}
.contact-section .contact-information h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 13px;
  text-align: center;
  margin-bottom: 41px;
  text-transform: capitalize;
}
.contact-section .privacy__text {
  margin-top: 0;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
}
.contact-section .upload__label span {
  color: #757575;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.contact-section h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  text-transform: capitalize;
  color: #323232;
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .contact-section h3 {
    font-size: 32px;
  }
  .contact-section {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  .contact-section {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
  }
}
.contact-section .contact-about-wrap {
  width: 55%;
  padding: 38px 0 58px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .contact-section .contact-about-wrap {
    padding: 20px 20px 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-section .contact-about-wrap {
    width: 49%;
  }
}
.contact-section .contact-about-wrap .contact-about-header {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.13;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 54px;
}
@media screen and (max-width: 991px) {
  .contact-section .contact-about-wrap .contact-about-header {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .contact-about-wrap {
    width: 100%;
    padding: 0;
  }
  .contact-section .contact-about-wrap .contact-about-header {
    max-width: 350px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}

.contact-section .contact-about-wrap .contact-about-stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 570px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  margin-bottom: 94px;
}
@media screen and (max-width: 1400px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 991px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    height: 111px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    margin: 21px auto 41px;
    height: 95px;
  }
}
.contact-section .contact-about-wrap .contact-about-stats .stat-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.contact-section
  .contact-about-wrap
  .contact-about-stats
  .stat-item:not(:last-child) {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
  display: block;
  margin: 0 auto;
  font-size: 60px;
}
@media screen and (max-width: 1023px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 480px) {
  .contact-section .contact-about-wrap .contact-about-stats {
    width: 100%;
  }
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-num {
    font-size: 35px;
    line-height: 1.29;
  }
}
.contact-section
  .contact-about-wrap
  .contact-about-stats
  .stat-item
  .stat-desc {
  display: block;
  margin: 0 auto;
  width: 96px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-desc {
    font-size: 10px;
    width: 78px;
  }
}
.contact-section .form-wrap__flexbox {
  position: relative;
  width: 55%;
  max-width: 499px;
  padding: 36px 28px 21px;
  background-color: #fff;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox {
    padding: 33px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-section .form-wrap__flexbox {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact-section
    .contact-about-wrap
    .contact-about-stats
    .stat-item
    .stat-desc {
    font-size: 10px;
    line-height: 13px;
  }
  .contact-section .form-wrap__flexbox {
    margin-right: 0;
    width: 51%;
    padding: 30px 15px;
  }
}
.contact-section .form-wrap__flexbox .form__box {
  width: 100%;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .contact-section .form-wrap__flexbox .form__box {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox {
    padding: 20px;
    width: 100%;
    border-radius: 0;
  }
  .contact-section .form-wrap__flexbox .form__box,
  .contact-section .form-wrap__flexbox .form__box .form-group {
    max-width: 100%;
  }
}
.contact-section .form-wrap__flexbox .form-group {
  position: relative;
  display: block;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 443px;
  margin-bottom: 15px;
  padding: 0;
  color: rgba(50, 50, 50, 0.6);
  border: none;
}
.contact-section .form-wrap__flexbox .form-group.form-group-radio {
  margin-bottom: 20px;
}
.contact-section .form-wrap__flexbox .form-group.has-error label.label,
.contact-section .form-wrap__flexbox .form-group.has-success label.label {
  top: -11px;
  color: #451f53;
  background-color: #fff;
  font-size: 12px;
  line-height: 13px;
  padding: 0 5px;
}
.contact-section .form-wrap__flexbox .form-group #phone-number,
.contact-section .form-wrap__flexbox .form-group #phone-number-popup {
  padding-left: 55px;
}
@media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .contact-section .form-wrap__flexbox .form-group .form__select {
    line-height: 34px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox .form-group {
    margin-bottom: 18px;
    max-width: 100%;
  }
  .contact-section .form-wrap__flexbox .form-group input[type="text"] {
    max-width: 100%;
  }
}
.contact-section .form-wrap__flexbox .form-group .form__select {
  height: 40px;
  border: 1px solid rgba(50, 50, 50, 0.1);
}
.contact-section .form-wrap__flexbox .form-group .form__radio label {
  background: #f0f6ff;
  border-radius: 80px;
  font-size: 16px;
  line-height: 18px;
  color: #451f53;
  cursor: pointer;
  padding: 9px 12px;
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 6px;
}
.contact-section .form-wrap__flexbox .form-group .form__radio label:hover {
  background: #451f53;
  color: #fff;
}
.contact-section .form-wrap__flexbox .form-group input[type="text"] {
  padding: 0 35px 0 19px;
  height: 36px;
  width: 100%;
  vertical-align: middle;
  color: #323232;
  border: 1px solid #eaeaea;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
}
@media screen and (max-width: 1400px) {
  .contact-section .form-wrap__flexbox .form-group input[type="text"] {
    line-height: 34px;
    font-size: 15px;
  }
}
.contact-section .form-wrap__flexbox .form-group input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.contact-section
  .form-wrap__flexbox
  .form-group
  input[type="radio"]:checked
  + label {
  background: #451f53;
  color: #fff;
}
.contact-section .form-wrap__flexbox .form-group label.phone-label {
  padding-left: 40px;
  z-index: 100;
}
.contact-section .form-wrap__flexbox .form-group label.phone-label.selected {
  left: 50px;
}
.contact-section .form-wrap__flexbox .form-group label.label {
  position: absolute;
  top: 6px;
  z-index: 10;
  left: 15px;
  transition: all 0.4s ease;
  color: #757575;
  font-size: 16px;
  line-height: 24px;
}
.contact-section .form-wrap__flexbox .form-group label.label.selected + input {
  border-color: #451f53;
}
.contact-section .form-wrap__flexbox .form-group label.label.selected {
  top: -11px;
  color: #451f53;
  background-color: #fff;
  font-size: 12px;
  line-height: 13px;
  padding: 0 5px;
}
.contact-section .form-wrap__flexbox .form-group input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(50, 50, 50, 0.1);
}
.contact-section .form-wrap__flexbox .form-group--description {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
.contact-section .form-wrap__flexbox .form-group--description .form__footer {
  position: absolute;
  right: -9px;
  bottom: 3px;
  max-width: 120px;
  margin-bottom: 0;
}
.contact-section .form-wrap__flexbox .form-group--description .form__textarea {
  color: #323232;
  padding: 10px 35px 0 19px;
  height: 100px;
  min-height: min-content;;
  border: 1px solid rgba(50, 50, 50, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
}
.contact-section .form-wrap__flexbox .form__footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .contact-section
    .form-wrap__flexbox
    .form-group--description
    .form__textarea {
    height: 85px;
  }
  .contact-section .form-wrap__flexbox .form__footer {
    margin: 0 auto 27px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section .form-wrap__flexbox .form__footer {
    max-width: 100%;
  }
}
.contact-section .form-wrap__flexbox .form__footer .no-validation-icon {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 110px;
  margin: 0;
  width: auto;
  border: none;
}
.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  color: rgba(50, 50, 50, 0.6);
  font-family: Source Sans Pro;
}
@media screen and (max-width: 420px) {
  .contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
    font-size: 12px;
    line-height: 2.2;
  }
}
.contact-section
  .form-wrap__flexbox
  .form__footer
  .form__checkbox-label:before {
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: rgba(50, 50, 50, 0.03);
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label:after {
  top: 8px;
  left: 6px;
  border-left: 2px solid #451f53;
  border-bottom: 2px solid #451f53;
}
.contact-section .form-wrap__flexbox .form__footer .upload-wrapper {
  height: 30px;
  margin: 0;
  border: none;
  overflow: visible;
}
.contact-section .form-wrap__flexbox .form__footer .upload-wrapper.has-error {
  max-width: 160px;
}
.contact-section
  .form-wrap__flexbox
  .form__footer
  .upload-wrapper
  .upload__label {
  padding: 0;
  height: 25px;
  color: #451f53;
  border: none;
  font-size: 12px;
  line-height: 22px;
}
.contact-section
  .form-wrap__flexbox
  .form__footer
  .upload-wrapper
  .upload__label
  i {
  padding-right: 5px;
  font-size: 17px;
}
@media screen and (max-width: 420px) {
  .contact-section
    .form-wrap__flexbox
    .form__footer
    .upload-wrapper
    .upload__label {
    font-size: 12px;
  }
}
.contact-section .form-spinner {
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact-new-title {
    font-size: 32px;
  }
  .contact-section .form-wrap__flexbox {
    height: auto;
  }
}
.contacts-popup .contact-section .form-wrap__flexbox .form-group {
  font-family: source sans pro;
}
.contact-section
  .form-contacts-popup.form-wrap__flexbox
  .form-group--description
  .form__footer {
  right: -7px;
  bottom: 10px;
  padding-left: 15px;
}
.contact-section
  .form-wrap__flexbox.form-contacts-popup
  .form__footer
  .no-validation-icon {
  max-width: 100%;
}


/*  contact-section_subheading  */
.contact-section__subheading {
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  text-transform: capitalize;
  color: #323232;
  margin-bottom: 36px;
}


/*  form-group  */
.form--ebook .form-box .form-group {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}

@media screen and (max-width: 767px) {
  .form--ebook .form-box .form-group {
    width: 100%;
  }
}

.form--ebook .form-group {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}

.form--ebook .form-group:after {
  top: 20px;
}

.form--ebook .form-group:last-child {
  margin-bottom: 0;
}

.form--ebook .form-group input[type="tel"] {
  padding: 0 35px 0 20px;
}

.form--ebook .form-group input[type="tel"],
.form--ebook .form-group input[type="text"],
.form--ebook .form-group select {
  width: 100%;
  height: 40px;
  border: 1px solid hsla(0, 0%, 59%, 0.25);
  font-size: 15px;
  line-height: 1.67;
  padding: 0 35px 0 16px;
  text-align: left;
  color: #323232;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
}

.form--ebook .form-group::-webkit-input-placeholder {
  font-size: 15pxform --contact--rating;
  line-height: 1.67;
  text-align: left;
  color: #777;
  font-weight: 300;
  font-family: Montserrat;
}

.form--ebook .form-group select {
  font-size: 15px;
  line-height: 1.67;
  text-align: left;
  color: #777;
  font-weight: 300;
  font-family: Montserrat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0 35px 0 16px;
}

.form--ebook .form-group .form__appearance:before {
  content: "";
  background-image: url(img/arrow-1-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
}
.form__box--contact-page .form-group {
  width: 100%;
  margin-right: 0;
}

.form-group {
  color: #000;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  padding: 7.5px;
}

.form-group:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  right: 15px;
  top: 50%;
}
.form-group input[type="text"] {
  border: none;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  padding: 0 35px 0 20px;
  width: 100%;
}

.form-group input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-group.has-error {
  color: #e74c3c;
}
.form-group.has-error:after {
  background-image: url(img/icons/has-error.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 17px;
  width: 20px;
}

.form-group.has-error .upload__label--white {
  color: #e74c3c;
}
.form-group.has-success:not(.js-emptyFiles):after {
  background-image: url(img/icons/has-success.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 16px;
}

.form-group.has-success:not(.js-emptyFiles) .upload__label--white {
  color: #26ad5f;
}

.form-group label.has-error {
  display: inline-block !important;
  color: #d84a4a !important;
}
.form--home .form-group {
  margin: 15px 0 0;
}

@media screen and (max-width: 1023px) {
  .form--home .form-group {
    margin: 15px 0 0;
  }
}
.form--contact-page .form__box .form__box .form-group {
  max-width: 285px;
}

@media screen and (max-width: 575px) {
  .form--contact-page .form__box .form__box .form-group {
    max-width: 100%;
  }
}
.form--contact-page .form-group {
  margin-bottom: 10px;
  padding: 5px 0;
}

.form--contact-page .form-group.upload-wrapper.has-error {
  overflow: visible;
  padding-right: 40px;
}

@media screen and (max-width: 575px) {
  .form--contact-page .form-group {
    padding: 7.5px 0;
  }
}

.form--contact-page .form-group input[type="text"] {
  height: 28px;
  padding: 0 35px 0 16px;
  line-height: 30px;
}

.form--contact-page .form-group.border {
  border: 1px solid rgba(50, 50, 50, 0.1);
  background-color: #fff;
}
.form-input--two .form-group {
  width: 50%;
}

.form-input--two .form-group:last-child {
  margin-bottom: 20px;
}

.form-input--two .form-group:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  right: 15px;
  top: 50%;
}

.form-input--two .form-group.has-error {
  color: #e74c3c;
}

.form-input--two .form-group.has-error:before {
  display: none;
}

.form-input--two .form-group.has-error:after {
  background-image: url(img/icons/has-error.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 17px;
  width: 20px;
}

.form-input--two .form-group.has-error .upload__label--white {
  color: #e74c3c;
}

.form-input--two .form-group.has-error.has-success:not(.js-emptyFiles) {
  color: #26ad5f;
}

.form-input--two .form-group.has-error.has-success:not(.js-emptyFiles):before {
  display: none;
}

.form-input--two .form-group.has-error.has-success:not(.js-emptyFiles):after {
  background-image: url(img/icons/has-success.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 16px;
}

.form-input--two
  .form-group.has-error.has-success:not(.js-emptyFiles)
  .upload__label--white {
  color: #26ad5f;
}

.form-input--two .form-group:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 465px) {
  .form-input--two {
    display: block;
  }

  .form-input--two .form-group {
    width: 100%;
  }
}


/*  form_textarea  */
body.mobile-app-developer .form__textarea {
  border: none;
  border-radius: 0;
  min-height: 120px;
  padding: 17px 35px 0 17px;
  width: 100%;
  resize: none;
}
.form__textarea {
  border: none;
  border-radius: 0;
  min-height: 120px;
  padding: 17px 35px 0 17px;
  width: 100%;
  resize: none;
}


/*  contact_error  */
body.mobile-app-developer .contact__error {
  display: none;
  color: #cd5c5c;
  text-align: center;
  padding: 5px;
}
.contact__error {
  display: none;
  color: #cd5c5c;
  text-align: center;
  padding: 5px;
}


/*  form-spinner  */
body.mobile-app-developer .form-spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
body.mobile-app-developer .form-spinner > div {
  background-color: #451f53;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: form-spinner 1.2s infinite ease-in-out;
}
body.mobile-app-developer .form-spinner.js-show {
  opacity: 1;
}
body.mobile-app-developer .form-spinner .rect2 {
  animation-delay: -1.1s;
}
body.mobile-app-developer .form-spinner .rect3 {
  animation-delay: -1s;
}
body.mobile-app-developer .form-spinner .rect4 {
  animation-delay: -0.9s;
}
body.mobile-app-developer .form-spinner .rect5 {
  animation-delay: -0.8s;
}
@keyframes form-spinner {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.form-spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.form-spinner > div {
  background-color: #451f53;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: form-spinner 1.2s infinite ease-in-out;
}
.form-spinner.js-show {
  opacity: 1;
}
.form-spinner .rect2 {
  animation-delay: -1.1s;
}
.form-spinner .rect3 {
  animation-delay: -1s;
}
.form-spinner .rect4 {
  animation-delay: -0.9s;
}
.form-spinner .rect5 {
  animation-delay: -0.8s;
}
@keyframes form-spinner {
  0%,
  40%,
  to {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}


/*  thank_text  */
body.mobile-app-developer .thank__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  body.mobile-app-developer .thank__text {
    font-size: 16px;
  }
}
.thank__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .thank__text {
    font-size: 16px;
  }
}


/*  contact-information  */
.contact-section .contact-information p {
  font-weight: 600;
  font-size: 24px;
  line-height: 13px;
  margin-bottom: 41px;
  text-transform: uppercase;
}

.contact-section .contact-information__subheader {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
.n-contacts-section .contact-section .contact-information {
  font-family: Montserrat;
  color: #fff;
  padding: 47px 0 0 56px;
  border-radius: 0;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  background: none;
}

.n-contacts-section .contact-section .contact-information h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
}

.n-contacts-section .contact-section .contact-information ul {
  overflow: hidden;
}

.n-contacts-section .contact-section .contact-information ul li {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  padding-left: 67px;
  padding-bottom: 42px;
}

@media screen and (max-width: 991px) {
  .n-contacts-section .contact-section .contact-information ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.n-contacts-section .contact-section .contact-information ul li:before {
  content: "";
  width: 48px;
  font-size: 20px;
  height: 48px;
  background-color: #fff;
  border-radius: 8px;
  color: #2378e3;
}

@media screen and (max-width: 991px) {
  .n-contacts-section .contact-section .contact-information ul li:before {
    width: 32px;
    font-size: 16px;
    height: 32px;
  }
}

.n-contacts-section .contact-section .contact-information ul li:after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background-color: #fff;
  left: 21px;
  z-index: -1;
  position: absolute;
  bottom: 100%;
}

@media screen and (max-width: 991px) {
  .n-contacts-section .contact-section .contact-information ul li:after {
    left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .n-contacts-section .contact-section .contact-information {
    padding: 24px 0;
    width: 512px;
  }
}


/*  label  */
body.mobile-app-developer .form__checkbox-label,
body.mobile-app-developer .form__inform-data {
  position: relative;
  font-family: Montserrat;
  line-height: 1.29;
  font-weight: 400;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  font-stretch: normal;
  letter-spacing: normal;
  outline: 0;
}
.form__checkbox-label,
.form__inform-data,
.slick-slider,
body.mobile-app-developer .form__checkbox-label,
body.mobile-app-developer
  .header-form
  .form__footer--rating
  .form__checkbox-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.mobile-app-developer .form__checkbox-label {
  padding-left: 30px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-style: normal;
}
body.mobile-app-developer .form__checkbox-label:before {
  background-color: rgba(50, 50, 50, 0.03);
  border: 1px solid #eaeaea;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 17px;
  width: 17px;
  transition: all 0.1s ease-in-out;
}
body.mobile-app-developer .form__checkbox-label:after {
  position: absolute;
  transition: all 0.1s ease-in-out;
  content: "";
  color: rgba(0, 0, 0, 0.87);
  opacity: 0;
  width: 9px;
  height: 5px;
  background: 0 0;
  top: 4px;
  left: 4px;
  border: 2px solid #451f53;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
body.mobile-app-developer .form__checkbox-label--gray {
  color: rgba(50, 50, 50, 0.6);
}
body.mobile-app-developer .form__checkbox:checked ~ label:after {
  opacity: 1;
}
body.mobile-app-developer .form-choose-file .uploaded__label {
  padding: 0;
  height: 25px;
  font-size: 15px;
  line-height: 1.67;
  color: #451f53;
  border: none;
  cursor: pointer;
}
body.mobile-app-developer .form-choose-file .uploaded__label i {
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  body.mobile-app-developer .form-choose-file {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  body.mobile-app-developer .form-choose-file .uploaded__label {
    font-size: 14px;
  }
}
body.mobile-app-developer .header-form .contacts label.error {
  display: none !important;
}
body.mobile-app-developer
  .header-form
  .contacts
  label.error
  + .errorLabel:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 5px;
  background-image: url(//www.mozartdevs.com/blog/wp-content/themes/mozartdevs/css/../img/mobile/has-error.svg);
  transform: translateY(-50%);
  height: 17px;
  width: 20px;
}
body.mobile-app-developer
  .header-form
  .contacts
  input.valid
  ~ .errorLabel:after,
body.mobile-app-developer
  .header-form
  .contacts
  textarea.valid
  ~ .errorLabel:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 5px;
  background-image: url(//www.mozartdevs.com/blog/wp-content/themes/mozartdevs/css/../img/mobile/has-success.svg);
  transform: translateY(-50%);
  height: 12px;
  width: 16px;
}
body.mobile-app-developer .header-form .upload-wrapper .upload__label {
  padding: 0;
  height: 25px;
  font-size: 15px;
  line-height: 1.67;
  color: #451f53;
  border: none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
body.mobile-app-developer .header-form .upload-wrapper .upload__label i {
  padding-right: 12px;
}
@media screen and (max-width: 420px) {
  body.mobile-app-developer .header-form .upload-wrapper .upload__label {
    font-size: 12px;
  }
}
body.mobile-app-developer
  .header-form
  .form__footer--rating
  .no-validation-icon
  .form__checkbox:checked
  ~ label:after {
  opacity: 1;
}
body.webinar-construction .contact-form form .form-group label {
  display: none !important;
}.insights .insights__sidebar .insights__sidebar--tags input.active + label {
  color: #451f53;
  border-color: #451f53;
}
.insights
  .insights__sidebar
  .insights__sidebar--tags
  input.active
  + label::before {
  color: #451f53;
}
.insights .insights__sidebar .insights__sidebar--tags label {
  font-size: 10px !important;
  font-weight: 600;
  color: #323232;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid rgba(50, 50, 50, 0.3);
  border-radius: 12.5px;
  padding: 5px 13px 5px 24px;
  line-height: 13px;
  position: relative;
  cursor: pointer;
  margin: 0 10px 10px 0 !important;
}
.insights .insights__sidebar .insights__sidebar--tags label::before {
  content: "#";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #323232;
  font-size: 10px;
  line-height: 30px;
}
.insights .insights__sidebar .insights__sidebar--tags label:hover,
.insights .insights__sidebar .insights__sidebar--tags label:hover::before {
  color: #451f53;
}
.contact-section
  .form-wrap__flexbox
  .form__footer
  .upload-wrapper
  .upload__label {
  position: relative;
  font-weight: 400;
}
.form-group.has-error,
.form-group.has-error .upload__label--white {
  color: #e74c3c;
}
.form-group.has-success:not(.js-emptyFiles),
.form-group.has-success:not(.js-emptyFiles) .upload__label--white {
  color: #26ad5f;
}
.form-group label.has-error {
  display: none !important;
}
.upload__label {
  background-color: transparent;
  border: 2px dashed #d0d0d0;
  cursor: pointer;
  text-align: center;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  line-height: 45px;
  padding: 0 35px 0 50px;
  width: 100%;
}
.upload__label i.isoi-upload {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 17px;
  font-size: 17px;
  left: -30px;
}
.upload__label span {
  position: relative;
  pointer-events: none;
  line-height: 1;
}
.upload__label--white {
  border-color: rgba(209, 209, 209, 0.5);
  color: #fff;
}
.form__checkbox-label--gray,
.form__select {
  color: rgba(50, 50, 50, 0.6);
}
.form__checkbox:checked ~ label:after {
  opacity: 1;
}
.contact-section .contact-information ul li,
.contact-section .form-wrap__flexbox .form-group .form__radio label {
  font-weight: 400;
}
.contact-section .upload__label span {
  color: #757575;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.contact-section .form-wrap__flexbox .form-group.has-error label.label,
.contact-section .form-wrap__flexbox .form-group.has-success label.label {
  top: -11px;
  color: #451f53;
  background-color: #fff;
  font-size: 12px;
  line-height: 13px;
  padding: 0 5px;
}
.contact-section .form-wrap__flexbox .form-group .form__radio label {
  background: #f0f6ff;
  border-radius: 80px;
  font-size: 16px;
  line-height: 18px;
  color: #451f53;
  cursor: pointer;
  padding: 9px 12px;
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 6px;
}
.contact-section .form-wrap__flexbox .form-group .form__radio label:hover {
  background: #451f53;
  color: #fff;
}
.contact-section
  .form-wrap__flexbox
  .form-group
  input[type="radio"]:checked
  + label {
  background: #451f53;
  color: #fff;
}


/*  fa-check-circle  */
.fa-check-circle {
            display: inline-block;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            background: #f39200;
            position: relative;
        }

        .fa-check-circle::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -60%) rotate(45deg);
            height: 0.5em;
            width: 0.25em;
            border-bottom: 0.15em solid white;
            border-right: 0.15em solid white;
        }


/* Variables CSS */
:root {
  /* Couleurs */
  --primary-color: #451F53;
  --primary-dark: #2D1A36;
  --primary-light: #6A3D7A;
  --secondary-color: #FF7D00;
  --secondary-dark: #E67100;
  --light-color: #F8F5F9;
  --dark-color: #2D1A36;
  --text-color: #333333;
  --text-light: #FFFFFF;
  --gray-light: #F5F5F5;
  --gray-medium: #E0E0E0;
  --gray-dark: #757575;
  
  /* Typographie */
  --font-main: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-heading: 'Segoe UI', Roboto, sans-serif;
  
  /* Espacements */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  
  /* Bordures */
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --border-radius-round: 50%;
  
  /* Ombres */
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.1);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.15);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.2);
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.45s ease;
}

/* Reset et styles de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  color: var(--text-color);
  line-height: 1.6;
  background-color: var(--light-color);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

img {
  max-width: 100%;
  height: auto;
}


/* FAQ Section */
.app-faq {
  padding: var(--space-xl) 0;
  background-color: var(--light-color);
}

.faq-accordion {
  max-width: 800px;
  margin: var(--space-lg) auto 0;
}

.faq-item {
  margin-bottom: var(--space-sm);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background-color: white;
}

.faq-question {
  width: 100%;
  padding: var(--space-md);
  background-color: white;
  border: none;
  text-align: left;
  font-weight: 500;
  color: var(--primary-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color var(--transition-fast);
}

.faq-question:hover {
  background-color: var(--light-color);
}

.faq-question i {
  transition: transform var(--transition-fast);
}

.faq-question.active i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 var(--space-md);
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-normal), padding var(--transition-normal);
}

.faq-answer p {
  padding-bottom: var(--space-md);
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 var(--space-md) var(--space-md);
}


/*  btn  */
.btn {
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 140px;
  font-size: 13px;
  padding: 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #451f53;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  white-space: nowrap;
} 


/*  a.all-link  */
a.all-link {
  margin: 0 auto;
  color: #451f53;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 191px;
  font-size: 13px;
  padding: 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  white-space: nowrap;
}

a.all-link:hover {
  color: #230e09;
}

a.all-link:hover i {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

a.all-link i {
  padding-left: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.all-link-about {
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  a.all-link .container {
    padding: 0;
  }

  a.all-link .container h2.title {
    margin: 3px 0;
    padding: 46px 0;
    font-size: 24px;
    line-height: 1.25;
    background-color: #fff;
  }
}


/*  newsletter, .title  */
.newsletter, .title {
    flex-direction: column;
}


/*  title--  */
.title--medium, h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #323232;
}

.title--uppercase, h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.title--black {
    color: #323232;
    text-align: center;
    width: 100%;
}


/*  p.description  */
p.description {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: rgba(50, 50, 50, 0.7);
    width: 100%;
    max-width: 800px;
    margin: auto;
}


/*  social-box  */
.social-box .linkedin:hover {
  background-color: #0b86ca;
}
.social-box .linkedin svg {
  width: 17px;
  height: 15px;
}
.social-box .facebook:hover {
  background-color: #4c76be;
}
.social-box .facebook svg {
  width: 11px;
  height: 14px;
}
.social-box .twitter:hover {
  background-color: #000;
}
.social-box .twitter svg {
  width: 19px;
  height: 12px;
}


/*  phone  */
#phone {
  display: none !important;
  z-index: 999;
  position: fixed;
  top: 80%;
  right: 0;
  padding-right: 10px;
}


/*  li sercices  */
.menu-item-services
  .sub-menu-container
  .main-menu-list
  ul.sub-menu
  > li
  .sub-menu__list-wrapper
  .sub-menu__list-item {
  display: inline-block;
  float: left;
  padding-right: 80px;
  margin-top: 20px;
}
/*  nav  */
.nav {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1220px) {
  .nav {
    position: fixed;
  }
}
.nav__btn {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav__btn .red-style {
  background: #f39200;
  border-radius: 4px;
}
.nav__btn .red-style:hover {
  background: #e04040;
  border-color: #e04040;
}
.nav-mobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 201;
  background-color: #fff;
  -webkit-transform: translate3d(-310px, 0, 0);
  transform: translate3d(-310px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.nav-mobile .c-menu__items .has-dropdown.active > .sub-menu li .sub-menu li a {
  font-weight: 400;
}


/*  hero-600  */
.hero--600 {
  height: 600px;
  position: relative;
}
.hero--600:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 762px) {
  .hero--600 {
    height: auto;
    min-height: 600px;
  }
}
.hero--600 .container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}





/* logo */
.logo {
  background-image: url(img/logo-blue.svg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 46px;
  width: 170px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.logo-white {
  background-image: url(img/logo-white.svg);
}


/*  iti  */
.iti__flag-container {
  padding-left: 7px;
  z-index: 100;
}
.iti__selected-flag {
  padding: 0 6px 0 15px !important;
}
.iti__flag-container {
  padding-left: 0;
}
.iti__flag {
  border-radius: 2px;
}


/*  form-wrap--contact  */
@media screen and (min-width: 1280px) {
  .form-wrap--contact .container {
    width: 860px;
  }
}
@media screen and (min-width: 1280px) {
  .form-wrap--contact .container {
    width: 1148px;
  }
}
/*  container  */
/*.pricing-container {
            background-color: #f9f7ff;
            padding: 60px 20px;
            border-radius: 15px;
            margin: 40px 0;
            box-shadow: 0 10px 30px rgba(69, 31, 83, 0.1);
            font-family: "Segoe UI", Roboto, Arial, sans-serif;
        }*/

@media (min-width: 1221px) {
  .nav__btn .sandwich {
    display: none;
  }
  .js-scroll {
    position: fixed;
    top: 0;
  }
  .js-scroll .menu-item:first-child .menu-item-link:after {
    filter: initial;
  }
  .js-hidden {
    top: -90px;
  }
}