* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}
::after,
::before {
  box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a,
button {
  border: none;
}

body {
  font-family: "Inter", sans-serif;
}

.container {
  /* max-width: 1280px; */
  max-width: 1295px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Herader seris start */
.header-wrap {
  display: flex;
  padding: 40px 0;
  align-items: center;
  justify-content: space-between;
}
#header{
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
#header.sticky{
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 0 4px;
  z-index: 998;
  background-color: #fff;
}
#header.sticky .header-wrap{
  padding: 15px 0;
}
.header-wrap__log {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-wrap__log a {
  cursor: pointer;
}

.header-wrap__right {
  display: flex;
  align-items: center;
  gap: 100px;
}

.header-items {
  display: flex;
  gap: 30px;
  align-items: center;
}

.header-item a {
  font-family: "Inter";
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #454545;
  transition: 0.3s;
}

.header-item a:hover {
  font-family: "Inter";
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #e74c3c;
}
.logotip {
  width: 190px;
}

.header-items li a.nav_active {
  color: #025ab1;
}
/* .dropdown-toggle::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content:"";
    border-top: 0.3em solid;
    border-right:0.3em solid transparent;
    border-bottom:0;
    border-left: 0.3em solid transparent;
} */

.header-select {
  display: block;
  width: 60px;
  padding: 0.375rem 0.5rem 0.375rem 0.5rem;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 3.2px;
  /* padding: 5px 9px 5px 5px; */
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.header-select:focus {
  outline: none;
}

.header-Registration a {
  font-family: "Inter";
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #5e5e5e;
  margin-right: 24px;
  transition: all 0.3s ease 0s;
}
.header-Registration a:hover {
  color: #212529;
}
.header-Registration button {
  /* width: 118.47px;
    height: 50px; */
  padding: 12px 16px;
  background: #c0392b;
  /* background: #025AB1; */
  border-radius: 10px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.header-Registration button:hover {
  box-shadow: #c0392b 0px 0px 10px;
}

/* bars */
.header-mobile {
  position: fixed;
  /* background: rgb(66, 186, 250); */
  background-image: linear-gradient(25deg, #e50029, #e96d5d, #e2a795, #cbddd1);
  width: 100%;
  height: 100%;
  transition: 0.4s;
  padding-top: 50px;
  left: -100%;
  top: 0;
  z-index: 999;
}

/* #menu-open__bars:checked + .header-mobile {
  left: 0;
} */

.header-mobile.active{
  left: 0;
}

.bars-menyu {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
.header-label__bars {
  display: none;
}
.header-label__bars img {
  width: 25px;
}
.header-label__bars i {
  font-size: 25px;
  font-size: larger;
  /* display: none; */
  cursor: pointer;
}

.header-nav {
  display: flex;
  justify-content: start;
}

.header-label__x {
  display: flex;
  justify-content: end;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

.header-mobile__select {
  /* background: rgba(66, 185, 250, 0.85); */
  background: transparent;
  border: none;
  color: #fff;
  width: 60px;
  border: 1px solid #fff;
  text-align: center;
}

.header-mobile__select option {
  color: black;
}

.bars-menyu a {
  color: #fff;
}

.header-select {
  appearance: none;
  -webkit-appearance: none;
}

.header-registration__reg {
  left: 0;
}

.header-registration__reg a {
  font-family: "Inter";
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-right: 24px;
}

.header-registration__reg button {
  padding: 12px 16px;
  background: #025ab1;
  /* background:#d63031; */
  border-radius: 10px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

/* bars */

/* Herader seris end */

/* Warehouse seris start */
.warehouse .container {
  position: relative;
}
#swiper-container {
  padding-bottom: 150px;
  /* border: 2px solid red; */
}
.werehouse-wrap {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 0 20px;
}

.werehouse-wrap__left {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 200px;
  width: 45%;
}

.werehouse-seris__title h1 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 43px;
  line-height: 52px;
  color: #000000;
}

.werehouse-seris__text p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #5a5a5a;
  width: 469.11px;
}

.werehouse-seris__btn button {
  padding: 20px 34.09px 19px 35px;
  background: #e74c3c;
  /* background: #34A3F1; */
  border-radius: 10px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  transition: 0.1s;
  cursor: pointer;
}

.werehouse-seris__btn button:hover {
  box-shadow: 0 0 20px rgba(74, 87, 230, 0.3);
}

.werehouse-wrap__right {
  margin-top: 140px;
  width: 45%;
}
.werehouse-wrap__right img {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 4px !important;
  /* background: #34A3F1 !important; */
  background: #e74c3c !important;
  border-radius: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -ms-border-radius: unset !important;
  -o-border-radius: unset !important;
}

.swiper-pagination--button {
}

/* Warehouse seris end */

/* Client seris start */
#client {
  margin-top: 120px;
}

.client-wrap {
  display: flex;
  align-items: center;
}

.client-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 54px;
  line-height: 50px;
  color: #212529;
}

.client-wrap__500 {
  border-right: 4px #f0f0f0 solid;
  padding: 0 30px 0 60px;
}

.client-title--mobile {
  display: none;
}

.client-number {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #5a5a5a;
}

.swiper-img {
  width: 155px;
  height: 65px;
  background: url(.png);
}

/* Client seris end */

/* the middle seris start */
/* integration card */
.integration-wrap {
  display: flex;
  align-items: center;
  margin-top: 170px;
  justify-content: space-between;
}
.integration-wrap__img,
.trade-wrap__img,
.networks-wrap__img,
.playground-wrap__img {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.integration-info__name {
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  /* color: #71BEF5; */
  color: #ff9999;
  margin-bottom: 9px;
}

.integration-info__title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 39px;
  line-height: 47px;
  color: #000000;
  width: 461px;
  margin-bottom: 35px;
}

.integration-info__text {
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #5a5a5a;
  width: 534px;
  margin-bottom: 15px;
}

.hippo-btn {
  padding: 16px 26px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  border-radius: 10px;
  /*color: #3fa9f5;
    */
  color: #ee8377;
  /*background: #F0F7FD;
    */
  background: #fceae8;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hippo-btn:hover {
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  border-radius: 10px;
  margin-right: 20px;
  color: #fff;
  background: #e74c3c;
  box-shadow: 0 0 10px #e74c3c;
}

.integration-btn2 {
  cursor: pointer;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* color: #0D6EFD; */
  color: #c0392b;
  border-bottom: 2px solid #c0392b;
  background: #fff;
  /* border-bottom: 2px #0D6EFD solid; */
}

/* integration card */

/* trade card */
.trade-wrap {
  display: flex;
  align-items: center;
  margin-top: 100px;
  justify-content: space-between;
}

.trade-info__name {
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  /* color: #71BEF5; */
  color: #ff9999;
  margin-bottom: 9px;
}

.trade-info__title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 39px;
  line-height: 47px;
  color: #000000;
  width: 513px;
  margin-bottom: 35px;
}

.trade-info__text {
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #5a5a5a;
  width: 534px;
  margin-bottom: 15px;
}

.trade-btn2 {
  cursor: pointer;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* color: #0D6EFD;
    border-bottom: 2px #0D6EFD solid; */
  color: #c0392b;
  border-bottom: 2px solid #c0392b;
  background: #fff;
}

/* trade card */

/* networks card  */
.networks-wrap {
  display: flex;
  align-items: center;
  margin-top: 170px;
  justify-content: space-between;
}

.networks-info__name {
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  /* color: #71BEF5; */
  color: #ff9999;
  margin-bottom: 9px;
}

.networks-info__title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 39px;
  line-height: 47px;
  color: #000000;
  width: 513px;
  margin-bottom: 35px;
}

