

/* Start:/poligrafiya/style.css?17873142077985*/
.polygraphy-page {
  overflow: hidden;
  color: #0a1015;
}

.polygraphy-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}

.polygraphy-page .logo-print-partfolio > .container,
.polygraphy-page .polygraphy-reviews .container,
.polygraphy-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;
}

.polygraphy-hero {
  box-sizing: border-box;
  display: flex;
  width: calc(100% - 60px);
  max-width: 1460px;
  min-height: 590px;
  align-items: stretch;
  margin: 286px auto 0;
  background: #111 url('/poligrafiya/images/banner.jpg') center / cover no-repeat;
}

.polygraphy-hero__content {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 1446px;
  min-height: 590px;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 54px 52% 42px 56px;
}

.polygraphy-hero h1 {
  max-width: 560px;
  margin: 0 0 62px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
}

.polygraphy-hero__button {
  width: 280px;
  min-height: 64px;
  padding: 15px 24px;
  border: 0;
  background: #c4000c;
  color: #fff;
  font: 700 16px/1.25 'SF Pro Display', Arial, sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.polygraphy-hero__button:hover,
.polygraphy-hero__button:focus-visible {
  background: #a7000a;
}

.polygraphy-hero__advantages {
  display: flex;
  gap: 44px;
  margin-top: 58px;
}

.polygraphy-advantage {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}

.polygraphy-advantage img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.polygraphy-types {
  padding: 76px 0 86px;
  background: #fff;
}

.polygraphy-types h2,
.polygraphy-calc h2 {
  margin: 0 0 48px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.polygraphy-calc h2 {
  font-size: 26px;
}

.polygraphy-types__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px 34px;
}

.polygraphy-card {
  min-width: 0;
}

.polygraphy-card__image {
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: #f2f4f5;
}

.polygraphy-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.polygraphy-card h3 {
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.polygraphy-reviews .reviews-list,
.polygraphy-reviews .reviews_mini {
  margin-top: 0;
}

.polygraphy-faq {
  margin-top: 0;
}

.polygraphy-faq .o-faq__wrapper {
  max-width: 1210px;
}

.polygraphy-calc {
  margin-bottom: 20px;
  padding: 52px 0 54px;
  background: #f7f9fa;
}

.polygraphy-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
}

.polygraphy-form__fields {
  display: grid;
  gap: 20px;
}

.polygraphy-form__field input,
.polygraphy-form__field textarea {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 2px 2px rgb(30 49 66 / 5%);
  color: #0a1015;
  font: 300 16px/20px 'SF Pro Display', Arial, sans-serif;
}

.polygraphy-form__field input {
  height: 60px;
  padding: 20px 24px;
}

.polygraphy-form__field textarea {
  min-height: 220px;
  padding: 20px 24px;
  resize: vertical;
}

.polygraphy-form__field input.error,
.polygraphy-form__field textarea.error {
  outline: 1px solid #c4000c;
}

.polygraphy-form__field label.error {
  display: block;
  margin-top: 5px;
  color: #c4000c;
  font-size: 12px;
}

.polygraphy-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 38px;
  margin-top: 30px;
}

.polygraphy-form__policy {
  display: flex;
  max-width: 410px;
  align-items: flex-start;
  gap: 12px;
  color: rgb(30 49 66 / 55%);
  font: 13px/18px Ubuntu, Arial, sans-serif;
  cursor: pointer;
}

.polygraphy-form__policy input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  accent-color: #c4000c;
}

.polygraphy-form__policy a {
  color: inherit;
  text-decoration: underline;
}

.polygraphy-form__footer button,
.polygraphy-form__footer input[type='submit'] {
  min-width: 232px;
  min-height: 60px;
  border: 0;
  border-radius: 0;
  background: #c4000c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.polygraphy-form__message {
  padding: 20px;
  background: #fff;
  font-size: 18px;
}

.polygraphy-form__message--error {
  margin-bottom: 20px;
  border-left: 3px solid #c4000c;
}

@media (width <= 1210px) {
  .polygraphy-hero {
    margin-top: 286px;
  }

  .polygraphy-hero__content {
    padding-left: 36px;
  }
}

