:root {
  --color-blue: #3a5fe1;
  --color-dark-blue: #1c44cf;
  --color-light-grey-1: #e0e2ef;
  --color-light-grey-2: #bfc1cc;
  --color-grey: #868898;
  --color-dark-grey: #383c54;
  --color-black: #14103d;
  --color-white: #ffffff;
  --carousel-items-gap: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
  /* src: url("../fonts/ProductSans-Regular.ttf") format("truetype"); */
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
  color: var(--color-black);
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: var(--color-black);
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: var(--color-white);
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-black);
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: var(--color-black);
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: var(--color-black);
}

.text-big {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 84px;
  color: var(--color-black);
}

.text-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: var(--color-black);
}

.text-bodyy {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: var(--color-black);
}

.active-button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black);
}

.text-large {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: var(--color-black);
}

.Text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: var(--color-black);
}

.caption-large {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 19px;
  color: var(--color-black);
}

.caption-small {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: var(--color-black);
}

.flex-direction__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.flex-direction__column {
  display: flex;
  flex-direction: column;
}

.basic-50 {
  flex-basis: 50%;
}

/* header */

.header__body {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  height: 90px;
}

.header__logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 14px;
}

.header__navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header__localization {
  justify-content: flex-end;
  margin-top: 6px;
  margin-bottom: 14px;
}

.header__localization a {
  color: var(--color-dark-blue);
  text-decoration: none;
  margin-left: 16px;
  font-family: Google Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  background-color: white;
  border: none;
}

.header__localization a:last-child {
  margin-right: 0 !important;
}

.header__links a {
  text-decoration: none;
  padding-left: 32px;
  color: var(--color-dark-grey);
}

.header__links a:hover,
.header__links a:active,
.header__links a:focus {
  background-color: transparent;
}

.header .header__btn {
  background-color: #3a5fe1;
  color: #ffffff;
  max-width: 144px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-left: 30px;
}

.header .header__btn:hover,
.header .header__btn:active,
.header .header__btn:focus {
  background-color: #234ada;
  color: #ffffff;
}

.menu-btn__list {
  display: none;
  position: fixed;
  background-color: var(--color-white);
  bottom: 0;
  right: 0;
  left: 0;
  top: 90px;
}

.menu-btn__links a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: var(--color-black);
  text-decoration: none;
}

.menu-btn__localization a {
  font-family: Google Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 13px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.menu-btn__burger {
  width: 100%;
  height: 2px;
  background: var(--color-blue);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-blue);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.menu-btn__burger::before {
  transform: translateY(-8px);
}

.menu-btn__burger::after {
  transform: translateY(8px);
}

/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.wrapper {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 204px;
}

/* Banner */
.banner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 88px 0;
}

.banner-wrapper__text {
  margin-top: 24px;
  color: var(--color-grey);
}

.banner-wrapper__button {
  height: 64px;
  border-radius: 16px;
  margin-top: 56px;
  padding: 16px 56px 16px 56px;
  background-color: var(--color-blue);
  color: var(--color-white);
  border: 1px solid #3a5fe1;
  white-space: nowrap;
  box-shadow: 0px 105px 154px rgba(55, 62, 220, 0.1),
    0px 31.6544px 46.4265px rgba(55, 62, 220, 0.0651589),
    0px 13.1476px 19.2832px rgba(55, 62, 220, 0.05),
    0px 4.75524px 6.97435px rgba(55, 62, 220, 0.0348411);
}

.banner-text-button-428 {
  display: none;
}

/* dialog */

.dialog__outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dialog__inner {
  width: 800px;
  height: 566px;
  background: white;
  /* border-radius: 16px; */
  padding: 20px;
  box-shadow: 0px 36px 121px rgba(58, 95, 225, 0.12),
    0px 11.9277px 37.7033px rgba(58, 95, 225, 0.0862625),
    0px 5.98873px 16.1132px rgba(58, 95, 225, 0.0715329),
    0px 3.28792px 7.26533px rgba(58, 95, 225, 0.06),
    0px 1.72385px 3.02556px rgba(58, 95, 225, 0.0484671),
    0px 0.707956px 0.941766px rgba(58, 95, 225, 0.0337375);
  border-radius: 24px;
}

