.page-id-61092 .hero {
  background-color: #38385f;
}

.page-id-61092 .header {
  background-color: #38385f;
}

.page-id-61092 .hero__main-heading {
  font-weight: 400;
}

.page-id-61092 .hero__main-heading.bold {
  font-weight: 700;
}

.page-id-61092 .hero__bg-heart {
  width: 112px;
  height: 112px;
  position: absolute;
  bottom: 200px;
  right: 222px;
}

.page-id-61092 #Subtraction_2 {
  transform: scaleY(1.002);
}
.page-id-61092 .hero-bg__msg-container {
  position: absolute;
  top: 100px;
  left: -60px;
}
.hero__bg-share {
  position: absolute;
  top: 100px;
  left: 300px;
}
.hero__bg-msg-right {
  margin-bottom: 60px;
  margin-left: 10px;
}

.bg-contact__circle {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -35px;
  top: 25px;
  background: transparent linear-gradient(90deg, #ff557a 0%, #ff9163 100%) 0% 0%
    no-repeat padding-box;
  z-index: 0;
  border-radius: 50%;
}

.page-id-61092 .hero__circle-right {
  position: relative;
  top: 40px;
  left: -115px;
  z-index: 3;
}
.page-id-61092 .strategy {
  background: transparent !important;
}
.page-id-61092 .portfolio {
  padding-top: 114px;
  padding-bottom: 200px;
  position: relative;
}

.page-id-61092 .portfolio-header {
  height: 200px;
  width: 100vw;
  background: url("../img/portfolio-header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 200px;
  margin-top: 70px;
}

.page-id-61092 .portfolio-header__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: white;
  width: auto;
  padding: 45px;
  background: transparent linear-gradient(90deg, #ff547b 0%, #ff9263 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 20px;
  transform: translateY(100px);
  max-width: 1100px;
  margin: 0 auto;
}
.page-id-61092 .portfolio-content {
  padding-top: 200px;
  padding-bottom: 160px;
  display: flex;
  align-items: center;
}

.page-id-61092 .portfolio-content__text {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #38385f;
  max-width: 30%;
  padding-left: 50px;
}

.page-id-61092 .portfolio-content__clients {
  width: 70%;
  max-width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

figure:nth-of-type(odd) img.client-img {
  width: 81px;
  height: 81px;
}

figure:nth-of-type(2) img.client-img {
  width: 80px;
  height: 115px;
}

.client-text {
  color: #38385f;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  font-size: 24px;
}
.page-id-61092 .portfolio-slider {
  overflow: hidden;
  padding-bottom: 25px;
}

.page-id-61092 .portfolio-content__client {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 210px;
  height: 200px;
}

.page-id-61092 .portfolio__bg-like {
  position: absolute;
  left: -2%;
  width: 172px;
  height: 234px;
  transform: translateY(450px);
}
.slider-header {
  margin-bottom: 75px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.glide__track,
.glide__slides {
  overflow: visible !important;
}

.slider-container {
  display: flex;
  align-items: center;
  overflow: visible;
  /* padding-bottom: 60px;
  overflow: hidden; */
}
.portfolio-slider__slide {
  position: relative;
  width: 440px;
}

.portfolio-slide__img {
  max-width: 100%;
  border-radius: 20px;
  width: 100%;
}


.portfolio-slide__logo {
  width: 250px;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 5px;
}

.portfolio-slide__logo img {
  max-height: 100%;
  max-width: 100%;
}

.portfolio-slide__logo.justreview {
  padding: 14px 5px;
}
.portfolio-slide__logo.peppeshoes {
  padding: 4px 55px;
}

.portfolio-slide__logo.naturestyle {
  padding: 4px 55px;
}

.portfolio-slide__icons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  display: flex;
  align-items: center;
}

.portfolio-slide__link {
  width: 28px;
  height: 28px;
}

.portfolio-slide__link.ig {
  width: 40px;
  height: 40px;
}

.portfolio-slide__link img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.glide__arrow {
  box-shadow: none;
  text-shadow: none;
  background: #ff736e;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: none;
  outline: none;
}
.glide__arrow--left {
  transform: translate(250%, -50%);
}
.glide__arrow--right {
  transform: translate(-250%, -50%);
}

@media only screen and (max-width: 1920px){
  .glide__arrow--left {
    transform: translate(200%, -50%);
  }
  .glide__arrow--right {
    transform: translate(-200%, -50%);
  }
}

@media only screen and (max-width: 1600px){
  .glide__arrow--left {
    transform: translate(85%, -50%);
  }
  .glide__arrow--right {
    transform: translate(-85%, -50%);
  }
}


@media only screen and (max-width: 1200px){
  .glide__arrow--left {
    transform: translate(30%, -50%);
  }
  .glide__arrow--right {
    transform: translate(-30%, -50%);
  }
}

@media only screen and (max-width: 992px){
  .glide__arrow--left {
    transform: translate(0%, -50%);
  }
  .glide__arrow--right {
    transform: translate(0%, -50%);
  }
}

@media only screen and (max-width: 600px){
  .glide__arrow--left {
    transform: translate(-30%, -50%);
  }
  .glide__arrow--right {
    transform: translate(30%, -50%);
  }
}

.glide__slide.opaque {
  opacity: 0.3;
}


.glide-arrow-right-icon {
  width: 13px;
  height: 25px;
}

.glide-arrow-left-icon {
  width: 13px;
  height: 25px;
  transform-origin: center center;
  transform: rotate(180deg);
}

.glide__slides:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  z-index: 4;
  height: 100%;
  width: 10%;
  background-color: #ffffff20;
}

.glide__slides:after {
  right: 0;
  top: 0;
  content: "";
  display: block;
  z-index: 4;
  height: 100%;
  width: 10%;
  background-color: #ffffff20;
}

.page-id-61092 .pricelist {
  margin: 140px 0 40px;
  padding: 0;
  position: relative;
}
.page-id-61092 .pricelist::before {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  left: -20px;
  background: url("../img/pricelist-decor-left.png");
  width: 223px;
  height: 238px;
}

.page-id-61092 .pricelist::after {
  display: block;
  content: "";
  position: absolute;
  top: 450px;
  right: -20px;
  background: url("../img/pricelist-decor-right.png");
  width: 201px;
  height: 404px;
}

.pricelist__list-item > svg {
  position: absolute;
  color: #6512e1;
  left: 0;
  top: 3px;
  width: 12px;
  height: 14px;
}

.pricelist__list-item::before {
  display: none;
}

.page-id-61092 .pricelist__item img {
  width: 75px;
  height: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .page-id-61092 .hero__column-left-content {
    margin-top: 220px !important;
  }
  .page-id-61092 .hero-bg__msg-container {
    transform: scale(0.6);
  }
}

@media only screen and (max-width: 991px) {
  .page-id-61092 .hero-bg__msg-container {
    display: none;
  }
  .hero__background-img-mobile.bg-circle-sml-mobile {
    display: block;
    width: 95px !important;
    left: auto !important;
    bottom: -40px !important;
  }
  .hero__bg-share {
    left: 0;
    top: 80px;
  }
  .page-id-61092 .hero__bg-heart {
    bottom: 220px;
    right: 60px;
  }
  .page-id-61092 .strategy-social-third {
    padding-top: 50px !important;
  }
  .page-id-61092 .strategy__content:nth-child(3) .strategy__text {
    margin-top: -50px !important;
  }

  .page-id-61092 .portfolio-header__title {
    width: calc(100% - 150px);
  }
  .page-id-61092 .portfolio-content__clients {
    flex-direction: column;
    align-items: center;
  }

  .page-id-61092 .portfolio-content__client {
    margin-top: 50px;
  }
  .page-id-61092 .portfolio-content__client:first-of-type {
    margin-top: 0;
  }
  .page-id-61092 .portfolio-header__title {
    font-size: 22px;
  }

  .page-id-61092 .portfolio__bg-like {
    display: none;
  }

  .page-id-61092 .portfolio-content {
    padding-top: 300px;
    padding-bottom: 0;
  }
  .glide__arrow {
    width: 39px;
    height: 39px;
  }
  .glide__arrow img {
    width: 12px;
    height: 16px;
  }
  .page-id-61092 #pricelist::before {
    display: none;
  }
  .page-id-61092 #pricelist::before {
    display: none;
  }
}

