body {
  background-color: #141721;
  font-family: 'Rfdewi';
}
.slider__block {
  max-width: 100%;
}
.row-opacity {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: 100%;
}
.container-slider {
  padding: 0 40px;
  max-width: 1300px;
}
.opacity-left, .opacity-right{
  position: absolute;
  width: 30px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.opacity-right{
  left: -3px;
  background: linear-gradient(to right, rgba(22,23,33,1), rgba(22,23,33,0.0));
}
.opacity-left{
  right: -3px;
  background: linear-gradient(to left, rgba(22,23,33,1), rgba(22,23,33,0.0));
}

.slider__title {
  color: #4D5565;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none!important;
  line-height: 1.3;
  height: 100%;
  display: flex;
  align-items: center;
  transition: .3s;
}
.slider__title:hover {
  color: #37E5A8;
}
.slider__title_blue a {
  color: #37E5A8;
  transform: scale(2.5);
}
.item__big-data.slider__title_blue {
  width: 139px;
  padding-left: 45px;
}
.item__big-data {
  width: 55px;
}
.item__business-intelligence.slider__title_blue {
  width: 455px;
  padding-left: 195px;
}
.item__business-intelligence {
  width: 142px;
}
.item__artificial-intelligence.slider__title_blue {
  width: 455px;
  padding-left: 200px;
}
.item__artificial-intelligence {
  width: 142px;
}
.item__tech-blockchain.slider__title_blue {
  width: 465px;
  padding-left: 205px;
}
.item__tech-blockchain {
  width: 145px;
}
.item__ios-android.slider__title_blue {
  width: 390px;
  padding-left: 160px;
}
.item__ios-android.slider__title_blue img {
  max-width: 16.5px !important;
}
.item__ios-android {
  width: 118.5px;
}
.item__web.slider__title_blue {
  width: 500px;
  padding-left: 206px;
}
.item__web {
  width: 157px;
}
.item__iot {
  width: 119px;
}
.item__iot.slider__title_blue {
  width: 370px;
  padding-left: 167px;
}
.item__proto {
  width: 195px;
}
.item__proto.slider__title_blue {
  width: 582px;
  padding-left: 232px;
}
.item__ux {
  width: 37px;
}
.item__ux.slider__title_blue {
  width: 200px;
  padding-left: 113px;
}
.item__machine {
  width: 103px;
}
.item__machine.slider__title_blue {
  width: 360px;
  padding-left: 165px;
}
.item__deepfake {
  width: 114px;
}
.item__deepfake.slider__title_blue {
  width: 280px;
  padding-left: 143px;
}

.titles .owl-item {
  height: 300px;
  transition: .3s;
} 
.titles .owl-item img {
  position: absolute;
  left: 0px;
  top: 80px;
  max-width: 30px;
  max-height: 0;
  transition: .3s;
} 
.titles .slider__title_blue img {
  max-height: 30px;
}
.titles .item {
  height: 100%;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  transition: .3s;
} 
.slider__text {
  font-size: 20px;
  color: #8F96A3;
  max-width: 590px;
  width: 100%;
}

.slider__list {
  padding-left: 21px;
  font-size: 20px;
  max-width: 760px;
}

.slider__list li {
  color: #37E5A8;
  padding-left: 10px;
  margin-bottom: 6px;
}
.slider__list li span {
  color: #8F96A3;
}

.row-slider {
  margin-top: 20px;
}

.container__big_border-bottom {
  border-bottom: 1px solid #2D3139;
  padding-bottom: 100px;
  padding-left: 0;

}
.case {
  transition: .3s;
}
.case:hover {
  background-color: #1B1E28;
}
.case__logo {
  max-width: 70px !important;
  min-width: 70px !important;
}
.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8f96a3;
  text-decoration: none!important;
  border-bottom: 1px solid #2D3139;
}
.link-block__last {
  border-bottom: 1px solid #2D3139;
}
.link-block__middle {
  margin-right: auto;
  margin-left: 48px;
}
.link-block__product {
  /* max-width: 200px; */
  width:100%;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: #8F96A3!important;
}
.link-block__title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 2rem;
  color: #BCC6D9;
  font-weight: bold;
}
.case:hover .link-block__block-more {
  opacity: 1;
  visibility: visible;
}
.link-block__block-more {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.link-block__more {
  color: #37e5a8;
  font-size: 18px;
  margin-bottom: 0;
}
.link-block__arrow-right {
  margin-left: 27px;
}
/* modal */
.modal {
  padding-right: 0!important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #141721;
}
.modal-body {
  padding-top: 40px;
}
.modal-dialog {
  max-width: 100%;
  margin: 0;
  transform: translate(0,0)!important;
}
.modal-content {
  border-radius: 0;
  background: #141721;
  color: #8F96A3;
  border: 0;
}
.modal-header {
  border-bottom: 0;
}
.btn-close {
  margin-right: 10px;
}
.modal__close {
  color: #8F96A3;
  font-weight: bold;
  font-size: 14px;
  background: none;
  border: 0;
  text-transform: uppercase;
  outline: none!important;
  cursor: pointer;
  display: block;
  margin-bottom: 25px;
}
.container_small {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container_small-border {
  border-top: 1px solid #2D3139;
  padding-top: 70px;
}
.modal__title {
  font-size: 50px;
  font-weight: bold;
  color: #37E5A8;
  text-align: left;
  margin-bottom: 20px;
}
.modal__subtitle {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 50px;
}
.modal__subtitle_green {
  color: #37E5A8;
}
.modal__text {
  font-size: 1rem;
  color: #8F96A3;
  line-height: 28px;
  margin-bottom: 80px;
}
.modal__text-tech {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px;
}
.tech__block {
  display: flex;
  flex-wrap: wrap;
}
.tech__item {
  color: #8F96A3;
  background-color: transparent;
  border: 1px solid #2D3139;
  border-radius: 16px;
  padding: 4px 15px 6px;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 1rem;
  margin-right: 10px;
}
.modal__text-link {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 8px;
}
.modal__link {
  font-size: 16px;
  color: #37E5A8;
  text-decoration: underline;
  display: inline-block;
}
.modal__link:hover {
  text-decoration: none;
  color: #37E5A8;
}

.modal__stores {
  display: flex;
  margin-top: 50px;
}
.stores__img {
  margin-right: 15px;
  max-height: 49px;
  opacity: .7;
  transition: .3s;
}
.stores__img:hover {
  opacity: 1;
}
@media (max-width: 405px) {
  .modal__stores {
    flex-wrap: wrap;
  }
  .stores__img {
    margin-right: 0px;
    margin-bottom: 15px;
    padding-right: 10px;
  }
}
.modal__screenshot {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  border-radius: 15px;
}
.modal__screenshot_one {
  max-width: 750px;
}
.modal_title-socnet {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  padding-top: 50px;
  border-top: 1px solid #2D3139;
  max-width: 750px;
  margin-top: 60px;
}
.container_border-bottom {
  border-bottom: 1px solid #2D3139; 
  margin-bottom: 70px; 
}
.titles .owl-stage-outer {
  padding-top: 100px;
  overflow: visible;
}
.titles .owl-stage {
  width: 5530px!important;
}
.titles .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
}
.titles .owl-prev {
  margin-right: 14px;
}
.titles .owl-prev, .titles .owl-next {
  outline: none;
}
.navbar {
  margin-bottom: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 6px;
}
.top-panel__image {
  margin-top: 4px!important;
}
.link__to-projects {
  display: flex;
  max-width: 260px;
  text-decoration: none!important;
}
.link-block-3:last-child {
  margin-right: 0;
}
.image {
  margin-top: 7px;
}
.header__link {
  transition: .3s;
  padding-right: 0;
}
.header__link:hover {
  color: #37e5a8;
}
.modal-header {
  padding-right: 0;
  padding-left: 0;
}
#projects {
  padding-top: 100px;
  overflow: hidden;
}
.link-2 {
  transition: .3s;
}
.link-2:hover {
  color: #37e5a8;
}
@media (max-width: 340px) {
  .link-2 {
    font-size: 35px!important;
  }
}
.nav__menu {
  padding-top: 20px;
  display: flex;
  width: 100%;
  max-height: 84px;
}
.footer__tel-link {
  color: #8f96a3;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 70px;
  display: inline-block;
}
.footer__tel-link:hover {
  color: #8f96a3;
}
.link-call {
  flex: 30%;
  max-width: 30%;
  display: inline-block;
  max-width: 100%;
  margin-top: 40px;
  padding: 22px 42px;
  border: 1px solid #2d3139;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-family: Rfdewi, sans-serif;
  text-decoration: none;
  color: #8f96a3;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.link-call:hover {
  border-color: #37e5a8;
  color: #37e5a8;
  text-decoration: none;
}
/* top panel */
.top-panel {
	position: fixed;
	overflow: hidden;
	top: -84px;
	width: 100%;
	height: 83px;
	z-index: 5;
  background: #141721;
}
.navbar__panel {
  padding-top: 2px;
}
@media (min-width: 768px){
  .opacity-left, .opacity-right{
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .opacity-left, .opacity-right{
    width: 150px!important;
  }
  .owl-par {
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .container__big {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 991px){
  .header__link {
    margin-left: auto;
    margin-right: 0;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
  #projects {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider__title_blue a {
    transform: scale(1.5);
  }
  .item__big-data.slider__title_blue {
    width: 90px;
    padding-left: 16px;
  }
  .item__business-intelligence.slider__title_blue {
    width: 250px;
    padding-left: 72px;
  }
  .item__artificial-intelligence.slider__title_blue {
    width: 255px;
    padding-left: 74px;
  }
  .item__tech-blockchain.slider__title_blue {
    width: 265px;
    padding-left: 74px;
  }
  .item__ios-android.slider__title_blue {
    width: 228px;
    padding-left: 68px;
  }
  .item__web.slider__title_blue {
    width: 285px;
    padding-left: 80px;
  }
  .item__iot.slider__title_blue {
    width: 210px;
    padding-left: 64px;
  }
  .item__proto.slider__title_blue {
    width: 330px;
    padding-left: 79px;
  }
  .item__ux.slider__title_blue {
    width: 98px;
    padding-left: 45px;
  }
  .item__machine.slider__title_blue {
    width: 200px;
    padding-left: 62px;
  }
  .item__deepfake.slider__title_blue {
    width: 150px;
    padding-left: 53px;
  }
  .titles .owl-stage {
    width: 4110px!important;
  }
  .link-block-3:first-child {
    margin-right: 0;
  }
  .modal__close {
    position: relative;
    margin-left: 48px;
    margin-bottom: 50px;
  }
  .div-block-9 {
    flex-wrap: wrap;
  }
  .link-block-3 {
    margin-bottom: 20px;
    padding: 22px 24px;
  }
  .link-block-3:last-child {
    margin-top: 0;
  }
}
@media (max-width: 768px){
  h1.heading {
    font-size: 36px;
    line-height: normal;
  }
  .link-block {
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .container__big_border-bottom {
    margin-bottom: 0px;
  }
  .link-block__product {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .link-block__title {
    width: 100%;
    margin-bottom: 15px;
  }
  .link-2 {
    font-size: 38px;
  }
  .text-block-4 {
    margin-top: 0px;
    padding-bottom: 8px;
  }
  .section-2 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .modal__close {
    margin-left: 0px;
  }
  .modal-header {
    padding-right: 30px;
    padding-left: 30px;
  }
  .modal__screenshot {
    margin-top: 0px;
  }
  .container_border-bottom {
    padding-bottom: 70px;
  }
}
@media (max-width: 576px){
  .opacity-left, .opacity-right{
    position: absolute;
    width: 30px; 
    height: 100%;
    z-index: 2;
  }
}
@media (max-width: 470px){
  .modal__title {
    font-size: 36px;
  }
}

@media (max-width: 360px){
  .slider__title_blue a {
    transform: scale(1.3);
  }
  .item__big-data.slider__title_blue {
    width: 80px;
    padding-left: 10px;
  }
  .item__business-intelligence.slider__title_blue {
    width: 220px;
    padding-left: 47px;
  }
  .item__artificial-intelligence.slider__title_blue {
    width: 221px;
    padding-left: 49px;
  }
  .item__tech-blockchain.slider__title_blue {
    width: 225px;
    padding-left: 49px;
  }
  .item__ios-android.slider__title_blue {
    width: 190px;
    padding-left: 46px;
  }
  .item__web.slider__title_blue {
    width: 240px;
    padding-left: 50px;
  }
  .item__iot.slider__title_blue {
    width: 179px;
    padding-left: 41px;
  }
  .item__proto.slider__title_blue {
    width: 280px;
    padding-left: 49px;
  }
  .item__ux.slider__title_blue {
    width: 80px;
    padding-left: 30px;
  }
  .item__machine.slider__title_blue {
    width: 170px;
    padding-left: 41px;
  }
  .item__deepfake.slider__title_blue {
    width: 130px;
    padding-left: 36px;
  }
  .titles .owl-stage {
    width: 4050px!important;
  }
  .opacity-left, .opacity-right {
    width: 22px
  }
  .link-block-3:first-child {
    margin-right: 0;
  }
  .modal__close {
    position: relative;
    margin-left: 48px;
    margin-bottom: 30px;
  }
}

.shortener-forms form {
  padding-top: 50vh;
}

.shortener-forms input[type=text] {
  max-width: 1200px;
  width: 80vw;
}

.qr {
  padding-left: 50vw;
  margin-left: -256px;
}