.dialog__outer--hidden {
  display: none;
}

.dialog__inner-title {
  margin: 16px auto;
}

input::placeholder {
  color: var(--color-grey);
}

.dialog__inner-inputs {
  padding: 0 20px;
}

.dialog__inner-input {
  height: 56px;
  width: 704px;
  border-radius: 0px;
  border-bottom: 4px solid #e0e2ef;
  border-top: none;
  border-left: none;
  border-right: none;

  outline: none;
}

.dialog__inner-input:focus {
  border-bottom: 4px solid var(--color-dark-blue);
  border-top: none;
  border-left: none;
  border-right: none;
}

.dialog__inner-inputs-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 704px;
  padding: 40px 0;
}

.dialog__inner-input-row {
  height: 56px;
  width: 340px;
  border-radius: 0px;
  border-bottom: 4px solid #e0e2ef;
  border-top: none;
  border-left: none;
  border-right: none;
  color: var(--color-grey);
  outline: none;
}

.dialog__inner-input-row:focus {
  border-bottom: 4px solid var(--color-dark-blue);
  border-top: none;
  border-left: none;
  border-right: none;
}

.dialogCloseButton {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  border: none;
  color: var(--color-light-grey-2);
  background-color: transparent;
}

.dialog__inner-button {
  height: 64px;
  width: 312px;
  border-radius: 16px;
  color: var(--color-white);
  background-color: var(--color-blue);
  box-shadow: 0px 105px 154px rgba(55, 62, 220, 0.1),
    0px 31.6544px 46.4265px rgba(55, 62, 220, 0.0651589),
    0px 13.1476px 19.2832px rgba(55, 62, 220, 0.05),
    0px 4.75524px 6.97435px rgba(55, 62, 220, 0.0348411);
  border: 1px solid var(--color-blue);
  margin: 34px 170px;
}

.dialog__inner-button-success {
  height: 64px;
  width: 312px;
  border-radius: 16px;
  color: var(--color-white);
  background-color: var(--color-blue);
  box-shadow: 0px 105px 154px rgba(55, 62, 220, 0.1),
    0px 31.6544px 46.4265px rgba(55, 62, 220, 0.0651589),
    0px 13.1476px 19.2832px rgba(55, 62, 220, 0.05),
    0px 4.75524px 6.97435px rgba(55, 62, 220, 0.0348411);
  border: 1px solid var(--color-blue);
  margin: 10px auto;
}

.success-post {
  width: 220px;
  margin: 25px auto;
}

/* About Company */

.about-company {
  width: 100%;
  padding: 0 0 124px 0;
}

.about-company__title {
  display: flex;
  flex-direction: row;
}

.about-company__block {
  display: flex;
  flex-direction: row;
  padding: 124px 0;
  justify-content: space-between;
}

.about-company__block > div {
  flex-basis: 50%;
  justify-content: center;
}

.about-company__block-reverse {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.about-company__block-reverse > div {
  flex-basis: 50%;
  justify-content: center;
}

.about-company__img-km3 {
  display: flex;
  justify-content: center;
}

.about-company__mini-text {
  padding: 32px 0;
  justify-content: space-between;
}

.about-company__mini-logo {
  padding-right: 16px;
}

.about-company__paragraph {
  padding: 24px 0 0;
}

.about-company__icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 0;
}

/* .about-company__icons img{
  border-radius: 8px;
  background-color: #F6F8FE;
  padding: 12px;
} */
.about-company__icon {
  width: 48px;
  border-radius: 8px;
  background-color: #f6f8fe;
  padding: 12px;
}

