

/* Start:/local/templates/purpleprop/dev/styles/blocks/grid/grid.css?17418652891509*/
.grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (width < 768px) {
  .grid {
    grid: 16px;
  }
}

.grid--columns-2-mobile {
	grid-template-columns: repeat(2, 1fr);
}

.grid--gap-mobile-medium {
	gap: calc(var(--grid-gap) * 2);
}

@media (width >= 768px) {
	.grid {
		grid-template-columns: repeat(2, 1fr);
		gap: calc(var(--grid-gap) * 1.5);
	}

	.grid--columns-3-tablet {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (width >= 1280px) {
	.grid--gap-desktop-40 {
		gap: 40px;
	}

	.grid--columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.grid--columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.grid--rows-2 {
		grid-template-rows: repeat(2, 1fr);
	}

	.grid--gap-min {
		gap: var(--grid-gap);
	}
}


@media (width >= 1280px) {
	.grid--columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.grid--columns-1fr-2fr-desktop {
	grid-template-columns: 1fr;
}

@media (width >= 768px) {
	.grid--columns-1fr-2fr-tablet {
		grid-template-columns: 1fr 2fr;
	}
}

@media (width >= 1280px) {
	.grid--columns-1fr-2fr-desktop {
		grid-template-columns: 1fr 2fr;
	}
}


.grid__card {
	background-color: var(--color-main-light3);
  padding: 32px;
	position: relative;
	min-height: 133px;
  border-radius: 20px;
  transition: background-color .2s ease;
}

@media (width >= 768px) {
	.grid__card {
		min-height: 177px;
	}
}

.grid__card:hover {
  background-color: var(--color-main-light);
}

.grid__item {
	width: 100%;
}

/* End */


/* Start:/local/templates/purpleprop/dev/styles/pages/products/website-development-update.css?174340831228407*/
:root {
  /*--color-main-light3: #F9F9F9;*/
  --color-accent-icon: var(--color-accent-light3);
}

.page__container--br20 {
  border-radius: 20px;
}

@media (width < 768px) {
  .page__container--no-inline-padding {
    margin-inline: 0;
  }
}

/* container - start */
.page__container.wd-page__container {
  padding: 56px 15px;
}

@media (width >= 768px) {
  .page__container.wd-page__container {
    padding: 66px;
    padding-inline: 66px;
  }
}

@media (width >= 1280px) {
  .page__container--gap-large-desktop.wd-page__container {
    gap: calc(var(--grid-gap) * 8);
  }
}

/* container - end */


/* section - start */
.website-development__section-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-main);
  line-height: 100%;
  letter-spacing: -1.5px;
  text-align: center;
  margin-inline: auto;
  margin-block: 0 24px;
  max-width: 800px;
}

.website-development__section-title--with-label {
  margin-block: 20px 24px;
}

.website-development__section-title--left {
  text-align: left;
}

@media (width >= 1280px) {
  .website-development__section-title {
    font-size: 48px;
  }
}

.website-development__section-subtitle {
  max-width: 791px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  margin-inline: auto;
  margin-block: 0 25px;
}
.website-development__section-subtitle--demos {
  max-width: 920px;
}


.section.website-development__section--top {
  padding-block-start: calc(var(--grid-gap) * 2);
  padding-block-end: calc(var(--grid-gap) * 1);
  gap: 20px;
}

.website-development__section-title--med-bottom {
  margin-block: 0 40px;
}
.website-development__section-title--large-bottom {
  margin-block: 0 48px;
}

.website-development__section-title--full-width {
  max-width: none;
}

@media (width >= 768px) {
  .website-development__section-subtitle--medium-bottom-margin {
    margin-block: 0 38px;
  }

  .website-development__section-subtitle--large-bottom-margin {
    margin-block: 0 45px;
  }

  .website-development__section-subtitle--xlarge-bottom-margin {
    margin-block: 0 80px;
  }

  .section.website-development__section--top {
    padding-block-start: calc(var(--grid-gap) * 2);
    padding-block-end: calc(var(--grid-gap) * 7.5);
  }
}

.section--bg-light {
  background-color: var(--color-main-light3);
}

.section-title__label {
  border-radius: 10px;
  padding: 8px 24px;
  color: var(--color-white) FFF;
  background-color: #F76E41;
  text-transform: uppercase;
}

.section--med-top-max-bottom {
  padding-block-start: calc(var(--grid-gap)* 5);
  padding-block-end: calc(var(--grid-gap)* 8);
}

.section--min-top-max-bottom {
  padding-block-start: calc(var(--grid-gap)* 2);
  padding-block-end: calc(var(--grid-gap)* 8);
}
/* section - end */


/* hero - start */
.website-development__hero-header .hero__logo {
  justify-content: center;
}

.hero__logo-caption.hero__logo-caption_color_white {
  color: var(--color-white);
  /*flex-basis: calc(100% / 2);*/
}

.hero.website-development__hero {
  padding-block: 30px;
  padding-inline: 15px;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.website-development__top-picture {
  /*min-height: 280px;*/
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.hero__text.website-development__hero-text {
  flex-basis: calc(100% / 2);
  align-items: center;
  gap: calc(var(--grid-gap) * 2.25);
}

@media (width >= 768px) {
  .website-development__hero-header .hero__logo {
    justify-content: flex-start;
  }
  .hero.website-development__hero {
    flex-direction: row;
    padding-block: 30px;
    padding-inline: 35px;
  }
  .hero__text.website-development__hero-text {
    align-items: flex-start;
  }
  .website-development__top-picture {
    flex-grow: 1;
  }
}

@media (width >= 1280px) {
  .website-development__hero-header .hero__logo {
    justify-content: flex-start;
  }

  .website-development__top-picture {
    /*min-height: 347px;*/
  }

  .hero.website-development__hero {
    padding-block: 72px;
    padding-inline: 75px;
  }
}

/* hero - end */


/* anchor - start */
.anchor-blocks__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.anchor-blocks__item {
  padding: 15px;
  border-radius: 20px;
  background-color: var(--color-main-light);
  display: flex;
  flex-basis: calc(100% / 1);
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
  position: relative;
}

.anchor-blocks__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.anchor-blocks__content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.anchor-blocks__content svg {
  fill: var(--color-accent-icon);
  color: var(--color-accent-icon);
}

.anchor-blocks__icon {
  width: 30px;
  height: 30px;
}

.anchor-blocks__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -1.27px;
  color: var(--color-main);
}

.anchor-blocks__link {
  background-color: var(--color-white);
  border-radius: 11px;
  display: inline-block;
  transition: width 0.3s ease;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
}

.anchor-blocks__arrow {
  transition: transform 0.3s ease;
  width: 24px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.anchor-blocks__link:hover .anchor-blocks__arrow {
  animation: bounce 0.5s ease-in-out 1;
}

.accordion__item:last-child.accordion__item--active .wd-accordion__badges {
  margin-bottom: 0;
}

@keyframes bounce {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -50%) translateX(-10px);
  }
  70% {
    transform: translate(-50%, -50%) translateX(5px);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@media (width >= 768px) {
  .anchor-blocks__list {
    flex-wrap: nowrap;
  }

  .anchor-blocks__item {
    flex-basis: calc(100% / 2);
  }

  .anchor-blocks__link {
    border-radius: 17px;
    width: 75px;
    height: 75px;
  }

  .anchor-blocks__arrow {
    width: 36px;
    height: 25px;
  }
}

@media (width >= 1280px) {
  .anchor-blocks__title {
    font-size: 32px;
  }
}


/* anchor - end */


/* accordion - start */
.accordion__item--wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  background-color: var(--color-white);
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  max-height: 63px;
}

.accordion__item .accordion__item--wrapper::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 25px;
  background: url('/local/templates/purpleprop/images/icons/chevron-down.svg') no-repeat center center;
  transition: transform 0.3s ease;
}

.accordion__item.accordion__item--active .accordion__item--wrapper::after {
  transform: rotate(180deg);
}

.accordion__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  max-width: 671px;
  width: 100%;
}

