.t1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
}

.t2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}

.btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.alignright {
  float: right;
  margin-left: 50px;
  margin-bottom: 25px;
}

.alignleft {
  float: left;
  margin-right: 50px;
  margin-bottom: 25px;
}

.scrollOff {
  overflow-y: hidden;
}

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture {
  display: block;
  width: 100%;
  overflow: hidden;
}

.picture source,
.picture img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  min-height: 243px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pt {
  padding-top: 120px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
textarea {
  outline: none;
  font-family: inherit, sans-serif;
}

.service-info {
  margin-bottom: -70px;
}

.service-info .container {
  position: relative;
}

.service-info__image {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 553px;
  max-height: 568px;
  height: 100%;
}

.service-info__title {
  max-width: calc(100% - 573px);
  width: 100%;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 24px;
}

.service-info__title::after {
  content: '';
  width: 100%;
  max-width: 440px;
  height: 3px;
  background: #E70202;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-info__text {
  padding-bottom: 90px;
}

.service-info__text p:not(:last-child) {
  margin-bottom: 16px;
}

.service-info__steps {
  position: relative;
  left: 0;
  top: -70px;
  width: calc(100% - 40px);
}

.service-steps {
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
}

.service-steps__title {
  text-align: center;
  margin-bottom: 23px;
}

.service-steps__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 36px;
}

.service-steps__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28px 1fr;
  grid-template-columns: 28px 1fr;
  grid-column-gap: 12px;
}

.service-steps__card svg {
  width: 28px;
  height: 28px;
}

.service-steps__card a {
  display: block;
}

.working-process {
  overflow-x: hidden;
}

.working-process__title-wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 50%;
  margin: 0 auto 80px;
}

.working-process__title-wrapper::after {
  content: '';
  width: 300%;
  height: 3px;
  background: #E70202;
  position: absolute;
  right: 0;
  bottom: 0;
}

.working-process__title {
  position: relative;
  padding: 0 40px;
  text-align: center;
}

.working-process__title::after {
  content: '';
  width: 220px;
  height: 160px;
  border: 3px solid #E70202;
  border-bottom: none;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -2;
}

.working-process__title::before {
  content: '';
  width: 100%;
  height: 120px;
  background: #fff;
  position: absolute;
  right: 3px;
  bottom: -50px;
  z-index: -1;
}

.working-process__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 412px 1fr;
  grid-template-columns: 1fr 412px 1fr;
  grid-template-areas: "c1 logo c2""c3 logo c4""c5 logo c6";
}

.working-process__card {
  min-height: 217px;
  border: 2px solid #E70202;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  position: relative;
}

.working-process__card::before {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #E70202;
  color: #fff;
  z-index: 2;
  position: absolute;
}

.working-process__card::after {
  display: block;
  width: 4px;
  height: 128px;
  position: absolute;
  z-index: 1;
  background: #fff;
}

.working-process__card:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: logo;
  -ms-grid-row-align: center;
  align-self: center;
  border-left: none;
  border-right: none;
  min-height: 314px;
  width: 100%;
  padding: 30px;
}

.working-process__card:nth-child(1) img {
  display: block;
  width: 100%;
  max-width: 250px;
}

.working-process__card:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: c1;
  border-bottom: none;
}

.working-process__card:nth-child(2)::before {
  content: attr(data-number);
  position: absolute;
  right: 0;
  top: 39px;
  transform: translateX(50%);
}

.working-process__card:nth-child(2)::after {
  content: '';
  top: 39px;
  right: -3px;
}

.working-process__card:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: c2;
  border-bottom: none;
}

.working-process__card:nth-child(3)::after {
  content: '';
  left: -3px;
  top: 39px;
}

.working-process__card:nth-child(3)::before {
  content: attr(data-number);
  left: 0;
  top: 39px;
  transform: translateX(-50%);
}

.working-process__card:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: c3;
}

.working-process__card:nth-child(4)::before {
  content: attr(data-number);
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.working-process__card:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: c4;
}

.working-process__card:nth-child(5)::before {
  content: attr(data-number);
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.working-process__card:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: c5;
  border-top: none;
}

