div.container {
  max-width: 1264px;
}
.container.header {
  height: 95px;
}
.container.header .navbar {
  padding-left: 0;
  padding-right: 0;
}
.container.header .navbar .container-fluid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
.container.header .navbar .container-fluid .navbar-brand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.container.header .navbar .container-fluid .navbar-brand span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2e335f;
  margin-top: 2px;
  width: 80px;
  line-height: 13px;
  margin-left: 13px;
  display: block;
}
.container.header .navbar .navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0 !important;
  width: 100%;
}
.container.header .navbar .navbar-collapse .navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #2E335F;
}
.banner-composite {
  height: 378px;
  background-color: #000;
  background-image: url(/img/baner-bg.svg);
  position: relative;
  border-radius: 20px;
  margin-bottom: 40px;
}
.banner-composite img {
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 20px;
}
.banner-composite h1 {
  position: absolute;
  top: 40px;
  left: 48px;
  color: #fff;
  font-family: 'Onest', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  max-width: 688px;
}
.banner-composite p {
  color: #fff;
  position: absolute;
  top: 164px;
  left: 48px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  max-width: 497px;
}
.about {
  background: #F8F8FC;
  height: 296px;
  padding: 48px;
  border-radius: 20px;
  margin-bottom: 80px;
}
.about h2 {
  font-family: 'Onest', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #2E335F;
  margin-bottom: 30px;
}
.about p {
  color: #00D8F1;
  font-family: 'Onest', sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 4px;
}
.about span {
  color: #2E335F;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.categories {
  margin-bottom: 80px;
  padding: 0;
}
.categories h2 {
  font-family: 'Onest', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #2E335F;
  margin-bottom: 30px;
}
.categories .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.categories .col-md-2 {
  width: 14.28571428%;
  text-align: center;
  background: #F8F8FC;
  width: 166px;
  height: 166px;
  padding: 36px 20px 30px 20px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.categories .col-md-2 img {
  margin-bottom: 14px;
}
.categories .col-md-2 p {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #2E335F;
}
.warehouse {
  padding: 0;
  margin-bottom: 16px;
}
.warehouse h2 {
  font-family: 'Onest', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #2E335F;
  margin-bottom: 30px;
}
.warehouse .row {
  background: rgba(0, 216, 255, 0.1);
  padding: 48px;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
}
.warehouse h3 {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #2E335F;
  margin-bottom: 40px;
}
.warehouse p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #2E335F;
  margin-bottom: 16px;
}
.warehouse .m-power {
  background-color: #fff;
  margin-top: 40px;
  width: 411px;
  border-radius: 20px;
  padding: 24px 30px;
}
.warehouse .m-power div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.warehouse .m-power p {
  margin-bottom: 4px;
}
.warehouse .m-power span {
  font-family: 'Onest', sans-serif;
  font-size: 53px;
  font-weight: 900;
  text-align: left;
  color: #00D8F1;
  margin-right: 16px;
}
.channels {
  background: rgba(0, 216, 255, 0.1);
  padding: 48px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.channels h3 {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #2E335F;
}
.channels .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.channels .row .col-md-4 {
  background-color: #fff;
  width: 49%;
  border-radius: 20px;
  padding: 20px 26px;
  position: relative;
}
.channels .row .col-md-4:first-of-type {
  margin-right: 14px;
}
.channels .row .col-md-4 a {
  color: #00D8F1;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.channels .row .col-md-4 p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2E335F;
  margin-bottom: 0;
}
.channels .row .col-md-4 img {
  position: absolute;
  top: 20px;
  right: 26px;
}
.achievements {
  margin-bottom: 80px;
}
.achievements h2 {
  font-family: 'Onest', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #2E335F;
  margin-bottom: 30px;
}
.achievements h3 {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #2E335F;
}
.achievements .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.achievements .row .col-md-4 {
  background: #F8F8FC;
  border-radius: 20px;
  max-width: 410.67px;
  padding: 26px;
  margin-bottom: 16px;
}
.achievements .row .col-md-4:last-of-type {
  background-color: #2E335F;
}
.achievements .row .col-md-4:last-of-type p,
.achievements .row .col-md-4:last-of-type span {
  color: #fff;
}
.achievements .row .col-md-4 img {
  display: block;
  margin-bottom: 16xp;
}
.achievements .row .col-md-4 p {
  font-family: 'Onest', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #2E335F;
  margin-bottom: 0;
  line-height: 50px;
}
.achievements .row .col-md-4 span {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2E335F;
}
.results {
  background: #2E335F;
  border-radius: 20px;
  padding: 48px;
  margin-bottom: 80px;
}
.results h2 {
  font-family: 'Onest', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
}
.results p {
  font-family: 'Onest', sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: #00D8F1;
  margin-bottom: 0;
}
.results span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
}
.ml-and-ts {
  margin-bottom: 80px;
}
.ml-and-ts h2 {
  font-family: Onest;
  font-size: 48px;
  font-weight: 900;
  color: #2E335F;
}
.ml-and-ts h2 p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  color: #2E335F;
}
.ml-and-ts .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ml-and-ts .row .col-md-6 {
  padding: 60px 40px;
  border-radius: 20px;
  width: 100%;
}
.ml-and-ts .row .col-md-6 h3 {
  margin-top: 30px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  color: #2E335F;
}
.ml-and-ts .row .col-md-6 p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  color: #2E335F;
}
.ml-and-ts .row .col-md-6:first-of-type {
  background: #FFD800;
}
.ml-and-ts .row .col-md-6:last-of-type {
  background: #F8F8FC;
}
.ml-and-ts .row .col-md-6 div {
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 20px;
  padding: 20px 26px;
  position: relative;
}
.ml-and-ts .row .col-md-6 div img {
  position: absolute;
  top: 30px;
  right: 30px;
}
.ml-and-ts .row .col-md-6 div p {
  font-family: 'Onest', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #2E335F;
  margin-bottom: 0;
}
.ml-and-ts .row .col-md-6 div span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #2E335F;
}
.technotochka {
  background: #F8F8FC;
  height: 296px;
  padding: 48px;
  border-radius: 20px;
  margin-bottom: 80px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.technotochka h2 {
  font-family: 'Onest', sans-sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #2E335F;
  margin-bottom: 30px;
}
.technotochka h2 + p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #2E335F;
}
.technotochka .col-md-6 .row {
  /* .col-md-6 {
      background-color: #fff;
      border-radius: 20px;
      max-width: 279px;
      height: 121px;
      margin-bottom: 16px;
      position: relative;
      padding: 20px 26px;
      &:nth-child(odd) {
        margin-right: 16px;
      }
      img {
        position: absolute;
        top: 26px;
        right: 30px;
      }
      p {
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        max-width: 169px;
        color: #2E335F;
      }
    }*/
}
.technotochka .col-md-6 .row img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  padding: 0;
}
.parthners {
  margin-bottom: 80px;
}
.parthners h2 {
  font-family: 'Onest', sans-sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #2E335F;
  margin-bottom: 30px;
}
.parthners h2 + p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #2E335F;
  margin-bottom: 57px;
}
.parthners .partn-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
.parthners .partn-items span {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #2E335F;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #F8F8FC;
  margin: 8px;
  display: block;
}
footer {
  margin-bottom: 40px;
}
footer p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #2E335F;
}
footer .container.footer {
  padding: 24px 40px;
  background-color: #2E335F;
  border-radius: 20px;
}
footer .container.footer .navbar .container-fluid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
footer .container.footer .navbar .container-fluid .navbar-brand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
footer .container.footer .navbar .container-fluid .navbar-brand span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 2px;
  width: 80px;
  line-height: 13px;
  margin-left: 13px;
  display: block;
}
footer .container.footer .navbar .navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0 !important;
  width: 100%;
}
footer .container.footer .navbar .navbar-collapse .navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
}
.map-markers {
  position: relative;
  width: 100%;
  aspect-ratio: 1.09;
}
.map-markers img {
  width: 100%;
  max-width: 100%;
}
.map-markers .marker {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: url(/img/map-marker.png ) center no-repeat;
  background-size: contain;
  width: 7.279%;
  height: auto;
  aspect-ratio: 0.84;
}
.map-markers .marker_1 {
  left: 34.9%;
  top: 0%;
}
.map-markers .marker_2 {
  left: 40.7%;
  top: 19.3%;
}
.map-markers .marker_3 {
  left: 32%;
  top: 40.8%;
}
.map-markers .marker_4 {
  left: 23.3%;
  top: 44.1%;
}
.map-markers .marker_5 {
  left: 26.3%;
  top: 47.1%;
}
.map-markers .marker_6 {
  left: 11.8%;
  top: 50.1%;
}
.map-markers .marker_7 {
  left: 3.3%;
  top: 59.2%;
}
.map-markers .marker_8 {
  left: 29.2%;
  top: 62.2%;
}
.map-markers .marker_9 {
  left: 25.2%;
  top: 18.9%;
}
@media (min-width: 992px) and (max-width: 1204px) {
  .banner-composite {
    height: 256px;
  }
  .banner-composite img {
    max-width: 500px;
  }
  .banner-composite h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .banner-composite p {
    top: 135px;
  }
  .about {
    padding: 40px 48px;
  }
  .about span {
    font-size: 14px;
  }
  .warehouse img {
    max-width: 474px;
  }
  .warehouse h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .warehouse p {
    font-size: 14px;
    line-height: 16px;
  }
  .channels .row .col-md-4 p {
    max-width: 161px;
  }
  .achievements .row .col-md-4 {
    margin-left: 8px;
    margin-right: 8px;
    max-width: 305px;
  }
  .achievements .row .col-md-4 p {
    font-size: 30px;
  }
  .achievements .row .col-md-4 span {
    font-size: 14px;
  }
  .ml-and-ts .row .col-md-6 {
    width: 100%;
  }
  .ml-and-ts .row .col-md-6:first-of-type {
    margin-right: 16px;
  }
  .ml-and-ts .row .col-md-6 h3 {
    margin-top: 8px;
    font-size: 24px;
  }
  .ml-and-ts .row .col-md-6 div p {
    font-size: 36px;
  }
  .ml-and-ts .row .col-md-6 div span {
    font-size: 12px;
  }
  .technotochka .col-md-6 {
    width: 100%;
  }
  .technotochka .col-md-6 .row .col-md-6 {
    max-width: 49%;
  }
  .parthners h2 + p {
    margin-bottom: 21px;
  }
  .parthners .partn-items span {
    padding: 4px 16px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  /*.banner-composite {
    height: 636px;
    img {
      top: auto;
      bottom: -12px;
    }
  }*/
  .banner-composite {
    height: 350px;
  }
  .banner-composite img {
    height: 361px;
  }
  .banner-composite h1 {
    left: 48px;
    font-size: 36px;
    line-height: 33px;
    max-width: 498px;
  }
  .banner-composite p {
    max-width: 352px;
  }
  .about {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .about .col-md-3 {
    width: 50%;
    margin-bottom: 16px;
  }
  .warehouse .col-md-6 {
    width: 100%;
  }
  .warehouse .col-md-6 .m-power {
    width: 100%;
  }
  .warehouse .col-md-6:last-of-type {
    margin-top: 16px;
  }
  .channels .row .col-md-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .achievements .row .col-md-4 {
    max-width: 50%;
    width: 48%;
  }
  .achievements .row .col-md-4:nth-child(odd) {
    margin-right: 16px;
  }
  .results p {
    font-size: 41px;
  }
  .results span {
    font-size: 16px;
    line-height: 23px;
  }
  .ml-and-ts .row .col-md-6 {
    width: 100%;
    padding: 20px;
  }
  .ml-and-ts .row .col-md-6 h3 {
    margin-top: 16px;
    font-size: 18px;
  }
  .ml-and-ts .row .col-md-6 div {
    height: 120px;
  }
  .ml-and-ts .row .col-md-6 div p {
    font-size: 28px;
  }
  .ml-and-ts .row .col-md-6 div span {
    max-width: 195px;
    display: block;
  }
  .ml-and-ts .row .col-md-6:first-of-type {
    margin-right: 8px;
  }
  .technotochka .col-md-6 {
    width: 100%;
  }
  .technotochka .col-md-6 .row .col-md-6 {
    max-width: 48%;
  }
  .parthners h2 {
    margin-bottom: 16px;
  }
  .parthners h2 + p {
    margin-bottom: 30px;
  }
  .parthners .partn-items span {
    font-size: 14px;
    padding: 4px 8px;
    margin: 4px;
  }
  .container h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.9px) {
  .header .logo {
    margin: 4px auto;
  }
  .banner-composite {
    height: 530px;
  }
  .banner-composite img {
    bottom: -13px;
    width: 100%;
    top: auto;
  }
  .banner-composite h1 {
    left: 16px;
    font-size: 24px;
    line-height: 30px;
    margin-right: 16px;
  }
  .banner-composite p {
    max-width: 100%;
    top: 97px;
    left: 16px;
    margin-right: 16px;
    font-size: 14px;
    z-index: 1;
  }
  .container h2 {
    font-size: 36px;
  }
  .about {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 30px;
  }
  .about h2 {
    text-align: center;
  }
  .about .col-md-3 {
    margin-bottom: 26px;
  }
  .about .col-md-3 * {
    text-align: center;
  }
  .about .col-md-3 span {
    font-size: 14px;
    line-height: 16px;
    display: block;
  }
  .categories {
    margin-bottom: 30px;
  }
  .categories h2 {
    text-align: center;
    line-height: 36px;
  }
  .categories .col-md-2 {
    max-width: 130px;
    height: 130px;
    padding: 20px;
  }
  .categories .col-md-2 p {
    font-size: 12px;
    line-height: 14px;
  }
  .categories .col-md-2 img {
    margin-bottom: 14px;
    width: 33px;
  }
  .warehouse h2 {
    text-align: center;
  }
  .warehouse .row {
    padding: 40px 20px;
  }
  .warehouse .row h3 {
    font-size: 24px;
  }
  .warehouse .row p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .warehouse .m-power {
    width: 100%;
    padding: 20px;
  }
  .warehouse .m-power span {
    font-size: 36px;
  }
  .warehouse .m-power img {
    width: 40px;
    margin-top: 0;
  }
  .warehouse img {
    width: 100%;
    margin-top: 16px;
  }
  .channels {
    padding: 20px;
    margin-bottom: 30px;
  }
  .channels .row .col-md-4 {
    margin-bottom: 8px;
    width: 100%;
  }
  .channels .row .col-md-4 img {
    width: 32px;
    top: 32px;
  }
  .achievements {
    margin-bottom: 30px;
  }
  .achievements h2 {
    margin-bottom: 12px;
  }
  .achievements h3 {
    font-size: 18px;
  }
  .achievements .row {
    margin-top: 20px;
  }
  .achievements .row .col-md-4 {
    padding: 16px;
  }
  .achievements .row .col-md-4 p {
    font-size: 32px;
  }
  .results {
    padding: 20px;
    margin-bottom: 30px;
  }
  .results h2 {
    text-align: center;
  }
  .results .col-md-4 {
    margin: 16px auto;
  }
  .results .col-md-4 * {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .results .col-md-4 p {
    font-size: 50px;
  }
  .results .col-md-4 span {
    font-size: 14px;
  }
  .ml-and-ts {
    margin-bottom: 30px;
  }
  .ml-and-ts h2 {
    text-align: center;
  }
  .ml-and-ts p {
    text-align: center;
  }
  .ml-and-ts .row .col-md-6 {
    padding: 30px 20px;
  }
  .ml-and-ts .row .col-md-6:first-of-type {
    margin-bottom: 16px;
  }
  .ml-and-ts .row .col-md-6 img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .ml-and-ts .row .col-md-6 h3 {
    font-size: 18px;
    margin-top: 16px;
    text-align: center;
  }
  .ml-and-ts .row .col-md-6 div p {
    text-align: left;
    font-size: 34px;
  }
  .ml-and-ts .row .col-md-6 div span {
    font-size: 14px;
    max-width: 234px;
    display: block;
  }
  .technotochka {
    padding: 20px;
    margin-bottom: 30px;
  }
  .technotochka h2 {
    text-align: center;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .technotochka h2 + p {
    font-size: 14px;
  }
  .technotochka h2 + p br {
    display: none;
  }
  .technotochka .col-md-6 .row .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .parthners h2 {
    margin-bottom: 16px;
  }
  .parthners h2 + p {
    margin-bottom: 16px;
  }
  .parthners .partn-items {
    margin: 0;
  }
  .parthners .partn-items span {
    font-size: 12px;
    padding: 4px 8px;
    margin: 4px;
  }
  .categories .row {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .achievements .row {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 480px) {
  .categories .col-md-2 {
    max-width: 110px;
    height: 110px;
    padding: 8px;
  }
  .banner-composite {
    height: 406px;
  }
  .banner-composite img {
    bottom: -6px;
  }
  .banner-composite p {
    top: 137px;
  }
  footer .container.footer .navbar .container-fluid .navbar-brand {
    margin: 0 auto;
  }
  footer .container.footer .navbar .container-fluid .navbar-brand span {
    display: none;
  }
}
@media (max-width: 991.9px) {
  .container.header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.header .navbar .container-fluid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container.header .navbar .container-fluid .navbar-brand {
    margin-right: 0;
  }
  .container.header .navbar .container-fluid .navbar-collapse {
    z-index: 2;
    position: relative;
    background: #fff;
    max-width: 100%;
    padding: 16px;
    border-radius: 20px;
  }
  .container.header .navbar .navbar-toggler {
    background-color: #2e335f;
    border-radius: 20px;
  }
  .container.header .navbar .navbar-toggler:focus,
  .container.header .navbar .navbar-toggler:active {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .container.header .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%3Cpath%20stroke='rgba%28255,%20255,%20255,%200.99%29'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");
  }
  .channels .row {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .banner-composite,
  .about,
  .warehouse .row,
  .channels,
  .ml-and-ts .row .col-md-6,
  .technotochka,
  .results {
    border-radius: 0;
  }
}
@media (max-width: 400px) {
  .container.header .navbar .container-fluid .navbar-brand span {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1182px) {
  .container.header .navbar .container-fluid .navbar-brand {
    margin-right: 100px;
  }
  .container.header .navbar .navbar-collapse {
    max-width: 457px;
  }
  .container.header .navbar .navbar-collapse .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1261px) {
  footer .container.footer .navbar .navbar-collapse {
    max-width: 457px;
  }
  footer .container.footer .navbar .navbar-collapse .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .container.footer .navbar .container-fluid .navbar-brand {
    margin-right: 100px;
  }
}
