.shop_table thead {
	display: none !important;
}
.pre-content__photo .mob {
	display: none;
}
table.shop_table_responsive tr td {
	display: flex !important;
	text-align: start !important;
	clear: both !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}

.shop_table_responsive .actions .coupon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.actions button {
	width: 100%;
	margin-top: 15px;
}

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;
}

/**
 * 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: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

#menu-item-1158,
#menu-item-1156 {
	display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 0em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 0em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*-----------------------------------------------new style---------------------------------*/
.nashi-raboty a {
	font-size: 15px;
	background-color: #fc9003;
	border: 0px;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}

.nashi-raboty {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-bottom: 30px;
	padding-right: 15%;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #212121;
	font-size: 18px;
	background-color: #f8f8f8;
}

header#masthead {
	height: 200px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: white;
}

.container {
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
}

.container1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.container.container--header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-branding {
	max-width: 312px;
	width: 312px;
	margin-right: 75px;
}

.header__info {
	width: 100%;
}

.header__top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.header__item {
	padding-left: 37px;
	position: relative;
	width: 33%;
}

.header__item a {
	color: #686868;
	text-decoration: none;
	transition: 0.5s all;
}

.header__item a:hover {
	text-decoration: underline;
}

.header__item:before {
	position: absolute;
	left: 0;
}

.cart-link {
	width: 25px;
	position: relative;
}

.cart-link span {
	position: absolute;
	width: 20px;
	height: 20px;
	background: red;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	top: 10px;
	right: -20px;
}

.cart-link--mobil {
	display: none;
}

.header__item:nth-child(1):before {
	content: url(/wp-content/themes/timergroup/img/email.png);
}

.header__item:nth-child(2):before {
	content: url(/wp-content/themes/timergroup/img/phone.png);
}

.header__item:nth-child(3):before {
	content: url(/wp-content/themes/timergroup/img/time.png);
}

ul#primary-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-navigation li {
	border-bottom: 2px solid transparent;
}

.main-navigation li:hover {
	border-bottom: 2px solid orange;
}

.main-navigation li.current-menu-item {
	border-bottom: 2px solid orange;
}

.main-navigation .sub-menu li.current-menu-item {
	border-bottom: 0px solid orange;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 12px 0;
	color: #212121;
	font-weight: 500;
	line-height: 1.2;

}

.menu-item-has-children>a {
	padding-right: 30px;
}

.menu-item-has-children>a::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 5px;
	right: 10px;
	top: calc(50% - 2px);
	transition: 0.5s all;
	background-image: url('/wp-content/themes/timergroup/img/menu.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.menu-item-has-children:hover>a:after {
	transform: rotate(-180deg)
}

ul.sub-menu {
	padding: 30px 30px 0px;
	display: flex;
	flex-direction: column;
	background-color: white;
}

ul.sub-menu li {
	border-bottom: 0px;
}

ul.sub-menu li:hover {
	border-bottom: 0px;
}

ul.sub-menu li {
	border-bottom: 0px;
}

ul.sub-menu a {
	padding: 0;
	margin: 0 0 30px;
	color: #212121;
	font-weight: 300;
}

ul.sub-menu a:hover {
	color: #ff9a18;
}

footer#colophon {
	background-color: #2d2d2d;
	padding: 70px 0;
	font-size: 19px;
	font-weight: 300;
	line-height: 1;
	clear: both;
}

footer#colophon a {
	font-size: 19px;
	font-weight: 300;
	line-height: 1;
	color: white;
	transition: 0.5s all;
}

footer#colophon a:hover {
	color: #ff9a18;
}

.container.container--footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: white;
}

footer#colophon .footer__small-link a {
	font-size: 14px;
	margin: 0 15px;
	text-decoration: none;
}

.footer__call {
	padding: 25px 0 25px;
}

.footer__form {
	margin-bottom: 50px;
}

.footer__form input, .footer__form input:focus {
	height: 40px;
	width: 225px;
	border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid white;
	color: white;
}

input[type="submit"] {
	font-size: 15px;
	width: 190px;
	height: 40px;
	margin-top: 20px;
	background-color: #fc9003;
	border: 0px;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #ff9a18;
}

::placeholder {
	color: white;
	opacity: 1;
}

.footer_item.footer_item--n2 {
	background-color: #393939;
	padding: 35px 0 35px 35px;
}

.footer__title {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 35px;
}

.footer__icon-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer#colophon a.footer__icon-item {
	font-size: 22px;
	position: relative;
	padding-left: 33px;
	margin-right: 30px;
}

a.footer__icon-item:before {
	position: absolute;
	left: 0;
}

a.footer__icon-item:nth-child(1):before {
	content: url(/wp-content/themes/timergroup/img/phone.png);
}

a.footer__icon-item:nth-child(2):before {
	content: url(/wp-content/themes/timergroup/img/email.png);
}

.footer__social-inner {
	margin: 45px 0 40px;
}

.footer__social-inner a {
	text-decoration: none;
}

.footer__social-item {
	margin: 0 8px;
}

.footer__contact {
	font-size: 22px;
}

.footer__menu-title {
	margin-bottom: 25px;
	font-weight: 400;
}

.footer_item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_item a {
	text-decoration: none;
}

.footer_item a:hover {
	text-decoration: underline;
}

.footer_item ul a {
	margin-bottom: 25px;
}

.footer_item ul a {
	margin-bottom: 25px;
	display: block;
}


/*-------------------Контакты-------------------------------*/
.site-main-kontaky {
	padding: 125px 0 150px;
}

h1.entry-title {
	padding: 0 0 0 30px;
	margin: 0;
	line-height: 1;
	position: relative;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 55px;
}

h1.entry-title:before {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	left: 0;
	top: -30px;
	position: absolute;
}

h1.entry-title:after {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	position: absolute;
	transform: rotate(180deg);
	top: 30px;
}

.kontaky__photo {
	width: 23.5%;
}

.kontaky__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.kontaky__box {
	padding-left: 40px;
	position: relative;
	margin-bottom: 40px;
	font-weight: 500;
	color: black;
	margin-left: 32px;
	font-size: 28px;
}

.kontaky__box span {
	font-weight: 300;
	color: #787878;
	font-size: 24px;
}

.kontaky__box:nth-child(2):before {
	content: url(/wp-content/themes/timergroup/img/location.png);
	position: absolute;
	left: 0;
}

.kontaky__box:nth-child(3):before {
	content: url(/wp-content/themes/timergroup/img/phone.png);
	position: absolute;
	left: 0;
}

.kontaky__box:nth-child(4):before {
	content: url(/wp-content/themes/timergroup/img/email.png);
	position: absolute;
	left: 0;
}

.kontaky__button {
	display: inline-flex;
	width: 250px;
	height: 73px;
	background-color: white;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin-right: 10px;
	justify-content: center;
	align-items: center;
	transition: 0.5s all;
	text-decoration: none;
	color: black;
	font-weight: 500;
}

.kontaky__button:hover {
	box-shadow: 0 3px 3px transparent;
}

.kontaky__button-inner {
	margin-bottom: 50px;
	margin-left: 32px;
}

.kontaky__button img {
	margin-right: 17px;
}

.kontaky__hour {
	color: #787878;
	margin-left: 70px;
	font-size: 24px;
}

.kontaky__item:nth-child(2) {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	padding: 85px 40px 50px;
	margin-right: 50px;
	max-width: 600px;
	background: white;
}

.kontaky__form-title {
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 50px;
	text-align: center;
}

.kontaky__form-subtitle {
	color: #272727;
	text-align: center;
	margin-bottom: 35px;
	font-size: 24px;
}

.kontaky__inner input[type="text"] {
	width: 100%;
	margin-bottom: 30px;
	height: 60px;
	background-color: #f0f0f0;
	border: 0;
	border-radius: 0px;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
}

.kontaky__inner input[type="tel"] {
	width: 100%;
	margin-bottom: 30px;
	height: 60px;
	background-color: #f0f0f0;
	border: 0;
	border-radius: 0px;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
}

.kontaky__inner input[type="submit"] {
	font-size: 24px;
	color: white;
	height: 60px;
	width: 320px;
	margin: 55px auto 0;
	display: block;
	font-weight: 300;
	border-radius: 0;
}

.kontaky__inner form {
	position: relative;
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
	position: absolute;
	right: 10px;
	bottom: 17px;
}

