@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
textarea:focus {
	outline: none;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #4d4d4d;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-family: "Raleway", sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
button:focus,
input:focus {
	outline: none !important;
}

/* Navigation
--------------------------------------------- */
.languages {
	padding-left: 8px;
}
.language-wrap {
	display: flex;
	align-items: center;
}
.now-lang {
	display: flex;
	cursor: pointer;
}

.language-call-wrap {
	display: flex;
}
.now-lang img {
	width: 8px;
	margin-left: 8px;
}
.current-flag li {
	display: none;
	margin-right: 6px;
}
.current-flag .current-lang {
	display: block;
}
.widget_polylang {
	position: absolute;
	z-index: 95;
	top: 105px;
	display: none;
	border: 1px solid #ededed;
}
.widget_polylang ul {
	margin: 0;
	list-style-type: none;
	width: 85px;
	padding-left: 0;
	background: #fff;
}
.widget_polylang a {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #ededed;
	color: #000000;
	padding: 12px;
	transition: all 0.4s ease;
	align-items: center;
}
.widget_polylang a:hover {
	background: #f8f8f8;
	transition: all 0.4s ease;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
}
.menu-wrap {
	background: #f2494d;
}
.main-navigation ul ul {
	padding: 40px;
	padding-top: 20px;
}
.main-navigation ul ul ul {
	padding: 0;
}
.main-navigation ul ul a {
	padding: 6px 0;
}
.main-navigation .menu > li > ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	width: 1170px;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 20;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
	border-radius: 0px 0px 4px 4px;
	background: #fff;
}
.main-navigation ul ul li:hover {
	background: #fff;
	color: #f2494d;
}
.main-navigation ul ul ul li:hover {
	background: #fff;
	color: #f2494d;
}
.main-navigation ul ul li {
	min-width: 230px;
}
.main-navigation ul ul li ul li {
	width: 100%;
}
.main-navigation .sub-menu.divided {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.main-navigation ul ul ul {
	position: static;
}
.main-navigation ul ul a {
	color: #000000;
}
.main-navigation li {
	padding: 0 15px;
	transition: all 0.3s ease;
	position: static;
}
.sub-menu li {
	padding: 0;
}
.main-navigation a {
	display: flex;
	flex-direction: row-reverse;
	font-weight: bold;
	color: #ffffff;
	align-items: center;
	text-decoration: none;
	padding: 16px 0;
}
.main-navigation ul > li:hover {
	background: #df393d;
	transition: all 0.3s ease;
}
.main-navigation a img {
	margin-right: 10px;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	box-shadow: none;
}
.main-navigation ul ul ul a {
	color: #6f7883;
	font-size: 13px;
	font-weight: 400;
}

.main-navigation ul ul li > ul,
.main-navigation ul ul li > ul {
	display: block;
	left: auto;
	top: 50px;
}

.main-navigation ul ul a {
	width: max-content;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 135px;
}
.row {
	display: flex;
}
.site-title {
	font-size: 13px;
}
.grid {
	display: grid;
}
.advantages-grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 35px;
}
.stage-col {
	width: 50%;
}
.stage-col:last-child {
	width: 50%;
	padding-left: 50px;
}
.stage-col img {
	width: 100%;
}
.button img {
	width: auto;
}
.stages-grid {
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin-bottom: 35px;
}
#sync1 {
	margin-bottom: 30px;
}
#sync1 .item {
	margin: 0 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#sync2 .item {
	background: #c9c9c9;
	margin: 0;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.current .item {
	background: #0c83e7;
}
#sync2 .owl-item.active {
	padding: 0px 10px;
}

#sync1 .owl-next,
#sync1 .owl-prev,
#sync2 .owl-next,
#sync2 .owl-prev {
	display: none;
}
.catalog-post {
	display: block;
	width: 33%;
}
.catalog-post img {
	width: 100%;
	height: auto;
}
.catalog-post:nth-child(even) {
	padding: 0 10px;
}
.catalog-post:nth-child(odd) {
	padding-right: 10px;
	padding-left: 10px;
}
.catalog-post:nth-child(3n) {
	padding-left: 10px;
}
.mobile-banners {
	display: none;
}

.owl-dot,
.slide-three .owl-dot,
.slide-one .owl-dot {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background: rgba(255, 255, 255, 0.5) !important;
	display: block;
	border-radius: 100%;
}
.owl-dot.active,
.slide-three .owl-dot.active,
.slide-one .owl-dot.active {
	background: #f2494d !important;
}
.owl-dots,
.slide-three .owl-dots,
.slide-one .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
}
.slide-one .owl-dots,
#sync1 .owl-dots,
#sync2 .owl-dots {
	display: none;
}

