* {
	font-family: Roboto;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	min-width: 250px;
	font-size: 16px;
}
.ui-non-selectable {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.pc-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
}
.pc-sheet {
	margin: 0 auto;
	max-width: 800px;
}
.pc-nav {
	border-bottom: 4px solid #ff8726;
}
.pc-nav-sheet {
	position: relative;
	padding-left: 100px;
}
.pc-nav-sheet:after {
	content: '';
	display: block;
	clear: both;
}
.pc-nav-left-panel {
	float: left;
	max-width: 100%;
}
.pc-nav-menu {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.pc-nav-menu a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #212121;
	text-decoration: none;
	line-height: 48px;
	transition: background-color 0.2s linear;
	padding: 0 16px;
}
.pc-nav-menu a.active {
	background-color: rgba(0, 0, 0, 0.05);
}
.pc-nav-menu a:hover {
	background-color: #ffe1c9;
}
.pc-nav-menu a.active:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.15);
	transition: background-color 0.2s linear;
}
.pc-nav-logo {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 10px 0 10px;
	font-size: 24px;
	font-weight: 600;
	color: #ff8726;
}
.pc-nav-phones {
	float: right;
	max-width: 100%;
	padding: 16px 8px 0 8px;
	min-height: 48px;
	font-size: 17px;
}
.pc-nav-phones a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000000;
}
.pc-nav-phone-viber-icon,
.pc-nav-phone-telegram-icon {
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}
.pc-nav-phones svg {
	width: 20px;
	height: 20px;
}
@media(max-width: 470px) {
	.pc-nav-sheet {
		padding-left: 0;
	}
	.pc-nav-logo {
		position: static;
		text-align: center;
	}
	.pc-nav-phones,
	.pc-nav-left-panel {
		margin-top: 8px;
	}
}
@media(max-width: 375px) {
	.pc-nav {
		text-align: center;
	}
	.pc-nav-phones,
	.pc-nav-left-panel {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}
.pc-intro {
	position: relative;
	padding: 192px 16px;
	background: url('/assets/intro-bg.webp') no-repeat 50% 55%;
	background-size: cover;
	color: #ffffff;
	text-shadow: 0 0 16px #000000, 0 0 4px #000000;
}
.pc-intro:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.pc-intro-title {
	position: relative;
	text-align: center;
	font-size: 64px;
	font-weight: bold;
}
.pc-intro-description {
	position: relative;
	text-align: center;
	font-size: 24px;
	margin: 4px 0 0 0 !important;
}
.pc-prices {
	padding: 0 16px;
	border-top: 4px solid #f5af77;
	border-bottom: 4px solid #f5af77;
	background-color: #63564b;
	color: #ffffff;
}
.pc-prices-sheet {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	padding: 56px 0;
}
.pc-prices-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 36px;
	background-color: #ff8726;
	padding: 0 16px;
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
	transition: background-color 0.2s linear;
}
.pc-prices-button:active {
	top: 1px;
}
.pc-prices-button:hover {
	background-color: #f7c196;
}
.pc-key-points {
	padding: 56px 16px;
	text-align: center;
}
.pc-key-points-title {
	margin-top: 0 !important;
	margin-bottom: 8px !important;
}
.pc-key-points-list {
	margin-top: 36px;
	text-align: left;
}
.pc-key-points-list:after {
	content: '';
	display: block;
	clear: both;
}
.pc-key-points-item {
	float: left;
	width: 50%;
	padding: 12px 18px;
	min-height: 165px;
	line-height: 24px;
}
.pc-key-points-item-title {
	position: relative;
	font-weight: 600;
	margin-bottom: 6px;
}
.pc-key-points-item-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #ff9e4f;
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -6px;
	border-radius: 100%;
}
@media (max-width: 800px) {
	.pc-key-points-item {
		width: 100%;
		min-height: auto;
	}
}
.pc-about {
	padding: 56px 16px;
	border-bottom: 4px solid #f5af77;
	background-color: #fff3cd;
}
.pc-about-text {
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0.02em;
}
.pc-about-details-button {
	text-decoration: underline;
	cursor: pointer;
	color: #2d08ff;
}
.pc-about-details-button {
	display: none;
}
.pc-about-spacing {
	height: 12px;
}
.pc-mobile .pc-about-details-button {
	display: inline;
}
.pc-mobile .pc-about-text-2 {
	display: none;
}
.pc-services,
.pc-additional-services {
	padding: 0 16px;
}
.pc-services-sheet {
	text-align: center;
	padding: 36px 0;
}
.pc-additional-services-sheet {
	text-align: center;
	padding-bottom: 56px;
}
.pc-services-box,
.pc-additional-services-box {
	text-align: left;
}
.pc-services table,
.pc-additional-services table {
	border-collapse: collapse;
	box-shadow: 0 0 8px rgba(128, 128, 128, 0.5);
	width: 100%;
}
.pc-services td,
.pc-additional-services td {
	padding: 8px 8px;
	transition: background-color 0.05s linear;
}
.pc-services tr:nth-child(2n+1) td,
.pc-additional-services tr:nth-child(2n+1) td {
	background-color: #f0f0f0;
}
.pc-services tr:hover td,
.pc-additional-services tr:hover td {
	background-color: #ffe1c9;
}
.pc-feedback {
	background-color: #ff9e4f;
	padding: 46px 16px;
	text-align: center;
}
.pc-feedback-box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	max-width: 100%;
	padding-left: 156px;
	min-height: 128px;
	text-align: left;
}
.pc-feedback-image {
	position: absolute;
	left: 0;
	top: 0;
}
.pc-feedback-image svg {
	width: 128px;
	height: 128px;
}
.pc-feedback-title {
	font-size: 24px;
	font-weight: 600;
}
.pc-feedback-field {
	margin-top: 8px;
	width: 200px;
	max-width: 100%;
}
.pc-feedback-field input {
	display: block;
	width: 100%;
	margin: 0 !important;
	border: none;
	outline: none;
	background: #ffffff;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #000000;
	transition: box-shadow 0.3s linear;
}
.pc-feedback-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #000000;
	line-height: 32px;
	padding: 0 8px;
	margin-top: 16px;
	background-color: #eae75b;
	transition: background-color 0.2s linear;
	cursor: pointer;
}
.pc-feedback-button:active {
	top: 1px;
}
.pc-feedback-button:hover {
	background-color: #fffa00;
}
@media(max-width: 420px) {
	.pc-feedback-box {
		padding-left: 0;
		text-align: center;
	}
	.pc-feedback-image {
		position: static;
		display: inline-block;
		vertical-align: top;
	}
	.pc-feedback-image svg {
		width: 64px;
		height: 64px;
	}
}
.pc-partners {
	text-align: center;
	background-color: #8c6d4f;
	padding: 56px 16px;
	color: #ffffff;
}
.pc-partners > img {
	border: 3px solid #ffffff;
	max-width: 100%;
}
.pc-partners-text {
	text-align: justify;
	letter-spacing: 0.002em;
	margin-bottom: 24px;
}
.pc-partners-kolibry-print-services {
	position: relative;
	margin: 0 auto;
	border: 3px solid #ffffff;
	min-height: 250px;
	background-image: linear-gradient(to bottom, #f2c591, #2a3036);
	padding: 16px 16px 16px 220px;
	text-align: left;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	font-size: 14px;
	line-height: 24px;
}
.pc-partners-kolibry-print-services-bird-image {
	display: block;
	position: absolute;
	left: -12px;
	top: -8px;
}
.pc-partners-kolibry-print-services-phones {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
}
.pc-partners-kolibry-print-services-phones > span {
	display: inline-block;
	margin-right: 16px;
}
@media (max-width: 540px) {
	.pc-partners-kolibry-print-services {
		padding-left: 16px;
	}
	.pc-partners-kolibry-print-services-bird-image {
		position: static;
		margin: 0 auto;
		max-width: 252px;
	}
	.pc-partners-kolibry-print-services-title {
		text-align: center;
	}
}
.pc-contacts {
	padding: 36px 0;
	text-align: center;
}
.pc-contacts-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}
.pc-contacts-box {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	margin-top: -24px;
}
.pc-contacts-item {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	text-align: center;
	margin: 24px 16px 0 16px;
}
.pc-contacts-item a {
	text-decoration: none;
	color: #000000;
}
.pc-contacts-item-phone {
	font-size: 18px;
}
.pc-contacts-item-viber-icon,
.pc-contacts-item-telegram-icon {
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
}
.pc-contacts-item svg {
	width: 32px;
	height: 32px;
	margin: 4px;
}
.pc-contacts-item-name {
	margin-top: 8px;
	font-weight: bold;
	font-size: 18px;
}
.pc-contacts-item-icons {
	margin-top: 12px;
}
.pc-footer {
	text-align: center;
	background-color: #e0e0e0;
	padding: 16px;
	font-size: 13px;
}
.pc-scroll-to-top-button {
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
	cursor: pointer;
}
.pc-scroll-to-top-button:active {
	bottom: 15px;
}
.pc-scroll-to-top-button:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 44px;
	height: 44px;
	 margin: -24px 0 0 -22px;
	border-radius: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.pc-scroll-to-top-button svg {
	position: relative;
}
.faq-page {
	padding: 16px;
}
.faq-page-sheet {
	margin: 0 auto;
	max-width: 800px;
}
.faq-page h1 {
	text-align: center;
}
.faq-page-title {
	margin: 32px 0 4px 0;
	font-weight: bold;
	font-size: 20px;
}