@font-face {
  font-family: 'HelveticaLight';
  src: url(../fonts/HelveticaLight.ttf);
}

@font-face {
  font-family: 'HelveticaBold';
  src: url(../fonts/HelveticaBold.ttf);
}

@font-face {
  font-family: 'HelveticaMedium';
  src: url(../fonts/HelveticaMedium.otf);
}

@font-face {
  font-family: 'HelveticaBlack';
  src: url(../fonts/HelveticaBlack.otf);
}

@font-face {
  font-family: 'CorbelItalic';
  src: url(../fonts/CorbelItalic.ttf);
}

.case-wrapper {
  width: 100%;
  padding-left: 90px;
  padding-bottom: 220px;
  min-height: 4000px;
  background: #9b6486;
  background: -webkit-linear-gradient(25deg, #9b6486 0%, #9b6485 14%, #b97280 30%, #f38e73 48%, #f38e73 56%, #b97280 72%, #9b6485 87%, #9b6486 100%);
  background: -webkit-linear-gradient(65deg, #9b6486 0%, #9b6485 14%, #b97280 30%, #f38e73 48%, #f38e73 56%, #b97280 72%, #9b6485 87%, #9b6486 100%);
  background: linear-gradient(25deg, #9b6486 0%, #9b6485 14%, #b97280 30%, #f38e73 48%, #f38e73 56%, #b97280 72%, #9b6485 87%, #9b6486 100%);
  position: relative;
  overflow: hidden;
}

.case-container {
  max-width: 1600px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
}

.case-container-in {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.case-bg {
  background: url(../images/hero-bg.png) center 122% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
}

.section {
  padding-top: 70px;
}

.title {
  position: relative;
}

.title__text {
  font: 142px HelveticaBlack, sans-serif;
  color: rgba(242, 237, 237, 0.3);
  text-transform: uppercase;
  padding-top: 60px;
  margin-top: 0;
  margin-bottom: 25px;
}

.title__text.title__text_right {
  text-align: right;
}

.title__num {
  font: 58px HelveticaLight, sans-serif;
  color: #f2eded;
  position: absolute;
  top: 0;
}

.title__num.title__num_right {
  right: 0;
}

.hero {
  position: relative;
  width: 100%;
}

.hero__phone {
  position: absolute;
  width: 100%;
  top: 350px;
  left: 2%;
  z-index: 300;
}

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

.hero__content-right {
  width: 29%;
  position: relative;
}

.hero__content-left {
  width: 67%;
  padding-left: 4%;
}

.hero__img {
  width: 100%;
  height: auto;
}

.logo {
  margin-bottom: 110px;
}

.logo__img {
  max-width: 345px;
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.logo__link {
  font: 19px HelveticaLight, sans-serif;
  color: #f2eded;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.logo__link:hover {
  color: #f2eded;
  text-decoration: none;
}

.info-block {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 19%;
  border-left: 1px solid #fff;
  max-width: 274px;
}

.info-block.info-block__right {
  border-left: 0;
  border-right: 1px solid #fff;
  margin-left: 0;
  max-width: 100%;
  text-align: right;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-block.info-block__left {
  margin-left: 0;
  max-width: 100%;
  margin-bottom: 0;
}

.info-block__title {
  font: 28px HelveticaMedium, sans-serif;
  color: #f2eded;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
}

.info-block__text {
  font: 17px CorbelItalic, sans-serif;
  color: #f2eded;
  max-width: 340px;
}

.info-block__text:last-child {
  margin-bottom: 0;
}

.words-block__desk {
  width: 27%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.words-block__and {
  position: absolute;
  bottom: 12px;
  left: 32%;
  width: 30%;
}

.words-block__mob {
  width: 46%;
  height: auto;
  position: absolute;
  left: 37%;
  bottom: 17%;
}

.about {
  margin-bottom: 40px;
}

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

.about__content-left {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__content-left img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  height: auto;
}

.about__content-right {
  width: 45%;
}

.design {
  background: url(../images/rect-2.png) center 356px no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

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

.design__content-left {
  width: 50%;
}

.design__content-right {
  width: 50%;
}

.slider {
  padding-left: 11.3%;
  padding-top: 3%;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-bg {
  background: url(../images/slider-bg.png) 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.slider .slick-slide:focus {
  outline: 0;
}

.slider .slick-slide img {
  width: 86%;
  height: auto;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  left: 20px;
  top: 52%;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
}

.slick-dots li.slick-active {
  background: #dc665d;
}

.slick-dots button {
  display: none;
}

.parallax {
  padding-top: 0;
  margin-bottom: 40px;
}

.parallax-bg {
  height: 438px;
}

.coding {
  margin-bottom: 96px;
}

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

.coding__content-left {
  position: relative;
  width: 55%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.coding__content-right {
  width: 45%;
}

.coding__yii2 {
  width: 13%;
  height: auto;
  position: absolute;
  top: -73px;
  left: -6%;
}

.coding__img-1 {
  width: 83%;
  height: auto;
  position: absolute;
  top: -10%;
  left: 1%;
  z-index: 5;
}

.coding__img-2 {
  width: 85%;
  height: auto;
  position: relative;
  left: 13%;
  top: -6px;
  z-index: 10;
}

.map {
  position: relative;
  margin-bottom: 115px;
}

.map .case-container-in {
  position: relative;
}

.map__info-block.info-block {
  position: absolute;
  left: 10%;
  top: 20%;
}

.map__img {
  width: 90%;
  height: auto;
}

.map-bg {
  background: url(../images/rect-3.png) 0 0 no-repeat;
  background-size: 100%;
  height: 500%;
  width: 100%;
  top: -250px;
  position: absolute;
}

.used {
  margin-bottom: 130px;
}

.used__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.used__content-info {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.used__content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.used__content-item.used__content-item_left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.used__info-block-text.info-block__text {
  max-width: 400px;
}

.used__title {
  width: 100%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.used__title.used__title_html5 {
  width: 127%;
}

.used__title.used__title_css3 {
  width: 80%;
}

.used__title.used__title_yii2 {
  width: 60%;
}

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

.axure__content-left {
  width: 45%;
}

.axure__content-right {
  width: 55%;
}

.axure__info-block-text.info-block__text {
  max-width: 515px;
}

.axure__slider.slider {
  padding-left: 5%;
  margin-left: 10%;
}

.axure__slider.slider .slick-dots {
  left: 0;
  top: auto;
}

.axure__slider.slider .slick-slide img {
  width: 92%;
}

.photo {
  padding-top: 94px;
  margin-bottom: 360px;
}

.photo__img {
  position: absolute;
  z-index: 5;
  width: 35%;
  top: 60px;
  left: 33%;
}

.photo__img-abs {
  position: absolute;
  width: 55%;
  top: 12%;
  height: auto;
  left: 0;
  z-index: 1;
}

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

.photo__content-left {
  width: 60%;
  text-align: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.photo__content-right {
  padding-top: 130px;
  width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.photo__container.case-container {
  max-width: 100%;
}

@media (max-width: 1450px) {
  .title__text {
    font-size: 96px;
  }
}

@media (max-width: 1320px) {
  .used__content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .used__content-info {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .used__content-item {
    width: auto;
    margin-bottom: 22px;
  }

  .used__content-item.used__content-item_left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .used__title.used__title_html5 {
    width: 100%;
  }

  .used__title.used__title_css3 {
    width: 100%;
  }

  .used__title.used__title_yii2 {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .map__img {
    width: 73%;
    display: block;
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  .case-wrapper {
    padding-left: 75px;
    padding-right: 15px;
  }
}

@media (max-width: 990px) {
  .hero__phone {
    top: 230px;
  }
}

@media (max-width: 967px) {
  .title__text {
    font-size: 65px;
  }
}

@media (max-width: 960px) {
  .slick-dots {
    left: 10px;
  }
}

@media (max-width: 816px) {
  .info-block__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .info-block__text {
    font-size: 14px;
  }
}

@media (max-width: 790px) {
  .hero__phone {
    top: 180px;
  }
}

@media (max-width: 767px) {
  .case-wrapper {
    padding-left: 15px;
    padding-bottom: 60px;
  }
}

@media (max-width: 750px) {
  .map__info-block.info-block {
    left: 0;
  }
}

@media (max-width: 630px) {
  .section {
    padding-top: 35px;
  }

  .info-block.mobile-hide {
    display: none;
  }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__content-left {
    width: 100%;
  }

  .about__content-right {
    width: 100%;
  }

  .design__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .design__content-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .design__content-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider-bg {
    min-height: 600px;
  }

  .parallax-bg {
    height: 300px;
  }

  .coding {
    margin-bottom: 30px;
  }

  .coding__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .coding__content-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .coding__content-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 60px;
  }

  .map {
    margin-bottom: 30px;
  }

  .map__info-block.info-block {
    position: static;
    margin-bottom: 30px;
  }

  .used {
    margin-bottom: 30px;
  }

  .axure__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .axure__content-left {
    width: 100%;
  }

  .axure__content-right {
    width: 100%;
  }

  .photo {
    margin-bottom: 30px;
  }

  .photo__img-abs {
    left: 15px;
  }

  .photo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo__content-left {
    width: 100%;
  }

  .photo__content-right {
    width: 100%;
    padding-top: 218px;
  }
}

@media (max-width: 590px) {
  .hero__phone {
    top: 100px;
  }
}

@media (max-width: 565px) {
  .words-block__mob {
    bottom: 20%;
  }
}

@media (max-width: 516px) {
  .slider-bg {
    min-height: 500px;
  }

  .slider-bg {
    min-height: 400px;
  }
}

@media (max-width: 490px) {
  .hero__phone {
    top: 40px;
  }
}

@media (max-width: 436px) {
  .logo {
    margin-bottom: 60px;
  }
}