.site-branding {
	align-items: center;
}
.site-title {
	padding-left: 12px;
	border-left: 1px solid #e0e0e0;
}
.align-center {
	align-items: center;
}
.site-logo {
	padding-right: 12px;
}
.header-search {
	margin-right: 24px;
	margin-left: 36px;
}
.header-search .field {
	width: 400px;
	background: url("/wp-content/themes/poligrafiya/images/search.svg") 2% 50% no-repeat, #f2f2f2;
	border-radius: 4px;
	padding: 11px 0;
	padding-left: 36px;
	border: none;
	background-size: 15px;
	font-size: 13px;
	color: #6f7883;
}
.header-search .submit {
	display: none;
}
.header-col p,
.header-col a {
	margin: 0;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.header-col b {
	font-size: 12px;
	color: #6f7883;
	margin-bottom: 5px;
	font-weight: 400;
}
.header-col img {
	margin-right: 5px;
}
.header-col .arrow {
	margin-right: 0;
	margin-left: 5px;
}
.mobile-col {
	margin-right: 20px;
	position: relative;
}
.phone-number {
	margin-right: 30px;
	cursor: pointer;
}
.mobile-numbers.hidden {
	display: none;
}
.mobile-numbers.hidden {
	position: absolute;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background: #fff;
	z-index: 10;
	top: 50px;
	padding: 0 12px;
	width: 180px;
}
.mobile-numbers.hidden .mobile-number {
	padding: 12px 0;
	border-bottom: 1px solid #f2f2f2;
}
.mobile-numbers.hidden .mobile-number:nth-child(2) {
	border-bottom: 0;
}
.main {
	margin: 30px 0;
}
.front-item {
	display: block;
	height: 340px;
	border-radius: 4px;
	text-decoration: none;
	font-family: "Raleway";
}
.front-item.small {
	border-radius: 4px;
	height: 155px;
	width: 50%;
}
.front-item.small:first-child {
	margin-bottom: 30px;
}
.main .col:nth-child(odd) {
	padding-right: 15px;
}
.main .col:nth-child(even) {
	padding-left: 15px;
}
.front-item .text {
	font-weight: 600;
	font-size: 26px;
	color: #343434;
	margin: 0;
}
.front-item.small .text {
	font-size: 22px;
	color: #2d2d2d;
}
.front-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	padding-bottom: 42px;
	padding-left: 45px;
	align-items: flex-end;
}
.front-item.small .overlay {
	padding-bottom: 25px;
	padding-left: 30px;
}
.title {
	color: #000000;
	font-weight: bold;
	font-size: 26px;
	margin: 0;
}
.slide-three .owl-next,
.slide-three .owl-prev {
	top: 0;
	bottom: 0;
	margin: auto;
}
.slide-three .owl-prev {
	left: 20px;
}
.slide-three .owl-next {
	right: 20px;
}
.slide-three .owl-dots {
	bottom: 15px;
}
.slide-three .owl-prev,
.slide-three .owl-next {
	z-index: 10;
	position: absolute;
}
.advantages {
	padding-top: 30px;
	padding-bottom: 130px;
}
.advantages .title {
	margin-bottom: 30px;
}
.advantage p {
	margin: 0;
}
.banner-slider {
	width: 60%;
}
.banners {
	width: 100%;
	display: flex;
	gap: 20px;
	margin-top: 20px;
}
.advantages-text {
	padding-left: 26px;
}

.advantages-text b {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 6px;
}
.advantages-text p {
	font-size: 13px;
}
.stage {
	align-items: flex-start;
}
.stage .number {
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	padding-right: 15px;
}
.stage p {
	margin: 0;
	font-size: 13px;
	margin-top: 10px;
}
.stages .title {
	margin-bottom: 34px;
}
.stages {
	padding-bottom: 80px;
}
.button,
.popup-form input.wpcf7-submit {
	font-weight: bold;
	color: #fff;
	width: max-content;
	display: flex;
	align-items: center;
	padding: 15px 25px;
	background: #f2494d;
	box-shadow: 4px 4px 18px rgba(242, 73, 77, 0.3);
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	border: none;
}
.wpcf7-submit {
	padding: 9px 25px;
}
.popup-form input:focus {
	transition: all 0.3s ease;
	border-color: #aeaeae;
}
input:focus::placeholder {
	opacity: 0;
	transition: all 0.3s ease;
}
.button:hover {
	transition: all 0.3s ease;
	background: #c52b2f;
	box-shadow: 4px 4px 18px rgba(197, 43, 47, 0.3);
}
.popup-button img {
	margin-left: 10px;
}
.clients {
	background: #f2f2f2;
	padding: 80px 0;
}
.clients .title {
	margin-bottom: 15px;
}
.clients p {
	font-size: 15px;
	margin: 0;
	margin-bottom: 50px;
}