.about-company__icon img {
  border-radius: 8px;
  background-color: #f6f8fe;
}

.about-company__title-inline {
  display: inline;
}

.about-company__badge {
  font-family: "Montserrat", sans-serif;
  display: inline;
  font-size: 12px;
  line-height: 17px;
  background: #fafbff;
  border: 1px solid #d4d9ef;
  padding: 4px 10px;
  border-radius: 24px;
  vertical-align: super;
  margin-left: 12px;
}

/* belt */
.belt {
  width: 100%;
  padding: 80px 0;

  background-color: var(--color-dark-blue);
}

.belt_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 236px;
  max-width: 1700px;

  margin: -60px auto;

  padding: 0 204px;
}

.belt__img {
  max-width: 472px;
  flex-basis: 50%;
}

.belt__text {
  flex-basis: 50%;
  max-width: 45%;
  color: var(--color-white);
  flex-basis: 50%;
}

/* advantages */
.advantages-wrapper {
  width: 100%;
  padding-top: 124px;
}

.advantages-wrapper__text {
  padding-top: 24px;
}

.advantages-wrapper__advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 48px;
  grid-gap: 24px;
}

.advantages-wrapper__advantage {
  margin-bottom: 22px;
}

.advantages-wrapper__icon {
  background: #fafbff;
  border: 1px solid #d4d9ef;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}

/* our-services */
.about-company-wrapper {
  width: 100%;
  padding-top: 124px;
}

.about-company-wrapper__advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 48px;
  grid-gap: 24px;
}

.about-company-wrapper__advantage {
  margin-bottom: 22px;
}

.about-company-wrapper__icon {
  background: #fafbff;
  border: 1px solid #d4d9ef;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}

.about-company__text-block {
  padding-top: 8px;
  padding-left: 82px;
}

.about-company__text-reverse {
  padding-top: 8px;
  padding-right: 82px;
}

/* system-capabilities */

.system-capabilities-wrapper {
  padding-top: 124px;
}

.system-capabilities-wrapper__capability-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 48px;
  /* padding-bottom: 56px; */
  grid-gap: 24px;
}

.system-capabilities-wrapper__capability {
  padding: 24px;
  background: #fafbff;
  border: 1px solid #d4d9ef;
  box-sizing: border-box;
  border-radius: 16px;
}

/* documents */

.documents-wrapper {
  padding-top: 124px;
}

.documents-wrapper__document {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

.documents-wrapper__document a {
  text-decoration: none;
}

.documents-wrapper__document a:hover,
.documents-wrapper__document a:active,
.documents-wrapper__document a:focus {
  background-color: transparent;
}

.document-wrapper__img {
  padding: 17px;
  background: #f1f4fe;
  border: 1px solid rgba(212, 217, 239, 0.8);
  box-sizing: border-box;
  border-radius: 16px;
}

.documents-wrapper__title {
  padding: 24px 0 4px 0;
}

.documents-wrapper__text {
  font-family: Google Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: var(--color-light-grey-2);
}

/* our-clients */
.our-clients-wrapper {
  padding: 124px 0;
  overflow: hidden;
}

.our-clients-wrapper__title {
  padding: 25px 0 8px 0;
}

.our-clients-wrapper__slider {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  padding: 85px 0 48px 0;
  grid-gap: 80px;
}

.swiper-container {
  width: 100%;
  max-width: 1280px;
  margin: 80px auto;
}

.swiper {
  height: 116px;
  user-select: none;
}

.swiper-slide {
  display: grid;
  justify-content: center;
}

.swiper-slide > img {
  max-width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #3a5fe1;
}

.swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 4px;
}

.trades {
  margin-right: 0 !important;
}

.media {
  margin-right: 0 !important;
}

.kassa {
  margin-right: 0 !important;
}

.nsoft {
  width: 217px !important;
}

.runlite {
  width: 163px !important;
}

