

/* Start:/idei-podarkov/style.css?178696657411472*/
.gift-ideas-page {
  color: #111;
}

.gift-ideas-page .container {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.gift-ideas-intro {
  padding-top: 0;
  padding-bottom: 34px;
}

.gift-ideas-breadcrumb {
  padding-top: 346px;
  padding-bottom: 34px;
}

.gift-ideas-breadcrumb__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0a1015;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.gift-ideas-breadcrumb__nav a {
  color: #747d86;
  text-decoration: none;
}

.gift-ideas-breadcrumb__nav a:hover,
.gift-ideas-breadcrumb__nav a:focus-visible {
  color: #c4000c;
}

.gift-ideas-breadcrumb__separator {
  color: #c4000c;
}

.gift-ideas-intro .reviews-head-desc {
  max-width: 1050px;
}

.gift-ideas-categories {
  padding-bottom: 72px;
}

.gift-ideas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.gift-idea-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 28px rgb(19 29 39 / 12%);
  color: #111;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

a.gift-idea-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 34px rgb(19 29 39 / 18%);
  color: #c4000c;
}

.gift-idea-card__image {
  display: block;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  background: #f1f3f5;
}

.gift-idea-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

a.gift-idea-card:hover img {
  transform: scale(1.025);
}

.gift-idea-card__title {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.gift-idea-card--static {
  cursor: default;
}

.gift-ideas-section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.gift-ideas-section h2,
.gift-ideas-reviews h2 {
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 1.15;
}

.gift-ideas-works,
.gift-ideas-delivery {
  background: #f4f6f7;
}

.gift-ideas-works {
  padding: 0;
}

.gift-ideas-works .logo-print-partfolio {
  margin: 0;
  padding: 62px 0;
}

.gift-ideas-works .logo-print_s-title {
  display: block;
  margin-bottom: 30px;
  color: #0a1015;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}

.gift-ideas-works .logo-print-partfolio__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.gift-ideas-works .logo-print-partfolio__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.gift-ideas-works .logo-print-partfolio__item picture {
  display: block;
  aspect-ratio: 1.25 / 1;
  overflow: hidden;
}

.gift-ideas-works .logo-print-partfolio__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-ideas-works .logo-print-partfolio__item span {
  margin-top: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.gift-ideas-works .logo-print-partfolio__full {
  display: flex;
  width: 231px;
  height: 59px;
  align-items: center;
  justify-content: center;
  margin: 42px auto 0;
  border: 2px solid #c4000c;
  background: #c4000c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gift-ideas-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gift-ideas-controls {
  display: flex;
  gap: 8px;
}

.gift-ideas-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid #c4000c;
  border-radius: 50%;
  background: #fff;
  color: #c4000c;
  font-size: 28px;
  cursor: pointer;
}

.gift-products-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  overflow-x: auto;
  margin-top: 18px;
  padding: 30px 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gift-products-list::-webkit-scrollbar,
.demo-reviews-carousel__list::-webkit-scrollbar {
  display: none;
}

.gift-product-card {
  box-sizing: border-box;
  display: flex;
  min-width: 330px;
  flex: 0 0 330px;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
  color: #111;
  text-decoration: none;
  transition: box-shadow 0.3s ease-out;
}

.gift-product-card:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.gift-product-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f1f3f5;
}

.gift-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-product-card__name {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.gift-product-card__description,
.gift-product-card__meta {
  margin-top: 8px;
  color: #66717d;
  font-size: 14px;
  line-height: 20px;
}

.gift-product-card__meta {
  margin-top: 16px;
  font-size: 12px;
  line-height: 13px;
}

.gift-product-card__price {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 900;
  line-height: 25px;
}

.gift-delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gift-delivery-grid article {
  padding: 28px;
  border-radius: 16px;
  background: #fff;
}

.gift-delivery-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.gift-delivery-grid p,
.gift-delivery-note {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.gift-delivery-note {
  margin-top: 22px;
  padding: 20px 24px;
  border-left: 4px solid #c4000c;
  background: #fff;
}

.gift-ideas-faq {
  margin-top: 0;
}

.gift-ideas-faq .o-faq__wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.gift-ideas-reviews {
  padding-top: 62px;
  padding-bottom: 62px;
}

.company-reviews-widget__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 28px;
  align-items: stretch;
}

.demo-reviews-carousel {
  position: relative;
  min-width: 0;
  padding: 70px 18px 18px;
  border: 1px solid #dfe3e6;
  border-radius: 14px;
  background: #fff;
}

.demo-reviews-carousel__controls {
  position: absolute;
  top: 14px;
  right: 18px;
}

.demo-reviews-carousel__list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.demo-reviews-carousel__list article {
  box-sizing: border-box;
  height: 360px;
  min-width: 0;
  flex: 0 0 calc((100% - 32px) / 3);
  overflow-y: auto;
  padding: 28px;
  border: 1px solid #e3e6e8;
  border-radius: 14px;
  background: #fff;
  scroll-snap-align: start;
}

.demo-reviews-carousel__list article > div {
  margin-bottom: 24px;
  color: #cf0019;
  font-size: 20px;
  letter-spacing: 2px;
}

.demo-reviews-carousel__list h3 {
  margin: 16px 0 10px;
  font-size: 21px;
}

.demo-reviews-carousel__list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.company-reviews-widget__frame {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid #dfe3e6;
  border-radius: 14px;
  background: #fff;
}

.company-reviews-widget__frame iframe {
  width: 100%;
  height: 440px;
  border: 0;
}

.company-reviews-widget__frame a {
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 16px;
  max-height: 14px;
  overflow: hidden;
  padding: 0 16px;
  color: #777;
  font-size: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gift-ideas-form {
  padding-top: 20px;
}

.gift-ideas-form .logo-print-feadback {
  padding-top: 34px;
  padding-bottom: 34px;
}

.gift-ideas-form .logo-print-feadback__title {
  margin-bottom: 10px;
  font-size: 26px;
}

.gift-ideas-form .logo-print-feadback__desc {
  font-size: 18px;
}

.gift-ideas-form .logo-print-feadback__rigth {
  margin-top: 20px;
}

.gift-ideas-form .reviews-head-form-bottom__left .custom-checkbox,
.gift-ideas-form .reviews-head-form-bottom__left .text {
  color: #fff;
}

@media (width <= 1024px) {
  .gift-ideas-breadcrumb {
    padding-top: 336px;
  }

  .gift-ideas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gift-delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-reviews-widget__layout {
    grid-template-columns: 1fr;
  }

  .gift-ideas-works .logo-print-partfolio__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-reviews-carousel__list article {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (width <= 960px) {
  .gift-ideas-breadcrumb {
    padding-top: 312px;
  }
}

@media (width <= 640px) {
  .gift-ideas-page .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gift-ideas-intro {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .gift-ideas-breadcrumb {
    padding-top: 336px;
    padding-bottom: 24px;
  }

  .gift-ideas-categories {
    padding-bottom: 45px;
  }

  .gift-ideas-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gift-idea-card__title {
    min-height: 74px;
    padding: 18px 20px;
    font-size: 21px;
  }

  .gift-ideas-section,
  .gift-ideas-reviews {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .gift-ideas-works .logo-print-partfolio {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .gift-ideas-works .logo-print_s-title {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .gift-ideas-works .logo-print-partfolio__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gift-ideas-section h2,
  .gift-ideas-reviews h2 {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .gift-delivery-grid {
    grid-template-columns: 1fr;
  }

  .gift-product-card,
  .demo-reviews-carousel__list article {
    flex-basis: 100%;
  }

  .gift-product-card {
    min-width: 0;
    padding: 18px;
  }

  .gift-ideas-faq .o-faq__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gift-delivery-grid article {
    padding: 22px;
  }

  .gift-ideas-heading {
    align-items: flex-start;
  }

  .gift-ideas-controls button {
    width: 40px;
    height: 40px;
  }

  .demo-reviews-carousel__list {
    grid-auto-columns: 88%;
  }

  .company-reviews-widget__frame,
  .company-reviews-widget__frame iframe {
    min-height: 400px;
    height: 400px;
  }
}

@media (width <= 601px) {
  .gift-ideas-breadcrumb {
    padding-top: 306px;
  }
}

@media (width <= 500px) {
  .gift-ideas-breadcrumb {
    padding-top: 363px;
  }
}

@media (320px <= width <= 480px) {
  .gift-ideas-breadcrumb {
    padding-top: 0;
  }

  .gift-ideas-works .logo-print-partfolio__list {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gift-ideas-works .logo-print-partfolio__list::-webkit-scrollbar {
    display: none;
  }

  .gift-ideas-works .logo-print-partfolio__item {
    box-sizing: border-box;
    min-width: 100%;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .gift-products-list {
    box-sizing: border-box;
    padding-right: 32px;
    padding-left: 32px;
    scroll-padding-inline: 32px;
  }

  .gift-product-card {
    flex-basis: 100%;
  }
}

@media (width <= 320px) {
  .gift-idea-card__title {
    font-size: 19px;
  }

  .gift-ideas-section h2,
  .gift-ideas-reviews h2 {
    font-size: 27px;
  }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/our-works-2/style.css?17522427183639*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.container-gray {
	background-color: #f7f9fa;
}
.reviews-posts {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
  }
  @media (max-width: 1350px) {
	.reviews-posts {
	  margin-bottom: 30px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts {
	  margin-bottom: 24px;
	}
  }
  .reviews-posts-title {
	color: rgb(10, 16, 21);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-posts-title {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts-title {
	  margin-bottom: 16px;
	}
  }
  .reviews-posts-boxes {
	display: flex;
	flex-direction: column;
	gap: 50px;
  }
  .reviews-posts-boxes .revElem {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
  }
  @media (max-width: 786px) {
	.reviews-posts-boxes .revElem {
	  flex-direction: column;
	  position: relative;
	  align-items: flex-start;
	}
  }
  .reviews-posts-boxes .revElem img {
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	width: 100px;
  }
  .reviews-posts-boxes .revElem-right {
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	position: relative;
  }
  @media (max-width: 1702px) {
	.reviews-posts-boxes .revElem-right {
	  max-width: 700px;
	}
  }
  @media (max-width: 1350px) {
	.reviews-posts-boxes .revElem-right {
	  max-width: 100%;
	  margin-left: 80px;
	}
  }
  @media (max-width: 786px) {
	.reviews-posts-boxes .revElem-right {
	  margin-left: 0px;
	  position: static;
	}
  }
  .reviews-posts-boxes .revElem-right h1,
  .reviews-posts-boxes .revElem-right h2,
  .reviews-posts-boxes .revElem-right h3,
  .reviews-posts-boxes .revElem-right h4 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: rgb(10, 16, 21);
  }
  .reviews-posts-boxes .revElem-right p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: rgb(10, 16, 21);
  }
  .reviews-posts-boxes .revElem-right-stars {
	position: absolute;
	top: 0;
	right: 0;
  }
  .reviews-cards {
	display: flex;
	flex-direction: column;
  }
  .reviews-cards-title {
	color: rgb(10, 16, 21);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-cards-title {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-cards-title {
	  margin-bottom: 16px;
	}
  }
  .reviews-cards-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
  }
  @media (max-width: 1702px) {
	.reviews-cards-grid {
	  grid-template-columns: 1fr 1fr;
	}
  }
  @media (max-width: 786px) {
	.reviews-cards-grid {
	  grid-template-columns: 1fr;
	}
  }
  .reviews-cards-grid .rev-card {
	padding: 24px 24px 32px 24px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  .reviews-cards-grid .rev-card img {
	width: 100%;
	height: 215px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .reviews-cards-grid .rev-card p {
	font-weight: 600;
	font-size: 16px;
	color: rgb(30, 40, 50);
  }
  .revLink {
	color: rgb(212, 15, 20);
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	margin-left: auto;
	margin-top: 50px;
  }
  @media (max-width: 786px) {
	.reviews .revLink {
	  display: none;
	}
  }

.o-main .simple_page._max_width.custom {
	padding-top: 0;
}
/* End */
/* /idei-podarkov/style.css?178696657411472 */
/* /bitrix/templates/.default/components/bitrix/news.list/our-works-2/style.css?17522427183639 */