/* @media only screen and (min-width: 1420px) {
  .page-id-61092 .portfolio-slider {
    max-width: 1460px;
    padding-left: 60px;
    padding-right: 60px;
  }
} */

@media only screen and (min-width: 700px) and (max-width: 991px) {
  .page-id-61092 .hero__large-container {
    padding: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  .page-id-61092 .hero__bg-heart {
    right: 0;
  }
  .hero__bg-share {
    top: 0;
  }
  .page-id-61092 .strategy-icon-1 {
    max-width: calc(100% - 50px);
  }
  .page-id-61092 .strategy-icon-2,
  .strategy-icon-3 {
    max-width: none;
  }
  .page-id-61092 .strategy__text {
    margin: 30px 0;
  }
  .page-id-61092 .portfolio-header__title {
    width: calc(100% - 50px);
    padding: 19px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .page-id-61092 .portfolio-header {
    margin-top: 0;
  }
  .page-id-61092 .portfolio-content__text {
    text-align: center;
    padding: 0 25px;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 45px;
  }
  .client-text {
    width: 100%;
    font-size: 20px;
    padding-top: 35px;
  }
  .page-id-61092 .portfolio-content__client {
    min-width: 100%;
    width: 100%;
    height: auto;
  }
  .page-id-61092 .portfolio-content__clients {
    max-width: 100%;
    width: 100%;
    padding-bottom: 80px;
  }
  .page-id-61092 .portfolio-content {
    padding-top: 110px;
  }
  .portfolio-mobile-header {
    display: block;
    width: 100%;
    color: #ff736e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 1700px) {
  .page-id-61092 .portfolio__bg-like {
    left: 0;
  }
}

@media only screen and (min-width: 1450px) and (max-width: 1600px) {
  .page-id-61092 .portfolio-content__text {
    padding-left: 90px;
    font-size: 32px;
  }
  .page-id-61092 .portfolio__bg-like {
    transform: scale(0.85) translateY(540px);
    left: -2%;
  }
}

@media only screen and (max-width: 1449px) {
  .page-id-61092 .portfolio-content {
    flex-direction: column;
  }
  .page-id-61092 .portfolio-content__text {
    max-width: none;
    padding-bottom: 70px;
  }
  .page-id-61092 .portfolio__bg-like {
    position: absolute;
    left: 0;
    width: 172px;
    height: 234px;
    transform: translateY(480px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .page-id-61092 .portfolio-header__title {
    width: calc(100% - 150px);
  }
  .page-id-61092 .portfolio-content__clients {
    width: 100%;
    max-width: none;
  }
  .page-id-61092 .portfolio__bg-like {
    left: -45px;
    transform: scale(0.7) translateY(550px);
  }
}

@media only screen and (min-width: 601px) {
  .portfolio-mobile-header {
    display: none;
  }
}

@media only screen and (min-width: 1580px) and (max-width: 1800px) {
  .page-id-61092 .pricelist::before {
    transform: scale(0.8);
    top: 60px;
    left: -20px;
  }

  .page-id-61092 .pricelist::after {
    transform: scale(0.8);
    top: 450px;
    right: -45px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1579px) {
  .page-id-61092 .pricelist::before {
    transform: scale(0.6);
    top: 10px;
    left: -35px;
  }
  .page-id-61092 .pricelist::after {
    transform: scale(0.6);
    top: 250px;
    right: -70px;
  }
}