.accordion__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.accordion__content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.accordion__content svg {
  fill: var(--color-accent-icon);
  min-width: 30px;
}

.accordion__title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  color: var(--color-main);
}

.accordion__content-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.accordion__item--active .accordion__content-text {
  max-height: 315px;
}

.accordion__item.accordion__item--active .accordion__title {
  font-weight: 700;
}

.accordion__text {
  font-size: 18px;
  line-height: 150%;
  color: var(--color-black);
  padding: 15px 20px;
}

.wd-accordion__badges {
  padding-inline: 20px;
  margin-bottom: 42px;
  flex-direction: row;
}

.wd-accordion__badges-line {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wd-accordion__badges-item {
  border-radius: 10px;
  padding: 10px;
  background-color: var(--color-main);
  color: var(--color-white);
  line-height: 1.5em;
  white-space: normal;
  text-align: left;
}


@media (width >= 768px) {
  .accordion__item--wrapper {
    padding: 18px 20px;
  }

  .accordion__item .accordion__item--wrapper::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 25px;
    background: url('/local/templates/purpleprop/images/icons/chevron-down.svg') no-repeat center center;
    transform: rotate(0);
    transition: transform 0.3s ease;
  }

  .accordion__item.accordion__item--active .accordion__item--wrapper::after {
    transform: rotate(180deg);
  }

  .accordion__content {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .accordion__title {
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    color: var(--color-main);
  }

  .accordion__item.accordion__item--active .accordion__content-text {
    max-height: 200px;
  }

  .accordion__item.accordion__item--active .accordion__title {
    font-weight: 700;
  }

  .accordion__text {
    padding: 15px 62px;
  }

  .wd-accordion__badges {
    padding-inline: 62px;
    margin-bottom: 42px;
    flex-direction: row;
  }

  .wd-accordion__badges-line {
    flex-wrap: nowrap;
  }

  .wd-accordion__badges-item {
    white-space: nowrap;
    text-align: center;
  }
}

/* accordion - end */


/* table - start */
.website-development-table {
  background: var(--color-accent-light2);
  border-radius: 20px;
  max-width: 1084px;
  height: auto;
  padding: 30px 50px;
  margin: auto;
  margin-bottom: 40px;
}

.website-development-table .website-development-table__row:first-child,
.website-development-table .website-development-table__row:last-child {
  border-bottom: 0;
}

.website-development-table__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-bottom: 1px solid #A99BBC;
  padding: 15px 0;
}

