.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  padding-top: 20px;
  z-index: 10;
  
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__right .language-links {
  margin-right: 30px;
}
.main-header__right .language-links .current-lang a {
  pointer-events: none;
  font-weight: bold;
}
.main-header__right .language-links a:hover {
  text-decoration: underline;
}

.header-logo {
  margin-left: 75px;
  width: 75px;
  height: 76px;
  background-image: url(../img/mini-logo.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.main-page-link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@keyframes menuBtn{
  0%{
    right: -200px;
  }
  100%{
    right: 0;
  }
}
.menu-btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 45px;
  margin-right: 75px;
  z-index: 12;

}

.menu-btn {
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background-color: #424656;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 11;
  animation: menuBtn;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}

.menu-btn:before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background-color: #424656;
  position: absolute;
  top: 13px;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-btn:after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background-color: #424656;
  position: absolute;
  top: -13px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-btn-active:before {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.menu-btn-active:after {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.nav{
  overflow: hidden;
}
.inner-header__nav-list{
  text-align: center;
  margin-top: 60px;
  list-style: none;
}
.inner-header__nav-list .menu-item{
  margin-bottom: 6%;
}
.inner-header__nav-list .menu-item a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'ClioXSBold';
  color: #2A7DE1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
 
}

.inner-header__nav-list{
  text-align: center;
  margin-top: 30px;
  list-style: none;
}

.nav-list__item-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 50px;
  font-family: 'ClioXSBold';
  color: #2A7DE1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.inner-header__nav-list .current-menu-item a{
  color: #2340F7;
}
.inner-header__nav-list .current_page_item a{
  color: #2340F7;
}
.nav-list__item-link:hover {
  color: #2A7DE1;
}
.inner-header__nav-list .menu-item a:hover{
  color: #2340F7;
}
@keyframes navanimation{
  0%{
    padding-top: 850px;
  }
  100%{
    padding-top: 0px;
  }
}
.navigation-block {
  height: 83vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  overflow: hidden;
  z-index: 200;
  position: relative;
}

.social-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 200px;
  padding-right: 200px;
}
.language-links li{
  list-style: none;
  display: inline-block;
}
.language-links li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #424656;
}

.social-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #424656;
}
.social-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-links ul  li {
  display: inline;
}
.social-links ul  li:after {
  content: '/';
   color: #424656;
   padding-left: 5px;
}
.social-links ul  li:last-child:after {
  display: none;
}
.social-links ul  li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #424656;
}
@keyframes logoShowLeft{
  0%{
    left: -200px;
  }
  100%{
    left: 0;
  }
}
.header-logo-active {
  opacity: 1;
  animation: logoShowLeft;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}