/* footer */
.footer {
  margin: 0 auto;
  padding: 56px 0 0;
  background-color: var(--color-blue);
}

.footer-title {
  width: 100%;
  padding: 24px 0 72px 0;
  color: var(--color-white);
}

.footer__flex-direction {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 56px;
}

.footer-mini-text {
  max-width: 464px;
  color: var(--color-white);
}

.footer-mini-body {
  color: var(--color-white);
}

.footer-license {
  display: flex;
  flex-direction: row;
}

.footer-license a {
  color: var(--color-white);
  text-decoration: none;
  padding-right: 4px;
  border: none;
  outline: none;
}

.p-46 {
  padding-left: 46px;
}

.p-46 img {
  width: 100%;
}

.footer-text {
  font-size: 13px;
  margin-bottom: 20px;
}

.footer-text span {
  display: block;
}

.footer-text a {
  color: #ffffff;
}

.footer-phone {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-top: 5px;
}

.footer-phone__label {
  margin-right: 16px;
}

.footer-phone__content {
  padding-top: 2px;
}

@media (max-width: 1440px) {
  .wrapper {
    padding: 0 72px;
  }

  .belt_container {
    height: 235px;
    padding: 0 72px;
  }

  .belt {
    padding: 80px 0;
  }

  .about-company__text-block {
    padding-left: 76px;
  }

  .about-company__text-reverse {
    padding-right: 76px;
  }

  #lottie-2 {
    max-width: 532px;
  }

  #lottie-3 {
    max-width: 472px;
  }

  #lottie-4 {
    max-width: 472px;
  }
}

@media (max-width: 1280px) {
  .wrapper {
    padding: 0 76px;
  }

  .belt_container {
    margin: -10px auto;
    padding: 0 76px;
  }

  .belt {
    padding: 40px 0;
  }

  .text-big {
    font-size: 48px;
    line-height: 61px;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    padding: 0 44px;
  }

  .belt_container {
    height: 316px;
    padding: 0 44px;
    margin: -40px auto;
  }

  .footer-mini-text {
    padding-right: 0;
  }

  .text-big {
    font-size: 48px;
    line-height: 61px;
  }

  .about-company__text-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .trades {
    margin-right: 30px !important;
  }

  .media {
    margin-right: 30px !important;
  }

  .kassa {
    margin-right: 30px !important;
  }

  .nsoft {
    width: 224px !important;
  }

  .runlite {
    width: 220px !important;
    margin-right: 68px !important;
  }
}

@media (max-width: 834px) {
  .wrapper {
    padding: 0 45px;
  }

  .belt_container {
    height: 235px;
    padding: 0 45px;
  }

  .belt__img {
    flex-basis: 0;
  }

  .belt__text {
    flex-basis: 100%;
  }

  .header {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    position: fixed;
  }

  .header__navigation {
    flex-direction: row;
    align-items: center;
    z-index: 999;
  }

  .header__localization {
    margin-right: 36px;
  }

  .header__links {
    display: none;
  }

  .menu-btn__list_opened {
    display: block;
  }

  .menu-btn {
    display: flex;
  }

  .menu-btn__list {
    margin: 0 auto;
    padding: 45px;
  }

  .menu-btn__links {
    display: flex;
    flex-direction: column;
  }

  .menu-btn__links a {
    margin-bottom: 45px;
  }

  .menu-btn__localization {
    display: flex;
    flex-direction: column;
  }

  .menu-btn__localization a {
    margin-top: 45px;
  }

  .banner-text-button {
    display: none;
  }

  .about-company__block {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .about-company__block-reverse {
    display: flex;
    flex-direction: column-reverse;
    padding: 80px 0;
  }

  .about-company__text {
    padding-top: 40px;
  }

  .about-company__img {
    padding: 0 0 24px 0;
  }

  .about-company__text-block {
    padding-left: 0 !important;
  }

  .about-company__block-reverse > div {
    justify-content: flex-start;
  }

  .belt__img {
    display: none;
  }

  .belt__text {
    max-width: 100%;
  }

  .advantages-wrapper__advantages {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-company-wrapper__advantages {
    grid-template-columns: repeat(3, 1fr);
  }

  .system-capabilities-wrapper__capability-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .documents-wrapper__document {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-46 img {
    display: none;
  }

  .contact {
    width: 60%;
  }

  .text-big {
    font-size: 36px;
    line-height: 46px;
  }

  .p-50 {
    padding-top: 50px;
  }

  .p-l-24 {
    padding-left: 24px;
  }

  #lottie-2 {
    padding-top: 80px;
    max-width: 532px;
  }

  #lottie-3 {
    max-width: 472px;
  }

  #lottie-4 {
    max-width: 472px;
  }

  .about-company__icons {
    max-width: 528px;
  }
}