.website-development-table__cell {
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: flex-start;
}

.website-development-table__row .website-development-table__cell:first-child {
  justify-content: flex-start;
}

.website-development-table__icon {
  width: 25px;
  height: 25px;
  fill: var(--color-main);
}

.website-development-table__icon--faded {
  fill: var(--color-main-mid);
}

.website-development-table__icon circle {
  transition: fill 0.3s ease;
}

.website-development-table__icon path {
  transition: stroke 0.3s ease;
}

.website-development-table__row--header .website-development-table__cell {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -1.5px;
  text-align: center;
  color: var(--color-main);
}

@media (width > 768px) {
  .website-development-table--second {
    display: none;
  }
}

@media (width <= 768px) {
  .website-development-table {
    padding: 20px 22px;
  }

  .website-development-table__row {
    grid-template-columns: 2fr 1fr;
  }

  .website-development-table__row.website-development-table__row--header {
    grid-template-columns: 1fr;
  }

  .website-development-table__cell {
    align-items: center;
  }

  .website-development-table--first .website-development-table__row--header .website-development-table__cell:first-child,
  .website-development-table--first .website-development-table__row--header .website-development-table__cell:last-child {
    display: none;
  }

  .website-development-table--first .website-development-table__cell:last-child {
    display: none;
  }

  .website-development-table--first .website-development-table__row:nth-child(n+3) {
    border-bottom: 0;
  }

  .website-development-table--first .website-development-table__row:nth-child(n+4) {
    display: none;
  }

  .website-development-table__row--header .website-development-table__cell {
    justify-content: flex-start;
    text-align: left;
  }
}

/* table - end */


.wd-success-stories-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 64px 88px;
}

.website-development__section-title--success-stories {
  margin-block: 24px 42px;
  max-width: 600px;
}

.wd-cards {
  gap: 20px;
  padding-inline: 15px;
  margin-block: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  list-style: none;
}

.wd-card {
  background-color: var(--color-white);
  border-radius: 10px;
  position: relative;
  width: 100%;
}