@media (width <= 1024px) {
  .polygraphy-hero {
    min-height: 520px;
    margin-top: 276px;
    background-position: 56% center;
  }

  .polygraphy-hero__content {
    min-height: 520px;
    padding-right: 46%;
  }

  .polygraphy-hero h1 {
    margin-bottom: 42px;
    font-size: 30px;
  }

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

@media (width <= 960px) {
  .polygraphy-hero {
    margin-top: 252px;
  }
}

@media (width <= 768px) {
  .polygraphy-form__grid {
    grid-template-columns: 1fr;
  }

  .polygraphy-form__footer {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (width <= 767px) {
  .polygraphy-hero {
    min-height: 620px;
    background-position: 68% center;
  }

  .polygraphy-hero::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgb(0 0 0 / 55%) 65%, rgb(0 0 0 / 15%) 100%);
    content: '';
  }

  .polygraphy-hero {
    position: relative;
  }

  .polygraphy-hero__content {
    position: relative;
    z-index: 1;
    min-height: 620px;
    justify-content: flex-end;
    padding: 40px 20px 42px;
  }

  .polygraphy-hero h1 {
    max-width: 460px;
    font-size: 28px;
  }

  .polygraphy-hero__advantages {
    margin-top: 40px;
  }

  .polygraphy-types {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .polygraphy-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 20px;
  }

  .polygraphy-form__grid {
    grid-template-columns: 1fr;
  }

  .polygraphy-form__footer {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (width <= 640px) {
  .polygraphy-hero {
    width: calc(100% - 36px);
    margin-top: 276px;
  }

}

@media (width <= 601px) {
  .polygraphy-hero {
    margin-top: 246px;
  }
}

@media (width <= 500px) {
  .polygraphy-hero {
    margin-top: 303px;
  }
}

@media (width <= 450px) {
  .polygraphy-container,
  .polygraphy-page .logo-print-partfolio > .container,
  .polygraphy-page .polygraphy-reviews .container,
  .polygraphy-faq .o-faq__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .polygraphy-hero {
    min-height: 570px;
    background-position: 62% center;
  }

  .polygraphy-hero__content {
    min-height: 570px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .polygraphy-hero h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .polygraphy-hero__button {
    width: 100%;
  }

  .polygraphy-hero__advantages {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }

  .polygraphy-types h2,
  .polygraphy-calc h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .polygraphy-calc h2 {
    font-size: 24px;
  }

  .polygraphy-types__grid {
    grid-template-columns: 1fr;
  }

  .polygraphy-card h3 {
    font-size: 17px;
  }

  .polygraphy-form__footer button,
  .polygraphy-form__footer input[type='submit'] {
    width: 100%;
  }
}

@media (320px <= width <= 480px) {
  .polygraphy-hero {
    margin-top: 0;
  }

  .polygraphy-hero h1 {
    max-width: 100%;
    font-size: clamp(18px, 5.2vw, 22px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

}

/* End */


/* Start:/local/templates/ov_30/components/bitrix/news.list/our-works-2/style.css?17872273752967*/
.logo-print-partfolio {
  box-sizing: border-box;
  margin: 50px 0;
  padding: 50px 0;
  background: #f7f9fa;
}

.logo-print-partfolio .logo-print_s-title {
  display: block;
  margin-bottom: 20px;
  color: #0a1015;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

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

.logo-print-partfolio__item {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 24px;
  padding: 30px;
  background: #fff;
  text-decoration: none;
}

.logo-print-partfolio__item picture {
  display: block;
}

.logo-print-partfolio__item img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.logo-print-partfolio__item span {
  display: block;
  margin-top: auto;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.logo-print-partfolio__item:hover span {
  color: #c4000c;
}

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

.logo-print-partfolio__nav {
  display: none;
}

@media (width <= 1350px) {
  .logo-print-partfolio__item {
    padding: 24px;
  }
}

@media (width <= 786px) {
  .logo-print-partfolio {
    margin: 30px 0;
    padding: 30px 0;
  }

  .logo-print-partfolio__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .logo-print-partfolio__item img {
    height: 240px;
  }
}

@media (width <= 480px) {
  .logo-print-partfolio__list {
    grid-template-columns: 1fr;
  }

  .logo-print-partfolio--mobile-carousel .logo-print-partfolio__list {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .logo-print-partfolio--mobile-carousel .logo-print-partfolio__list::-webkit-scrollbar {
    display: none;
  }

  .logo-print-partfolio--mobile-carousel .logo-print-partfolio__item {
    min-width: 100%;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .logo-print-partfolio--mobile-carousel .logo-print-partfolio__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
  }

  .logo-print-partfolio__nav-button {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c4000c;
    border-radius: 50%;
    background: #fff;
    color: #c4000c;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
  }

  .logo-print-partfolio__nav-button:disabled {
    border-color: #c7cdd2;
    color: #9aa4ad;
    cursor: default;
  }

  .logo-print-partfolio__nav-status {
    min-width: 42px;
    color: #636e79;
    font-size: 14px;
    text-align: center;
  }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews_mini/style.css?17522429973639*/
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 */
/* /poligrafiya/style.css?17873142077985 */
/* /local/templates/ov_30/components/bitrix/news.list/our-works-2/style.css?17872273752967 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews_mini/style.css?17522429973639 */