.working-process__card:nth-child(6)::after {
  content: '';
  right: -3px;
  bottom: 38px;
}

.working-process__card:nth-child(6)::before {
  content: attr(data-number);
  right: 0;
  bottom: 38px;
  transform: translateX(50%);
}

.working-process__card:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: c6;
  border-top: none;
}

.working-process__card:nth-child(7)::after {
  content: '';
  left: -3px;
  bottom: 38px;
}

.working-process__card:nth-child(7)::before {
  content: attr(data-number);
  left: 0;
  bottom: 38px;
  transform: translateX(-50%);
}

.wp__card {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 2px 1px 15px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wp__card img {
  margin-bottom: 5px;
  width: 49px;
  height: 49px;
  display: block;
}

.client-reviews {
  background-color: #343A40;
  background-image: url(../images/logo-bg.svg);
  background-repeat: no-repeat;
  background-position: 10% 90%;
  color: #fff;
  padding: 80px 0 170px;
}

.client-reviews__title {
  margin-bottom: 84px;
  text-align: center;
}

.client-reviews__inner {
  background: #6A747E;
  border-top: 80px solid #343A40;
  border-bottom: 80px solid #343A40;
}

.client-reviews__inner .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(640px + 40px);
  grid-template-columns: 1fr calc(640px + 40px);
  grid-column-gap: 30px;
  align-items: center;
  position: relative;
}

.client-reviews__description {
  padding: 40px 0;
}