.wd-card__overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.wd-card__content {
  height: 100%;
  padding: 0;
}

.wd-card__image-top {
  height: auto;
  width: 100%;
}

.wd-card__info {
  padding: 30px 15px;
}

.wd-card__info-label {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  background: var(--color-accent);
  color: var(--color-white) FFF;
}

.wd-card__info-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.25px;
  color: var(--color-main);
  margin: 10px 0 20px;
}

.wd-card__info-items {
  color: var(--color-black);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.25px;
  display: grid;
  gap: 10px 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wd-card__info-items span {
  color: var(--color-accent);
}

.wd-card__info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  position: relative;
}

.wd-card__info-item::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url('/local/templates/purpleprop/images/icons/circle-check.svg');
  background-size: cover;
  margin-right: 8px;
  flex-shrink: 0;
}

@media (width >= 768px) {
  .wd-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .wd-card {
    border-radius: 30px;
    max-width: 505px;
  }

  .wd-card__content {
    padding: 20px 20px;
  }
}
@media (width >= 1280px) {
  .wd-card__info-title {
    font-size: 32px;
  }
}

.website-development__content--experts {
  display: flex;
  flex-direction: column;
  margin-block: 0 60px;
  flex-basis: calc(100% / 3);
}

.website-development__description--experts {
  font-size: 18px;
}

.website-development__cta--experts {

}

@media (width >= 768px) {
  .website-development__content--experts {
    align-items: flex-start;
    margin-block: 0 20px;
  }
}

.wd-cards--with-icon {
  grid-template-columns: repeat(1, 1fr);
}

.wd-cards.wd-cards--with-icon {
  padding: 0;
  /*flex-shrink: 0;*/
}

.wd-card--with-icon .wd-card__content {
  padding: 10px 30px;
  min-height: 86px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.wd-card--with-icon .wd-card__content svg {
  fill: var(--color-main-mid);
  flex-shrink: 0;
}

.wd-card--with-icon .wd-card__info-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.25px;
  margin: 0;
  color: var(--color-black);
}

@media (width >= 768px) {
  .wd-cards--with-icon {
    grid-template-columns: repeat(3, 1fr);
  }

  .wd-card--with-icon .wd-card__content {
    padding: 22px;
    max-width: 300px;
    height: 182px;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    align-items: flex-start;
  }
}


.website-development__section-title--smart-features {
  max-width: 650px;
}