.kontaky__inner ::placeholder {
	color: #767676;
	font-size: 24px;
	font-weight: 300px;
}

/*-----single-----*/
.container.container--single {
	padding: 70px 0px;
}

.container.container--single h1.entry-title {
	margin-bottom: 30px;
	padding: 0;
}

.container.container--single h1.entry-title::before {
	content: '';
}

.container.container--single h1.entry-title::after {
	content: '';
}

.container.container--single article {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.single__photo {
	min-width: 620px;
	margin-left: 40px;
}

.entry-summary {
	width: 45%;
}

/*------BLOH-----*/
.container.container--blog {
	padding: 15px 0 50px;
}

.container.container--blog h1.page-title {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 55px;
	margin: 15px auto 55px;
	text-align: center;
	width: 125px;
}

.container.container--blog h1.page-title::before {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	left: -30px;
	top: -30px;
	position: absolute;
}

.container.container--blog h1.page-title::after {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	position: absolute;
	transform: rotate(180deg);
	top: 30px;
}

.blog__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog__inner article {
	max-width: 779px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding: 25px 30px 33px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.blog__photo {
	max-width: 332px;
	width: 100%;
}

.blog__photo a {
	display: block;
	text-decoration: none;
}

.blog__photo img {
	font-size: 0;
	width: 100%;
	min-width: 332px;
	margin-bottom: 20px;
}

.entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 16px;
	color: #acacac;
}

.blog__counter {
	position: relative;
	padding-left: 30px;
}

.blog__counter::before {
	position: absolute;
	content: url(/wp-content/uploads/2022/01/counter.png);
	left: 0;
}

.blog__info {
	padding-left: 30px;
}

.blog__info h2 {
	margin: 0 0 15px;
	line-height: 1.3;
}

.blog__info h2 a {
	text-decoration: none;
	color: #2c2c2c;
	font-size: 26px;
	font-weight: 600;
}

.entry-content {
	font-size: 15px;
	color: #414141;
}

.more-link {
	font-size: 15px !important;
	width: 150px;
	height: 40px;
	margin-top: 20px;
	background-color: #fc9003;
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white !important;
	text-decoration: none;
	transition: 0.5s all;
}

.more-link:hover {
	background-color: #ff9a18;
}

/*------POSLUGI-------*/
.container.container--poslugi {
	padding: 15px 0 50px;
}

.container.container--poslugi h1.page-title {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 55px;
	margin: 15px auto 55px;
	text-align: center;
	width: 220px;
}

.container.container--poslugi h1.page-title::before {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	left: -30px;
	top: -30px;
	position: absolute;
}

.container.container--poslugi h1.page-title::after {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	position: absolute;
	transform: rotate(180deg);
	top: 30px;
}

.poslugi__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.poslugi__inner .blog__photo img {
	font-size: 0;
	width: 100%;
	min-width: 332px;
	margin-bottom: 0px;
}

.poslugi__inner article {
	max-width: 779px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding: 25px 30px 30px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	width: 779px;
}

.poslugi__inner .blog__photo a {
	display: block;
	text-decoration: none;
	font-size: 0;
}

.poslugi__inner .more-link {
	margin-top: 30px;
}

/*------POSLUGA-------*/
.post-template-single-posluga article {
	display: block;
}

.container.container--posluga {
	justify-content: space-between;
	padding-top: 40px;
	display: flex;
}

.type-post .pre-content__photo {
	width: 80%;
	margin-right: -20px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.pre-content {
	margin-bottom: 155px;
}

.pre-content__price h1 {
	padding: 0;
	margin: 40px 0;
}

.pre-content__price h1:after {
	content: none;
}

.pre-content__price h1:before {
	content: none;
}

.pre-content__list {
	padding: 0;
	margin: 0;
}

.pre-content__list li {
	list-style: none;
	font-size: 18px;
	color: #868686;
	font-weight: 300;
}

.pre-content__list li:last-child {
	margin-top: 40px;
	color: #494949;
	font-weight: 500;
}

.orange-line {
	background-color: #fca703;
	padding: 65px;
	margin-bottom: 170px;
}

.orange__list {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.orange__list li {
	width: 490px;
	color: white;
	font-size: 22px;
	font-weight: 300;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 1.3;
}

.orange__list li img {
	margin-right: 23px;
	display: block;
}

.orange-title {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 500;
}

.left-part {
	width: 567px;
}

.right-part {
	width: calc(100% - 620px);
}

.container.container--posluga h2 {
	padding: 0;
	margin: 0px 0 20px;
	font-size: 50px;
	color: #000;
	font-weight: 400;
	line-height: 1;
	display: inline;
}

.container--posluga .posluga-photo {
	margin: 0 40px 30px 0;
}

.post-template-single-posluga p {
	font-size: 22px;
	color: #868686;
}

.form-posluga__area {
	background-color: white;
	padding: 25px 50px 50px;
}

.form-posluga__area {
	background-color: white;
	padding: 10px 50px 6px;
	margin-bottom: 75px;
}

.form-posluga__area input[type="text"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #868686;
	border-radius: 0px;
	color: #dadada;
	height: 45px;
	margin-bottom: 25px;
}

.form-posluga__area input[type="tel"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #868686;
	border-radius: 0px;
	color: #dadada;
	height: 45px;
	margin-bottom: 40px;
}

.form-posluga__area ::placeholder {
	color: #868686;
	font-size: 22px;
	font-weight: 300;
}

.form-posluga__area input[type="submit"] {
	height: 65px;
	color: white;
	width: 295px;
	font-size: 28px;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

.post__slider {
	background-color: white;
	padding: 38px 23px 40px;
	display: flex !important;
	max-width: 780px;
}

.post__slider .slick-prev.slick-arrow {
	border: none;
	padding: 0;
	right: 155px;
	position: absolute;
	top: -25px;
}

.post__slider .slick-next.slick-arrow {
	border: none;
	padding: 0;
	right: 80px;
	position: absolute;
	top: -25px;
	transform: rotate(-180deg);
}

.slick-initialized .post__item.slick-slide {
	display: flex !important;
}

.post__img {
	margin-right: 38px;
	font-size: 0;
}

.post__info {
	padding-top: 33px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.post__info>a {
	color: #2c2c2c;
	text-decoration: none;
	font-size: 26px;
	line-height: 1;
}

.container.container--single .nav-box.previous {
	display: flex !important;
	justify-content: space-between;
}

.post-navigation-single {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

.post__img p {
	display: none;
}

.post-navigation-single .post__heading {
	font-size: 22px;
	color: #2c2c2c;
}

.nav-box.previous {
	background-color: white;
	padding: 25px;
	width: 48%;
	display: flex !important;
	max-width: 780px;
}

.nav-box.next {
	background-color: white;
	padding: 25px;
	width: 48%;
	display: flex !important;
	max-width: 780px;
}

.container.container--single .nav-box.previous {
	display: flex !important;
	justify-content: flex-start;
}

.container.container--single .nav-box.next {
	display: flex !important;
	justify-content: flex-start;
}

.header__menu {
	display: none;
}



/*------------------Наши работы-------------------*/
.page-id-184 h1.entry-title,
.page-id-203 h1.entry-title {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 55px;
	margin: 55px auto 55px;
	text-align: center;
	width: 380px;
}

.portfolio__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
	margin-bottom: 100px;
	position: relative;
	z-index: 3;
}

/*.portfolio__box:nth-child(2n+1):before {
  	content:url(/wp-content/uploads/2022/02/bg-icon.png);
	position:absolute;
}
.portfolio__box:nth-child(odd):before {
  	content:url(/wp-content/uploads/2022/02/bg-icon.png);
	position:absolute;
}*/
.portfolio__box:nth-child(even):before {
	content: " ";
	position: absolute;
	background-image: url('../img/bg-icon.png');
	width: 140px;
	height: 140px;
	left: -70px;
	top: -70px;
	z-index: -1;
}

.portfolio__box:nth-child(even):after {
	content: " ";
	position: absolute;
	background-image: url('../img/bg-icon.png');
	width: 140px;
	height: 140px;
	right: -70px;
	bottom: -70px;
	z-index: -1;
}

.portfolio__top {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
}

.portfolio__box:nth-child(odd) .portfolio__top {
	flex-direction: row-reverse;
}

.portfolio__image {
	width: 49%;
	max-width: 451px;
	margin-right: 45px;
	min-width: 451px;
}

.portfolio__box:nth-child(odd) .portfolio__image {
	margin: 0 0 0 45px;
}


h2.portfolio__title {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 35px;
	color: #2c2c2c;
}

.portfolio__text {
	padding: 0;
	margin: 0 0 30px;
	font-size: 19px;
	color: #414141;
}

.portfolio__list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.portfolio__list li {
	background-color: #f1f1f1;
	display: flex;
	justify-content: space-between;
	padding: 5px;
	margin-bottom: 5px;
}

.portfolio__light-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.portfolio__light-box a {
	width: 19%;
	max-width: 290px;
	display: inline-block;
	margin-right: 1%;
	position: relative;
	font-size: 0;
}

.portfolio__light-box a:hover::before {
	content: url(/wp-content/themes/timergroup/img/search.svg);
	background-color: rgba(217, 142, 63, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.portfolio__box:nth-child(2n+1) .portfolio__light-box {
	width: 100%;
	justify-content: flex-end;
}

/*------------------------------ГЛАВНАЯ----------------*/
.home--portfolio h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 55px;
	margin: 155px auto 125px;
	text-align: center;
	width: 380px;
}

.home--portfolio h2::before {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	left: 0;
	top: -30px;
	position: absolute;
}

.home--portfolio h2::after {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	position: absolute;
	transform: rotate(180deg);
	top: 30px;
}

.home-portfolio__box {
	width: 100%;
	margin-bottom: 140px;
}

.home-portfolio__box:nth-child(2n) .portfolio__top {
	flex-direction: row-reverse;
}

.home-portfolio__title {
	margin-top: 0;
	margin-bottom: 30px;
}

.home-portfolio__title a {
	line-height: 1.2;
	font-size: 32px;
	color: #2c2c2c;
	text-decoration: none;
	transition: color .25s ease;
}

.home-portfolio__title a:hover,
.home-portfolio__title a:active,
.home-portfolio__title a:focus {
	color: #fc9003;
}

.home-portfolio__text p {
	margin-top: 0;
	margin-bottom: 10px;
}

.portfolio--loop .portfolio__image {
	position: relative;
	font-size: 0;
	display: block;
}

.portfolio--loop .portfolio__image img {
	position: relative;
	font-size: 0;
	display: block;
}

.portfolio--loop .portfolio__image::after {
	content: " ";
	position: absolute;
	background-image: url(/wp-content/uploads/2022/02/small-orange.png);
	width: 100px;
	height: 100px;
	right: -50px;
	bottom: -50px;
	z-index: -1;
	display: block;
}

.portfolio--loop .home-portfolio__box:nth-child(2n) .portfolio__image::after {
	content: " ";
	position: absolute;
	background-image: url(/wp-content/uploads/2022/02/big-orange.png);
	width: 133px;
	height: 133px;
	right: -66px;
	bottom: -66px;
	z-index: -1;
	display: block;
}

.benefits {
	background-image: url(/wp-content/uploads/2022/02/benefits.jpg);
	height: 745px;
	color: white;
	background-repeat: no-repeat;
	background-position: center;
	padding: 1px 0;
}

.benefits h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 55px;
	margin: 130px auto 115px;
	text-align: center;
	width: 435px;
}

.benefits h2::before {
	content: url(/wp-content/themes/timergroup/img/tri-white.svg);
	left: 0;
	top: -30px;
	position: absolute;
}

.benefits h2::after {
	content: url(/wp-content/themes/timergroup/img/tri-white.svg);
	position: absolute;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 30px;
}

.benefits__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.benefits__item {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 100px;
}

.benefits__item:nth-child(4) {
	width: 35%;
}

.benefits__item:nth-child(5) {
	width: 35%;
}

.benefits__img {
	margin-right: 35px;
}

.benefits__img img {
	display: block;
}

@media (max-width: 1200px) {
	.benefits__img {
		max-width: 27px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27px;
		flex: 0 0 27px;
	}

}

.benefits__title {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: bold;
}

.benefits__text {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.doctors__item {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	width: 32%;
	max-width: 460px;
}

.home--poslugi {
	padding-bottom: 170px;
}

.home--poslugi h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 55px;
	margin: 155px auto 125px;
	text-align: center;
	width: 300px;
}

.home--poslugi .poslugi--loop {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.home--poslugi .doctors__item {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	width: 32%;
	max-width: 460px;
	transition: 0.5s all;
}

.home--poslugi .doctors__item:hover {
	box-shadow: none;
}

.home--poslugi h2::before {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	left: 0;
	top: -30px;
	position: absolute;
}

.home--poslugi h2::after {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	position: absolute;
	transform: rotate(180deg);
	top: 30px;
}

.home--poslugi .entry-header {
	font-size: 24px;
	text-align: center;
	color: #2f2f2f;
	line-height: 1.2;
	text-decoration: none;
	margin: 30px auto 20px;
}

.home--poslugi a {
	text-decoration: none;
}

.entry-content.short-info {
	padding: 0 30px;
	text-align: center;
}

.poslugi--loop::before {
	content: " ";
	position: absolute;
	background-image: url(/wp-content/uploads/2022/02/bg-icon.png);
	width: 140px;
	height: 140px;
	left: -70px;
	top: -70px;
	z-index: -1;
}

.poslugi--loop::after {
	content: " ";
	position: absolute;
	background-image: url(/wp-content/uploads/2022/02/bg-icon.png);
	width: 140px;
	height: 140px;
	right: -70px;
	top: -100px;
	z-index: -1;
}

.hb__slider .slick-prev.slick-arrow {
	border: none;
	padding: 0;
	left: -60px;
	position: absolute;
	top: calc(50% - 23px);
}

.hb__slider .slick-next.slick-arrow {
	border: none;
	padding: 0;
	right: -60px;
	position: absolute;
	top: calc(50% - 23px);
	transform: rotate(-180deg);
}

.home-banner {
	padding-bottom: 150px;
	background-image: url(/wp-content/uploads/2022/02/banner-bg.jpg);
	background-repeat: no-repeat;
}

.home-about {
	background-color: #fc9003;
	padding: 105px 0 50px;
	color: white;
	background-image: url(/wp-content/uploads/2022/02/ha-bg.png);
	background-repeat: no-repeat;
	background-position: top 55px right 41%;
}

.ha__title {
	position: relative;
	font-size: 52px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 20px;
}

.ha__title::before {
	content: url(/wp-content/uploads/2022/02/before-title.png);
	position: absolute;
	left: -35px;
	top: -35px;
}

.ha__subtitle {
	max-width: 450px;
	font-size: 18px;
}

.more-link--white {
	color: #fc9003;
	border: 1px solid #fc9003;
	background-color: white;
	font-size: 15px;
	width: 200px;
	height: 55px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 0.5s all;
}

.more-link--white:hover {
	color: white;
	border: 1px solid white;
	background-color: #fc9003;
}

.home-about {
	background-color: #fc9003;
	padding: 105px 0 220px;
	color: white;
	background-image: url(/wp-content/uploads/2022/02/ha-bg.png);
	background-repeat: no-repeat;
	background-position: top 55px right 41%;
}

.ha__inner {
	display: flex;
	justify-content: space-between;
}

.ha__right {
	position: relative;
	width: 595px;
}

.ha__img {
	position: absolute;
	display: block;
	top: 100px;
	left: 0px;
}

.ha__right::before {
	content: url(/wp-content/uploads/2022/02/ha-white.png);
	right: -67px;
	display: block;
	position: absolute;
	top: 36px;
}

.hb__left h1 {
	font-size: 40px;
	position: relative;
	font-weight: 700;
	max-width: 570px;
	line-height: 1.2;
	position: relative;
}

.hb__left h1::before {
	content: url("/wp-content/uploads/2022/02/tri-banner.png");
	position: absolute;
	top: -50px;
	left: -27px;
}

.hb__subtitle {
	font-size: 20px;
}

.hb__subtitle a {
	color: #000;
	text-decoration: underline;
}

.hb__subtitle a:hover {
	color: #fc9003;
}

.container1200.container--banner {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
	margin-bottom: 100px;
}

.hb__link-box {
	display: flex;
	justify-content: flex-start;
}

.hb__link-box a:first-child {
	margin-right: 40px;
}

.more-link--big {
	width: 210px;
	height: 55px;
	margin-top: 20px;
	background-color: #fc9003;
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white !important;
	text-decoration: none;
	transition: 0.5s all;
	font-size: 20px;
}

.more-link--big.more-link--white {
	background-color: white;
	border: 1px solid #fc9003;
	color: #585858 !important;
}

.more-link--big.more-link--white img {
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hb__form-box {
	padding: 25px 30px 35px;
	background-color: white;
}

.hb__form-box {
	padding: 25px 30px 10px;
	background-color: white;
	max-width: 450px;
	box-sizing: border-box;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 75px;
}

.fl {
	display: flex;
	justify-content: space-between;
}

.fl {
	color: #9b9b9b;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 25px;
}

.hb__form-box input[type="text"],
.hb__form-box input[type="tel"] {
	width: 180px;
	height: 35px;
	border-bottom: 1px solid gray;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}

.hb__form-box input[type="submit"] {
	margin-top: 0px;

}

.hb__form-box ::placeholder {
	color: #9b9b9b;
}

/*------------------------------ТОВАРЫ SHOP----------------*/
.page-id-260 h1.entry-titles,
.page-id-269 h1.entry-titles {
	margin: 85px auto 55px;
	text-align: center;
	width: 230px;
	padding: 0 0 0 30px;
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
}

.section-title,
.page-id-184 h1.entry-titles,
.page-id-203 h1.entry-titles {
	margin: 85px auto 55px;
	text-align: center;
	width: 385px;
	padding: 0 0 0 30px;
	line-height: 1;
	position: relative;
	font-size: 50px;
	font-weight: 400;
}

.section-title::before,
h1.entry-titles::before {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	left: 0;
	top: -30px;
	position: absolute;
}

.section-title::after,
h1.entry-titles::after {
	content: url(/wp-content/themes/timergroup/img/tri.svg);
	position: absolute;
	transform: rotate(180deg);
	top: 30px;
}

.section-title {
	display: inline-block;
	margin: 0;
	width: auto;
}

.tov-group {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0 0 120px;
}

.tov-group li {
	width: 24%;
	max-width: 280px;
	padding: 12px 12px 25px;
	background-color: white;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	transition: 0.5s all;
}

.tov-group li:hover {
	box-shadow: none;
}

.tov-group li a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #2c2c2c;
	font-size: 26px;
	line-height: 1;
}

.tov-group li a img {
	margin-bottom: 40px;
}

button.more-link {
	margin: 20px auto 0;
	width: 215px;
	height: 48px;
	border: 1px solid #fc9003;
	font-size: 20px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 48px;
	padding: 0;
}

button.more-link:hover {
	background-color: white;
	color: #fc9003 !important;
}

/*----------------ПРОДУКТОВАЯ КАТЕГОРИЯ-----------------------*/
.cat-product__inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding-top: 75px;
}

#secondary {
	width: 392px;
	background-color: #f3f3f3;
	margin-right: 25px;
}

#secondary {
	width: 392px;
	background-color: #f3f3f3;
	margin-right: 25px;
	padding: 25px;
	box-sizing: border-box;
}

.cat-product__inner #primary {
	width: 100%;
}

.woocommerce-breadcrumb {
	display: none;
}

.widgettitle {
	font-size: 20px;
	color: #212121;
	padding: 0;
	margin: 0 0 25px;
}

.pc-active-filter__item-link {
	color: #fc9003;
	font-weight: 700;
}

.filter__title {
	font-size: 20px;
	color: #212121;
	padding: 0;
	margin: 0 0 25px;
}

.filter__properties-list {
	color: #4d4d4d;
	font-size: 20px;
}

.pc-active-filter__item-delete {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 12px;
	border: 1px solid black;
	float: right;
	color: black;
	font-weight: bold;
}

.woocommerce-result-count {
	color: #fc9003;
	font-weight: 700;
}

.woocommerce-ordering {
	padding-bottom: 15px;
}

.woocommerce-result-count {
	margin-bottom: 15px;
}

.products .product.type-product {
	background-color: white;
	padding: 8px 8px 15px;
}

.woocommerce-loop-product__title {
	font-size: 16px;
	color: #2c2c2c;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	text-decoration: none;
}

.woocommerce-Price-amount.amount bdi {
	color: #666;
	font-size: 16px;
}

.button.product_type_variable.add_to_cart_button {
	color: white;
	background-color: #fc9003;
	width: 145px;
	height: 30px;
	text-decoration: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	color: white;
	background-color: #fc9003;
	width: 170px;
	height: 30px;
	text-decoration: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

/*----------------ПРОДУКТ-----------------------*/
.product.type-product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 65px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	width: 600px;
	max-width: 49%;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.tabs.wc-tabs {
	display: flex;
	justify-content: flex-start;
}

.woocommerce-tabs ul.tabs.wc-tabs li a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}

.woocommerce-tabs ul.tabs.wc-tabs li.active a {
	border-bottom: 2px solid #fc9003;
}

.woocommerce-tabs.wc-tabs-wrapper {
	width: 100%;
}

.woocommerce-tabs.wc-tabs-wrapper li {
	width: 32%;
	text-align: center;
	margin-right: 5px !important;
}

.product-template-default.single h1.entry-title {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
	font-size: 43px;
	font-weight: 400;
	margin-bottom: 15px;
	padding-top: 18px;
}

.product-template-default.single h1.entry-title:before {
	content: none;
}

.product-template-default.single h1.entry-title:after {
	content: none;
}

.product-template-default.single .woocommerce-Price-amount.amount bdi {
	color: #000000;
	font-size: 25px;
}

span.product-measure {
	color: #666;
	font-size: 16px;
}

.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
	color: white;
	background-color: #fc9003;
	width: 250px;
	height: 55px;
	text-decoration: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
	border: none;
	border-radius: 0;
	font-size: 23px;
	font-weight: 300;
}

.single_add_to_cart_button.button.alt {
	color: white;
	background-color: #fc9003;
	width: 250px;
	height: 55px;
	text-decoration: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
	border: none;
	border-radius: 0;
	font-size: 23px;
	font-weight: 300;
}

.single_add_to_cart_button.button.alt:hover {
	background-color: #ff9a18;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	margin-top: 0px;
	position: relative;
	background-color: white;
	border-radius: 10px 10px 0 0;
	margin-top: 50px;
}

.wpcf7-not-valid-tip {
	font-size: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px 0;
	padding: 5px;
	border: 2px solid #00a0d2;
	border-top-color: rgb(0, 160, 210);
	border-right-color: rgb(0, 160, 210);
	border-bottom-color: rgb(0, 160, 210);
	border-left-color: rgb(0, 160, 210);
	font-size: 12px;
	line-height: 1.2;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #fc9003 !important;
	clear: both;
	padding: 0 5px;
	color: black;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #fc9003 !important;
	clear: both;
	padding: 10px;
	color: black;
	font-size: 20px;
	text-align: right;
}

.woocommerce-info a {
	color: white;
}

.button.wc-forward {
	text-transform: uppercase;
	font-weight: 700;
	color: black;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-thumbnail {
	max-width: 300px;
	width: 300px;
	padding-right: 15px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-thumbnail a {
	display: block;
}

.woocommerce-cart-form__cart-item.cart_item .variation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 290px;
}

.woocommerce-cart-form__cart-item.cart_item dt {
	font-weight: 700;
	width: 50%;
	line-height: 30px;
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: 30px;
}

.woocommerce-cart-form__cart-item.cart_item dd {
	margin: 0;
	width: 50%;
	line-height: 30px;
	width: 50%;
	line-height: 30px;
	font-size: 16px;
	padding: 0;
	height: 30px;
}

.woocommerce-cart-form__cart-item.cart_item dd p {
	margin: 0;
	padding: 0;
}

.shop_table.woocommerce-checkout-review-order-table .variation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 290px;
}

.shop_table.woocommerce-checkout-review-order-table dt {
	font-weight: 700;
	width: 50%;
	line-height: 30px;
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: 30px;
}

.shop_table.woocommerce-checkout-review-order-table dd {
	margin: 0;
	width: 50%;
	line-height: 30px;
	width: 50%;
	line-height: 30px;
	font-size: 16px;
	padding: 0;
	height: 30px;
}

.shop_table.woocommerce-checkout-review-order-table dd p {
	margin: 0;
}

.product-total {
	text-align: center;
}

.button.wc-backward {
	font-size: 15px;
	width: 190px;
	height: 40px;
	margin-top: 20px;
	background-color: #fc9003;
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: white;
	transition: 0.5s;
}

.button.wc-backward:hover {
	background-color: #ff9a18;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	z-index: 5;
}

.onsale {
	color: white;
	background-color: #fc9003;
	width: 170px;
	height: 30px;
	text-decoration: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	left: -10px;
}

ins .woocommerce-Price-amount.amount bdi {
	color: #fc9003 !important;
	font-weight: 700;
}

.remove {
	color: #fc9003;
	width: 26px;
	height: 26px;
	display: block;
	border: 1px solid #fc9003;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 22px;
}

.coupon {
	margin-bottom: 10px;
}

table.shop_table_responsive tr td a {
	color: #fc9003;
}

ul.products.columns-3 li.product {
	width: 30.79667%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.checkout-button.button.alt.wc-forward {
	font-size: 15px;
	width: 290px;
	height: 40px;
	margin-top: 20px;
	background-color: #fc9003;
	border: 0px;
	color: white;
	display: flex;
	justify-content: center;
	align-content: center;
	line-height: 40px;
	text-decoration: none;
	transition: 0.5s all;
}

.checkout-button.button.alt.wc-forward:hover {
	background-color: #ff9a18;
}

.woocommerce-checkout button#place_order {
	font-size: 15px;
	width: 390px;
	height: 40px;
	margin-top: 0px;
	background-color: #fc9003;
	border: 0px;
	color: white;
	display: flex;
	justify-content: center;
	align-content: center;
	line-height: 40px;
	text-decoration: none;
	transition: 0.5s all;
	border-radius: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.woocommerce-checkout button#place_order:hover {
	background-color: #ff9a18;
}

.woocommerce-checkout .form-row.place-order {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.woocommerce-product-attributes.shop_attributes th {
	text-align: left;
}

.wc-proceed-to-checkout {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 50px;
}

.cart-collaterals .shop_table.shop_table_responsive tr td {
	text-align: center;
	max-width: 290px;
}

.wc_payment_methods.payment_methods.methods {
	padding: 0;
	margin: 0;
	list-style: none;
}

.wc_payment_methods.payment_methods.methods li {
	list-style: none;
}





@media screen and (min-width: 1200px) and (max-width: 1619px) {
	body {
		font-size: 16px;
	}

	.container {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.container.container--header {
		padding: 0 15px;
	}

	header#masthead {
		height: 153px;
	}

	.header__top {
		margin-bottom: 20px;
		justify-content: flex-start;
	}

	.header__item {
		width: 36%;
	}

	.header__info {
		width: 100%;
		margin-bottom: 17px;
		margin-top: 36px;
	}

	.site-main-kontaky {
		padding: 75px 0 75px;
	}

	.kontaky__box {
		font-size: 22px;
	}

	.kontaky__box span {
		font-size: 16px;
	}

	.kontaky__button-inner {
		margin-bottom: 35px;
		margin-left: 32px;
	}

	.kontaky__button {
		margin-bottom: 0;
		width: 170px;
	}

	.kontaky__hour {
		font-size: 16px;
		margin: 0;
		margin-left: 32px;
	}

	.kontaky__item:nth-child(2) {
		padding: 50px 20px 50px;
		margin-right: 40px;
		max-width: 400px;
	}

	.kontaky__form-title {
		line-height: 1;
		position: relative;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 50px;
		text-align: center;
	}

	.kontaky__form-subtitle {
		margin-bottom: 35px;
		font-size: 22px;
	}

	.kontaky__inner input[type="submit"] {
		margin: 0px auto 0;
	}

	#colophon {
		font-size: 16px !important;
	}

	#colophon a {
		font-size: 16px !important;
	}

	.container.container--footer {
		padding: 0 15px;
	}

	.footer_item.footer_item--n2 {
		background-color: #393939;
		padding: 35px 35px 35px 35px;
		width: 400px;
	}

	.footer__icon-inner {
		flex-flow: column;
		align-items: flex-start;
	}

	.footer__icon-item {
		margin-bottom: 15px;
	}

	.footer__contact {
		font-size: 16px;
	}

	.footer__menu-title {
		margin-bottom: 25px;
		font-weight: 700;
	}

	.footer__social-inner {
		margin: 20px 0 20px;
	}

	.container {
		padding: 0 15px;
	}

	footer#colophon a.footer__icon-item {
		line-height: 25px;
	}


	.blog__inner article {
		max-width: 590px;
		padding: 20px 25px 20px 20px;
		margin-bottom: 20px;
		align-items: flex-start;
		height: auto;
	}

	.blog__info {
		font-size: 16px;
		padding: 0;

	}


	.blog__info .entry-content {
		font-size: 16px;
		color: #414141;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		line-height: 1.2;
		margin: 0;
		margin-top: 0;
	}

	.blog__info .entry-content p {
		font-size: 16px;
		color: #414141;
		line-height: 1.2;
		margin: 0;
		margin-top: 0;
	}

	.blog__photo img {
		margin-bottom: 0px;
		max-width: 244px;
		min-width: 244px;
		margin-bottom: 5px;
		margin-right: 20px;
	}

	.entry-meta {
		max-width: 244px;
	}

	.blog__info h2 {
		margin: 0 0 20px;
		line-height: 1;
	}

	.blog__info h2 a {
		font-size: 20px;
	}

	.container.container--blog h1.page-title {
		padding: 0;
		margin: 0;
		margin-bottom: 0px;
		line-height: 1;
		position: relative;
		font-size: 50px;
		font-weight: 400;
		margin-bottom: 55px;
		margin: 87px auto 45px;
		text-align: center;
		width: 125px;
	}

	.more-link {
		width: 115px;
		height: 30px;
		font-size: 16px;
	}

	.container.container--single {
		padding: 50px 15px 50px;
	}

	.sinle__info-box {
		width: 100%;
	}

	.sinle__photo-box {
		width: 33%;
	}

	.single__photo {
		min-width: 100%;
		margin-left: 2%;
	}

	.poslugi__inner article {
		max-width: 49%;
		flex-direction: column;
	}

	.container.container--poslugi {
		padding: 15px 15px 50px;
	}

	.pre-content__price {
		width: 65%;
	}

	.pre-content__photo {
		width: 33%;
	}

	.pre-content__list li {
		font-size: 14px;
	}

	.pre-content {
		margin-bottom: 75px;
	}

	.orange-line {
		background-color: #fca703;
		padding: 65px;
		margin-bottom: 50px;
	}

	.orange__list li {
		font-size: 16px;
	}

	.orange-title {
		font-size: 22px;
	}

	.sinle__info-box.sinle__info-box--w100 {
		width: 100%;
	}

	.post-template-single-posluga p {
		font-size: 16px;
		color: #868686;
	}

	.form-posluga__area {
		background-color: white;
		padding: 17px 50px 17px;
	}
}