.client img {
	width: 60% !important;
	margin: auto;
}
.client {
	height: 130px;
	display: flex;
	align-items: center;
}
.slide-one .owl-prev,
.slide-one .owl-next,
.slide-three .owl-next,
.slide-three .owl-prev {
	width: 28px;
	height: 28px;
	background-size: cover;
}
.slide-one .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	z-index: -1;
}
.owl-nav {
	display: flex;
	align-items: center;
}
.slide-one .owl-prev {
	background: url("/wp-content/themes/poligrafiya/images/one-left.svg") 50% no-repeat !important;
}
.slide-one .owl-next {
	background: url("/wp-content/themes/poligrafiya/images/one-right.svg") 50% no-repeat !important;
}
.slide-three .owl-prev {
	background: url("/wp-content/themes/poligrafiya/images/white-left.svg") 50% no-repeat !important;
}
.slide-three .owl-next {
	background: url("/wp-content/themes/poligrafiya/images/white-right.svg") 50% no-repeat !important;
}
.slide-one .owl-next {
	position: absolute;
	right: -20px;
}
.slide-one .owl-prev {
	position: absolute;
	left: -20px;
}
.seo .container {
	padding-right: 435px;
}
.seo {
	padding: 60px 0;
}
.seo .title {
	font-size: 22px;
	margin-bottom: 15px;
}
.seo h3 {
	font-size: 18px;
	color: #000000;
}
.seo p {
	margin-bottom: 20px;
	margin-top: 0;
}
ul {
	padding-left: 20px;
	list-style-type: none;
}
ul li {
	position: relative;
	margin-bottom: 10px;
}
ul li::before {
	content: "";
	background: #f2494d;
	width: 5px;
	display: block;
	height: 5px;
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
header ul li {
	margin-bottom: 0;
}
header ul li::before {
	display: none;
}
.text-page-content {
	width: 75%;
	font-size: 13px;
	padding-right: 30px;
	padding-bottom: 155px;
}
.call-to-action-wrap {
	position: fixed;
	right: 80px;
	top: 180px;
	width: 22%;
}

.call-to-action {
	text-align: center;
	background: #f2f2f2;
	border-radius: 4px;
	padding: 20px;
}
.align-start {
	align-items: flex-start;
}
.call-to-action h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.call-to-action p {
	font-size: 13px;
	margin: 0;
	margin-bottom: 25px;
}
.call-to-action .popup-button {
	margin: auto;
}
.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 13px;
	color: #aeaeae;
}
.breadcrumbs img {
	margin: 0 20px;
}
.breadcrumbs a {
	color: #6f7883;
	text-decoration: none;
}
.text-page-content h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
}
.text-page-content h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.text-page-content h4 {
	font-size: 16px;
	margin-bottom: 15px;
}
.text-page-content p {
	margin-bottom: 20px;
}
.wp-block-image {
	margin: 0;
}
figcaption {
	color: #6f7883;
}
blockquote {
	margin: 0;
	border-left: 3px solid #f2494d;
	padding: 10px 20px;
	padding-right: 0;
	font-style: italic;
}
.wp-block-quote p {
	margin: 0;
	margin-bottom: 0;
}
.file .button::after {
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	background: url("/wp-content/themes/poligrafiya/images/for-file.svg");
	background-size: cover;
	margin-left: 10px;
}
ol {
	list-style-type: none; /* Убираем исходные маркеры */
	counter-reset: num; /* Задаём имя счетчика */
	padding-left: 0;
}
ol li::before {
	content: counter(num); /* Выводим число */
	counter-increment: num; /* Увеличиваем значение счётчика */
	color: #f2494d;
	border: 1px solid #f2494d;
	font-weight: bold;
	background: #fff;
	padding: 8px 14px;
	font-size: 16px;
	line-height: 24px;
	height: 40px;
	margin-right: 16px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
ol li {
	margin-bottom: 30px;
	padding-left: 52px;
	position: relative;
}
.widget-title {
	display: none;
}
.sidebar li::before {
	display: none;
}
.cat-item .children {
	display: none;
}

.cat-item {
	width: 100%;
}
.sidebar {
	width: 30%;
	padding-right: 30px;
}
.sidebar ul {
	padding: 0;
	list-style-type: none;
}
.catalog-post {
	text-decoration: none;
	color: #4d4d4d;
	position: relative;
	margin-bottom: 40px;
}
.hint {
	opacity: 0;
	transition: all 0.4s ease;
	font-size: 13px;
	padding: 15px;
	background: #fff;
	position: absolute;
	right: -50px;
	top: -30px;
	z-index: 10;
	max-width: 250px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.catalog-post:hover .hint {
	opacity: 1;
	transition: all 0.4s ease;
}
.main-cats {
	list-style-type: none;
}
.subcats {
	display: none;
}
.active.main-cat-item .subcats {
	display: block;
}

footer .phone-number a {
	margin-bottom: 0;
}
.catalog-content h2 {
	color: #2f80ed;
	font-weight: normal;
	font-size: 15px;
	font-family: "Roboto";
	margin-bottom: 10px;
	transition: all 0.4s ease;
}
.catalog-post:hover h2 {
	color: #f2494d;
	transition: all 0.4s ease;
}
.content {
	font-size: 13px;
}
.content p {
	margin: 0;
	margin-bottom: 20px;
}
.catalog-post .button {
	padding: 10px 20px;
}
.catalog-price {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.justify-between {
	justify-content: space-between;
}
.posts {
	width: 70%;
}
.cat-title {
	font-size: 26px;
	margin-bottom: 30px;
	margin-top: 0;
}
.catalog-banners {
	margin-bottom: 45px;
}
.main-li-wrap {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	cursor: pointer;
}

.main-li-wrap:after {
	background: url("/wp-content/themes/poligrafiya/images/chewron.svg") 95% 50% no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	transition: all 0.4s ease;
}
.main-li-wrap.active:after {
	transform: rotate(180deg);
	transition: all 0.4s ease;
}
.main-li-wrap img {
	margin-right: 14px;
}
.main-li-wrap a {
	font-weight: 500;
	color: #000;
	text-decoration: none;
	width: max-content;
}
.subcats {
	border-bottom: 1px solid #e0e0e0;
}
.subcats > .cat-item {
	margin-top: 18px;
	font-weight: 500;
}
.subcats a {
	color: #4d4d4d;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
}
.subcat-item {
	font-weight: 400;
}
.sidebar .subcats-2 {
	padding-left: 10px;
}
.subcats-2 li {
	margin-bottom: 8px;
}
.sidebar a {
	transition: all 0.4s ease;
}
.sidebar a:hover {
	color: #f2494d;
	transition: all 0.4s ease;
}
.navigation {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.posts .row,
.search-wrap .row {
	flex-wrap: wrap;
}
#sonya_loadmore {
	border: 1px solid #f2494d;
	box-sizing: border-box;
	filter: drop-shadow(4px 4px 18px rgba(242, 73, 77, 0.3));
	border-radius: 4px;
	padding: 10px 20px;
	width: max-content;
	margin: auto;
	color: #f2494d;
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#sonya_loadmore img {
	margin-left: 10px;
}
@keyframes rotation {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
#sonya_loadmore img.rotate {
	animation: rotation;
	animation-duration: 0.4s;
	animation-iteration-count: infinite;
}
.load-wrap {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
}
.nav-links {
	display: flex;
}
.page-numbers {
	font-size: 13px;
	color: #000;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	transition: all 0.4s ease;
	margin: 0 2px;
	text-decoration: none;
}
.page-numbers.current {
	background: #f2494d;
	border-color: #f2494d;
	color: #fff;
	transition: all 0.4s ease;
}
.page-numbers:hover {
	background: #f2494d;
	border-color: #f2494d;
	color: #fff;
	transition: all 0.4s ease;
}
.page-numbers.next,
.page-numbers.prev {
	border: none;
	width: max-content;
	height: auto;
	color: #aeaeae;
}
.page-numbers.prev {
	margin-right: 12px;
}

.page-numbers.next {
	margin-left: 12px;
}
.page-numbers.next:hover,
.page-numbers.prev:hover {
	color: #f2494d;
	background: none;
	border: none;
}
main {
	margin-bottom: 100px;
}
.search-none {
	text-align: center;
	width: 75%;
	padding-top: 135px;
	padding-bottom: 50px;
}
.search-popup-box {
	width: 470px;
	margin: auto;
	text-align: left;
	background: #f2f2f2;
	border-radius: 4px;
	padding: 15px 20px;
	padding-right: 10px;
	font-size: 13px;
	margin-top: 36px;
}
.search-none h2 {
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 18px;
}
.search-none p {
	margin: 0;
	font-size: 14px;
}
.search-none img {
	width: 28px;
	height: 28px;
}
.search-popup-box .button {
	padding: 12px 25px;
}
.search-popup-box p {
	margin: 0;
}
.button-primary input[type="radio"] {
	display: none;
}
.overlay {
	display: none;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.popup-form {
	display: none;
	width: 500px;
	padding: 30px;
	background: #fff;
	z-index: 15;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: max-content;
	border-radius: 4px;
}
.form-close {
	right: 16px;
	top: 16px;
	position: absolute;
}
.hide-mess {
	display: none;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: center;
	color: #f2494d;
}
.popup-form .wrap p {
	margin: 0;
}
.popup-form h2 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}
.popup-form .row {
	justify-content: space-between;
}
.popup-form b,
.popup-form label {
	color: #6f7883;
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin-bottom: 12px;
	border: none;
}
.popup-form input {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 4px;
	width: 210px;
	padding: 8px 15px;
}
.wpcf7-form-control-wrap {
	width: max-content;
	margin-bottom: 16px;
}
.wpcf7-list-item {
	margin: 0;
	align-items: center;
}

label,
.chosen-value {
	color: #6f7883;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 4px;
	background: #ffffff;
	padding: 7px 10px;
	font-size: 13px;
	width: max-content;
	transition: all 0.4s ease;
	cursor: pointer;
	margin-right: 12px;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	color: #f2494d;
	border: 1px solid #f2494d;
	transition: all 0.4s ease;
}
input[type="radio"]:checked::before {
	background: url("/wp-content/themes/poligrafiya/images/checked.svg") 50% no-repeat;
	background-size: cover;

	border-color: #f2494d !important;
}
.wpcf7-list-item-label {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.form-radio {
	display: flex;
	align-items: center;
}
.wpcf7-list-item input[type="radio"] {
	-webkit-appearance: none;
	display: block;
	width: 16px;
	height: 16px;
	border: none;
	position: relative;
	padding: 0;
	margin-right: 10px;
}
.wpcf7-list-item {
	display: flex;
}
.wpcf7-list-item input[type="radio"]::before {
	width: 16px;
	height: 16px;
	border: 1px solid #aeaeae;
	content: "";
	display: block;
	border-radius: 100%;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.draft-row {
	flex-direction: column;
	justify-content: flex-start;
}
.popup-form .draft-row p {
	margin-bottom: 12px;
}
.quality-row label {
	display: flex;
	align-items: center;
}
.textarea-wrap label {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	color: #6f7883;
	padding: 0;
}
.form-area {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 9px 15px;
	margin-top: 12px;
}
.wpcf7-form-control-wrap.radio-244 {
	margin-bottom: 20px;
}
.quality-row label::after {
	background: url("/wp-content/themes/poligrafiya/images/info.svg") 50% no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	margin-left: 6px;
	transition: all 0.4s ease;
}
.policy-row p {
	font-size: 12px;
	color: #6f7883;
}
.policy-row.row {
	align-items: center;
}
.ajax-loader {
	display: none !important;
}
.wpcf7-response-output {
	border-color: #f2494d !important;
	font-size: 14px !important;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
}
.policy-row .wrap {
	width: 75%;
	padding-right: 10px;
}
.policy-row .wrap p:first-child {
	margin-bottom: 8px;
}
.quality-row input[type="radio"]:checked + label::after {
	background: url("/wp-content/themes/poligrafiya/images/info-red.svg") 50% no-repeat;
	transition: all 0.4s ease;
}
.btn-primary {
	position: relative;
}
.btn-primary:hover .hover-button {
	opacity: 1;
	transition: all 0.4s ease;
}

.hover-button {
	position: absolute;
	top: -45px;
	left: -30px;
	background: #fff;
	z-index: 10;
	color: #6f7883;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 6px 15px;
	opacity: 0;
	transition: all 0.4s ease;
	width: auto;
	white-space: nowrap;
	pointer-events: none;
}
.hover-button p {
	margin: 0;
}
.form-group {
	display: flex;
	flex-direction: column;
}
.form-group label {
	border: none;
	padding: 0;
}
.single-images {
	width: 40%;
	margin-left: -10px;
	margin-right: -10px;
}
.single-content {
	width: 60%;
	padding-left: 30px;
}
.single-content h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
}
.single-description b {
	color: #6f7883;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
}
.single-description p {
	font-size: 13px;
	margin-bottom: 0;
	color: #000000;
}
.single-description {
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
}
.single-images .single-description {
	padding-bottom: 0;
	border: none;
}
.popular-posts {
	margin-top: 60px;
}
.popular-title {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 25px;
}
.inputs-name {
	margin-bottom: 12px;
	font-size: 13px;
	color: #6f7883;
}

.btn-group-toggle,
.cart-1-inputs {
	margin-bottom: 25px;
}
.quantity {
	display: flex;
	flex-direction: column;
}
input[type="number"] {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 9px 15px;
	font-size: 13px;
	color: #000000;
	margin-right: 12px;
	transition: all 0.4s ease;
}
input[type="number"]:focus {
	transition: all 0.4s ease;
	color: #000000;
	border-color: #aeaeae;
}
.form-group label {
	color: #4d4d4d;
	margin-bottom: 12px;
}
.single-action {
	border-top: 1px solid #f2f2f2;
	padding-top: 15px;
	align-items: center;
	justify-content: space-between;
}
.quantity input {
	width: 90px;
}
.single-action b {
	color: #6f7883;
	font-weight: 400;
	margin-bottom: 10px;
}
.single-price b {
	margin-bottom: 15px;
	display: block;
}
.cart-cost {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.gallery-cat {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.gallery h1 {
	font-size: 26px;
	margin-bottom: 30px;
	margin-top: 0;
}
.gallery-post {
	margin-bottom: 40px;
}
.gallery-grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.gallery-grid img {
	width: 100%;
	height: auto;
}
.gallery-img {
	cursor: pointer;
}
.gallery-text {
	color: #6f7883;
	font-size: 13px;
	padding: 20px;
	background: #ffffff;
}
.gallery-text p {
	margin: 0;
}
.gallery-flex {
	display: flex;
	flex-direction: column;
}
.gallery-img-full {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: max-content;
	height: max-content;
	display: none;
	z-index: 11;
}
.close {
	position: absolute;
	top: -30px;
	right: -40px;
	cursor: pointer;
}
.gallery-img-full img {
	max-height: 80vh;
	max-width: 100%;
	width: auto !important;
}
.not-found-page {
	text-align: center;
	padding-top: 0px;
}
.not-found-page .button {
	margin: auto;
}
.not-found-page img {
	width: 50%;
	margin: auto;
}
.error-content h1 {
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 40px;
}
.error-content p {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 15px;
}
.services-grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 60px;
}
footer {
	background: #4d4d4d;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}
footer p {
	margin: 0;
}
.first-row {
	justify-content: space-between;
	background: #fff;
	color: #000000;
	border-radius: 0px 0px 20px 20px;
	font-size: 14px;
	padding: 0 10px;
}
.second-row {
	padding: 35px 20px;
	padding-bottom: 0;
	justify-content: space-between;
}

footer h3 {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
}
footer .site-title {
	border: none;
	font-weight: 400;
	font-size: 14px;
}
footer a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	margin-bottom: 10px;
}
footer a:hover {
	text-decoration: none;
}
.info {
	padding-left: 30px;
	margin-right: 100px;
}
.copyright {
	padding-top: 40px;
	padding-bottom: 10px;
}
.copyright p {
	margin: 0;
	text-align: center;
}
.mobile-number a {
	margin-bottom: 0;
}
.mobile-number img,
.mobile-number span {
	margin-right: 8px;
}
.mobile-number.row,
.phone-number.row {
	justify-content: flex-start;
}
.contacts b {
	display: block;
}
.contacts b,
.mobile-number,
.phone-number,
.address-wrap {
	margin-bottom: 10px;
}
.email-wrap p {
	color: #ffffff;
	text-decoration: underline;
}
.social {
	margin-right: 20px;
}
.pagination-wrap {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.pagination-wrap a {
	margin: 0 2px;
}
.custom-select {
	position: relative;
	margin-top: 9px;
	margin-right: 30px;
}
.quantity b,
.single-price b {
	font-weight: 400;
	color: #6f7883;
}
.chosen-value {
	position: relative;
	width: 80px;
	margin-right: 0;
}
.chosen-value::after {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: url("/wp-content/themes/poligrafiya/images/chewron.svg") 95% 50% no-repeat;
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	background-size: cover;
	margin: auto;
}
.values {
	display: none;
	position: absolute;
	z-index: 5;
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 10px;
	border-radius: 4px;
	width: 80px;
	top: 40px;
	cursor: pointer;
}
label.disabled {
	background: #eee;
}
.circulation-price {
	display: none;
}
.calc-title {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #6f7883;
}
.hamburger-button {
	width: 36px;
	height: 34px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #df393d;
	border-radius: 4px;
	cursor: pointer;
}
.hamburger-button span {
	width: 16px;
	height: 1px;
	margin-bottom: 5px;
	display: block;
	background: #fff;
}
.hamburger-button span:last-child {
	margin: 0;
}
.dropdown-wrap {
	position: relative;
}
.desktop-dropdown {
	display: none;
	position: absolute;
	top: 50px;
	left: -140px;
	background: #fff;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	z-index: 10;
	padding: 0 12px;
	width: 180px;
}
.dropdown {
	display: flex;
	flex-direction: column;
}
.dropdown-link {
	font-size: 13px;
	text-decoration: none;
	padding: 12px 0;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
	transition: all 0.3s ease;
}
.main-navigation ul ul ul a:hover .dropdown-link:hover {
	transition: all 0.3s ease;
	color: #f2494d;
}
.mobile.title {
	display: none;
}
.slide-one .owl-dots {
	display: none;
}
.phone-number.mobile,
.hamburger-button.mobile {
	display: none;
}
.info-wrap {
	display: flex;
	flex-direction: column;
}
.mobile-block {
	display: none;
}
.page-title {
	font-size: 26px;
}
.not-found-page {
	padding-bottom: 80px;
}
#map {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}
.mobile-menu-wrap {
	display: none;
}
.wp-block-quote p {
	margin-bottom: 0;
}
.wp-block-quote {
	margin-bottom: 20px;
}
.film-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 35px;
	grid-column-gap: 120px;
}
.film-grid label {
	width: 100%;
	display: flex;
}
.film-grid .hover-button {
	display: flex;
	left: -90%;
	top: -50px;
	width: 250px;
	white-space: pre-wrap;
}
.search-wrap {
	width: 70%;
}
@media screen and (max-width: 1430px) {
	.header-search .field {
		width: 280px;
	}
	.main-navigation a {
		font-size: 12px;
	}
	.header-search {
		margin-left: 10px;
		margin-right: 10px;
	}
	.header-col p {
		font-size: 12px;
	}

	.phone-number {
		margin-right: 15px;
	}
	.mobile-number span,
	.site-title {
		font-size: 12px;
	}
}
@media screen and (max-width: 1200px) {
	.mobile-numbers.hidden .mobile-number:nth-child(2) {
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 0;
	}
	.phone-number {
		padding: 12px 0;
	}
	.mobile-info {
		margin-top: 20px;
	}
	.languages {
		display: none;
	}
	.mobile-menu h3 {
		font-size: 18px;
		margin: 0;
		margin-bottom: 20px;
	}
	.mobile-language .widget_polylang {
		display: block !important;
		position: static;
		width: 100%;
		margin-top: 15px;
		border: none;
	}
	.widget_polylang ul {
		padding-left: 30px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 90%;
		text-align: center;
	}
	.widget_polylang ul li::before,
	.language {
		display: none;
	}
	.current-lang {
		color: #bdbdbd;
	}
	.widget_polylang a {
		border: none;
		justify-content: center;
		text-decoration: none;
	}
	.widget_polylang li {
		border: none;
		text-align: center;
	}
	.popular-posts .catalog-post:nth-child(odd) {
		padding-right: 0px;
	}
	.popular-posts .catalog-post:nth-child(even) {
		padding-left: 0px;
	}
	.popular-posts .catalog-post:nth-child(3n),
	.popular-posts .catalog-post:nth-child(even) {
		padding-left: 0px;
		padding-right: 0;
	}
	.slide-three .owl-prev,
	.slide-three .owl-next {
		display: none;
	}
	.mobile-menu-wrap {
		display: none;
		background: #fff;
		z-index: 30;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}

	.mobile-logo {
		box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
		display: flex;
		justify-content: center;
		padding: 10px 0;
	}
	.mobile-menu {
		padding: 20px;
		background: #fff;
		padding-top: 0;
	}
	.menu-close {
		position: absolute;
		top: 29px;
		right: 29px;
		cursor: pointer;
	}
	.mobile-menu-wrap .sidebar {
		width: 100%;
		display: block;
		padding-right: 0;
	}
	.main-li-wrap.no-child::after {
		display: none;
	}
	.mobile-link {
		color: #000000;
		font-size: 13px;
		text-decoration: none;
		display: block;
		margin-bottom: 20px;
	}

	#sync1 .item {
		margin: 0;
	}
	#sync1 {
		margin-bottom: 0px;
	}
	.single-images {
		margin-left: 0px;
		margin-right: 0px;
	}
	.container {
		width: 100%;
		padding: 0 30px;
	}
	.header-search .field {
		width: 345px;
	}
	.site-title {
		display: none;
	}
	footer .site-title {
		display: block;
	}
	.seo .container {
		padding-right: 235px;
	}
	.main .row {
		flex-flow: column;
	}

	.main .col:nth-child(odd) {
		padding-right: 0;
	}
	.banner-slider {
		width: 100%;
	}
	.main .col:nth-child(even) {
		padding-left: 0;
	}
	.col.banners {
		display: flex;
		align-items: center;
		width: 100%;
		margin-top: 20px;
	}
	.front-item.small {
		width: 49%;
	}
	.front-item.small:first-child {
		margin-bottom: 0px;
	}
	.front-item.small:first-child {
		width: 50%;
		margin-right: 10px;
	}
	.front-item.small:last-child {
		width: 50%;
		margin-left: 10px;
	}
	.advantages-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 25px;
	}
	.advantages {
		padding-bottom: 60px;
	}
	.stage-main-row {
		flex-direction: column-reverse;
	}
	.stage-col .title {
		display: none;
	}
	.mobile.title {
		display: block;
	}
	.stage-col {
		width: 100%;
	}
	.stage-col:first-child {
		padding-right: 0px;
	}
	.stage-col:last-child {
		padding-left: 0px;
		width: 100%;
		margin-bottom: 30px;
	}
	.stage-col img {
		width: 85%;
		margin: auto;
		display: block;
	}
	.button img {
		width: auto;
		margin-left: 10px;
	}
	.stages-grid {
		grid-column-gap: 20px;
		margin-bottom: 35px;
	}
	.stage-col .button {
		margin: auto;
	}
	.client {
	}
	.client img {
		width: 100%;
	}
	.slide-one .owl-prev {
		left: 0px;
	}
	.slide-one .owl-next {
		right: 0px;
	}
	.clients p {
		margin-bottom: 30px;
	}
	.seo .container {
		padding-right: 30px;
	}
	.seo .title {
		font-size: 18px;
	}
	.seo h3 {
		font-size: 16px;
	}
	.sidebar {
		display: none;
	}
	.posts {
		width: 100%;
	}
	main {
		margin-bottom: 80px;
	}
	.single-row {
		flex-direction: column;
	}
	.single-images {
		width: 100%;
	}
	#sync2 {
		display: none;
	}
	.single-content {
		width: 100%;
		padding-left: 0px;
	}
	.single-images .single-description {
		display: none;
	}
	.popular-posts .row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	.popular-posts .catalog-post {
		display: block;
		width: 100%;
	}
	.gallery-grid {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 30px;
	}
	.gallery-img-full img {
		max-width: 85vw;
	}
	.call-to-action-wrap {
		display: none;
	}
	.text-page-content {
		width: 100%;
		padding-right: 0px;
	}
	.search-none {
		width: 100%;
		padding-top: 135px;
		padding-bottom: 135px;
	}
	.phone-number.mobile {
		display: flex;
	}
	.general-phone {
		display: none;
	}
	.header-search {
		margin-right: 20px;
		margin-left: 15px;
	}
	.hamburger-button.mobile {
		display: flex;
	}
	.languages {
		margin-right: 20px;
	}
	header .container {
		padding-left: 15px;
		padding-right: 20px;
	}
	header .row {
		justify-content: space-between;
	}
	.menu-wrap {
		display: none;
	}
	.second-row {
		flex-wrap: wrap;
	}
	.second-row .services {
		width: 100%;
		margin-bottom: 30px;
	}
	.info {
		padding-left: 0px;
		margin-right: 0px;
		width: 35.5%;
	}

	element.style {
	}
	.services-grid {
		grid-column-gap: 75px;
	}
	.copyright {
		padding-top: 30px;
	}
	#sync1 .owl-dots {
		display: flex;
	}
	.single-content {
		margin-top: 40px;
	}
}
@media screen and (max-width: 992px) {
	.info {
		width: 36.5%;
	}
}
@media screen and (max-width: 767px) {
	.gallery-text {
		width: 100vw;
	}
	.gallery-text p {
		white-space: pre-wrap;
	}
	.film-grid {
		grid-template-columns: 1fr;
	}
	.quality-inputs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	.type-row.row {
		grid-template-columns: 1fr;
	}
	.header-search .field {
		width: 145px;
	}
	.mobile-none {
		display: none;
	}
	.mobile-block {
		display: block;
	}
	.languages {
		display: none;
	}
	.container {
		padding: 0 25px;
	}
	.main .container {
		padding: 0;
	}
	.banners {
		padding: 0 8px !important;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	.front-item {
		height: 190px;
	}
	.front-item.small {
		background-position: 0% 100% !important;
	}
	.front-item.small:first-child {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.front-item.small {
		/* height: 118px; */
	}
	.front-item.small:last-child {
		width: 100%;
		margin-left: 0px;
	}

	.advantages-grid {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.stages-grid {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.client {
		height: 140px;
	}
	.slide-one .owl-nav {
		display: none;
	}
	.slide-one .owl-dots {
		display: flex;
		bottom: 0;
	}
	.seo {
		padding-bottom: 10px;
	}
	.socials {
		display: flex;
		flex-direction: column;
		padding-left: 20px;
	}
	.social {
		margin-right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer .container {
		padding: 0;
	}
	.second-row {
		padding: 0 20px;
		flex-direction: column;
		padding-top: 40px;
	}
	.services {
		display: none;
	}
	.info {
		margin-bottom: 40px;
	}
	.posts .row,
	.search-wrap .row {
		flex-direction: column;
	}
	.catalog-post {
		width: 100%;
	}
	.catalog-post:nth-child(even) {
		padding: 0 0px;
	}
	.catalog-post:nth-child(odd) {
		padding-right: 0px;
		padding-left: 0;
	}
	.catalog-post:nth-child(3n) {
		padding-left: 0px;
	}
	.cat-title {
		font-size: 22px;
	}
	.catalog-post .row {
		flex-direction: row;
	}
	.desktop-banners {
		display: none;
	}
	.mobile-banners {
		display: block;
	}
	.mobile-numbers.hidden,
	.hint {
		right: 0;
	}
	.catalog-banners .container {
		padding: 0;
	}
	.single-content {
		margin-top: 30px;
	}
	.single-content h1 {
		margin-top: 40px;
	}
	.single-content h1 {
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 22px;
	}
	.single-container {
		padding: 0;
	}
	.single-content {
		padding: 0 25px;
	}
	.quality-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 12px;
	}
	.single-action {
		flex-direction: column;
	}
	.single-action .button-wrap,
	.single-action .button {
		width: 100%;
		text-align: center;
	}
	.single-action .button-wrap {
		margin-top: 30px;
	}
	.single-action .button {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.single-action .wrap {
		width: 100%;
		justify-content: space-between;
	}
	.popular-posts {
		padding: 0 25px;
		margin-top: 90px;
	}
	.popular-posts .row {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.popular-posts .catalog-post .row {
		display: flex;
	}
	.gallery h1 {
		font-size: 22px;
	}
	.gallery-grid {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.close {
		position: absolute;
		top: -60px;
		right: 0;
		left: 0;
		margin: 0 auto;
		display: block;
		cursor: pointer;
		width: max-content;
	}
	.text-page-content h1 {
		font-size: 22px;
	}
	.breadcrumbs {
		margin-top: 15px;
	}
	.text-page-content {
		padding-bottom: 120px;
	}
	.text-page-content .button {
		margin: auto;
	}
	.wp-block-image {
		margin-right: -25px;
		margin-left: -25px;
	}
	.page-title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.search-popup-box {
		width: 100%;
	}
	.search-popup-box .row {
		flex-direction: column;
	}
	.search-popup-box .text {
		margin-bottom: 20px;
		text-align: center;
	}
	.not-found-page img {
		width: 100%;
	}
	.not-found-page {
		padding-top: 40px;
	}

	.popup-form {
		height: 100%;
		width: 100%;
		padding-top: 40px;
	}
	.popup-form .row {
		flex-direction: column;
	}
	.popup-form br {
		display: none;
	}
	.popup-form input {
		width: 100%;
		padding-right: 0;
	}
	.policy-row.row {
		flex-direction: row;
		position: relative;
	}

	.policy-row.row .wrap p:last-child {
		position: absolute;
		top: 65px;
		width: 100%;
	}
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	.mobile-column.row {
		flex-direction: column;
	}
	.mobile-column .button-wrap {
		margin-top: 35px;
	}
	.mobile-column .wrap {
		justify-content: space-between;
	}
	.mobile-column .button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.phone-img {
		width: 20px;
		height: 20px;
		background: url("/wp-content/themes/poligrafiya/images/phone-img.svg") 50% no-repeat;
		margin-bottom: 0;
		background-size: cover;
	}
	.phone-img.red {
		background: url("/wp-content/themes/poligrafiya/images/phone-red.svg") 50% no-repeat;
		background-size: cover;
	}
	.show-number {
		margin-bottom: 0;
	}
	.mobile-col {
		margin-right: 24px;
	}
	.breadcrumbs div.row {
		overflow: auto;
		white-space: nowrap;
	}
	.wp-block-image img {
		height: auto;
	}
	.wp-block-image figcaption {
		padding-left: 25px;
	}
	.hover-button {
		left: -30px;
		top: -40px;
	}
	.mobile-numbers.hidden .mobile-number:nth-child(2) {
		border-bottom: 1px solid #f2f2f2;
	}
	.mobile-numbers.hidden .mobile-number:last-child {
		border-bottom: none;
	}
	.form-group {
		width: 50%;
	}
	.film-grid .hover-button {
		left: 0;
		top: -60px;
	}
}