.smart-features {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.smart-features__arrows {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.smart-features__arrows,
.smart-features__bullets {
  display: none;
}

.smart-features__arrow {
  background-color: var(--color-light);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  border: 0;
}

.smart-features__slider {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  transition: transform 0.3s ease-in-out;
  gap: 20px;
}

.smart-features__slide {
  flex: 0 0 auto;
  background-color: var(--color-main-light);
  border-radius: 20px;
  padding: 32px 22px;
  list-style-type: none;
  width: calc(25% - 20px);
}

.smart-features__title {
  margin-block: 0 26px;
  color: var(--color-main);
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.25px;
}

.smart-features__badges-line {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

.smart-features__badge {
  border-radius: 10px;
  padding: 10px;
  margin-block: 0 12px;
  background-color: var(--color-main-mid);
  color: var(--color-white);
  line-height: 1.5em;
  display: inline-block;
  width: auto;
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
}

@media (width > 1327px){
  .smart-features__badge--mr-l {
    margin-right: 30%;
  }
  .smart-features__badge--mr-m {
    margin-right: 20%;
  }
}


.smart-features__bullets {
  justify-content: center;
  margin-top: 20px;
}

.smart-features__bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: var(--color-main-light);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.smart-features__bullet.active {
  background-color: var(--color-main);
}

.smart-features__arrow--prev {
  left: 10px;
}

.smart-features__arrow--next {
  right: 10px;
}

@media (max-width: 1326px) {
  .smart-features__slide {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 480px) {
  .smart-features__slide {
    width: 100%;
  }

  .smart-features__arrows,
  .smart-features__bullets {
    display: flex;
  }
}


/* Live Demos - start */
.live-demos {
  padding: 40px;
  /*background-color: var(--color-white);*/
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.live-demos__item {
  position: relative;
  background-color: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  transition: transform 0.3s ease;
}

.live-demos__item:hover {
  transform: translateY(-5px);
}

.live-demos__link {
  display: block;
}

.live-demos__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  background-color: var(--color-white);
  color: var(--color-main);
  padding: 10px 20px;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 10px;
}

.live-demos__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.live-demos.grid-3 .live-demos__label {
  background-color: var(--color-main-light);
}

@media (width >= 768px) {
  .live-demos {
    grid-template-columns: repeat(2, 1fr);
  }

  .live-demos.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 40px;
  }

  .live-demos.grid-3 .live-demos__label {
    top: 16px;
    left: 16px;
  }

  .live-demos__label {
    font-size: 18px;
    top: 30px;
    left: 32px;
  }
}


.block__cards {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  margin-block: 0;
}

.block__card {
  max-width: inherit;
  background-color: var(--color-white);
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding: 26px 22px 40px;
}

.block__card-content {

}

.block__card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--color-black);
  margin-block: 0 18px;
}

.block__card-title--max-width {
  max-width: 400px;
}

.block__labels {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  list-style: none;
  padding: 0;
}

.block__label {
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.block__label.block__label--accent,
.block__label.block__label--main {
  color: var(--color-white);
  padding-block: 18px;
  padding-inline: 24px 35px;
}

.block__label.block__label--accent {
  background-color: var(--color-accent);
}

.block__label.block__label--main {
  background-color: var(--color-main);
}

.block__label::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: cover;
  margin-right: 8px;
  flex-shrink: 0;
}

.block__label.block__label--accent::before {
  background-image: url(/local/templates/purpleprop/images/icons/circle-exclamation-white.svg);
}

.block__label.block__label--main::before {
  background-image: url(/local/templates/purpleprop/images/icons/circle-check-accent.svg);
}

.block__card--bg-light {
  background-color: var(--color-main-light);
}

.block__card--bg-accent-light {
  background-color: var(--color-accent-light2);
}

.block__label.block__label--main-circle-check::before {
  background-image: url('/local/templates/purpleprop/images/icons/circle-check.svg');
}

.block__label.block__label--accent-circle-check::before {
  background-image: url('/local/templates/purpleprop/images/icons/circle-check-accent-light.svg');
}

.block__card--with-icon {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px 24px;
  align-items: flex-start;
}

.block__card-icon-wrapper {
  display: flex;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 18px;
  flex-shrink: 0;
}

.block__card-icon {
  fill: var(--color-main-mid);
  width: 30px;
  height: 30px;
}

.block__card-icon--main {
  fill: var(--color-main-mid);
}

.block__card-icon--accent {
  fill: var(--color-accent-light3);
}

@media (width >= 768px) {
  .block__label.block__label--accent,
  .block__label.block__label--main {
    min-height: 108px;
    padding-inline: 60px 80px;
  }
}

@media (width >= 992px) {
  .block__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .block__card--with-icon {
    flex-direction: row;
    gap: 20px;
  }

  .block__card-title {
    font-size: 28px;
    line-height: 105%;
  }
}

@media (width > 1024px) {
  .block__card {
    padding: 48px 105px;
  }
  .block__card--with-icon {
    gap: 42px;
    padding: 30px 24px 60px;
  }
  .block__card-icon-wrapper {
    padding: 25px;
  }

  .block__card-icon {
    width: 48px;
    height: 48px;
  }
}



@media (width >= 1280px) {
  .website-development__top {
    padding-block: 80px;
  }
}

.website-development__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 110%;
  text-align: center;
  margin-inline: 0;
}

.website-development__title span {
  font-weight: 400;
}

@media (width >= 768px) {
  .website-development__title {
    text-align: left;
  }
}

@media (width >= 1280px) {
  .website-development__title {
    font-size: 48px;
  }
}