.networks-info__text {
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #5a5a5a;
  width: 534px;
  margin-bottom: 15px;
}

.networks-btn2 {
  cursor: pointer;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* color: #0D6EFD;
    border-bottom: 2px #0D6EFD solid; */
  color: #c0392b;
  border-bottom: 2px solid #c0392b;
  background: #fff;
}

/* networks card  */

/* Playground card */
.playground-wrap {
  display: flex;
  align-items: center;
  margin-top: 170px;
  justify-content: space-between;
}

.playground-info__name {
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  /* color: #71BEF5; */
  color: #ff9999;
  margin-bottom: 9px;
}

.playground-info__title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 39px;
  line-height: 47px;
  color: #000000;
  width: 513px;
  margin-bottom: 35px;
}

.playground-info__text {
  font-family: "Inter";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #5a5a5a;
  width: 534px;
  margin-bottom: 15px;
}

.playground-btn__scors {
  width: 127.16px;
  height: 61px;
  background: #b3b3b3;
  border-radius: 10px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

/* Playground card */
.hippo-skladi__logo img {
  display: flex;
  margin: 0 auto;
  margin-top: 170px;
}
.hippo-btn {
  margin-right: 0;
}

/* the middle seris end */

/* Forma seris start */
#forma {
  display: flex;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1012px;
  width: 100%;
}