@media (max-width: 744px) {
  .wrapper {
    padding: 0 24px;
  }

  .belt_container {
    padding: 0 24px;
  }

  .menu-btn__localization {
    display: none;
  }

  .text-big {
    font-size: 36px;
    line-height: 46px;
  }

  .dialog__inner {
    width: 690px;
  }

  .dialog__inner-input {
    width: 610px;
  }

  .dialog__inner-inputs-row {
    width: 610px;
  }

  .dialog__inner-input-row {
    width: 270px;
  }

  .nsoft {
    width: 696px !important;
    margin-right: 0px !important;
  }

  .runlite {
    width: 696px !important;
  }
}

@media (max-width: 428px) {
  .footer {
    overflow: hidden;
  }
  .footer h3 {
    font-size: 22px;
  }
  .footer .contact {
    width: 100%;
  }
  .footer .flex-direction__row {
    display: block;
  }
  .footer-phone {
    font-size: 22px;
    padding-top: 0;
  }
  .header__navigation {
    justify-content: flex-end;
  }
  .header__logo {
    align-items: center;
    margin: auto;
  }
  .menu-btn__links a {
    margin-bottom: 20px;
  }
  .header .header__btn {
    max-width: 230px;
    height: 64px;
    margin-left: 0;
    font-size: 24px;
    margin-bottom: 34px;
  }

  .menu-btn__localization a {
    margin-top: 24px;
  }

  .banner-wrapper .p-l-24 {
    padding-left: 0;
  }

  .footer .contact {
    width: 100%;
  }

  .banner-wrapper__button {
    max-width: 392px;
    width: 100%;
  }

  .about-company {
    padding-top: 0;
  }

  .about-company__block-reverse {
    padding: 0;
    padding-bottom: 40px;
  }

  .wrapper {
    padding: 0 18px;
  }

  .belt_container {
    height: 328px;
    padding: 0 18px;
  }

  .banner-wrapper {
    flex-direction: column;
  }

  .banner-text-button-428 {
    display: flex;
  }

  .lottie-11 {
    padding: 32px 0;
  }

  .lottie-1 {
    display: none;
  }

  .about-company__text-reverse {
    padding-right: 0 !important;
  }

  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .text-body {
    font-size: 17px;
    line-height: 22px;
  }

  .advantages-wrapper__advantages {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-company-wrapper__advantages {
    grid-template-columns: repeat(1, 1fr);
  }

  .system-capabilities-wrapper__capability-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .text-big {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .footer__flex-direction {
    flex-direction: column;
  }

  .footer__flex-direction img {
    max-width: 108px;
    margin: 32px 80px 0 80px;
  }

  .about-company__text {
    padding-top: 24px;
  }

  .dialog__inner {
    width: 390px;
    height: 660px;
  }

  .dialog__inner-input {
    width: 304px;
  }

  .dialog__inner-inputs-row {
    width: 304px;
    flex-direction: column;
    padding: 0;
  }

  .dialog__inner-input-row {
    margin: 20px 0 10px 0;
  }

  .dialog__inner-input-row {
    width: 304px;
  }

  .dialog__inner-button {
    margin: 90px 0px;
  }

  .dialogCloseButton {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    border: none;
    color: var(--color-light-grey-2);
    background-color: transparent;
  }

  .dialog__inner-title {
    padding: 30px;
    margin: 0;
  }

  .nsoft {
    width: 362px !important;
  }

  .runlite {
    width: 392px !important;
    margin-right: 40px !important;
  }

  .swiper-slide-namba {
    margin-right: 0 !important;
  }

  .nsoft {
    margin-right: 50px !important;
  }
}

@media (max-width: 414px) {
  .nsoft {
    margin-right: 30px !important;
  }
}

@media (max-width: 390px) {
  .nsoft {
    margin-right: 0px !important;
  }
}

@media (max-width: 375px) {
  .wrapper {
    padding: 0 24px;
  }

  .belt_container {
    height: 300px;
    padding: 0 24px;
  }

  .menu-btn__links:after {
    height: 1px;
    background-color: var(--color-light-grey-2);
    width: 300px;
    content: "";
  }

  .menu-btn__localization {
    display: flex;
  }

  .header__localization {
    display: none;
  }

  .documents-wrapper__document {
    grid-template-columns: repeat(1, 1fr);
  }

  .documents-wrapper__document a {
    margin-top: 24px;
  }

  .dialog__inner {
    width: 340px;
    height: 660px;
  }

  .dialog__inner-title {
    padding: 10px;
    margin: 0;
  }

  .dialog__inner-input {
    width: 260px;
  }

  .dialog__inner-inputs-row {
    width: 260px;
  }

  .dialog__inner-input-row {
    width: 260px;
  }

  .dialog__inner-button {
    height: 60px;
    width: 260px;
    margin: 50px auto;
  }

  .dialog__inner-button-success {
    width: 300px;
  }

  .success-post {
    margin: 15px auto;
  }

  .p-38 {
    padding: 0 4px !important;
  }

  .carousel__slide-item {
    padding: 40px 65px;
  }

  .carousel__dots {
    margin-top: 0;
  }

  .our-clients-wrapper__slider {
    grid-gap: 0;
  }

  .nsoft {
    width: 327px !important;
    margin-right: 10px !important;
  }

  .runlite {
    width: 327px !important;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 320px) {
  .banner-wrapper__button {
    width: 264px;
  }

  .about-company__mini-text {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
  }

  .about-company__mini-logo {
    width: 84px;
    padding-bottom: 16px;
  }

  .wrapper {
    padding: 0 14px;
  }

  .belt_container {
    height: 400px;
    padding: 0 28px;
  }

  .header__localization {
    display: none;
  }

  .dialog__inner {
    width: 310px;
    padding: 10px;
  }

  .dialog__inner-input {
    width: 260px;
    height: 46px;
  }

  .dialog__inner-inputs-row {
    width: 260px;
  }

  .dialog__inner-input-row {
    width: 260px;
    height: 46px;
  }

  .dialog__inner-button {
    height: 60px;
    width: 260px;
    margin: 100px auto;
  }

  .dialog__inner-button-success {
    width: 290px;
  }

  .about-company-wrapper__advantages {
    padding-bottom: 0;
  }

  .documents-wrapper {
    padding-top: 80px;
  }

  h1 {
    font-size: 32px;
    line-height: 34px;
  }

  h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .text-big {
    font-size: 32px;
    line-height: 39px;
  }

  .f-size-40 {
    font-size: 10px !important;
  }

  .nsoft {
    width: 292px !important;
    margin-right: 40px !important;
  }

  .runlite {
    width: 292px !important;
  }

  h3 {
    font-size: 20px;
    line-height: 36px;
  }
}

.p-46 {
  padding-left: 0;
}

.hidden {
  display: none;
}

.f-size-40 {
  font-size: 40px !important;
}

.f-size-16 {
  font-size: 16px !important;
}