.client-reviews__subtitle {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.client-reviews__text {
  font-weight: 300;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.client-reviews__slider-wrapper {
  max-width: 640px;
  width: 100%;
  margin: -80px auto;
  position: relative;
}

.client-reviews__slider-wrapper::before {
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 80%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.client-reviews__slider {
  position: relative;
  z-index: 2;
}

.client-reviews__slider .picture {
  position: relative;
}

.client-reviews__slider .picture a {
  position: relative;
  display: block;
}

.client-reviews__slider .picture a::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/youtibe-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .11s;
}

.client-reviews__slider .picture a:hover::before {
  background-image: url(../images/youtibe-icon-hover.png);
  transition: .11s;
}

.client-reviews__btn {
  margin-left: auto;
  margin-top: 100px;
}

.client-reviews .slick-prev,
.client-reviews .slick-next {
  width: 65px;
  height: 65px;
  background: #343A40;
  position: absolute;
  top: auto;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  font-size: 0;
}

.client-reviews .slick-prev::before,
.client-reviews .slick-next::before {
  content: '';
  background: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.client-reviews .slick-next {
  bottom: 0;
  right: calc(100% - 1px);
}

.client-reviews .slick-next::before {
  transform: rotate(180deg);
}

.client-reviews .slick-prev {
  bottom: 0;
  right: calc(100% + 64px);
  left: auto;
}

.grid-gallery__title {
  text-align: center;
  margin-bottom: 20px;
}

.grid-gallery__subtitle {
  text-align: center;
  margin-bottom: 78px;
}

.grid-gallery__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 75px;
}

.grid-gallery__card {
  margin-bottom: 0;
}

.grid-gallery__card a {
  display: block;
  width: 100%;
  height: 100%;
}

.grid-gallery__card:hover a {
  color: inherit;
}

.grid-gallery__card figcaption {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.grid-gallery__card picture {
  position: relative;
}

.grid-gallery__card picture .grid-gallery__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: .2s;
  overflow: hidden;
}

.grid-gallery__card picture source,
.grid-gallery__card picture img {
  height: 250px;
}

.grid-gallery__card picture .grid-gallery__curtain::before {
  content: attr(data-name);
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
  width: 100%;
}

.grid-gallery__card picture .grid-gallery__curtain::after {
  content: '';
  width: 28px;
  height: 32px;
  display: block;
  background-image: url(../images/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
}

.grid-gallery__card picture:hover .grid-gallery__curtain {
  background-color: rgba(0, 0, 0, 0.5);
  transition: .2s;
}

.grid-gallery__card picture:hover .grid-gallery__curtain::before {
  bottom: calc(50% + 10px);
  transition: .2s;
}

.grid-gallery__card picture:hover .grid-gallery__curtain::after {
  top: calc(50% + 10px);
  transition: .2s;
}

.grid-gallery__btn {
  margin: 50px auto 0;
}

.project-slider {
  position: relative;
  padding: 70px 0;
  margin-bottom: -352px;
}

.project-slider::before {
  content: '';
  display: block;
  height: 100%;
  width: calc(50% + 250px);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #343A40;
  background-image: url(../images/logo-bg.svg);
  background-repeat: no-repeat;
  background-position: 10% 95%;
  background-size: 250px;
}

.project-slider .container {
  position: relative;
  z-index: 1;
}

.project-slider__title {
  width: calc(50% + 250px);
  padding-right: 30px;
  color: #fff;
  padding-bottom: 200px;
}

.project-slider__subtitle {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.project-slider__inner {
  background-color: #6A747E;
  position: relative;
  z-index: 1;
}

.project-slider__inner .container {
  display: flex;
  align-items: center;
}

.project-slider__socials {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.project-slider__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-slider__socials a:not(:last-child) {
  margin-right: 10px;
}

.project-slider__slider {
  margin: -145px auto;
  max-width: calc(910px - 40px);
  width: 100%;
  position: relative;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.25);
}

.project-slider__slider::before {
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 80%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-slider__slider .slick-prev,
.project-slider__slider .slick-next {
  width: 65px;
  height: 65px;
  background: #343A40;
  position: absolute;
  top: auto;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  font-size: 0;
}

.project-slider__slider .slick-prev::before,
.project-slider__slider .slick-next::before {
  content: '';
  background: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.project-slider__slider .slick-next {
  bottom: 0;
  right: 100%;
}

.project-slider__slider .slick-next::before {
  transform: rotate(180deg);
}

.project-slider__slider .slick-prev {
  bottom: 0;
  right: calc(100% + 65px);
  left: auto;
}

.project-slider__btn {
  margin-left: calc(50% + 250px - 100px);
  margin-top: 230px;
}

.dizajn-project-card {
  display: flex;
  justify-content: space-around;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fff;
}

.dizajn-project-card__photos {
  width: calc(50% - 50px);
}

.dizajn-project-card__description {
  width: calc(50% - 50px);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.dizajn-project-card__title {
  margin-bottom: 10px;
}

.dizajn-project-card__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.dizajn-project-card ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.dizajn-project-card ul li:not(:last-child) {
  margin-bottom: 8px;
}

.dizajn-project-card ul li::before {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #E70202;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .7rem;
  transform: translateY(-50%);
}

.dizajn-project-card__screen img {
  max-height: 450px;
  /* height: 100%; */
  width: 100%;
  display: block;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.dizajn-project-card__nav {
  margin-top: 10px;
}

.dizajn-project-card__nav img {
  max-height: 60px;
  height: 100%;
  display: block;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.pick-service {
  padding-top: calc(350px + 168px);
  padding-bottom: 250px;
  background-image: url(../images/service_bg.jpg);
  overflow: hidden;
}

.pick-service+* {
  margin-top: 0;
}

.pick-service__title {
  text-align: center;
}

.pick-service .package-card {
  background-color: #fff;
}

.pick-service__inner {
  margin-top: 75px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}

.pick-service__card {
  max-width: calc(32% - 100px);
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 15px 15px rgba(168, 160, 160, 0.25);
  position: relative;
  margin-right: 110px;
  margin-bottom: 30px;
}

.pick-service__more-info {
  max-height: 130px;
  position: relative;
}

.pick-service__more-info::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.pick-service__more-info ul {
  padding-left: 20px;
  max-height: 130px;
  overflow-y: scroll;
  position: relative;
}

.pick-service__more-info ul::-webkit-scrollbar {
  width: 3px;
  background: #fff;
  border-radius: 8px;
}

.pick-service__more-info ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}

.pick-service__more-info ul::-webkit-scrollbar-thumb {
  background: #6A747E;
  border-radius: 8px;
}

.pick-service__lable {
  position: absolute;
  top: 0;
  right: -100px;
  width: 140px;
  height: 140px;
}

.pick-service__lable img {
  width: 100%;
}

.pick-service__lable-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: flex;
  flex-direction: column;
}

.pick-service__lable-inner span {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.pick-service__lable-inner span:last-child {
  margin-left: auto;
}

.pick-service__card-inner {
  padding: 10px 20px 20px;
}

.pick-service__card-title {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 24px;
}

.pick-service__description {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
}

.pick-service__btn {
  width: 100%;
}

.seo h1,
.seo h2,
.seo h3,
.seo h4,
.seo h5,
.seo h6 {
  text-align: center;
}

.seo h1 {
  margin-bottom: 25px;
}

.seo h2,
.seo h3 {
  margin-bottom: 20px;
}

.seo h4,
.seo h5,
.seo h6 {
  margin-bottom: 15px;
}

.seo__text {
  max-height: 10000px;
}

.seo__text.less {
  max-height: var(--height);
  transition: .2s;
  overflow: hidden;
  position: relative;
}

.seo__text.less::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.seo__btn {
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .project-slider::before {
    background-size: 200px;
  }

  .pick-service__card {
    max-width: 295px;
  }
}

@media screen and (max-width: 1100px) {
  .client-reviews {
    background-size: 300px;
  }

  .client-reviews__title {
    margin-bottom: 0;
  }

  .client-reviews__inner {
    border: 0;
    background: transparent;
  }

  .client-reviews__inner .container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .client-reviews__description {
    text-align: center;
  }

  .client-reviews__slider-wrapper {
    margin: 0 auto;
  }

  .project-slider {
    margin-bottom: -861px;
  }

  .project-slider::before {
    width: 80%;
  }

  .project-slider__inner {
    background-color: transparent;
  }

  .project-slider__inner .container {
    display: block;
  }

  .project-slider__slider {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .project-slider__title {
    padding-bottom: 50px;
    width: 80%;
    padding-right: 0;
  }

  .project-slider__description {
    padding: 50px 0;
    position: relative;
    text-align: center;
  }

  .project-slider__description::before {
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #6A747E;
    margin-left: -15px;
    z-index: -1;
  }

  .project-slider__socials {
    justify-content: center;
    margin: 0;
  }

  .project-slider .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }

  .project-slider .slick-dots {
    bottom: -35px;
  }

  .project-slider .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
  }

  .project-slider__btn {
    margin-top: 150px;
    margin-left: 50%;
  }

  .pick-service {
    padding-top: calc(861px + 68px);
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .pt {
    padding-top: 50px;
  }

  .service-info {
    margin-bottom: 0;
  }

  .service-info__image {
    max-width: 50%;
  }

  .service-info__title {
    max-width: calc(50% - 20px);
  }

  .service-info__text {
    padding-bottom: 0;
  }

  .service-info__steps {
    top: auto;
    width: 100%;
  }

  .service-steps__inner {
    grid-column-gap: 20px;
  }

  .service-steps__card {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 28px 1fr;
    grid-template-rows: 28px 1fr;
    grid-row-gap: 10px;
  }

  .working-process__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .client-reviews .slick-next {
    bottom: auto;
    top: 50%;
    left: 98%;
    right: auto;
  }

  .client-reviews .slick-prev {
    bottom: auto;
    top: 50%;
    right: 98%;
    left: auto;
  }

  .grid-gallery__subtitle {
    margin-bottom: 50px;
  }

  .grid-gallery__inner {
    grid-gap: 20px;
  }

  .project-slider__slider {
    max-width: calc(100% - 40px);
    margin: -20px auto 0;
  }

  .project-slider__slider::before {
    width: calc(100% + 40px);
    height: calc(80% - 40px);
    top: calc(50% - 20px);
  }
}

@media screen and (max-width: 900px) {
  .pick-service__inner {
    flex-direction: column;
    align-items: center;
    margin-right: -100px;
  }
}

@media screen and (max-width: 768px) {
  .service-info__image {
    float: none;
    margin-left: 0;
    max-width: 100%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .service-info__image source,
  .service-info__image img {
    max-height: 350px;
  }

  .service-info__title {
    max-width: 100%;
  }

  .service-steps__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
  }

  .service-steps__card {
    -ms-grid-columns: 28px 1fr;
    grid-template-columns: 28px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .working-process__inner {
    -ms-grid-columns: .9fr .7fr .9fr;
    grid-template-columns: .9fr .7fr .9fr;
  }

  .working-process__title-wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }

  .working-process__title {
    padding: 0 10px;
  }

  .working-process__title::after {
    content: '';
    width: 150px;
    height: calc(100% + 70px);
    border: 3px solid #E70202;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: -2;
  }

  .working-process__title::before {
    height: calc(100% + 45px);
    bottom: -30px;
  }

  .working-process__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo logo""c1 c2""c3 c4""c5 c6";
  }

  .working-process__card {
    padding: 15px;
  }

  .working-process__card:nth-child(n)::after {
    content: none;
  }

  .working-process__card:nth-child(n)::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .working-process__card:nth-child(even) {
    border-right: none;
  }

  .working-process__card:first-child {
    border: none;
    min-height: auto;
    max-height: 200px;
  }

  .working-process__card:first-child img {
    height: 100%;
    width: auto;
    display: block;
  }

  .client-reviews {
    background-size: 200px;
    padding-bottom: 100px;
  }

  .client-reviews__slider {
    width: calc(100% - 40px);
    margin: auto;
  }

  .client-reviews__slider-wrapper::before {
    width: 100%;
    height: calc(80% - 40px);
    top: calc(50% - 20px);
  }

  .client-reviews .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }

  .client-reviews .slick-dots {
    bottom: -35px;
  }

  .client-reviews .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
  }

  .project-slider {
    background: #343A40;
    margin-bottom: 0;
  }

  .project-slider::before {
    content: none;
  }

  .project-slider__title {
    width: 100%;
    text-align: center;
  }

  .project-slider__btn {
    margin: 75px auto 0;
  }

  .dizajn-project-card {
    flex-direction: column;
    padding: 30px 20px;
  }

  .dizajn-project-card__photos,
  .dizajn-project-card__description {
    width: 100%;
  }

  .dizajn-project-card__photos {
    max-width: 450px;
    margin: auto;
    margin-bottom: 30px;
  }

  .pick-service {
    padding-top: 50px;
  }

  .pick-service__inner {
    margin-top: 50px;
  }

  .pick-service__btn {
    margin-top: 15px;
  }

  .working-process__card:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .working-process__card:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .working-process__card:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .working-process__card:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .working-process__card:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .working-process__card:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .working-process__card:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 580px) {
  .t1 {
    font-size: 28px;
  }

  .t2 {
    font-size: 20px;
  }

  .service-info__steps {
    padding: 20px 10px;
  }

  .service-steps__inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .service-steps__card {
    -ms-grid-columns: 28px 1fr;
    grid-template-columns: 28px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .client-reviews {
    background-image: none;
    padding: 75px 0;
  }

  .client-reviews__btn {
    margin: 50px auto 0;
  }

  .grid-gallery__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .grid-gallery__card:nth-child(odd):last-child {
    display: none;
  }

  .dizajn-project-card__screen img {
    height: 275px;
  }

  .project-slider__slider {
    max-width: 100%;
  }

  .project-slider__slider::before {
    content: none;
  }

  .pick-service__inner {
    margin-right: 0;
  }

  .pick-service__card {
    margin-right: 0;
  }

  .pick-service__lable {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    min-height: 200px;
  }

  .pick-service__lable img {
    display: none;
  }

  .pick-service__lable-inner {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 0;
    width: 100%;
  }

  .pick-service__lable-inner span {
    font-size: 24px;
  }

  .pick-service__lable-inner span:not(:last-child) {
    margin-right: 5px;
  }

  .pick-service__lable-inner span:last-child {
    margin-left: 0;
  }
}

@media(max-width:460px) {
  .grid-gallery__inner {
    grid-template-columns: 100%;
  }
}