/*-----------------------------------------------------------------------------------NOTEBOOK--------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1199px) {
	header#masthead {
		height: auto;
		padding-top: 20px;
	}

	.header__link img {
		width: 200px;
		display: block;
		padding: 15px 0 15px 15px;
		width: 200px;
	}

	.site-branding {
		max-width: 100%;
		width: 312px;
		margin-right: 0;
	}

	.header__info {
		width: 100%;
		font-size: 16px;
	}

	.container.container--header {
		flex-direction: column;
		align-items: flex-start;
	}

	.header__item {
		padding-left: 37px;
		position: relative;
		margin-left: 15px;
	}

	.header__top {
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		width: 290px;
		margin: 20px auto;
		padding-bottom: 0px;
	}

	#rmp-container-129 {
		background-color: #fc9003 !important;
	}

	#site-navigation {
		display: none;
	}

	.container.container--blog h1.page-title {
		font-size: 45px;
		margin-top: 50px;
	}

	.blog__inner article {
		max-width: 90%;
		min-width: 290px;
		flex-direction: column;
		padding: 15px;
	}

	.blog__photo {
		max-width: 332px;
		width: 100%;
	}

	.blog__info {
		padding-left: 0px;
	}

	.blog__photo img {
		font-size: 0;
		width: 100%;
		min-width: auto;
		margin-bottom: 35px;
		max-width: 332px;

	}

	.blog__inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 100%;
		align-items: center;
	}


	footer#colophon {
		font-size: 16px;
	}

	footer#colophon a {
		font-size: 16px;
	}

	.container.container--footer {
		flex-direction: column;
		padding: 0 15px;
		align-items: center;
	}

	.footer_item {
		margin-bottom: 20px;
		text-align: center;
	}

	.footer__icon-inner {
		flex-direction: column;
	}

	.footer__icon-item {
		margin-bottom: 10px;
	}

	.footer_item.footer_item--n2 {
		background-color: #393939;
		padding: 35px 0 35px;
	}

	footer#colophon a.footer__icon-item {
		font-size: 16px;
		margin-bottom: 20px;
		display: block;
	}

	.footer__social-inner {
		margin: 20px;
	}

	.footer_item ul a {
		margin-bottom: 15px;
	}

	footer#colophon {
		font-size: 16px;
		padding-bottom: 0px;
	}

	.footer__contact {
		font-size: 16px;
	}



	.container.container--single article {
		flex-direction: column;
		padding: 0 15px;
	}

	.single__photo {
		min-width: auto;
		margin: 0 0 50px;
	}


	.container.container--poslugi {
		padding: 50px 15px 50px;
	}

	.poslugi__inner article {
		width: 100%;
		flex-direction: column;
		padding: 15px;
	}

	.poslugi__inner .blog__photo img {
		font-size: 0;
		width: 100%;
		min-width: auto;
		margin-bottom: 35px;
		max-width: 332px;
	}



	.pre-content__list {
		margin-bottom: 30px;
	}

	.pre-content__list li {
		font-size: 18px;
	}

	.container.container--posluga {
		display: flex;
		justify-content: space-between;
		padding-top: 40px;
		padding: 50px 15px 50px;
		flex-direction: column;
	}

	.orange-line {
		background-color: #fca703;
		padding: 40px;
		margin-bottom: 50px;
	}

	.orange__list {
		flex-direction: column;
	}

	.orange-title {
		font-size: 22px;
	}

	.orange__list li {
		text-align: center;
		font-size: 16px;
	}

	.orange__list li {
		width: auto;
		margin-bottom: 40px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.orange__list li img {
		margin-bottom: 20px;
	}

	.pre-content {
		margin-bottom: 0px;
	}

	.container.container--posluga h2 {
		font-size: 22px;
	}

	.post-template-single-posluga p {
		font-size: 16px;
		color: #868686;
	}

	.left-part {
		width: auto;
	}

	.right-part {
		width: auto;
	}

	.slick-initialized .post__item.slick-slide {
		display: flex !important;
		flex-direction: column;
	}

	.post__img {
		margin: 20px 0 0;
	}

	.form-posluga__area ::placeholder {
		font-size: 16px;
	}

	.form-posluga__area input[type="submit"] {
		height: 65px;
		color: white;
		width: 100%;
		font-size: 18px;
		margin: 0;
		padding: 0;
		font-weight: 300;
	}

	body {
		font-size: 16px;
	}

	.site-main-kontaky {
		padding: 50px 0 50px;
	}

	.container {
		padding: 0 15px;
	}

	h1.entry-title {
		font-size: 30px;

	}

	.kontaky__inner {
		flex-direction: column;
		align-items: center;
	}

	.kontaky__item {
		max-width: 100%;
	}

	.kontaky__button-inner {
		flex-direction: column;
		display: flex;
		margin-left: 0;
		align-items: center;
	}

	.kontaky__box {
		font-size: 22px;
	}

	.kontaky__box span {
		font-size: 16px;
	}

	.kontaky__button {
		margin-bottom: 20px;
	}

	.kontaky__hour {
		margin-left: 0;
		font-size: 16px;
	}

	.kontaky__form-title {
		font-size: 30px;
	}

	.kontaky__form-subtitle {
		font-size: 16px;
	}

	.kontaky__item:nth-child(2) {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		padding: 50px 15px 50px;
		margin-right: 50px;
		max-width: 100%;
		background: white;
		margin: 40px 0;
	}

	.kontaky__inner input[type="submit"] {
		max-width: 100%;
		margin-top: 0;
	}

	.kontaky__item ::placeholder {
		font-size: 16px;
	}

	.post-navigation-single {
		flex-direction: column;
	}

	.nav-box.previous {
		width: 100%;
	}

	.nav-box.next {
		width: 100%;
	}

	.nav-box.previous {
		flex-direction: column;
	}

	.nav-box.next {
		flex-direction: column;
	}

	.header__menu {
		display: block;
	}

	.header__top {
		display: none;
	}

	#header-menu-icon {
		width: 25px;
		height: 25px;
		display: inline-flex;
		margin-left: 10px;
		border: 2px solid #fc9003;
		border-radius: 10%;
		padding: 2px;
	}

	/*---------------------ПОРТФОЛИО--------------*/
	.page-id-184 h1.entry-title {
		font-size: 40px;
		width: 310px;
	}

	.page-id-203 h1.entry-title {
		font-size: 40px;
		width: 310px;
	}

	.portfolio__box {
		flex-direction: column;
	}

	.portfolio__top {
		flex-direction: column;
	}

	.portfolio__image {
		max-width: 100%;
		width: 100%;
		margin: 0 0 30px;
		min-width: auto;
	}

	.portfolio__light-box a {
		width: 32%;
		margin-bottom: 5px
	}

	.portfolio__box:nth-child(2n+1) .portfolio__image {
		margin: 0 0 30px;
	}

	.portfolio__box:nth-child(2n+1) .portfolio__top {
		flex-direction: column;
	}
}