.forma-wrap {
  display: flex;
  box-shadow: 0 0 40px rgba(231, 76, 60, 0.3);
}

.forma-wrap__hippo {
  /* background: #3FA9F5; */
  background: #e74c3c;
  /* padding: 45px 55px 161px 40px; */
  padding-left: 40px;
  padding-right: 40px;
}

.forma-hippo__logo img {
  margin-bottom: 84px;
}
.forma-hippo__text{
  display: flex;
  justify-content: center;
  align-items:center;
  width: 100%;
  height: 100%;
}

.forma-hippo__text p {
  font-family: "Inter";
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
  color: #ffffff;
  width: 409.8px;
}

.forma-wrap__title h3 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #212529;
  /* margin-top: 42px; */
}

.forma-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 45px 0 65px 0;
}

.forma-info input {
  border: none;
  border-bottom: 1px solid rgb(186, 186, 186);
  max-width: 100%;
  padding-bottom: 3px;
}

.forma-input::placeholder {
  padding-left: 5px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.forma-input:focus {
  border-bottom: 1px solid rgb(231, 76, 60);
}

.forma-info input:focus {
  outline: none;
}

.forma-button a {
  padding: 16px 34.88px 15px 35px;
  background: #2e2e46;
  border-radius: 5px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  transition: 0.4s;
}

.forma-button a:hover {
  box-shadow: 0 0 10px #2e2e46 !important;
}

.forma-wrap__forma {
  padding-left: 60px;
}

.forma-wrap__forma {
  width: 506.39px;
  background: #ffffff;
  /* box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3); */
  padding: 50px;
}
#footer {
  margin-top: 50px;
}
.footer-wrap__cal a {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: rgb(74, 74, 74);
  margin: 0px;
}
.footer-wrap__cal--icon {
  color: #fff;
  background: black;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 10px;
}
.footer-wrap__cal--icon i {
  font-size: 13px;
}

.footer-wrap__cal {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 200px; */
}

.footer-wrap__adres {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* margin-top: 20px; */
  margin-bottom: 50px;
}

.footer-wrap__adres span {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #939393;
  text-align: center;
}

.footer-wrap__cal span {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #4a4a4a;
  margin-left: 10px;
}
.contacts__box {
  display: flex;
  justify-content: space-between;
}