.website-development__top-image.hero__image {
  width: auto;
  height: auto;
  /*	margin: auto;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}



.website-development__block-title {
  max-width: 445px;
  font-size: 32px;
  line-height: 105%;
  font-weight: 600;
  letter-spacing: -0.25px;
  color: var(--color-main);
}

@media (width >= 1280px) {
  .website-development__block-title {
    max-width: 445px;
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -1.5px;
  }
}


.website-development__results-wrapper.page__container {
  gap: var(--grid-gap);
}

@media (width >= 1280px) {
  .website-development__results-wrapper.page__container {
    gap: 56px;
  }
}

.website-development__buttons {
  display: flex;
  gap: calc(var(--grid-gap) / 2);
  justify-content: center;
}

.website-development__buttons .button {
  padding: calc(var(--grid-gap) / 2) var(--grid-gap);
}

@media (width >= 1280px) {
  .website-development__results-grid {
    margin-top: 44px;
  }
}

.website-development__round-logo {
  display: none;
}

@media (width >= 1280px) {
  .website-development__round-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 192px;
    height: 192px;
  }

  .website-development__package-grid {
    position: relative;
    max-width: 1154px;
  }
}

.website-development__package-item {
  min-height: 215px;
}

@media (width >= 1280px) {
  .website-development__package-item--left {
    padding: 30px 100px 30px 50px;
  }

  .website-development__package-item--right {
    padding: 30px 50px 30px 100px;
  }
}


.website-development__package-buttons {
  margin-top: calc(var(--grid-gap) * 3);
}

.website-development__cta-buttons {
  margin-block: 40px 0;
}

@media (width < 768px) {
  .website-development__package-buttons {
    /*margin-bottom: calc(var(--grid-gap) * 1.5);*/
    margin-top: calc(var(--grid-gap) * 1.5);
  }
}

.website-development__results-item {
  padding: var(--grid-gap) calc(var(--grid-gap) * 2);
}

@media (width >= 1280px) {
  .website-development__results-item {
    padding: 88px 40px 60px;
  }
}

.website-development__needs-item {
  padding: 22px 30px 28px;
  min-height: unset;
}

@media (width >= 1280px) {
  .website-development__needs-item {
    padding: 60px 62px 40px;
  }
}

.website-development__needs-heading {
  display: flex;
  gap: var(--grid-gap);
  align-items: center;
}

.website-development__needs-icon {
  width: 45px;
  height: 45px;
}

@media (width >= 1280px) {
  .website-development__needs-icon {
    width: auto;
    height: auto;
  }
}

.website-development__needs-text {
  max-width: 694px;
  margin: auto;
}

.website-development__team-title,
.website-development__team-text {
  max-width: 830px;
  margin: auto;
}

@media (width >= 1280px) {
  .website-development__team-buttons {
    padding-top: calc(var(--grid-gap) * 2);
  }
}

.website-development__banner {
  border-radius: 20px;
  align-items: center;
  background-color: var(--color-main);
  color: var(--color-white);
  padding-block-start: calc(var(--grid-gap) * 3.75);
  padding-block-end: calc(var(--grid-gap) * 5);
}

@media (width >= 1280px) {
  .website-development__banner {
    padding-block-start: calc(var(--grid-gap) * 4);
    padding-block-end: calc(var(--grid-gap) * 5);
  }
}

.website-development__banner-wrapper {
  margin-inline: var(--grid-gap);
}