/*-----------------------------------------------------------------------------------MOBIL--------------------------------------------*/
@media screen and (max-width: 766px) {
	header#masthead {
		height: auto;
		padding-top: 20px;
	}

	.header__link img {
		width: 200px;
		display: block;
		padding: 15px 0 15px 15px;
		width: 200px;
	}

	.site-branding {
		max-width: 100%;
		width: 312px;
		margin-right: 0;
	}

	.header__info {
		width: 100%;
		font-size: 16px;
	}

	.container.container--header {
		flex-direction: column;
		align-items: flex-start;
	}

	.header__item {
		padding-left: 37px;
		position: relative;
		margin-left: 15px;
		width: 100%;
	}

	.header__top {
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		width: 290px;
		margin: 20px auto;
		padding-bottom: 0px;
	}

	#rmp-container-129 {
		background-color: #fc9003 !important;
	}

	#site-navigation {
		display: none;
	}

	.container.container--blog h1.page-title {
		font-size: 45px;
		margin-top: 50px;
	}

	.blog__inner article {
		max-width: 90%;
		min-width: 290px;
		flex-direction: column;
		padding: 15px;
	}

	.blog__photo {
		max-width: 332px;
		width: 100%;
	}

	.blog__info {
		padding-left: 0px;
	}

	.blog__photo img {
		font-size: 0;
		width: 100%;
		min-width: auto;
		margin-bottom: 35px;
		max-width: 332px;

	}

	.blog__inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 100%;
		align-items: center;
	}


	footer#colophon {
		font-size: 16px;

	}

	footer#colophon a {
		font-size: 16px;
	}

	.container.container--footer {
		flex-direction: column;
		padding: 0 15px;
		align-items: center;
	}

	.footer_item {
		margin-bottom: 20px;
		text-align: center;
	}

	.footer__icon-inner {
		flex-direction: column;
	}

	.footer__icon-item {
		margin-bottom: 10px;
	}

	.footer_item.footer_item--n2 {
		background-color: #393939;
		padding: 35px 0 35px;
	}

	footer#colophon a.footer__icon-item {
		font-size: 16px;
		margin-bottom: 20px;
		display: block;
	}

	.footer__social-inner {
		margin: 20px;
	}

	.footer_item ul a {
		margin-bottom: 15px;
	}

	footer#colophon {
		font-size: 16px;
		padding-bottom: 0px;
	}

	.footer__contact {
		font-size: 16px;
		line-height: 2em;
	}

	.footer__icon-item {
		line-height: 25px !important;
	}

	.footer__copyright {
		padding-bottom: 20px;
	}

	.footer__small-link {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	footer#colophon .footer__small-link a {
		margin: 0 15px 15px;
	}



	.container.container--single article {
		flex-direction: column;
		padding: 0 15px;
	}

	.single__photo {
		min-width: auto;
		margin: 0 0 50px;
	}


	.container.container--poslugi {
		padding: 50px 15px 50px;
	}

	.poslugi__inner article {
		width: 100%;
		flex-direction: column;
		padding: 15px;
	}

	.poslugi__inner .blog__photo img {
		font-size: 0;
		width: 100%;
		min-width: auto;
		margin-bottom: 35px;
		max-width: 332px;
	}



	.pre-content__list {
		margin-bottom: 30px;
	}

	.pre-content__list li {
		font-size: 13px;
		padding: 5px 0;
	}

	.container.container--posluga {
		display: flex;
		justify-content: space-between;
		padding-top: 40px;
		padding: 50px 15px 50px;
		flex-direction: column;
	}

	.orange-line {
		background-color: #fca703;
		padding: 40px;
		margin-bottom: 50px;
	}

	.orange__list {
		flex-direction: column;
	}

	.orange-title {
		font-size: 22px;
	}

	.orange__list li {
		text-align: center;
		font-size: 16px;
	}

	.orange__list li {
		width: auto;
		margin-bottom: 40px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.orange__list li img {
		margin-bottom: 20px;
	}

	.pre-content {
		margin-bottom: 0px;
	}

	.container.container--posluga h2 {
		font-size: 22px;
	}

	.post-template-single-posluga p {
		font-size: 16px;
		color: #868686;
	}

	.left-part {
		width: auto;
	}

	.right-part {
		width: auto;
	}

	.slick-initialized .post__item.slick-slide {
		display: flex !important;
		flex-direction: column;
	}

	.post__img {
		margin: 20px 0 0;
	}

	.form-posluga__area ::placeholder {
		font-size: 16px;
	}

	.form-posluga__area input[type="submit"] {
		height: 65px;
		color: white;
		width: 100%;
		font-size: 18px;
		margin: 0;
		padding: 0;
		font-weight: 300;
	}

	body {
		font-size: 16px;
	}

	.site-main-kontaky {
		padding: 50px 0 50px;
	}

	.container {
		padding: 0 15px;
	}

	h1.entry-title {
		font-size: 25px;

	}

	.kontaky__inner {
		flex-direction: column;
		align-items: center;
	}

	.kontaky__item {
		max-width: 100%;
	}

	.kontaky__button-inner {
		flex-direction: column;
		display: flex;
		margin-left: 0;
		align-items: center;
	}

	.kontaky__box {
		font-size: 22px;
	}

	.kontaky__box span {
		font-size: 16px;
	}

	.kontaky__button {
		margin-bottom: 20px;
	}

	.kontaky__hour {
		margin-left: 0;
		font-size: 16px;
	}

	.kontaky__form-title {
		font-size: 30px;
	}

	.kontaky__form-subtitle {
		font-size: 16px;
	}

	.kontaky__item:nth-child(2) {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		padding: 50px 15px 50px;
		margin-right: 50px;
		max-width: 100%;
		background: white;
		margin: 40px 0;
	}

	.kontaky__inner input[type="submit"] {
		max-width: 100%;
		margin-top: 0;
	}

	.kontaky__item ::placeholder {
		font-size: 16px;
	}

	.post-navigation-single {
		flex-direction: column;
	}

	.nav-box.previous {
		width: 100%;
	}

	.nav-box.next {
		width: 100%;
	}

	.nav-box.previous {
		flex-direction: column;
	}

	.nav-box.next {
		flex-direction: column;
	}

	.header__menu {
		display: block;
	}

	.header__top {
		display: none;
	}

	#header-menu-icon {
		width: 25px;
		height: 25px;
		display: inline-flex;
		margin-left: 10px;
		border: 2px solid #fc9003;
		border-radius: 10%;
		padding: 2px;
	}

	.cart-link--mobil {
		display: none;
		position: fixed;
		z-index: 10;
		top: 100px;
		right: 18px;
		width: 55px;
		height: 55px;
		background: white;
		padding: 10px;
		border-radius: 5px;
	}

	.cart-link--mobil span {
		top: 25px;
		right: -10px;
	}

	.more-link--big.more-link--white img {
		display: none;
	}

	.more-link--big {
		font-size: 16px;
	}

	/*---------------------ПОРТФОЛИО--------------*/
	.page-id-184 h1.entry-titles,
	.page-id-203 h1.entry-titles {
		width: 315px;
		font-size: 40px;
		margin-bottom: 10px;

	}

	.portfolio__box {
		flex-direction: column;
	}

	.portfolio__top {
		flex-direction: column;
	}

	.portfolio__image {
		max-width: 100%;
		width: 100%;
		margin: 0 0 30px;
		min-width: auto;
	}

	.portfolio__light-box a {
		width: 32%;
		margin-bottom: 5px
	}

	.portfolio__box:nth-child(2n+1) .portfolio__image {
		margin: 0 0 30px;
	}

	.portfolio__box:nth-child(2n+1) .portfolio__top {
		flex-direction: column;
	}

	/*---------------------Главная--------------*/
	button.rmp_menu_trigger {
		z-index: 10 !important;
	}

	.container1200 {
		padding: 0 15px;
		padding-top: 0px;
	}

	.container1200.container--banner {
		flex-direction: column;
	}

	.container1200.container--banner {
		padding-top: 50px;
		margin-bottom: 50px;
	}

	.hb__left h1 {
		font-size: 45px;
	}

	.hb__left {
		margin-bottom: 50px;
	}

	.fl {
		flex-direction: column;
		align-items: center;
	}

	.hb__form-box input[type="submit"] {
		margin-top: 20px;
	}

	.home-banner {
		padding-bottom: 50px;
	}


	.ha__inner {
		flex-direction: column;
	}

	.ha__right {
		width: 100%;
	}

	.ha__img {
		position: relative;
		top: auto;
		padding-top: 50px;
		left: auto;
	}

	.home--poslugi h2 {
		margin: 50px auto 50px;
		width: 230px;
		text-align: center;
		font-size: 36px;
	}

	.home-about {
		padding-bottom: 50px;
	}

	.home--poslugi {
		padding-bottom: 50px;
	}

	.home--poslugi h2 {
		margin: 50px auto 50px;
	}

	.home--poslugi .poslugi--loop {
		flex-direction: column;
		align-items: center;
	}

	.home--poslugi .doctors__item {
		width: 100%;
		margin-bottom: 15px;
	}

	.benefits {
		height: auto;
	}

	.benefits__inner {
		flex-direction: column;
	}

	.benefits {
		height: auto;
		background-position: top center;
		background-size: cover;
	}

	.benefits h2 {
		margin: 50px auto 50px;
		width: 100%;
		font-size: 36px;
	}

	.benefits__item {
		width: 100%;
	}

	.benefits__item:nth-child(4) {
		width: 100%;
	}

	.benefits__item:nth-child(5) {
		width: 100%;
	}

	.home--portfolio h2 {
		font-size: 36px;
		width: 100%;
		margin: 50px auto 50px;
	}

	.home--portfolio h2 {
		font-size: 36px;
		width: 300px;
		margin: 50px auto 50px;
	}

	.home-portfolio__box {
		width: 100%;
		margin-bottom: 50px;
	}

	.home-portfolio__box:nth-child(2n) {
		margin-left: 0;
	}

	.home-portfolio__box:nth-child(2n) .portfolio__top {
		flex-direction: column;
	}

	/*------------------------------ТОВАРЫ-SHOP----------------*/
	.page-id-260 h1.entry-titles,
	.page-id-269 h1.entry-titles {
		margin: 85px auto 55px;
		width: 200px;
		font-size: 40px;
	}

	.tov-group {
		flex-direction: column;
		align-items: center;
	}

	.tov-group li {
		width: 100%;
		margin-bottom: 30px;
	}

	/*------------------------------ТОВАРЫ-КАТЕГОРИИ---------------*/
	.cat-product__inner {
		flex-direction: column-reverse;
		padding-top: 10px;
	}

	ul.products.columns-3 li.product {
		width: 100%;
		max-width: 290px;
		margin: 0 auto 15px;
	}

	/*------------------------------ТОВАРЫ-КАТЕГОРИИ---------------*/
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}

	.product-template-default.single h1.entry-title {
		font-size: 28px;
	}

	.woocommerce-tabs.wc-tabs-wrapper li {
		width: 50%;
		text-align: center;
		margin-right: 5px !important;
	}

	.button.wc-forward {
		font-size: 16px;
	}

	.button.wc-forward a {
		font-size: 16px;
		color: white;
	}

	#secondary {
		width: 100%;
		padding: 25px 25px 0;
	}

	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-noreviews,
	p.no-comments {
		text-align: center;
		font-size: 16px !important;
	}

	table.shop_table_responsive tr td.product-remove a {
		text-align: center;
		margin: 0 auto;
	}

	.wc_payment_methods.payment_methods.methods {
		padding: 0;
		margin: 0;
		font-size: 16px !important;
	}

	.woocommerce-checkout .form-row.place-order {
		display: flex;
		align-items: center;
		margin-bottom: 50px;
		flex-direction: column;
	}

	.woocommerce-billing-fields__field-wrapper label {
		display: block;
	}

	.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper .select2, .input-text  {
		width: 300px !important;
	}

	.container1200 {
		overflow: hidden;
	}
}

