@media (min-width: 1670px) {
  .portfolio .container__case.align-center {
    top: auto;
    /*-webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);*/
    padding: 50px 0 100px;
    position: static !important;
  }

  .owl-carousel2 {
    padding: 0 80px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
/* .portfolio {
  background: url("../../images/decor/portfolio-decor-1.png") 39vw 20px no-repeat;
} */
}
@media (min-width: 1669px) {
/* .portfolio {
    background: url("../../images/decor/portfolio-decor-1.png") top right no-repeat;
    
} */
.portfolio::after {
  content: '';
  position: absolute;
  /* width: 890px;
  height: 720px; */
  width: 486px;
  /* width: 329px; */
  height: 620px;
  background: url("../../images/decor/portfolio-decor-22.png") center/contain no-repeat;
  bottom: 0;
  left: 0;
  z-index: 15;
  transform: translateZ(1px)
}
}
@media (min-width: 1200px) and (max-width: 1669px) {
  .scrolled-content .container__case {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .owl-carousel2 {
    padding: 0;
    text-align: left;
  }

  .portfolio-slider__item {
    /*margin-right: 45px;*/
    padding: 20px 12px 0;
  }

  .content__item {
    padding: 150px 0;
  }

  .header {
    position: fixed;
  }

  .logo {
    display: block;
    min-height: auto;
  }

  .logo.logo__link,
  .logo.logo__link.acitve {
    display: none;
  }

  .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav__item {
    padding: 0 20px;
    font-size: 16px;
  }

  .main {
    background: transparent;
    position: relative;
  }

  .main:after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 850px;
    height: 850px;
    background: url("../../images/decor/main-decor-2.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .startup,
  .team,
  .investor,
  .contacts {
    background: transparent;
  }

 

  .portfolio-slider {
    height: auto;
  }

  .portfolio-slider .owl-carousel {
    padding: 0 50px;
  }

  .portfolio-slider__unit {
    width: 200px;
    height: 200px;
  }

  .portfolio__case {
    padding-left: 0;
  }

  .team-slider {
    margin-top: 75px;
  }

  .partners__row {
    margin-right: 45px;
  }

  .partners__row:last-child {
    margin-right: 0;
  }

  .startup .col-margin {
    margin-top: 0;
  }

  .contacts__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts__list-item {
    margin-right: 60px;
  }

  #map {
    width: 100%;
  }

  .success-message {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
  }

  .footer {
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 1199px) {
  .portfolio-slider__item {
    padding: 20px 7px 0;
  }
}

@media screen and (max-width: 1199px) {

  body,
  html {
    height: auto;
    overflow: auto;
  }

  .header {
    position: fixed;
  }

  .logo {
    min-height: auto;
  }

  .content {
    height: auto;
  }

  .content__title {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .content__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #fff;
  }

  .content__item {
    display: block !important;
    background: transparent;
    padding-top: 0;
    padding-bottom: 120px;
  }

  .main {
    position: relative;
    padding: 205px 0 120px;
  }

  .main:after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 650px;
    height: 650px;
    background: url("../../images/decor/main-decor-2.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .container__case.align-center,
  .portfolio .container__case.align-center {
    top: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }

  .main__subtitle {
    font-size: 16px;
  }

  .portfolio-slider {
    height: auto;
  }

  .portfolio__case {
    padding-left: 0;
  }

  .portfolio-slider .owl-carousel {
    padding: 0 50px;
  }

  .team__title {
    font-size: 24px;
  }

  .portfolio-slider__unit {
    width: 170px;
    height: 170px;
  }

  .team-slider {
    margin-top: 55px;
  }

  .investor__title {
    font-size: 20px;
  }

  .investor__text {
    font-size: 16px;
  }

  .investor__result-text {
    font-size: 16px;
  }

  .application-container>[class^="col-"]:last-child {
    margin-top: 50px;
  }

  .startup .col-margin {
    margin-top: 0;
  }

  .contacts__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts__list-item {
    margin-right: 60px;
  }

  .contacts__list-item:last-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  #map {
    width: 100%;
  }

  .footer {
    position: static;
  }

  .success-message {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 70px;
  }

  .menu-button {
    margin-left: auto;
  }

  .mobile-menu {
    top: 70px;
  }

  .main:after {
    display: none;
  }

  .startup .col-margin {
    margin-top: 30px;
  }

  .contacts__list-item {
    margin-right: 20px;
    padding-left: 45px;
  }

  .contacts__list-head,
  .contacts__list-text {
    font-size: 16px;
  }

  .contacts__list-head {
    margin-bottom: 5px;
  }

  /* .portfolio-slider__item:hover .portfolio-slider__unit {
    border-color: #fff;
  }

  .portfolio-slider__item:hover .portfolio-slider__name {
    color: #fff;
  }

  .portfolio-slider__item.active .portfolio-slider__unit {
    border-color: #06bcec;
  }

  .portfolio-slider__item.active .portfolio-slider__name {
    color: #06bcec;
  }

  */
  /* .container__case.align-center,
  .portfolio .container__case.align-center {
    transform: none;
  }

  */
 
  .team {
    margin-bottom: 50px;
  }

  .container__case.align-center,
  .portfolio .container__case.align-center,
  .portfolio .container__case.align-center,
  .team .container__case.align-center {
    transform: none;
  }

  /* .portfolio {
    margin-bottom: 50px;
  } */

  .portfolio,
  .portfolio>.container {
    height: auto;
  }

  .portfolio__case,
  .content__title:before {
    display: none;
  }

  .portfolio-slider__item {
    background: #032e32;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
    padding: 80px 35px 25px;

  }

  .portfolio-slider__unit {
    border: none;
    height: auto;
    text-align: center;
    width: 100%;
  }

  /* .portfolio-slider__unit img {
    width: 100% !important;
    height: 100% !important;
    max-width: 200px !important;
    max-height: 200px !important;
  } */

  .portfolio-slider__unit img {
    position: static;
    margin-bottom: 50px;
  }

  .portfolio-slider__name {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: left;

  }

  .portfolio-info__text-m {
    font-size: 20px;
    text-align: left;
    margin-bottom: 50px;
    line-height: 1.2;
  }

  .portfolio-info__link-m {
    font-size: 20px;
    color: #0072ff;
    text-align: left;
    display: block;
    text-decoration: none;
  }

  .portfolio,
  .container__case.align-center,
  .portfolio .container__case.align-center,
  .team {
    padding-bottom: 0;
  }


}

@media(min-width:1200px) {
  .team-slider {
    margin-top: 0px;
}
.team__name br {
  display: none;
  
}
.team__info {
  height: 100px;
}
}

@media(min-width:550px) and (max-width:991px) {
  .portfolio-slider__unit .arenum-img {
    width: 163px;
    height: 123px;
  }

  .portfolio-slider__unit .finom-img {
    width: 95px;
    height: 136px;
  }

  .portfolio-slider__unit .adapty-img {
    width: 136px;
    height: 136px;
  }

  /* .portfolio-slider__unit .f3-img {
    width: 116px;
    height: 115px;
  } */

  .portfolio-slider__unit .viqeo-img {
    width: 190px;
    height: 59px;
  }

  .portfolio-slider__unit .osome-img {
    width: 120px;
    height: 120px;
  }

  .portfolio-slider__unit .pingdelivery-img {
    width: 113px;
    height: 90px;
  }

  .portfolio-slider__unit .gamificationlab-img {
    width: 118px;
    height: 109px;
  }
}



@media screen and (max-width: 767px) {
  .header .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .portfolio__case {
    min-height: auto;
    margin-bottom: 0;
  }

  .main {
    padding-top: 135px;
  }

  .content__item {
    padding-bottom: 100px;
  }

  .team {
    padding-bottom: 0;
  }

  .portfolio-slider {
    /*margin-right: -200px; */
  }



  .portfolio-slider .owl-stage-outer {
    padding-top: 25px;
  }

  .portfolio-slider .owl-nav {
    display: none;
  }

  .portfolio-slider .owl-dots {
    position: absolute;
    top: 0;
  }

  .portfolio-slider .owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    opacity: .25;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
  }

  .portfolio-slider .owl-carousel button.owl-dot.active {
    opacity: 1;
  }

  .portfolio-slider .owl-carousel {
    padding: 0;
  }

  .portfolio-slider__arrow {
    display: none;
  }

  .startup__row {
    margin-bottom: 0;
  }

  .contacts__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__list-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer {
    height: auto;
    padding: 15px 0;
  }

  .menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .menu__item:last-child {
    margin-bottom: 0;
  }

  .menu__link {
    padding: 5px 0;
  }

  .owl-carousel2 {
    padding: 0;
  }

  .portfolio-slider__item {
    display: block;
    position: relative;
    text-align: center;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 15px;
  }

  .main__unit {
    padding-left: 0;
  }

  .main__unit-head {
    margin-bottom: 5px;
  }

  .main__unit-text {
    margin-bottom: 15px;
  }

  .main__unit-text:last-child {
    margin-bottom: 0;
  }

  .partners__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .partners__row:first-child {
    margin-top: 30px;
  }

  .partners__row:last-child .partners__link:last-child {
    margin-bottom: 0;
  }

  .partners__link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .team__view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .team__item {
    margin-bottom: 15px;
  }

  .team__img-wrap {
    margin-bottom: 0;
  }

  .team__info {
    margin-left: 0;
    text-align: left;
  }

  .form-control__placeholder {
    font-size: 14px;
  }

  .mobile-menu__inner {
    padding-top: 20px;
  }

  .main .button-wrap {
    display: block;
    text-align: center;
    margin-top: 30px;
  }

  .mobile-menu .button-wrap {
    display: block;
    margin-bottom: 30px;
    text-align: left;
  }

  .mobile-menu__links {
    margin-top: 30px;
  }

  .for-center {
    text-align: center;
  }

  .startup .button-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 475px) {
  .portfolio-info__title {
    font-size: 40px;
  }

  .team__view {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team__item {
    margin-bottom: 30px;
  }

  .team__img-wrap {
    margin-bottom: 15px;
  }

  .team__info {
    width: 100%;
    height: auto;
    margin-left: 0;
    text-align: center;
  }

  .investor__result-item {
    padding-left: 0;
    padding-top: 120px;
  }

  .investor__result-text {
    margin-bottom: 15px;
  }

  .investor__together {
    padding-left: 0;
    padding-top: 0px;
  }

  .investor__together-img {
    bottom: auto;
  }

  .portfolio-slider__item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-menu {
    width: 320px;
  }

  .mobile-menu__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media screen and (min-width: 767px) and (max-width: 990px) {
.portfolio {
  margin-bottom: 100px;
}
}