.website-development__banner-title {
  position: relative;
  max-width: 890px;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.website-development__banner-icon {
  margin: auto;
  width: 45px;
  height: 45px;
}

@media (width >= 1280px) {
  .website-development__banner-title {
    position: relative;
    max-width: 890px;
    font-size: 58px;
    font-weight: 600;
    line-height: 105%;
  }

  .website-development__banner-icon {
    position: absolute;
    width: auto;
    height: auto;
    top: -12px;
    left: -68px;
  }
}

.website-development__banner-heading {
  display: flex;
  gap: var(--grid-gap);
  flex-direction: column;
  position: relative;
}

.website-development__banner-logo {
  width: 87px;
  height: 32px;
}

@media (width >= 1280px) {
  .website-development__banner-logo {
    width: auto;
    height: auto;
  }
}

.website-development__demos-text {
  max-width: 998px;
  margin: auto;
}


.page__container.page__container--portfolio {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.website-development__section-title.website-development__section-title--portfolio {
  /* flex-basis: calc(100% / 1); */
  margin-inline: initial;
}

.swiper-buttons--portfolio {
  position: relative;
  min-width: 160px;
  /* flex-basis: calc(100% / 8);*/
}

.swiper-button-prev.portfolio-slider__pagination-button-prev,
.swiper-button-next.portfolio-slider__pagination-button-next {
  background-color: var(--color-light);
  border-radius: 10px;
  width: 64px;
  height: 64px;
  color: var(--color-main);
}

.swiper-button-prev.portfolio-slider__pagination-button-prev:after,
.swiper-button-next.portfolio-slider__pagination-button-next:after {
  font-size: 20px;
  font-weight: 900;
}

.swiper-portfolio .demos-slider {
  padding-block-start: calc(var(--grid-gap)* 1);
}

.demos-slider__pagination.portfolio-slider__pagination .swiper-pagination-bullet-active.swiper-pagination-bullet {
  background-color: var(--color-accent);
}

@media (width < 768px) {
  .swiper-buttons--portfolio {
    transform: translate(0px, -20px);
    height: 64px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .swiper-buttons--portfolio .swiper-button-next,
  .swiper-buttons--portfolio .swiper-button-prev {
    position: relative;
  }
}

@media (width >= 768px) {
  .website-development__section-title.website-development__section-title--portfolio {
    text-align: left;
  }

  .page__container.page__container--portfolio {
    flex-direction: row;
  }
}

/* End */


/* Start:/local/templates/purpleprop/dev/styles/ebooks.css?17683949433164*/
.page__container--ebooks {
  justify-content: center;
}

.hero__text.hero__text--ebooks {
  gap: 32px;
  align-items: center;
}

.hero__title.hero__title--ebooks {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -1.5px;
  text-align: center;

}

.hero__text.hero__text--ebooks p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}

.hero__picture.hero__picture--ebooks {
  min-height: auto;
}

@media (width >= 768px) {
  .hero__text--ebooks {
    flex-basis: calc(100% / 2);
  }

  .hero__title.hero__title--ebooks {
    text-align: left;
  }

  .hero__text.hero__text--ebooks {
    gap: 20px;
    align-items: flex-start;
  }

  .hero__text.hero__text--ebooks p {
    text-align: left;
  }
}



.filter {
  margin-block: 0 40px;
}

.filter__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #4D1774;
  margin-block: 0 24px;
}

.filter__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.filter__button {
  border-radius: 50px;
  border: 1px solid #D7D2DA;
  color: #4D1774;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  background-color: #FFFFFF;
  cursor: pointer;
}
.filter__button:hover {
  background-color: #EEECF4;
}

.filter__button--active {
  background-color: #EEECF4;
}

.filter-cards {
  display: grid;
  grid-template-columns: 1fr;
  list-style-type: none;
  gap: 60px 20px;
  margin: 0px;
  padding: 0px;
}

.filter-cards--grid-2 {
}

.filter-cards--grid-3 {
  grid-template-columns: 1fr;
}

.filter-cards__item {
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.filter-cards__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.filter-cards__category {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  color: #4D1774;
}

.filter-cards__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #4D1774;
  margin-block: 8px 24px;
}

.filter-cards__button {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #4D1774;
  background-color: var(--color-white);
  border-radius: 150px;
  border: 1px solid #4D1774;
  transition: background 0.5s ease;
  cursor: pointer;
  margin-top: auto;
  text-decoration: none;
}

.filter-cards__button:hover {
  color: var(--color-white);
  background-color: #74579D;
  border: 1px solid #74579D;
}

@media (width > 768px) {
  .hero__title.hero__title--ebooks {
    font-size: 64px;
    text-align: left;
  }


  .filter-cards {
    gap: 80px 20px;
  }

  .filter-cards--grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .filter-cards__title {
    font-size: 32px;
  }

  .filter-cards__category {
    font-size: 20px;
  }

  .filter-cards__button {
    font-size: 18px;
    padding: 16px 25px;
  }
}

/* End */
/* /local/templates/purpleprop/dev/styles/blocks/grid/grid.css?17418652891509 */
/* /local/templates/purpleprop/dev/styles/pages/products/website-development-update.css?174340831228407 */
/* /local/templates/purpleprop/dev/styles/ebooks.css?17683949433164 */