.footer-social__link {
  /* width: 50%; */
  padding: 1.3rem;
  /*background: #b2daf0;
    */
  /* background:#f4aca4; */
  border-radius: 20px;
  /* margin: 25px auto; */
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.footer-social__link a {
  background: #fff;
  color: #444343;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
}

.footer-social__link .footer-red:hover {
  transform: scale(1.2);
  background: red;
  color: #fff;
}

.footer-social__link .footer-blue:hover {
  transform: scale(1.2);
  background: #3fa9f5;
  color: #fff;
}

.medya-img img {
  width: 548px;
  height: auto;
}

.humburger_menu,.try__btn{
  cursor: pointer;
}



/* Forma seris end */

/* Scroll To Top - open */
.scroll-to-top .gotobtn{
 position: fixed;
 width: 46px;
 height: 46px;
 background:#e74c3c;
 right: 26px;
 bottom: 60px;
 pointer-events: none;
 transition: all 0.4s ease-in-out;
 text-decoration: none; 
 opacity: 0;
 border-radius:5px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.scroll-to-top .gotobtn.active_up{
 pointer-events: auto;
 opacity: 1;
}
.scroll-to-top .gotobtn .arrow_up{
 width: 34px;
 height: 34px;
}
/* Scroll To Top - close */

/* Loader - style -- open */

.loader__box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:#ECF0F1;
  z-index: 9999;
}
.load{
  border: 1px solid #ECF0F1;
  padding: 5px;
  position:absolute;
  top:50%;
  left:50%;
  transform-origin: center center;
  transform:translate(-50%, -50%) rotate(135deg);
  /*change these sizes to fit into your project*/
  width:50px;
  height:50px;
  
}
.load hr{
  border:0;
  margin:0;
  width:40%;
  height:40%;
  position:absolute;
  border-radius:50%;
  animation:spin 2s ease infinite;
}

.load :first-child{background:#19A68C;animation-delay:-1.5s}
.load :nth-child(2){background:#F63D3A;animation-delay:-1s}
.load :nth-child(3){background:#FDA543;animation-delay:-0.5s}
.load :last-child{background:#193B48}

@keyframes spin{
  0%,100%{transform:translateX(200%)}
  25%{transform:translateY(200%)}
  50%{transform:translateX(0)}
  75%{transform:translateY(0)}
}

/* Loader - style -- close */

/*@@@@@@@@ Mediya @@@@@@@@@@*/

@media (max-width: 1150px) {
  .werehouse-wrap__right {
    margin-top: 170px;
  }
}

@media (max-width: 1145px) {
  .integration-wrap,
  .trade-wrap,
  .networks-wrap,
  .playground-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .integration-info__title{
    margin: 35px auto 15px;
  }
  .trade-wrap__info, .networks-info__warp, .playground-wrap__info{
    order: 1;
    margin-top: 35px; 
  }
}

@media (max-width: 1050px) {
  #header {
    padding: 0 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
  #header.sticky{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-shadow: 0 0 4px;
    z-index: 998;
    background-color: #fff;
  }
  #header.sticky .header-wrap{
    padding: 15px 0;
  }
  .container {
    max-width: 90%;
    padding: 0 20px;
  }
  .header-nav {
    display: none;
  }
  .header-wrap__log{
    align-items: center;
  }
  .header-mobile {
    padding: 40px 20px;
  }
  .bars-menyu {
    padding-top: 70px;
  }
  .header-registration__reg {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }
  .header-registration__reg a {
    margin-right: 30px;
    font-size: 15px;
    /* padding-top: 30px;
        padding-bottom: 20px; */
  }
  .header-Registration button {
    font-size: 15px;
    padding: 14px 35px;
  }
  #the_middle {
    margin-top: 90px;
  }
  .werehouse-seris__btn button {
    padding: 14px 35px;
  }

  .integration-wrap,
  .trade-wrap,
  .networks-wrap,
  .playground-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .werehouse-seris__title h1 {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
  }
  .werehouse-seris__text p {
    font-size: 17px;
    line-height: 24px;
  }
  .werehouse-seris__btn button {
    font-size: 14px;
    line-height: 22px;
  }
  #client {
    margin-bottom: 130px;
  }
  .client-title {
    font-size: 54px;
    line-height: 50px;
  }
  .client-number {
    font-size: 24px;
    line-height: 36px;
  }

  .integration-wrap,
  .trade-wrap,
  .networks-wrap,
  .playground-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 118px;
  }
  .integration-wrap__img,
  .trade-wrap__img,
  .networks-wrap__img,
  .playground-wrap__img {
    width: 400px;
  }
  .integration-wrap__info,
  .trade-wrap__info,
  .networks-wrap__info,
  .playground-wrap__info {
    padding: 0 75px;
  }
  .integration-wrap__img img,
  .trade-wrap__img img,
  .networks-wrap__img img,
  .playground-wrap__img img {
    width: 400px;
  }
  .integration-info__name,
  .trade-info__name,
  .networks-info__name,
  .playground-info__name {
    font-size: 19px;
    line-height: 23px;
  }
  .integration-info__title,
  .trade-info__title,
  .networks-info__title,
  .playground-info__title {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .integration-info__text,
  .trade-info__text,
  .networks-info__text,
  .playground-info__text {
    font-size: 16px;
    line-height: 21px;
  }
  .integration-btn2,
  .trade-btn2,
  .networks-btn2 {
    font-size: 14px;
    line-height: 21px;
  }
  .forma-wrap {
    display: flex;
    height: 470px;
  }
  .forma-wrap__forma {
    height: 400px;
  }
  .forma-wrap__hippo,
  .forma-wrap__forma {
    flex: 0 0 auto;
    width: 50%;
    padding: 43px 38px;
  }
  .forma-hippo__text,
  .forma-hippo__text p {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .header-Registration {
    display: flex;
    align-items: center;
  }
  .werehouse-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 90px;
  }
  .werehouse-wrap__left {
    text-align: center;
    margin-top: 50px;
    width: 100%;
  }
  .werehouse-seris__title h1 {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .werehouse-seris__text p {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  .werehouse-wrap__right {
    margin: auto;
    width: 70%;
  }
  .werehouse-seris__btn button {
    display: inline-block;
  }
  #swiper-container{
    padding-bottom: 110px;
  }
  .client-wrap {
    flex-direction: column;
  }
  .client-wrap__500 {
    border-right: unset;
  }
  .client-wrap--box {
    display: none;
  }
  .client-title--mobile {
    display: block;
    text-align: center;
    margin: 25px auto;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
  }
  .swiper {
    width: 100%;
  }
  .integration-wrap,
  .trade-wrap,
  .networks-wrap,
  .playground-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .integration-wrap__info,
  .trade-wrap__info,
  .networks-wrap__info,
  .playground-wrap__info {
    padding: 0;
  }
  .integration-info__name,
  .trade-info__name,
  .networks-info__name,
  .playground-info__name {
    display: none;
  }
  .integration-info__title,
  .integration-info__text {
    width: 80%;
    margin: auto;
  }
  .integration-info__title {
    margin: 35px auto 15px;
  }
  .integration-info__text {
    margin: 0 auto 15px;
  }
  .integration-info__buttons,
  .trade-info__buttons,
  .networks-info__buttons,
  .playground-info__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  button {
    display: block;
  }
  .integration-btn2,
  .trade-btn2,
  .networks-btn2 {
    margin-top: 20px;
  }
  .trade-wrap__info,
  .networks-info__warp,
  .playground-wrap__info {
    order: 1;
    margin-top: 35px;
  }
  .playground-wrap__img {
    order: 0;
  }
  .hippo-skladi__logo {
    box-shadow: 0 5px 13px 1px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 0 5px 13px 1px rgba(0, 0, 0, 0.59);
  }
  .hippo-skladi__logo {
    width: 710px;
    margin: auto;
  }
  .hippo-skladi__logo img {
    width: 100%;
  }
  .forma-wrap {
    height: auto;
    flex-direction: column;
    width: 80%;
    margin: auto;
  }
  .forma-wrap__hippo,
  .forma-wrap__forma {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  .forma-wrap__title h3{
    text-align: center;
  }
  .forma-button{
    text-align: center;
  }
}

@media (max-width: 800px) {
  .werehouse-seris__title h1 {
    width: 100%;
    margin: auto;
  }
  .werehouse-seris__text p {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .werehouse-wrap__right{
    width: 100%;
  }
  .medya-img img {
    max-width: 400px;
  }

  .hippo-skladi__logo {
    box-shadow: 0 5px 13px 1px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 0 5px 13px 1px rgba(0, 0, 0, 0.59);
  }
  .hippo-skladi__logo {
    width: 90%;
    margin: auto;
  }
  .hippo-skladi__logo img {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .header-registration__reg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }
  .header-registration__reg a {
    margin-right: 0;
    padding-bottom: 25px;
  }
  .trade-wrap__info,
  .networks-info__warp,
  .playground-wrap__info {
    padding: 0 75px;
  }
  .integration-info__title,
  .trade-info__title,
  .networks-info__title,
  .playground-info__title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .integration-info__text,
  .trade-info__text,
  .networks-info__text,
  .playground-info__text {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .hippo-skladi__logo {
    box-shadow: 0 5px 13px 1px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 0 5px 13px 1px rgba(0, 0, 0, 0.59);
  }
  .hippo-skladi__logo {
    width: 90%;
    margin: auto;
  }
  .hippo-skladi__logo img {
    width: 100%;
  }
  .contacts__box {
    flex-direction: column;
  }
  .forma-hippo__text, .forma-hippo__text p{
    text-align: center;
    font-size: 22px;
  }
}

@media (max-width: 550px) {
  .header-label__bars {
    display: block;
  }
  .header-Registration button {
    display: none;
  }
  .header-wrap__log{
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  .header-wrap__right{
    display: none;
  }
}

@media (max-width: 500px) {
  .container {
    padding: 0 10px;
  }
  .registr {
    display: none;
  }

  .header-registration__reg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }
  .header-registration__reg a {
    margin-right: 0;
    padding-bottom: 25px;
  }
  .werehouse-wrap {
    justify-content: flex-start;
    width: auto;
  }
  .werehouse-wrap__left {
    text-align: left;
    width: auto;
  }
  .werehouse-seris__title h1 {
    font-size: 28px;
    line-height: 29px;
    width: auto;
    margin: unset;
  }
  .werehouse-seris__text p {
    font-size: 16px;
    line-height: 22px;
    width: auto;
    margin: unset;
  }
  .werehouse-seris__btn button {
    font-size: 16px;
    line-height: 24px;
  }
  #client {
    margin-top: 60px;
  }
  .client-title--mobile {
    display: none;
  }
  .integration-info__title,
  .trade-info__title,
  .networks-info__title,
  .playground-info__title {
    font-size: 15px;
    line-height: 19px;
  }
  .integration-info__text,
  .trade-info__text,
  .networks-info__text,
  .playground-info__text {
    width: 300px;
    font-size: 12px;
    line-height: 14px;
  }
  .integration-wrap__img,
  .trade-wrap__img,
  .networks-wrap__img,
  .playground-wrap__img {
    width: 100%;
  }
  .integration-wrap__img img,
  .trade-wrap__img img,
  .networks-wrap__img img,
  .playground-wrap__img img {
    width: 100%;
    max-width: 100%;
  }

  .hippo-skladi__logo img {
    max-width: 100%;
  }
  .hippo-btn {
    padding: 12px 18px;
    font-size: 15px;
  }

  .forma-hippo__logo img {
    margin-bottom: 34px;
  }
  .forma-hippo__text p {
    font-size: 20px;
    line-height: 29px;
  }
  .forma-wrap__title h3 {
    font-size: 26px;
  }
  .forma-button a {
    padding: 14px 32px 14px 30px;
  }
  .forma-wrap {
    width: 100%;
  }
  .forma-wrap__title h3 {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .header-Registration button {
    font-size: 14px;
    padding: 10px 20px;
    width: auto;
    height: auto;
  }
  .integration-wrap__img,
  .trade-wrap__img,
  .networks-wrap__img,
  .playground-wrap__img {
    width: 100%;
  }
  .trade-wrap__info,
  .networks-info__warp,
  .playground-wrap__info {
    padding: 0 20px;
  }
  .footer-wrap__adres span {
    text-align: center;
  }
}
@media (max-width:380px) {
  .integration-info__text, .trade-info__text, .networks-info__text, .playground-info__text{
    width: 280px;
  }
}

@media (max-width: 357px) {
  .integration-info__text, .trade-info__text, .networks-info__text, .playground-info__text{
    width: 250px;
  }
  .footer-social__link {
    gap: 12px;
  }
}