.navigation-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block!important;
  animation: navanimation!important;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  background: #fff;
  position: fixed;
  top: 99px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  height: auto;
  padding-bottom: 20px;
  display: block;
}
@keyframes navanimationunActive{

  100%{
    padding-top: 850px;
  }
}
.navigation-unactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: navanimationunActive;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1025px) {
  .nav-list__item-link {
    font-size: 41px;
  }
  .inner-header__nav-list .menu-item a{
    font-size: 41px;
  }
  .inner-header__nav-list .menu-item{
    margin-bottom: 40px;
  }
  .social-block {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-height: 601px){
  .inner-header__nav-list .menu-item{
    margin-bottom: 4%;
  }
}
@media screen and (max-height: 501px){
  .inner-header__nav-list .menu-item{
    margin-bottom: 3%;
  }
}
@media screen and (max-height: 401px){
  .inner-header__nav-list .menu-item{
    margin-bottom: 2%;
  }
  .inner-header__nav-list{
    margin-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  .header-logo {
    margin-left: 30px;
  }
  .menu-btn {
    margin-right: 30px;
  }
  .social-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 431px) {
  .nav-list__item-link {
    font-size: 20px;
  }
  .inner-header__nav-list .menu-item a{
    font-size: 20px;
  }
  .inner-header__nav-list .menu-item{
    margin-bottom: 30px;
  }
  .header-logo {
    margin-left: 20px;
  }
  .menu-btn {
    margin-right: 20px;
  }
  .social-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-links {
    margin-top: 20px;
  }
  .menu-btn-link {
    margin-right: 25px;
  }
  
}

.structure {
  overflow: hidden;
  position: relative;
}
.structure .wave-block-1{
  z-index: 0;
  height: 484px;
  top: -120px;
}
.structure .wave-block-1:after{
  display: none;
}
.inner-structure {
  padding-top: 170px;
}

.structure:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 0.06;
  background-image: url(../img/newBottomDots.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
@media screen and (max-width: 1025px){
  .structure:before{
    display: none;
  }
}

.sales-department {
  overflow-x: visible;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sales-department img {
  max-width: 545px;
}

.left-centered-text {
  flex: 1;
  padding-top: 60px;
  padding-right: 205px;
}

.right-centered-img {
  flex: 1;
}

.left-sided-text__heading {
  font-family: 'ClioXSBold';
  font-size: 18px;
  color: #2A7DE1;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}

.left-sided-text__heading:after {
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background-color: #2A7DE1;
  position: absolute;
  bottom: -21px;
}

.left-sided-text__paragr-bold {
  font-family: 'ClioXSBold';
  margin-bottom: 15px;
}
.slick-dots li{
  cursor: pointer;
}
.right-sided-slider-wrapper {
  max-width: 895px;
}

.right-sided-slider-wrapper-first {
  position: relative;
}

.right-sided-slider-wrapper-first:before {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #2A7DE1;
  position: absolute;
  top: 20px;
  left: -44px;
  z-index: 1;
}

.right-sided-slider-wrapper-first:after {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-image: url(../img/target-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  left: -44px;
  z-index: 1;
}

.right-sided-slider {
  max-width: 895px;
  overflow: hidden;
}

.right-sided-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-sided-slider .right-sided-slider__item {
  width: 435px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}

.right-sided-slider-dots {
  margin-top: 15px;
}

.right-sided-slider-dots .slick-dots li {
  margin-left: 0;
  margin-right: 20px;
}

.logistic-department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 200px;
  padding-right: 200px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 120px;
}

.right-centered-text {
  flex: 1;
  padding-top: 60px;
  padding-left: 205px;
}

.left-centered-img {
  flex: 1;
}

.left-sided-slider {
  max-width: 895px;
  overflow: hidden;
}

.left-sided-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-sided-slider .left-sided-slider__item {
  width: 435px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}

.left-sided-slider-dots {
  margin-top: 15px;
  text-align: right;
}

.left-sided-slider-dots .slick-dots li {
  margin-left: 20px;
  margin-right: 0px;
}

.left-sided-slider-wrapper-second {
  position: relative;
}

.left-sided-slider-wrapper-second:before {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #2A7DE1;
  position: absolute;
  top: 20px;
  right: -44px;
  z-index: 1;
}

.left-sided-slider-wrapper-second:after {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-image: url(../img/hands-cube.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  right: -44px;
  z-index: 1;
}

.right-sided-text {
  padding-top: 60px;
  max-width: 480px;
  margin-left: 130px;
}

.right-sided-text__heading {
  font-family: 'ClioXSBold';
  font-size: 18px;
  color: #2A7DE1;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}

.right-sided-text__heading:after {
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background-color: #2A7DE1;
  position: absolute;
  bottom: -21px;
}

.right-sided-text__paragr-bold {
  font-family: 'ClioXSBold';
  margin-bottom: 15px;
}

.warehouse {
  padding-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
}

.right-sided-slider-wrapper2 {
  max-width: 895px;
}

.right-sided-slider2 {
  max-width: 895px;
  overflow: hidden;
}

.right-sided-slider2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-sided-slider2 .right-sided-slider__item {
  width: 435px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}

.right-sided-slider-dots2 {
  margin-top: 15px;
}

.right-sided-slider-dots2 .slick-dots li {
  margin-left: 0;
  margin-right: 20px;
}

.right-sided-slider-wrapper-third {
  position: relative;
}

.right-sided-slider-wrapper-third:before {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #2A7DE1;
  position: absolute;
  top: 20px;
  left: -44px;
  z-index: 1;
}

.right-sided-slider-wrapper-third:after {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-image: url(../img/warehouse.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  left: -44px;
  z-index: 1;
}

.financial-department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 120px;
}

.left-sided-slider2 {
  max-width: 895px;
  overflow: hidden;
}

.left-sided-slider2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-sided-slider2 .left-sided-slider__item {
  width: 435px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}

.left-sided-slider-dots2 {
  margin-top: 15px;
  text-align: right;
}

.left-sided-slider-dots2 .slick-dots li {
  margin-left: 20px;
  margin-right: 0px;
}

.left-sided-slider-wrapper-four {
  position: relative;
}

.left-sided-slider-wrapper-four:before {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #2A7DE1;
  position: absolute;
  top: 20px;
  right: -44px;
  z-index: 1;
}

.left-sided-slider-wrapper-four:after {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-image: url(../img/calc-vector.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  right: -44px;
  z-index: 1;
}

.marketing {
  padding-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
}

.right-sided-slider-wrapper4 {
  max-width: 895px;
}

.right-sided-slider4 {
  max-width: 895px;
  overflow: hidden;
}

.right-sided-slider4 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-sided-slider4 .right-sided-slider__item {
  width: 435px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}

.right-sided-slider-dots4 {
  margin-top: 15px;
}

.right-sided-slider-dots4 .slick-dots li {
  margin-left: 0;
  margin-right: 20px;
}

.right-sided-slider-wrapper-five {
  position: relative;
}

.right-sided-slider-wrapper-five:before {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #2A7DE1;
  position: absolute;
  top: 20px;
  left: -44px;
  z-index: 1;
}

.right-sided-slider-wrapper-five:after {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-image: url(../img/marketing-vector.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  left: -44px;
  z-index: 1;
}

.training {
  padding-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 300px;
}

.right-sided-slider-wrapper5 {
  max-width: 895px;
}

.right-sided-slider5 {
  max-width: 895px;
  overflow: hidden;
}

.right-sided-slider5 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-sided-slider5 .right-sided-slider__item {
  width: 435px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}

.right-sided-slider-dots5 {
  margin-top: 15px;
}

.right-sided-slider-dots5 .slick-dots li {
  margin-left: 0;
  margin-right: 20px;
}

.right-sided-slider-wrapper-six {
  position: relative;
}

.right-sided-slider-wrapper-six:before {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #2A7DE1;
  position: absolute;
  top: 20px;
  left: -44px;
  z-index: 1;
}

.right-sided-slider-wrapper-six:after {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-image: url(../img/training-vector.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  left: -44px;
  z-index: 1;
}

.learn-more-btn {
  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: 235px;
  height: 55px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #2A7DE1;
  margin-top: 45px;
}

.retail {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.retail-heading {
  font-family: 'ClioXSBold';
  font-size: 24px;
  color: #2A7DE1;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}

.retail-heading:after {
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background-color: #2A7DE1;
  position: absolute;
  bottom: -20px;
  left: 26%;
}

.retail-parag-bold {
  font-family: 'ClioXSBold';
  margin-bottom: 15px;
}

.retail-paragr {
  max-width: 800px;
  margin-bottom: 25px;
}

.projects-block {
  max-width: 1230px;
  margin-top: 25px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-wrapper {
  width: 280px;
  text-align: left;
  margin-right: 15px;
  margin-left: 15px;
}

.projects-block-item {
  width: 280px;
  height: 240px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.projects-block-item .partner-card__site {
  background: linear-gradient(0deg, rgba(66, 70, 86, 0.3), rgba(66, 70, 86, 0.3));
  opacity: 0;
  transition: opacity .2s;
}
.projects-block-item .partner-card__site:hover {
  opacity: 1;
}

.project-href {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(66, 70, 86, 0.3)), to(rgba(66, 70, 86, 0.3)));
  background: linear-gradient(0deg, rgba(66, 70, 86, 0.3), rgba(66, 70, 86, 0.3));
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-href span {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  text-decoration: none;
  font-size: 10px;
  background: #2A7DE1;
  z-index: 2;
}
/*.project-href:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(../img/project-href-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}*/

.project-href:hover {
  opacity: 1;
}

.project-name {
  padding-left: 45px;
  margin-top: 15px;
  position: relative;
}

.project-name:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #424656;
  position: absolute;
  left: 0;
  top: 11px;
}

.retail-popup {
  max-width: 1020px;
  height: 700px;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-left: 40px;
  position: relative;
}

.retail-media {
  width: 420px;
  height: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.retail-company-link {
  color: #424656;
  text-transform: uppercase;
  text-decoration: none;
}

.retail-company-link:hover {
  color: #2A7DE1;
  text-decoration: underline;
}

.retail-popup__text-heading {
  font-family: 'ClioXSBold';
  font-size: 24px;
  text-transform: uppercase;
  color: #2A7DE1;
  margin-bottom: 20px;
}

.retail-popup__text-paragr {
  margin-bottom: 20px;
  max-width: 480px;
}
@media screen and (max-width: 1701px) {
  .right-sided-slider-wrapper{
    max-width: 750px;
  }
  .right-sided-slider{
    max-width: 750px;
  }
  .right-sided-slider-wrapper2{
    max-width: 750px;
  }
  .right-sided-slider2{
    max-width: 750px;
  }
  .right-sided-slider-wrapper4{
    max-width: 750px;
  }
  .right-sided-slider4{
    max-width: 750px;
  }
  .right-sided-slider-wrapper5{
    max-width: 750px;
  }
  .right-sided-slider5{
    max-width: 750px;
  }
  .left-sided-slider-wrapper{
    max-width: 750px;
  }
  .left-sided-slider{
    max-width: 750px;
  }
  .left-sided-slider-wrapper2{
    max-width: 750px;
  }
  .left-sided-slider2{
    max-width: 750px;
  }
  .right-sided-text{
    margin-left: 200px;
  }
}
@media screen and (max-width: 1370px) {
  .sales-department {
    padding-left: 150px;
    padding-right: 150px;
  }
  .warehouse {
    padding-left: 150px;
  }
  .marketing {
    padding-left: 150px;
  }
  .training {
    padding-left: 150px;
  }
  .right-sided-text {
    margin-left: 150px;
  }
  .right-sided-slider {
    max-width: 675px;
  }
  .left-sided-slider {
    max-width: 675px;
  }
  .right-sided-slider2 {
    max-width: 675px;
  }
  .left-sided-slider2 {
    max-width: 675px;
  }
  .right-sided-slider4 {
    max-width: 675px;
  }
  .right-sided-slider5 {
    max-width: 675px;
  }
  .right-centered-text {
    padding-left: 145px;
  }
  .left-centered-text {
    padding-right: 145px;
  }
}

@media screen and (max-width: 1281px) {
  .sales-department {
    padding-left: 70px;
    padding-right: 70px;
  }
  .warehouse {
    padding-left: 70px;
  }
  .marketing {
    padding-left: 70px;
  }
  .training {
    padding-left: 70px;
  }
  .right-sided-text {
    margin-left: 160px;
  }
  .right-sided-slider {
    max-width: 560px;
  }
  .left-sided-slider {
    max-width: 560px;
  }
  .right-sided-slider2 {
    max-width: 560px;
  }
  .left-sided-slider2 {
    max-width: 560px;
  }
  .right-sided-slider4 {
    max-width: 560px;
  }
  .right-sided-slider5 {
    max-width: 560px;
  }
  .right-centered-text {
    padding-left: 105px;
  }
  .left-centered-text {
    padding-right: 105px;
  }
}

@media screen and (max-width: 1025px) {
  .sales-department {
    padding-left: 70px;
    padding-right: 70px;
  }
  .warehouse {
    padding-left: 70px;
  }
  .marketing {
    padding-left: 70px;
  }
  .training {
    padding-left: 70px;
  }
  .right-sided-text {
    margin-left: 70px;
  }
  .right-sided-slider {
    max-width: 510px;
  }
  .left-sided-slider {
    max-width: 510px;
  }
  .right-sided-slider2 {
    max-width: 510px;
  }
  .left-sided-slider2 {
    max-width: 510px;
  }
  .right-sided-slider4 {
    max-width: 510px;
  }
  .right-sided-slider5 {
    max-width: 510px;
  }
  .left-sided-text {
    max-width: 380px;
  }
  .right-centered-text {
    padding-left: 55px;
  }
  .left-centered-text {
    padding-right: 55px;
  }
}

@media screen and (max-width: 769px) {

  .training {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
  .retail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
    padding-top: 80px;
  }
  .marketing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
  .financial-department {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0px;
  }
  .warehouse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
  .logistic-department {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0px;
  }
  .sales-department {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
  .sales-department {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sales-department[data-type="marketing"] {
    flex-direction: column-reverse;
  }
  .sales-department[data-type="logistic"] {
    flex-direction: column-reverse;
  }
  .sales-department[data-type="retail"] {
    flex-direction: column-reverse;
  }
  .warehouse {
    padding-left: 20px;
  }
  .marketing {
    padding-left: 20px;
  }
  .training {
    padding-left: 20px;
  }
  .right-sided-text {
    margin-left: 70px;
  }
  .right-sided-slider {
    max-width: 750px;
  }
  .left-sided-slider {
    max-width: 750px;
  }
  .right-sided-slider2 {
    max-width: 750px;
  }
  .left-sided-slider2 {
    max-width: 750px;
  }
  .right-sided-slider4 {
    max-width: 750px;
  }
  .right-sided-slider5 {
    max-width: 750px;
  }
  .right-sided-slider-wrapper {
    max-width: 675px;
    margin-left: 50px;
  }
  .left-sided-slider-wrapper {
    max-width: 700px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .right-sided-slider-wrapper2 {
    max-width: 675px;
    margin-left: 50px;
  }
  .right-sided-slider-wrapper4 {
    max-width: 675px;
    margin-left: 50px;
  }
  .right-sided-slider-wrapper5 {
    max-width: 675px;
    margin-left: 0px;
    margin-bottom: 200px;
  }

  .right-centered-text {
    padding-left: 25px;
  }
  .left-centered-text {
    padding-right: 25px;
  }

}
.container2{
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1901px){
  .right-sided-slider-wrapper{
    max-width: 895px;
  }
  .right-sided-slider{
    max-width: 895px;
  }
  .right-sided-slider-wrapper2{
    max-width: 895px;
  }
  .right-sided-slider2{
    max-width: 895px;
  }
  .right-sided-slider-wrapper4{
    max-width: 895px;
  }
  .right-sided-slider4{
    max-width: 895px;
  }
  .right-sided-slider-wrapper5{
    max-width: 895px;
  }
  .right-sided-slider5{
    max-width: 895px;
  }
  .left-sided-slider-wrapper{
    max-width: 895px;
  }
  .left-sided-slider{
    max-width: 895px;
  }
  .left-sided-slider2{
    max-width: 895px;
  }
  .left-sided-text{
    max-width: 435px;
  }
  .right-sided-text{
    margin-left: 100px;
  }
}
@media screen and (max-width: 1441px){
  .sales-department{
    padding-left: 75px;
    padding-right: 75px;
  }
  .warehouse{
    padding-left: 75px;
  }
  .marketing{
    padding-left: 75px;
  }
  .training{
    padding-left: 75px;
  }
  .right-sided-text{
    max-width: 360px;
    margin-left: 75px;
  }
  .left-sided-text{
    max-width: 360px;
  }
}
@media screen and (max-width: 1367px){
  .left-sided-text{
    max-width: 415px;
  }
  .right-sided-text{
    max-width: 415px;
  }
  .right-sided-slider .right-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .right-sided-slider-wrapper{
    max-width: 745px;
  }
  .right-sided-slider{
    max-width: 745px;
  }
  .right-sided-slider-wrapper2{
    max-width: 745px;
  }
  .right-sided-slider2{
    max-width: 745px;
  }
  .right-sided-slider2 .right-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .right-sided-slider-wrapper4{
    max-width: 745px;
  }
  .right-sided-slider4{
    max-width: 745px;
  }
  .right-sided-slider4 .right-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .right-sided-slider-wrapper5{
    max-width: 745px;
  }
  .right-sided-slider5{
    max-width: 745px;
  }
  .right-sided-slider5 .right-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .left-sided-slider-wrapper{
    max-width: 745px;
  }
  .left-sided-slider{
    max-width: 745px;
  }
  .left-sided-slider .left-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .left-sided-slider2{
    max-width: 745px;
  }
  .left-sided-slider2 .left-sided-slider__item{
    width: 360px;
    height: 270px;
  }
}
@media screen and (max-width: 1261px) {
  .projects-block {
    max-width: 1200px;
  }
  .project-wrapper {
    width: 280px;
    margin-right: 0px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1161px) {
  .project-wrapper {
    width: 260px;
  }
  .projects-block-item {
    width: 260px;
  }
}

@media screen and (max-width: 1087px) {
  .project-wrapper {
    width: 245px;
  }
  .projects-block-item {
    width: 245px;
  }
}

@media screen and (max-width: 1025px) {
  .project-wrapper {
    width: 225px;
    height: 230px;
    margin-left: 20px;
  }
  .projects-block-item {
    width: 225px;
    height: 230px;
  }
  .retail-popup {
    padding-top: 25px;
    padding-left: 20px;
  }
  .right-sided-slider-wrapper{
    max-width: 500px;
  }
  .right-sided-slider{
    max-width: 500px;
  }
  .right-sided-slider-wrapper2{
    max-width: 500px;
  }
  .right-sided-slider2{
    max-width: 500px;
  }
  .right-sided-slider-wrapper4{
    max-width: 500px;
  }
  .right-sided-slider4{
    max-width: 500px;
  }
  .right-sided-slider-wrapper5{
    max-width: 500px;
  }
  .right-sided-slider5{
    max-width: 500px;
  }
  .left-sided-slider-wrapper{
    max-width: 500px;
  }
  .left-sided-slider{
    max-width: 500px;
  }
  .left-sided-slider2{
    max-width: 500px;
  }
}

@media screen and (max-width: 769px) {
  .left-sided-text {
    max-width: 700px;
    margin-bottom: 55px;
  }
  .right-sided-text {
    max-width: 700px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .projects-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .retail-paragr {
    max-width: 730px;
    margin-bottom: 0px;
  }
  .project-wrapper {
    width: 350px;
    margin-bottom: 80px;
  }
  .projects-block-item {
    width: 350px;
  }
  .right-sided-slider .right-sided-slider__item {
    width: 330px;
    height: 248px;
    margin-right: 20px;
  }
  .right-sided-slider2 .right-sided-slider__item {
    width: 330px;
    height: 248px;
    margin-right: 20px;
  }
  .right-sided-slider4 .right-sided-slider__item {
    width: 330px;
    height: 248px;
    margin-right: 20px;
  }
  .right-sided-slider5 .right-sided-slider__item {
    width: 330px;
    height: 248px;
    margin-right: 20px;
  }
  .left-sided-slider .left-sided-slider__item {
    width: 330px;
    height: 248px;
  }
  .left-sided-slider2 .left-sided-slider__item {
    width: 330px;
    height: 248px;
  }
  .right-sided-slider-wrapper-six:after {
    top: 20px;
    left: 630px;
  }
  .right-sided-slider-wrapper-six:before {
    top: 20px;
    left: 630px;
  }
  .right-sided-slider-dots .left-sided-slider-dots .right-sided-slider-dots2 .left-sided-slider-dots2 .right-sided-slider-dots4 .right-sided-slider-dots5 {
    display: none;
  }
  .retail-media {
    width: 340px;
  }
  .retail-popup__text {
    position: relative;
  }
  .retail-popup__text-paragr-third {
    position: absolute;
    left: -370px;
    bottom: 10px;
    max-width: 700px;
  }
  .right-sided-slider-wrapper{
    margin-left: 0;
    max-width: 680px;
  }
  .right-sided-slider{
    max-width: 680px;
  }
  .right-sided-slider-wrapper2{
    max-width: 680px;
    margin-left: 0;
  }
  .right-sided-slider2{
    max-width: 680px;
  }
  .right-sided-slider-wrapper4{
    max-width: 680px;
    margin-left: 0;
  }
  .right-sided-slider4{
    max-width: 680px;
  }
  .right-sided-slider-wrapper5{
    max-width: 680px;
    margin-left: 0;
  }
  .right-sided-slider5{
    max-width: 680px;
  }
  .left-sided-slider-wrapper{
    max-width: 680px;
  }
  .left-sided-slider{
    max-width: 680px;
  }
  .left-sided-slider2{
    max-width: 680px;
  }
}

@media screen and (max-width: 769px) {
  .main-heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 426px) {
  .main-heading {
    line-height: normal;
  }
  .right-sided-slider-wrapper-six:after {
    top: 20px;
    left: -44px;
  }
  .right-sided-slider-wrapper-six:before {
    top: 20px;
    left: -44px;
  }
  .projects-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .retail-paragr {
    max-width: 370px;
  }
  .project-wrapper {
    width: 410px;
    margin-bottom: 100px;
  }
  .projects-block-item {
    width: 410px;
    height: 260px;
  }
  .retail-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1200px;
    padding-top: 35px;
  }
  .retail-media {
    width: 375px;
    position: relative;
  }
  .retail-links {
    position: absolute;
    bottom: 15px;
  }
  .retail-popup__text-paragr-third {
    position: absolute;
    left: 0px;
    bottom: -255px;
    max-width: 380px;
  }
}
@media screen and (max-width: 426px){
  .right-sided-slider-wrapper {
    margin-left: 25px;
  }
  .right-sided-slider-wrapper:before {
    width: 66px;
    height: 66px;
    left: -33px;
    top: -30px;
  }
  .right-sided-slider-wrapper:after{
    width: 66px;
    height: 66px;
    left: -33px;
    top: -30px;
  }
  .right-sided-text{
    margin-bottom: 50px;
  }
  .left-sided-slider-wrapper{
    margin-right: 25px;
    padding-left: 25px;
  }
  .left-sided-slider-dots{
    text-align: left;
    margin-left: -20px;
  }
  .left-sided-slider-wrapper-second:before {
    width: 66px;
    height: 66px;
    left: -10px;
    top: -30px;
  }
  .left-sided-slider-wrapper-second:after{
    width: 66px;
    height: 66px;
    left: -10px;
    top: -30px;
  }
  .right-sided-slider-wrapper2{
    margin-left: 25px;
  }
  .right-sided-slider-wrapper2:before {
    width: 66px;
    height: 66px;
    left: -33px;
    top: -30px;
  }
  .right-sided-slider-wrapper2:after{
    width: 66px;
    height: 66px;
    left: -33px;
    top: -30px;
  }
  .left-sided-slider-wrapper-four{
    margin-right: 25px;
    padding-left: 25px;
  }
  .left-sided-slider-dots2{
    text-align: left;
    margin-left: -20px;
  }
  .left-sided-slider-wrapper-four:before {
    width: 66px;
    height: 66px;
    left: -10px;
    top: -30px;
  }
  .left-sided-slider-wrapper-four:after{
    width: 66px;
    height: 66px;
    left: -10px;
    top: -30px;
  }
  .right-sided-slider-wrapper4{
    margin-left: 25px;
  }
  .right-sided-slider-wrapper4:before {
    width: 66px;
    height: 66px;
    left: -33px;
    top: -30px;
  }
  .right-sided-slider-wrapper4:after{
    width: 66px;
    height: 66px;
    left: -33px;
    top: -30px;
  }
  .right-sided-slider-wrapper5{
    margin-left: 25px;
  }
  .right-sided-slider-wrapper5:before {
    width: 66px;
    height: 66px;
    left: -33px;
    top: -30px;
  }
  .right-sided-slider-wrapper5:after{
    width: 66px;
    height: 66px;
    left: -33px;
    top: -30px;
  }
  .project-wrapper{
    margin-left: 0;
  }
  .projects-block-item:after{
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #2A7DE1;
    background-image: url(../img/projects-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 0;
  }
  .sales-department{
    padding-left: 25px;
  }
  .warehouse{
    padding-left: 25px;
  }
  .marketing{
    padding-left: 25px;
  }
  .training{
    padding-left: 25px;
  }
  .right-sided-slider .right-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .right-sided-slider2 .right-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .right-sided-slider4 .right-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .right-sided-slider5 .right-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .left-sided-slider2 .left-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .left-sided-slider .left-sided-slider__item{
    width: 360px;
    height: 270px;
  }
  .left-sided-slider-wrapper{
    padding-left: 30px;
  }
  .left-sided-slider-wrapper2{
    padding-left: 30px;
  }
}
@media screen and (max-width: 376px) {
  .retail-paragr {
    max-width: 310px;
  }
  .project-wrapper {
    width: 360px;
    margin-bottom: 100px;
  }
  .projects-block-item {
    width: 360px;
    height: 260px;
  }
  .retail-popup {
    height: 1320px;
  }
  .retail-media {
    width: 325px;
    position: relative;
  }
  .retail-popup__text-paragr-third {
    bottom: -285px;
  }
  .right-sided-slider .right-sided-slider__item {
    width: 310px;
    height: 235px;
  }
  .right-sided-slider2 .right-sided-slider__item {
    width: 310px;
    height: 235px;
  }
  .right-sided-slider4 .right-sided-slider__item {
    width: 310px;
    height: 235px;
  }
  .right-sided-slider5 .right-sided-slider__item {
    width: 310px;
    height: 235px;
  }
  .left-sided-slider .left-sided-slider__item {
    width: 310px;
    height: 235px;
  }
  .left-sided-slider2 .left-sided-slider__item {
    width: 355px;
    height: 235px;
  }
  .right-sided-slider-wrapper{
    margin-left: 20px;
  }
  .right-sided-slider-wrapper2{
    margin-left: 20px;
  }
  .right-sided-slider-wrapper4{
    margin-left: 20px;
  }
  .right-sided-slider-wrapper5{
    margin-left: 20px;
  }
}

@media screen and (max-width: 321px) {
  .project-wrapper {
    width: 310px;
    margin-bottom: 70px;
  }
  .projects-block-item {
    width: 310px;
    height: 230px;
  }
  .retail-media {
    width: 270px;
    height: 300px;
    position: relative;
  }
  .retail-popup__text-paragr-third {
    bottom: -330px;
  }
}

.partners {
  padding-top: 170px;
  opacity: 1;
  position: relative;
}
.partners .wave-block-1{
  z-index: 0;
  height: 484px;
  top: -120px;
}
.partners .wave-block-1:after{
  display: none;
}

.partners:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 0.06;
  background-image: url(../img/newBottomDots.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
@media screen and(max-width:1025px){
  .partners:before{
    display: none;
  }
}
.hidden{
  opacity: 0;
  height: 100vh;
  overflow: hidden;
}
.inner-partners {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 120px;
}

.partner-card {
  width: 380px;
  height: 340px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 1px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.partner-card:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(20, 30, 67, 0.12);
          box-shadow: 0px 4px 20px rgba(20, 30, 67, 0.12);
}

.partner-card__logo {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.partner-card__descr {
  margin-top: 30px;
  margin-bottom: 20px;
}

.partner-card__link {
  font-family: 'ClioXSBold';
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  color: #2A7DE1;
}

.hiden-popup-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.hiden-popup-link--visible {
  pointer-events: inherit;
}
.partner-card__site {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  z-index: 2;
}

.retail-popup-list {
  padding-left: 17px;
  margin-bottom: 25px;
}

.partner-popup {
  height: 800px;
}

.list-heading {
  /*margin-left: -17px;*/
  padding-bottom: 20px;
}

@media screen and (max-width: 1025px) {
  .partner-card {
    width: 300px;
    height: 320px;
    margin-bottom: 50px;
  }
  .partner-card__logo {
    width: 280px;
    height: 185px;
  }
}

@media screen and (max-width: 769px) {
  .partner-card {
    width: 230px;
    height: 275px;
  }
  .partner-card__logo {
    width: 180px;
    height: 130px;
    background-size: 85%;
  }
  .retail-popup-list {
    position: absolute;
    left: -370px;
    bottom: 100px;
  }
}

@media screen and (max-width: 426px) {
  .partner-card {
    width: 165px;
    height: 255px;
    -webkit-box-shadow: 0px 4px 20px rgba(20, 30, 67, 0.12);
            box-shadow: 0px 4px 20px rgba(20, 30, 67, 0.12);
    padding-left: 10px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .partner-card__logo {
    width: 165px;
    height: 120px;
    background-size: 85%;
  }
  .inner-partners {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner-card__descr {
    font-size: 14px;
  }
  .partner-card__link {
    font-size: 16px;
  }
  .partner-popup {
    height: 1350px;
  }
  .retail-popup-list {
    left: 0px;
    bottom: -185px;
  }
  .retail-popup__text-paragr-third {
    bottom: -345px;
  }
}

@media screen and (max-width: 376px) {
  .inner-partners {
    padding-left: 5px;
  }
}

@media screen and (max-width: 321px) {
  .retail-popup-list {
    left: 0px;
    bottom: -235px;
  }
  .retail-popup__text-paragr-third {
    bottom: -415px;
  }
}

.clients {
  padding-top: 100px;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.clients .wave-block-1{
  z-index: -1;
  height: 484px;
  top: -120px;
}
.clients .wave-block-1:after{
  display: none;
}

.clients:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -830px;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 0.06;
  background-image: url(../img/newBottomDots.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}


.inner-clients {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clients-descr {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.map-block {
  width: 778px;
  height: 518px;
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.town {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
}

.town:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.town-1:after{
  content: '';
  display: block;
  width: 120px;
  height: 121px;
  background-image: url(../img/lviv-1.svg);
  position: absolute;
  top: 98px;
  left: 30px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-1:hover:after {
  opacity: 1;
}
.town-1-active:after{
  opacity: 1;
}
.town-2:after {
  content: '';
  display: block;
  width: 91px;
  height: 121px;
  background-image: url(../img/ivf-2.svg);
  position: absolute;
  top: 70px;
  left: 62px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-2:hover:after {
  opacity: 1;
}

.town-3:after {
  content: '';
  display: block;
  width: 68px;
  height: 116px;
  background-image: url(../img/ternopil-3.svg);
  position: absolute;
  top: -71px;
  left: 119px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-3:hover:after {
  opacity: 1;
}

.town-4:after {
  content: '';
  display: block;
  width: 74px;
  height: 137px;
  background-image: url(../img/hmelnick-4.svg);
  position: absolute;
  top: -187px;
  left: 178px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-4:hover:after {
  opacity: 1;
}

.town-5:after {
  content: '';
  display: block;
  width: 106px;
  height: 138px;
  background-image: url(../img/jitomir-5.svg);
  position: absolute;
  top: -355px;
  left: 226px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-5:hover:after {
  opacity: 1;
}

.town-6:after {
  content: '';
  display: block;
  width: 120px;
  height: 152px;
  background-image: url(../img/kiiv-6.svg);
  position: absolute;
  top: -443px;
  left: 314px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-6:hover:after {
  opacity: 1;
}

.town-7:after {
  content: '';
  display: block;
  width: 114px;
  height: 117px;
  background-image: url(../img/vinnica-7.svg);
  position: absolute;
  top: -438px;
  left: 228px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-7:hover:after {
  opacity: 1;
}

.town-8:after {
  content: '';
  display: block;
  width: 120px;
  height: 134px;
  background-image: url(../img/chernigov-8.svg);
  position: absolute;
  top: -699px;
  left: 365px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-8:hover:after {
  opacity: 1;
}

.town-9:after {
  content: '';
  display: block;
  width: 117px;
  height: 146px;
  background-image: url(../img/sumi-9.svg);
  position: absolute;
  top: -799px;
  left: 464px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-9:hover:after {
  opacity: 1;
}

.town-10:after {
  content: '';
  display: block;
  width: 137px;
  height: 129px;
  background-image: url(../img/kharkiv-10.svg);
  position: absolute;
  top: -785px;
  left: 547px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-10:hover:after {
  opacity: 1;
}

.town-11:after {
  content: '';
  display: block;
  width: 145px;
  height: 116px;
  background-image: url(../img/poltava-11.svg);
  position: absolute;
  top: -881px;
  left: 431px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-11:hover:after {
  opacity: 1;
}

.town-12:after {
  content: '';
  display: block;
  width: 172px;
  height: 116px;
  background-image: url(../img/dnipro-12.svg);
  position: absolute;
  top: -895px;
  left: 472px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-12:hover:after {
  opacity: 1;
}

.town-13:after {
  content: '';
  display: block;
  width: 133px;
  height: 121px;
  background-image: url(../img/zaporije-13.svg);
  position: absolute;
  top: -930px;
  left: 529px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-13:hover:after {
  opacity: 1;
}

.town-14:after {
  content: '';
  display: block;
  width: 152px;
  height: 103px;
  background-image: url(../img/herson-14.svg);
  position: absolute;
  top: -990px;
  left: 419px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-14:hover:after {
  opacity: 1;
}

.town-15:after {
  content: '';
  display: block;
  width: 132px;
  height: 116px;
  background-image: url(../img/nikolaev-15.svg);
  position: absolute;
  top: -1130px;
  left: 350px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-15:hover:after {
  opacity: 1;
}

.town-16:after {
  content: '';
  display: block;
  width: 184px;
  height: 94px;
  background-image: url(../img/kirovograd-16.svg);
  position: absolute;
  top: -1292px;
  left: 327px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-16:hover:after {
  opacity: 1;
}

.town-17:after {
  content: '';
  display: block;
  width: 145px;
  height: 196px;
  background-image: url(../img/odessa-17.svg);
  position: absolute;
  top: -1331px;
  left: 254px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.town-17:hover:after {
  opacity: 1;
}
.town-active:after{
  opacity: 1;
}

.inner-clients > .adress-block {
  margin: 0 -30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 60px);
}

.inner-adress-block {
  width: calc(50% - 60px);
  margin: 0 30px 20px;
/*  padding-bottom: 70px;*/
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #2A7DE1;
  padding-bottom: 20px;
}
.adress-block-wrap {
  display: none;
}

.inner-adress-block__heading {
  font-family: 'ClioXSBold';
  font-size: 20px;
  text-transform: uppercase;
  color: #2A7DE1;
  padding: 0 20px 0px 23px;
  position: relative;
  cursor: pointer;
  

}
.inner-adress-block__heading.expanded:after {
  transform: rotate(45deg);
}
.inner-adress-block__heading:after {
  content: '+';
  font-size: 1.7em;
  font-weight: normal;
  font-family: Arial;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-adress-block__heading:before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #2A7DE1;
  position: absolute;
  top: 10px;
  left: 0;
}

.inner-adress-block__store-name {
  font-family: 'ClioXSBold';
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px!important;
  margin-top: 30px;
  text-transform: uppercase;
}

.inner-adress-block__info {
  padding-left: 33px;
  line-height: 1.2;
  max-width: 330px;
}

.inner-adress-block__email {
  padding-left: 33px;
  line-height: 30px;
/*  text-decoration: underline;*/
}
.adress-block p {
  margin-bottom: 15px;
}
.adress-block p:last-child {
  margin-bottom: 0;
}
.email-pinned {
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: left;
}

.info-adress {
  background-image: url(../img/pin.svg);
  background-repeat: no-repeat;
  background-position: left;
}

.info-phone {
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-position: left;
}

.callback-btn {
  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: 235px;
  height: 55px;
  background-color: #2A7DE1;
  font-family: 'ClioXSBold';
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 45px;
}

.inner-adress-block {
  opacity: 1;
}

.adress-active {
  opacity: 1;
  z-index: 100;
}

.town-select {
  display: none;
}

@media screen and (max-width: 1025px) {
  .inner-clients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 30px;
  }
  .map-block {
    margin-left: 80px;
  }
  .inner-adress-block {
    max-width: 900px;
  }
  .adress-block-2 {
/*    position: absolute;*/
    top: 74px;
    right: -384px;
  }
  .adress-block-4 {
/*    position: absolute;*/
    top: 274px;
    right: -384px;
  }
}
@media screen and (max-width: 769px) {
  .inner-adress-block {
    width: calc(100% - 60px);
  }
  .inner-clients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 15px;
  }
  .map-block {
    margin-left: 25px;
    width: 600px;
    height: 399px;
    margin-bottom: 45px;
  }
  .inner-adress-block__heading {
    font-size: 16px;
  }
  .adress-block-2{
    top: 27px;
  }
  .town {
    pointer-events: none;
  }
  .town:after {
    pointer-events: none;
  }
  .town-select {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 345px;
    height: 50px;
    border: 1px solid #7B7B7B;
    padding-left: 15px;
    font-size: 14px;
    color: #9F9F9F;
    outline: none;
  }
  .secelted-town {
    color: #525252;
  }
  .town-active:after{
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .map-block {
    margin-left: 0;
    width: 346px;
    height: 230px;
    margin-bottom: 45px;
  }
  .adress-block-2 {
/*    position: absolute;*/
    top: 274px;
    left: 0;
  }
  .adress-block-4 {
/*    position: absolute;*/
    top: 140px;
    left: 0;
  }
  .inner-adress-block__store-name {
    margin-top: 30px;
    line-height: 1.5;
  }
  .adress-block-5 {
/*    position: absolute;*/
    top: 240px;
    left: 0;
  }
  .right-text-col {
    position: absolute;
    top: 410px;
  }
  .callback-btn {
    top: 395px;
    left: 0;
    margin-bottom: 35px;
  }
  
  .town {
    pointer-events: none;
  }
  .town:after {
    pointer-events: none;
  }
  .clients-descr {
    max-width: 385px;
  }
  .town-select {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 345px;
    height: 50px;
    border: 1px solid #7B7B7B;
    padding-left: 15px;
    font-size: 14px;
    color: #9F9F9F;
    outline: none;
  }
  .secelted-town {
    color: #525252;
  }
  .town-active:after{
    display: none;
  }
}

@media screen and (max-width: 321px) {
  .map-block {
    margin-left: 0;
    width: 270px;
    height: 180px;
    margin-bottom: 45px;
  }
  .town-select {
    width: 300px;
  }
  .inner-adress-block {
    max-width: 300px;
  }
  .adress-block {
    max-width: 300px;
  }
  .adress-block-2 {
    position: absolute;
    top: 330px;
    left: 0;
  }
  .adress-block-4 {
    position: absolute;
    top: 145px;
    left: 0;
  }
  .adress-block-5 {
    position: absolute;
    top: 260px;
    left: 0;
  }
  .right-text-col {
    position: absolute;
    top: 415px;
  }
  .callback-btn {
    position: absolute;
    top: 360px;
    left: 0;
  }
}

.main-page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@keyframes logoShowIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 53vh;
  opacity: 0;
}
.logo-wrapper-animated{
  animation: logoShowIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.logo {
  width: 300px;
  height: 140px;
  background-image: url(../img/newlogo.svg);
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -50px;
}
@keyframes showFromBot{
  0%{
    bottom: -200px;
  }
  100%{
    bottom: 0;
  }
}
.scroll-down-active{
  animation: showFromBot;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
.scroll-down {
  height: 130px;
  position: relative;
  z-index: 1;
  opacity: 0 !important;
  overflow: hidden;
}

.element-visible {
  opacity: 1 !important;
}

.scroll-link {
  text-decoration: none;
  color: #424656;
}
@keyframes move-down{
  0%{
    top: 29px;
  }
  50%{
    top: 39px;
  }
  100%{
    top: 29px;
  }
}
@keyframes move-down2{
  0%{
    top: 74px;
  }
  50%{
    top: 84px;
  }
  100%{
    top: 74px;
  }
}
.scroll-link:before{
  animation: move-down;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
}
.scroll-link:after{
  animation: move-down2;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
}
.scroll-link:before {
  content: '';
  display: block;
  width: 23px;
  height: 41px;
  background-image: url(../img/scroll-down-mouse.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 29px;
  left: 39px;
}

.scroll-link:after {
  content: '';
  display: block;
  width: 25px;
  height: 11px;
  background-image: url(../img/scroll-down-v.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 74px;
  left: 38px;
}

.scroll-link:visited {
  text-decoration: none;
}

.wave-block-3 {
  height: 464px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  background-image: url(../img/wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.wave-block-1 {
  height: 464px !important;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  background-image: url(../img/wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.wave-block-1:after {
  display: block;
  height: 545px !important;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url(../img/waves-doted.svg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bottom-wave{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -300px;
  left: 0;
  right: 0;
  opacity: 0.06;
  background-image: url(../img/newBottomDots.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  z-index: -1;
}
.wave-block-2 {
  height: 464px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-image: url(../img/wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.wave-block-2:after {
  display: block;
  height: 764px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -95px;
  /* background-image: url(../img/volni-tochka.svg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0px;
}

@media screen and (max-width: 1025px) {
  .wave-block-1 {
    top: -110px;
  }
  .wave-block-2 {
    bottom: -165px;
  }
}

@media screen and (max-width: 769px) {
  .wave-block-1 {
    top: -110px;
  }
  .wave-block-2 {
    bottom: -195px;
  }
  .wave-block-2:after {
    display: none;
  }
}

.our-contacts-heading {
  text-align: center;
  font-family: 'ClioXSBold';
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.our-contacts-hidden{
  opacity: 0;
}

.our-contacts {
  padding-top: 170px;
  padding-bottom: 90px;
  max-width: 1600px;
  padding-left: 200px;
  padding-right: 200px!important;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.pum-open-scrollable .our-contacts {
  margin-right: var(--scrollbar-width);
}

.our-contacts .wave-block-1{
  z-index: 0;
  height: 484px;
  top: -120px;
}
.our-contacts .wave-block-1:after{
  display: none;
}

@media screen and(max-width:1025px){
  .our-contacts:before{
    display: none;
  }
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 65px;
}

.contacts-adress-block {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-adress-block__heading {
  font-family: 'ClioXSBold';
  font-size: 24px;
  text-transform: uppercase;
  color: #2A7DE1;
  margin-bottom: 15px;
}

.contacts-adress-block__descr {
  padding-left: 45px;
  position: relative;
  margin-right: 40px;
}

.contacts-adress-block__descr:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #424656;
  position: absolute;
  top: 12px;
  left: 0;
}

.contacts-send-descr {
  max-width: 580px;
}

.send-message-btn {
  margin-top: 50px;
  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: 235px;
  height: 55px;
  background-color: #2A7DE1;
  text-decoration: none;
  font-family: 'ClioXSBold';
  text-transform: uppercase;
  color: #fff;
}

.map-place {
  max-width: 1200px;
  height: 390px;
}
.map-place {
  overflow:hidden;
  position:relative;
  height:390px;
}
.map-place iframe{
  left:0;
  top:0;
  height:390px;
  width:100%;
  position:absolute;
}

@media screen and (max-width: 1281px) {
  .our-contacts {
    padding-left: 70px;
    padding-right: 70px!important;
  }
  .contacts-adress-block__heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 769px) {
  .our-contacts {
    padding-left: 30px;
    padding-right: 30px!important;
  }
}

@media screen and (max-width: 426px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-send-message {
    margin-top: 45px;
  }
}
.callback-popup-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.callback-name{
  width: 345px;
  height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #7B7B7B;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 0;
}

.callback-name-2{
  width: 345px;
  height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #7B7B7B;
}
.callback-phone{
  width: 345px;
  height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #7B7B7B;
}
.callback-email{
  width: 345px;
  height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #7B7B7B;
}
.callback-massage{
  width: 720px;
  height: 130px;
  outline: none;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 25px;
  resize: none;
  border: 1px solid #7B7B7B;
}
.contast-submit-btn{
  font-family: 'ClioXSBold';
  width: 265px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  background-color: #2A7DE1;
  border: none;
  margin-top: 25px;
}
.callback-popup-line{
  width: 720px;
  display: flex;
  justify-content: space-between;
}
.callback-popup-bottom-line{
  text-align: left;
}
.callback-popup-bottom-line > p {
  position: relative;
  display: inline-block;
}
.callback-popup-bottom-line .wpcf7-spinner {
  position: absolute;
  left: calc(100% + 10px);
  bottom: 15px;
}
.callback-name-wrapper{
  display: inline-block;
}
.callback-name-wrapper2{
  display: inline-block;
}
.callback-phone-wrapper{
  display: inline-block;
  margin-top: 20px;
}
.your-name{
  font-family: 'ClioXSRegular';
  font-size: 16px;
  color: #424656;
  margin-bottom: 10px;
}
.callback-massage-wrapper{
  margin-top: 20px; 
}
.callback-heading{
  font-family: 'ClioXSBold';
  text-transform: uppercase;
  font-size: 24px;
  color: #2A7DE1;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1261px) {
  .callback-popup-line{
    width: 620px;
    display: flex;
    justify-content: space-between;
  }
  .callback-massage{
    width: 620px;
  }
  .callback-name{
    width: 275px;
  }
  .callback-name-2{
    width: 275px;
  }
  .callback-phone{
    width: 275px;
  }
  .callback-email{
    width: 275px;
  }
}
@media screen and (max-width: 1025px) {
  .callback-popup-line{
    width: 580px;
    display: flex;
    justify-content: space-between;
  }
  .callback-massage{
    width: 580px;
  }
  .callback-name{
    width: 275px;
  }
  .callback-name-2{
    width: 275px;
  }
  .callback-phone{
    width: 275px;
  }
  .callback-email{
    width: 275px;
  }
}
@media screen and (max-width: 820px) {
  .callback-massage{
    width: 575px;
  }
}
@media screen and (max-width: 769px) {
  .callback-name-wrapper2{
    margin-top: 25px;
  }
  .callback-popup-line {
    width: 100%;
    display: block;
  }
  .callback-name-wrapper,
  .callback-name-wrapper2,
  .callback-phone-wrapper {
    display: block;
  }
  .callback-name,
  .callback-name-2,
  .callback-phone,
  .callback-email,
  .callback-popup-bottom-line {
    width: 100%;
  }
  .callback-massage {
    width: 100%;
  }
  .pum-container {
    bottom: 40px!important;
    margin-bottom: 0!important; 
  }
  .pum-container .pum-content {
    max-height: 100%;
    overflow-y: auto;
    padding: 0 30px;
  }
  .contast-submit-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 426px) {
  .callback-popup-line{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .callback-massage-wrapper {
    margin-top: 15px;
  }
  .callback-heading{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .callback-name{
    height: 35px;
  }
  .callback-name-2{
    height: 35px;
  }
  .callback-phone{
    height: 35px;
  }
  .callback-email{
    height: 35px;
  }
  .callback-phone-wrapper{
    margin-top: 15px;
  }
  .callback-name-wrapper2{
    margin-top: 15px;
  }
  .callback-massage-wrapper{
    margin-right: 0px;
  }
}
@media screen and (max-width: 375px) {
  .callback-massage{
    width: 300px;
  }
  .callback-name{
    width: 300px;
  }
  .callback-name-2{
    width: 300px;
  }
  .callback-phone{
    width: 300px;
  }
  .callback-email{
    width: 300px;
  }
}
@media screen and (max-width: 321px) {
  .callback-massage{
    width: 265px;
  }
  .callback-name{
    width: 265px;
  }
  .callback-name-2{
    width: 265px;
  }
  .callback-phone{
    width: 265px;
  }
  .callback-email{
    width: 265px;
  }
}
@keyframes goup-aminated{
  0%{
    margin-bottom: 0;
  }

  50%{
    margin-bottom: 7px;
  }

  100%{
    margin-bottom: 0;;
  }
}
.go-up-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2A7DE1;
  background-image: url(../img/goup.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  position: absolute;
  bottom: 10px;
  right: 345px;
  animation: goup-aminated;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  -moz-transition: all 1.3s;
  -webkit-transition: all 1.3s;
  -o-transition: all 1.3s;
  transition: all 1.3s;
  will-change: transform;
}
.partners .go-up-btn{
  bottom: -100px;
}
.clients .go-up-btn{
  bottom: -700px;
}
@media screen and (max-width: 1281px) {
  .go-up-btn{
    bottom: 10px;
    right: 110px;
  }
}
@media screen and (max-width: 769px) {
  .go-up-btn{
    bottom: 10px;
    right: 30px;
  }
  .clients .go-up-btn{
    bottom: -810px;
  }

}
@media screen and (max-width: 426px) {

 
}