/* PORTFOLIO ARCHIVE */
.portfolio-list {
	margin-top: 80px;
}

@media (min-width: 768px) {
	.portfolio-list::before {
		content: " ";
		position: absolute;
		background-image: url('../img/bg-icon.png');
		width: 140px;
		height: 140px;
		left: -70px;
		top: -70px;
		z-index: -1;
	}

	.portfolio-list::after {
		content: " ";
		position: absolute;
		background-image: url('../img/bg-icon.png');
		width: 140px;
		height: 140px;
		right: -70px;
		bottom: 40px;
		z-index: -1;
	}
}

.portfolio-item__col {
	margin-bottom: 24px;
}

.portfolio-item {
	text-decoration: none;
	overflow: hidden;
	display: block;
}

.portfolio-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	background-color: rgba(0, 0, 0, 0.41);
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

.portfolio-item:hover::after,
.portfolio-item:focus::after,
.portfolio-item:active::after {
	background-color: rgba(252, 144, 3, 0.74);
}

.portfolio-item__img {
	height: 325px;
}

.portfolio-item__content {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
	padding: 15px;
	z-index: 2;
}

.portfolio-item__title {
	font-size: 28px;
	margin: 0;
	padding: 10px;
	position: relative;
	line-height: 1.2;
	display: inline-block;
}

.portfolio-item__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60%;
	height: 1px;
	background-color: white;
}

.portfolio-item__subtitle {
	font-size: 30px;
	font-weight: 300;
	display: block;
	padding: 7px;
}

.loadmore-wrap {
	margin-top: 30px;
}


/* Preloader */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	background: rgb(0 0 0 / 0.7);
	z-index: 9999;
	display: none;
}

.preloader span {
	width: 3.125rem;
	height: 3.125rem;
	background-color: transparent;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

.preloader span::after {
	content: '';
	margin: auto;
	border: 0.625rem solid rgba(143, 143, 143, 0.476);
	border-top-color: #fc9003;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-animation: loading 1.5s ease infinite;
	animation: loading 1.5s ease infinite;
}

@-webkit-keyframes loading {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.btn.posts_loadmore {
	border: 1px solid #fc9003;
	background-color: transparent;
	cursor: pointer;
	color: #fc9003;
	border-radius: 0;
	padding: 15px 30px;
	font-weight: 500;
}

.btn.posts_loadmore:hover,
.btn.posts_loadmore:focus,
.btn.posts_loadmore:active {
	background-color: #fc9003;
	color: white;
}

@media (max-width: 768px) {

	.section-title {
		font-size: 32px;
	}

	.section-title::before {
		top: -15px;
	}

	.section-title::after {
		top: 15px;
	}

	.portfolio-list {
		margin-top: 60px;
	}

	.portfolio-item__img {
		height: 260px;
	}

	.portfolio-item__title {
		font-size: 22px;
	}

	.portfolio-item__subtitle {
		font-size: 26px;
	}
}

/* PORTFOLIO SINGLE */
/* Breadcrumbs */
.breadcrumbs {
	margin: 40px 0;
	font-size: 14px
}

.breadcrumbs__separator,
.breadcrumbs__link {
	color: black;
	text-decoration: none;
	transition: color 0.25s ease;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus,
.breadcrumbs__link:active {
	color: #fc9003;
}

.breadcrumbs__separator {
	padding: 0 4px
}

.breadcrumb__last {
	max-width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	font-weight: 500;
}

/* Project */
.project-section {
	margin-bottom: 60px;
}

.project__img {
	height: 550px;
}

@media (min-width: 768px) {
	.project__img {
		max-width: 95%;
	}
}

.project__title {
	margin-top: 0;
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

.project-section .content ul {
	padding-left: 0;
	list-style: none;
	margin-left: 5px;
	margin-bottom: 1rem;
}

.project-section .content ol {
	margin-left: 0;
	padding-left: 1.5rem;
}

.project-section .content ul li {
	position: relative;
	padding-left: 1rem;
}

.project-section .content ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #fc9003;
	border-radius: 50%;
}

.project-section .content p {
	margin-bottom: .7rem;
	margin-top: 0;
}

/* Stages */
.stages {
	margin-top: 30px;
}

.stages-gallery {
	margin-left: -5px;
	margin-right: -5px;
}

.stages-gallery__col {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 24px;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.stages-gallery__img::before {
	content: '';
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	background: url('../img/zoom-out-map.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
}

.stages-gallery__img:hover::before {
	opacity: 1;
	visibility: visible;
}

.stages-gallery__img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

.stages-gallery__img:hover::after {
	background-color: rgba(252, 144, 3, 0.74);
}

.stages-gallery__img {
	height: 100px;
}

/* More Projects */
.more-projects .portfolio-item__img {
	height: 200px;
}

.more-projects .portfolio-item__title,
.more-projects .portfolio-item__subtitle {
	font-size: 18px;
}

@media (max-width: 767px) {
.pre-content__photo .mob {
	display: block;
}
	.pre-content__photo .pc {
	display: none;
}
	.home-about .ha__title:before,
	.benefits h2:before,
	.benefits h2:after {
		display: none;
	}

	#rmp-menu-item-1156 img,
	#rmp-menu-item-1158 img {
		background: #fff;
		height: inherit;
		padding: 7px;
	}

	.pum-close {
		left: 90% !important;
	}

	#menu-item-1158,
	#menu-item-1156 {
		display: block;
	}

	.hb__left h1::before,
	.hb__form-box,
	.home-banner .hb__right img {
		display: none;
	}

	.header__item:nth-child(1):before {
		content: url(/wp-content/themes/timergroup/img/phone.png);
	}

	.menu-menu-1-container .header__item:nth-child(1):before {
		content: url(/wp-content/themes/timergroup/img/time.png);
	}

	.menu-menu-1-container .header__item:nth-child(2):before {
		content: url(/wp-content/themes/timergroup/img/email.png);
	}

	.popmake-content p {
		font-size: 12px;
	}

	.benefits__item {
		margin-bottom: 50px;
	}

	.home-portfolio__title a {
		font-size: 22px;
	}

	.hb__left h1 {
		font-size: 32px;
	}

	.footer_item.footer_item--n2 {
		padding: 15px;
	}

	.footer_item--n2 {
		text-align: center;
		align-items: center;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}

	.footer__contact {
		width: 70%;
	}

	.container.container--posluga {
		padding: 30px 15px 0px;
	}

	.type-post .pre-content__photo {
		width: 100%;
		margin-top: 0;
	}

	.form-posluga__area,
	.kontaky__form,
	.kontaky__photo {
		display: none;
	}

	.woocommerce-products-header {
		position: absolute;
		top: 210px;
	}

	.cat-product__inner #secondary {
		margin-top: 170px;
	}

	.entry-summary {
		width: 100%;
	}

	.kontaky__hour {
		text-align: center;
	}


	.project__img {
		height: 250px;
		margin-bottom: 40px;
	}

	.stages-gallery__col {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.stages-gallery__img {
		height: 80px;
	}
}

/* Video Page */
.video-list {
	margin-top: 80px;
}

.video-item__col {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.video-list {
		margin-top: 40px;
	}

	.video-list iframe {
		height: 200px;
	}
}


ul.page-numbers {
    display: flex;
    justify-content: center;
}

.page-numbers li{
	list-style: none;
    margin-right: 20px;
    color: #2c2c2c;
}

.page-numbers li a{
    text-decoration: none;
    color: #2c2c2c;
}

.page-numbers li .current{
  color: #fc9003;
}

.page-numbers li a:hover{
  color: #fc9003;
}


ul.products{
display: inline-block;
}