/*!
Theme Name: kbti
Theme URI: http://underscores.me/
Author: Codemix
Author URI: http://codemix.com.ua
Description: goodwork
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kbti
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kbti is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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.
 */
@font-face {
font-family: 'Gilroy Heavy';
src: url('/wp-content/themes/kbti/fonts/Gilroy-Heavy.eot');
src: url('/wp-content/themes/kbti/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/kbti/fonts/Gilroy-Heavy.woff') format('woff'),
url('/wp-content/themes/kbti/fonts/Gilroy-Heavy.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy Bold';
src: url('/wp-content/themes/kbti/fonts/Gilroy-Bold.eot');
src: url('/wp-content/themes/kbti/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/kbti/fonts/Gilroy-Bold.woff') format('woff'),
url('/wp-content/themes/kbti/fonts/Gilroy-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
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-family: "Segoe UI", sans-serif;
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
--------------------------------------------- */
a {
	/*color: #4169e1;*/
}

/*a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}*/

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    box-shadow: 0px 0px 0px rgba(137, 194, 81, 0.5);
}

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

/*--------------------------------------------------------------
# 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: 300px;
    font-size: 13px;
    line-height: 16px;
    color: black !important;
    background-color: white !important;
}

.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;
}
.sub-menu {
    background-color: white;
}
/* 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 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

.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;
}
/*--------------------------------------------------------------------*/
.site-footer {
    background: #8bc34a;
    padding-top: 60px;
    padding-bottom: 25px;
    color: white;
}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 15px;
}
.container--footer {
    display: flex;
    justify-content: space-between;
}
p{
    margin: 0;
    margin-bottom: 1.5em;
}
.footer__item {
    width: 32%;
	color:white;
}
.footer__item a{
	color:white;
}
.entry-header {
    background-image: url(/wp-content/uploads/2020/07/main-bg.jpg);
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.header__top {
    border-bottom: 1px solid #8bc34a;
}
.page-template-side-page .header__top {
    border-bottom: 1px solid white;
}
.home .header__top {
    border-bottom: 1px solid white;
}
.container--top {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 14px;
}
.container--nav {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.container--nav {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
.main-navigation {
    width: auto;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #8bc34a;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 8px;
    margin: 8px;
}
.main-navigation a:hover {
    display: block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 8px;
    background-color:  #8bc34a;
    margin: 8px;
}
.main-navigation li.current_page_item a{
    background-color:  #8bc34a;
	color:white;
}
.main-navigation ul ul a {
    margin: 0;
}
.main-navigation ul ul a:hover {
    margin: 0;
	background-color: rgb(139, 195, 74);
}
.home .main-navigation a, .page-template-side-page .main-navigation a {
    color: white;
}
.home .main-navigation li.current_page_item a, .page-template-side-page .main-navigation li.current_page_item a{
    background-color:  rgba(255,255,255,0.3);
}
.home .main-navigation a:hover, .page-template-side-page .main-navigation a:hover {
    background-color:  rgba(255,255,255,0.3);
}
.pop-up__title {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    color: #78af38;
    margin-bottom: 10px;
    font-size: 40px;
	text-align:center;
}
.pop-up__subtitle {
    font-family: 'Roboto Condensed';
	font-weight: 700;
	color: #444444;
	margin-bottom: 30px;
	font-size: 30px;
	text-align:center;
	line-height: 1.1;
}
.pop-up__link {
    text-decoration: none;
    margin: 0 auto;
    box-shadow: 0px 5px 10px rgba(137, 194, 81, 0.5);
    color: #fff;
    font-size: 22px;
    margin-bottom: 45px;
    background-color: rgb(137, 194, 81);
    width: 360px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-radius: 0;
	font-family: 'Gilroy Bold';
}
.pop-up__link:hover {
    box-shadow: none;
    background-color: rgba(137, 194, 81, 0.8);
}
.pop-up__title {

}
.pop-up__link {

	text-align: center;
}
.pop-up__inner {
    padding: 20px 0;
    margin: 20px 0;
    border: 1px dotted green;
    border-radius: 10px;
}
.page .entry-content {
    padding: 50px 0;
}
.container.container--single {
    padding: 70px 15px;
}
.current-lang {
    display: none;
}
.header__tel ul {
    margin: 0;
        margin-left: 0px;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.header__tel ul a{
    color:white;
}

/*---------------cat----------------*/
.category .container.container--head-single h2 a{
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    color: black;
}
.category .page-header {
    background-image: url(/wp-content/uploads/2020/07/main-bg.jpg);
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
	margin-bottom: 50px;
}
.category .entry-header {
    background-image: url(/wp-content/uploads/2020/07/main-bg.jpg);
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: none;
    height: auto;
}
.container.container--category {
    display: flex;
    justify-content: space-between;
}
.archive .header__tel ul a {
    color: black;
}
.page-template-default .header__tel ul a {
    color: black;
}
.home .header__tel ul a {
    color: white;
}
.single .header__tel ul a {
    color: black;
}
.category-image {
    min-width: 360px;
    margin-right: 10px;
}
.category .entry-title {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    margin-left: -15px;
	line-height: 1;
}
.category article {
    margin-bottom: 50px;
}
#secondary {
    padding-left: 25px;
    padding-right: 25px;
    color: #000;
    font-size: 14px;
    line-height: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    border: 1px solid rgba(51,51,51,.12);
    width: 323px;
}
#secondary h2 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}
#secondary a {
    color: black;
}
.container.container--side-inner {
    display: flex;
    justify-content: space-between;
    padding: 70px 15px;
    flex-direction: row-reverse;
}
.page-template-side-page .entry-content {
    padding: 0;
}
.side__box {
    width: calc(100% - 340px);
}
.page-template-side-page .entry-content h2 {
    margin-bottom: 30px;
}
.page-template-side-page .entry-content h2:first-child {
    margin-top: 35px;
}
/*--------------------------------------------------------*/
.why {
    background-image: url(http://kbti.codemix.com.ua/wp-content/uploads/2020/07/home-bg.jpg);
    padding: 0 0 0 0;
    z-index: 1;
}
.why h2{
	text-align:center;
}
.why-list {
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
    list-style: none;
}
.why-list li {
    padding-left: 50px;
    min-height: auto;
    background: url(/wp-content/uploads/2021/07/check.png) no-repeat;
    background-position: left center;
    max-width: 670px;
    margin: 0 auto 30px;
}
.why:before {
    background-image: url(/wp-content/uploads/2020/07/dotss-bg.png);
    z-index: 10;
    position: relative;
    background-repeat: repeat;
    height: 8px;
    width: 8px;
}
/*-------------------------------------------------------------------*/
.clients {
    padding: 0 0 0;
}
h2 {
    text-align: center;
    padding: 0;
    font-family: 'Roboto Condensed';
    color: #78af38;
    margin: 100px 0 70px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
}
.slider-logo.slick-initialized.slick-slider {
    margin-bottom: 5px;
}
/*--------------------------------------------------------*/
.container--number {
    display: flex;
    justify-content: space-between;
    max-width: 975px;
}
.col {
    flex: 1;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    max-width: 240px;
    line-height: 1.1;
    color: #1a1a1a;
}
.num {
    font-size: 72px;
    font-weight: 900;
    color: #1a1a1a;
}
.sub-num {
    padding: 15px 0 0;
    text-transform: lowercase;
    font-weight: 400;
    color: #666;
    font-size: 16px;
}
/*--------------------------------------------------------------------*/
.home #masthead {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
	color: white;
}
.page-template-side-page #masthead {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.container--abs {
    height: 70%;
    position: relative;
}
.abs__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
}
.abs__title {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 1.3;
}
.abs__subtitle {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1;
    margin: 100px 0 80px 0;
    position: relative;
    /*padding-left: 50px;*/
}
/*.home .abs__subtitle::before {
    content: "UA";
    font-size: 96px;
    font-weight: 900;
    position: absolute;
    top: -40px;
    color: rgba(255, 255, 255, 0.3);
    left: 0;
	font-family: 'Gilroy Heavy';
}
.abs__subtitle::before {
    content: "1 день";
    font-size: 96px;
    font-weight: 900;
    position: absolute;
    top: -40px;
    color: rgba(255, 255, 255, 0.3);
    left: 0;
	font-family: 'Gilroy Heavy';
}*/
.pop-up__link.abs {
    margin-left: 0;
}
p.container, ul.container {
    margin-bottom: 1.5em;
}
.home .page .entry-content {
    padding: 0px 0 0;
}
.page-template-side-page .page .entry-content {
    padding: 50px 0 0;
	padding:0;
}
/*------------------------------------------УСЛУГИ-------------------*/
.servises {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.servises li {
    height: 200px;
    margin-bottom: 20px;
    width: 25%;
    max-width: 263px;
    border: 3px solid #f2f2f2;
	background-color:white;
	position: relative;
    
}
.servises li a {
    color: #262626;
    font-weight: bold;
    text-decoration: none;
    height: 100%;
    padding: 0 10px;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.5s all;
    padding-top: 110px;
    font-size: 14px;
	background-color:transparent;
	
	background-image: url(/wp-content/uploads/2021/07/green-label.png);
    background-repeat: no-repeat;
    background-position: center 45px;
}
.servises li:hover{
    background-color: #89c251;
}
.servises li a:hover {
   /* transform:translateY(-20px);*/
}
.servises li a:hover{
   
	color:white;
}
.servises li svg {
    position: absolute;
    top: 33px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.servises li svg g{
    fill:#262626;
	transition:0.5s all;
}
.servises li:hover  svg g{
    fill:white !important;
}
/*------------------------------------------LIKE-------------------*/
.like {
    padding: 0px 0;
}
.like h2 {
    max-width: 860px;
    margin: 100px auto 70px;
}
.container--like {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.like__list {
    list-style: none;
}
.red__like .like__list li {
    margin-bottom: 20px;
    background: url(/wp-content/uploads/2021/07/close.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    padding-left: 50px;
    background-position: left center;
    height: 48px;
    line-height: 1.1;
}
.green__like .like__list li {
    margin-bottom: 20px;
    background: url(/wp-content/uploads/2021/07/check.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    padding-left: 50px;
    background-position: left center;
}
.red__like {
    width: 47%;
	padding: 20px 50px;
}
.green__like {
    width: 47%;
    box-shadow: -0 5px 10px rgba(86,92,101,.1);
    padding: 20px 50px;
}
.like__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.like__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}
.request p {
    text-align: center;
}
/*-------------------------------------------PRICE-------------------*/
.price {
    padding: 0 0;
}
.price-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 0;
}
.price-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	width: 30%;
	margin-bottom: 30px;
	color: #262626;
}
.price-img {
    width: 64px;
    margin-right: 10px;
	min-width: 64px;
}
/*-------------------------------------------LIGHTBOX-------------------*/
.sub__title {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
}
.porfolio {
    padding: 50px 0 0;
}
.portfolio-slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.portfolio-slides .single {
    width: calc(100% / 5 - 10px);
    margin: 5px;
    background-color: rgb(139, 195, 74);
}
.portfolio-slides .single img {
    min-width: 100%;
}
/*-------------------------------------------request-------------------*/
.request {
    background-image: url(/wp-content/uploads/2021/07/reg.png);
    padding: 0 0;
    max-width: 975px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    background-repeat: no-repeat;
    margin-bottom: 175px;
    margin-top: 175px;
}
.request.request--req {
    background-image: url(/wp-content/uploads/2021/07/reg2.png);
    padding: 0 0;
    max-width: 975px;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-end;
    background-repeat: no-repeat;
    margin-bottom: 200px;
	margin-top: 120px;
}
.request.request--side {
    background-image: url(/wp-content/uploads/2021/07/reg2.png);
    padding: 0 0;
    max-width: 975px;
    margin: 120px auto;
    display: flex;
    justify-content: flex-end;
    background-repeat: no-repeat;
}
.container--request {
    width: 100%;
    max-width: 458px;
    background-color: white;
    margin: 0;
}
.request.request--side .container--request {
    width: 100%;
    max-width: 375px;
    background-color: white;
    margin: 0;
}
.request.request--side p {
    text-align: left;
}
.request .pop-up__title {
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #78af38;
    margin-bottom: 40px;
    font-size: 40px;
    text-align: left;
    margin-top: 40px;
    line-height: 1.3;
}
.request .pop-up__subtitle {
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 40px;
    font-size: 24px;
    text-align: left;
    line-height: 1.3;
    font-family: "Segoe UI", sans-serif;
}
.request .pop-up__link {
    text-align: left;
    margin-left: 0;
}
.profi {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 10px;
    padding: 0 15px;
    list-style: none;
    display: flex;
	justify-content:space-between;
}
.profi li{
    margin: 0 0 20px 0;
    display: flex;
	flex-direction:column;
	align-items: center;
}
.profi li img{
    margin: 0 0 10px;
}
p.container.mb0 {
    margin-bottom: 0;
}
.request.request--req .pop-up__link {
    margin-bottom: 30px;
}
.request.request--req p {
    text-align: left;
}
/*-------------------------------------------TABS-------------------*/
/* Базовый контейнер табов */
.tabs {
	min-width: 320px;
	max-width: 800px;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
		font-size: 16px;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}
/*--------------------------------------------------*/
.widget-title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
#menu-bokovoe-rus, #menu-bokovoe-ukr {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu-bokovoe-rus a, #menu-bokovoe-ukr a {
    text-decoration: none;
    margin: 5px 0;
    display: block;
    line-height: 25px;
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
	font-size: 15px;
}
#menu-bokovoe-rus a:hover, #menu-bokovoe-ukr a:hover{
    text-decoration: underline;
	color: #78af38;
}
#menu-bokovoe-rus .sub-menu, #menu-bokovoe-ukr .sub-menu {
    list-style: square;
    margin: 0;
    padding-left: 30px;
}
td {
    border: 1px solid #eee;
}
.main-navigation ul ul {
    display: flex;
    flex-direction: column;
}
.main-navigation ul ul ul {
    background: white;
    margin-left: 310px;
    z-index: -1;
}
/* Ѕазовые стили сло¤ затемнени¤ и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнени¤ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнени¤ */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popuper {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popuper {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* формируем кнопку закрыти¤ */
.close {
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: #101010;
    content: "X";
    font-size: 12px;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    height: 50px;
    width: 100%;
    margin-bottom: 5px;
    max-width: 380px;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: rgb(139, 195, 74);
    height: 50px;
    width: 290px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 16px;
    color: white;
    text-transform: uppercase;
}
form h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}
#wpcf7-f908-o1 label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.label-name{
	font-weight:700;
}
.category .more-link {
    display: none;
}
.category .entry-content h2 {
    display: none;
}
.category .entry-content ul {
    display: flex;
    flex-wrap: wrap;
}
.category .entry-content ul li {
    margin-right: 25px;
}
@media screen and (max-width:768px){
	h2 {
    margin: 50px 0 50px;
}
	.like h2 {
    max-width: 860px;
    margin: 50px auto 50px;
}
	.request.request--req {
    margin-bottom: 50px;
    margin-top: 50px;
}
	.request {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 0 !important;
}
	.pop-up__link {
    max-width: 290px;
}
	.servises li {
    height: 200px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 263px;
    border: 3px solid #f2f2f2;
    background-color: white;
    position: relative;
    margin: 20px auto;
}
	.header__adress {
    display: none;
}
	.abs__title {
    font-size: 36px;
}
	.abs__subtitle {
    font-size: 24px;
    line-height: 1;
}
	.home .page .entry-content {
    padding: 20px 0 0;
}
	.servises {
    flex-direction: column;
    align-items: center;
}
	h2 {
    font-size: 32px;
}
	.request .pop-up__title {
    font-size: 32px;
}
	.like {
    padding: 20px 0;
}
	.container.container--like {
    flex-direction: column;
    align-items: center;
}
	.red__like {
    width: 100%;
    padding: 20px 20px;
}
	.green__like {
    width: 100%;
    box-shadow: 0 5px 20px rgba(86,92,101,.2);
    padding: 20px 20px;
}
	.request {
    background-image: url(http://kbti.codemix.com.ua/wp-content/uploads/2020/07/home-bg.jpg);
    padding: 40px 5px;
}
	.price {
    padding: 20px 0;
}
	.price-inner {
    flex-direction: column;
    align-items: center;
}
	.price-item {
    width: 290px;
    margin: 10px auto;
}
	.porfolio {
    padding: 20px 0;
}
	.sub__title {
    font-size: 22px;
}
	.pop-up__subtitle {
    font-size: 22px;
}
	.portfolio-slides .single {
    width: calc(50% - 10px);
    margin: 5px;
}
	.container--number {
    flex-direction: column;
    align-items: center;
}
	.slider-logo img {
    margin: 0 auto;
}
	.why-list {
    padding: 10px;
    margin: 0;
}
	.profi {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
	.profi li {
    width: 50%;
}
	.container--footer {
    flex-direction: column;
}
	.footer__item {
    width: 100%;
}
	.side__box {
    width: 100%;
}
	#secondary {
    display: none;
}
	.wp-block-columns {
    flex-wrap: nowrap;
}
	.site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
	.custom-logo-link {
    display: block;
    width: 220px;
}
	.header-social {
    display: flex;
    width: calc(100% - 220px);
    flex-direction: column;
    align-items: flex-end;
    padding-right: 5%;
}
	.header-social img {
    width: 31px;
}
.header-social a {
    width: 31px;
}
}
@media screen and (max-width:480px){
	.wp-block-columns {
    flex-wrap: nowrap;
}
	.site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
	.header-social {
    display: flex;
    width: calc(100% - 220px);
    flex-direction: column;
    align-items: flex-end;
    padding-right: 5%;
}
	.custom-logo-link {
    display: block;
    width: 220px;
}
	.header-social img {
    width: 31px;
}
.header-social a {
    width: 31px;
}
	.header__adress {
    display: none;
}
	.abs__title {
    font-size: 24px;
}
	.abs__subtitle {
    font-size: 18px;
    line-height: 1;
}
	.home .page .entry-content {
    padding: 20px 0 0;
}
	.servises {
    flex-direction: column;
    align-items: center;
}
	h2 {
    font-size: 32px;
}
	.request .pop-up__title {
    font-size: 32px;
}
	.like {
    padding: 20px 0;
}
	.container.container--like {
    flex-direction: column;
    align-items: center;
}
	.red__like {
    width: 100%;
    padding: 20px 20px;
}
	.green__like {
    width: 100%;
    box-shadow: 0 5px 20px rgba(86,92,101,.2);
    padding: 20px 20px;
}
	.request {
    background-image: url(http://kbti.codemix.com.ua/wp-content/uploads/2020/07/home-bg.jpg);
    padding: 40px 5px;
}
	.price {
    padding: 20px 0;
}
	.price-inner {
    flex-direction: column;
    align-items: center;
}
	.price-item {
    width: 290px;
    margin: 10px auto;
}
	.porfolio {
    padding: 20px 0;
}
	.sub__title {
    font-size: 22px;
}
	.pop-up__subtitle {
    font-size: 22px;
}
	.portfolio-slides .single {
    width: calc(100%);
    margin: 5px;
}
	.container--number {
    flex-direction: column;
    align-items: center;
}
	.slider-logo img {
    margin: 0 auto;
}
	.why-list {
    padding: 10px;
    margin: 0;
}
	.profi {
    padding: 0;
    margin: 0;
   flex-wrap: wrap;
}
	.container--footer {
    flex-direction: column;
}
	.footer__item {
    width: 100%;
}
	.side__box {
    width: 100%;
}
	#secondary {
    display: none;
}
	#wpcf7-f908-o1 label {
    display: block;
}
}
/*----------------------------------------------------*/
.main-navigation ul ul li {
    padding-right: 10px;
	position:relative;
}
/*.main-navigation ul ul li:hover{
   background-color:rgba(139, 195, 74, 0.8) !important;
}
.main-navigation ul ul li a:hover{
   background-color:rgba(139, 195, 74, 0.5) !important;
}*/
#menu-item-823 > a::after, #menu-item-592 > a::after, #menu-item-764 > a::after, #menu-item-403 > a::after, #menu-item-826 > a::after, #menu-item-765 > a::after, #menu-item-594 > a::after, #menu-item-402 > a::after {
    content: ">";
    padding-right: 5px;
    padding-left: 10px;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: -2px;
}
.menu-toggle {
    display: none;
}
.sl-item {
    text-align: center;
    margin-top: 50px;
}
.sl-item p {
    margin: 0;
    margin: 15px 0;
}
.sl-item img{
    margin:0 auto;
}
#responsive-menu li:nth-child(8) a {
    background-color: rgb(139, 195, 74) !important;
}
.site-branding {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:1200px){
	#responsive-menu-container {
    width: 25% !important;
}
	.header-social {
    display: none; 
}
}

.header-social img {
    width: 31px;
}
@media screen and (max-width:1200px){
	.container.container--category {
    flex-direction: column;
}
	.category-image {
    min-width: 100%;
    margin-right: 0;
}
}
/*-------------------18.03.21-------------------*/
.tel-button {
    display: inline-block;
	position:relative;
}
.header__tel {
    position: relative;
    display: flex;
    align-items: center;
}
.home .tel-button span {
    color: white !important;
}
.page-template-side-page .tel-button span {
    color: white !important;
}
.tel-button span {
   
}
.pop__tel {
    position: absolute;
    top: 30px;
    background-color: white;
    padding: 15px;
    z-index: 1;
    left: -15px;
    width: 180px;
    display: flex;
    flex-direction: column;
}
.tel-button img {
    height: 17px;
    margin-right: 10px;
}
.pop__tel img {
    height: 17px;
    margin-right: 10px;
}
.pop__tel a {
    color: #404040;
    display: block;
    margin-bottom: 10px;
}
.lang-item a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 24px !important;
    overflow: hidden;
    margin-left: 50px;
    font-weight: 400 !important;
}
#primary-menu .sub-menu {
    width: auto;
    color: #333;
    padding: 40px 20px !important;
    background-color: #fff;
    box-shadow: 2px 2px 15px 1px #333;
    border-radius: 0px;
    line-height: 20px;
    height: auto;
}
#primary-menu .sub-menu .sub-menu::before {
    content: none;
}
.main-navigation ul ul a:hover{
    color: rgb(139, 195, 74) !important;

}
.main-navigation ul ul a {
    margin: 0;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.main-navigation ul ul a:hover {
    padding: 0;
}
.main-navigation ul ul li {
   padding-bottom: 15px;
}
.main-navigation ul ul li:last-child {
   padding-bottom: 0px;
}
#primary-menu .sub-menu::before {
    position: absolute;
    content: "";
    top: -10px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-color: #fff;
    z-index: 2;
    transform: rotate(45deg);
    border-radius: 8px;
}
.portfolio-slides {
    display: none;
}
	.slick-prev.slick-arrow {
    font-size: 0;
    width: 65px;
    height: 65px;
    border: 0px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    background-color: transparent;
    transform: translatey(-50%);
    left: -45px;
    transition: 0.5s all;
}
	.slick-next.slick-arrow {
    font-size: 0;
    width: 65px;
    height: 65px;
    border: 0px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    background-color: transparent;
    transform: translatey(-50%);
    right: -45px;
    transition: 0.5s all;
}
	.slick-prev.slick-arrow:hover, .slick-next.slick-arrow:hover{
		background-color: white;
	}
	.slick-prev.slick-arrow::before {
        content: url(/wp-content/uploads/2021/03/arrow-prew.png);
}

	.slick-next.slick-arrow::before {
       content: url(/wp-content/uploads/2021/03/arrow-next.png);
}
@media screen and (max-width:1199px){
	.header__tel {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 80%;
    font-weight: 700;
		padding-left: 15px;
}
	.tel-button {
	color:white !important;
}
	.tel-button span {
    color: white !important;
}
	.pop__tel a {
    color: #404040 !important;
    display: block;
    margin-bottom: 10px;
}
	.pop__tel {
    left: 0px;
}
	.slider-porfolio-mobil.slick-initialized.slick-slider {
    display: block;
    width: 290px;
    margin: 0 auto;
}
	.portfolio-slides {
    display: none;
}



}



.t898 {
 z-index:1000
}
.t898_animate .t898__animated-circle {
 position:absolute;
 width:60px;
 height:60px;
 top:-3px;
 border-radius:50%;
 left:-3px;
 border-radius:100%;
 box-shadow:0 0 20px 0 rgba(0,0,0,.2);
 border:3px solid #08c;
 animation:t898__pulsate 1s ease-out;
 animation-iteration-count:infinite;
 -webkit-animation:t898__pulsate 2s ease-out;
 -webkit-animation-iteration-count:infinite;
 opacity:0
}
.t898_animate .t898__btn_label {
 animation:t898__btn-pulsate 2s ease-out;
 animation-iteration-count:infinite;
 -webkit-animation:t898__btn-pulsate 2s ease-out;
 -webkit-animation-iteration-count:infinite
}
.t898_animate:hover .t898__animated-circle {
 animation:none
}
.t898_animate:hover .t898__btn_label {
 animation:none
}
.t898__wrapper,
.t898__tooltip {
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.t898__tooltip {
 position:absolute;
 right:70px;
 white-space:nowrap;
 background:#fff;
 padding:6px 9px;
 font-size:13px;
 border-radius:3px;
 transform:translateX(0%) translateY(-50%);
 top:50%;
 background:#292929;
 color:#fff;
 opacity:0;
 transition:all 0.1s linear
}
.t898__tooltip:after {
 content:'';
 position:absolute;
 width:0;
 height:0;
 border:solid transparent;
 border-width:10px;
 top:50%;
 right:-20px;
 transform:translateY(-50%);
 border-left-color:#292929
}
.t898__hint {
 position:absolute;
 right:80px;
 white-space:nowrap;
 background:#fff;
 padding:9px 13px;
 font-size:15px;
 border-radius:3px;
 transform:translateX(0%) translateY(-50%);
 top:50%;
 background:#292929;
 color:#fff;
 opacity:.85;
 transition:all 0.1s linear
}
.t898__hint:after {
 content:'';
 position:absolute;
 width:0;
 height:0;
 border:solid transparent;
 border-width:10px;
 top:50%;
 right:-20px;
 transform:translateY(-50%);
 border-left-color:#292929
}
.t898__wrapper {
 position:fixed;
 bottom:50px;
 right:65px;
 height:60px;
 display:flex;
 justify-content:center;
 align-items:center;
 z-index:1000
}
.t898__btn_label {
 position:relative;
 cursor:pointer;
 z-index:2;
 width:60px;
 height:60px;
 justify-content:center;
 align-items:center;
 background:#08c;
 border-radius:50%;
 transition:all 0.2s ease-in-out;
 box-shadow:0 0 20px 0 rgba(0,0,0,.3);
 overflow:hidden
}
.t898__btn_label:hover {
 box-shadow:0 0 20px 0 rgba(0,0,0,.4)
}
.t898__btn_label:hover .t898__tooltip {
 transform:translate(0,0);
 opacity:1
}
.t898__btn_label:hover+.t898__tooltip {
 transform:translate(0,0);
 opacity:1
}
.t898__btn_label:hover+.t898__tooltip:after {
 opacity:1
}
.t898__btn_input {
 display:none
}
.t898__btn_input:checked~.t898__hint {
 opacity:0;
 visibility:hidden
}
.t898__btn_input:checked~a:nth-of-type(1) {
 transition:all 0.2s ease-in-out;
 transform:translate(0,-135%)
}
.t898__btn_input:checked~a:nth-of-type(2) {
 transition:all 0.225s ease-in-out;
 transform:translate(0,-255%)
}
.t898__btn_input:checked~a:nth-of-type(3) {
 transition:all 0.25s ease-in-out;
 transform:translate(0,-375%)
}
.t898__btn_input:checked~a:nth-of-type(4) {
 transition:all 0.275s ease-in-out;
 transform:translate(0,-495%)
}
.t898__btn_input:checked~a:nth-of-type(5) {
 transition:all 0.3s ease-in-out;
 transform:translate(0,-615%)
}
.t898__btn_input:checked~a:nth-of-type(6) {
 transition:all 0.325s ease-in-out;
 transform:translate(0,-735%)
}
.t898__btn_input:checked~a:nth-of-type(7) {
 transition:all 0.325s ease-in-out;
 transform:translate(0,-855%)
}
.t898__btn_input:checked~a:nth-of-type(8) {
 transition:all 0.35s ease-in-out;
 transform:translate(0,-975%)
}
.t898__btn_input:checked~a:nth-of-type(9) {
 transition:all 0.375s ease-in-out;
 transform:translate(0,-1095%)
}
.t898__btn_input:checked~a:nth-of-type(10) {
 transition:all 0.4s ease-in-out;
 transform:translate(0,-1215%)
}
.t898__btn_input:checked~a:nth-of-type(11) {
 transition:all 0.425s ease-in-out;
 transform:translate(0,-1335%)
}
.t898__btn_input:checked~.t898__animated-circle {
 display:none
}
.t898__btn_input:checked~.t898__icon_link {
 opacity:1;
 visibility:visible
}
.t898__btn_input:checked+label {
 background:#fff!important;
 animation:none
}
.t898__btn_input:checked+label .t898__bgimg {
 opacity:0;
 visibility:hidden
}
.t898__btn_input:checked+label .t898__icon-write {
 opacity:0;
 visibility:hidden;
 transform:scale(.1)
}
.t898__btn_input:checked+label .t898__icon-close {
 opacity:1;
 visibility:visible;
 transform:scale(1)
}
.t898__btn:hover {
 box-shadow:0 0 20px 0 rgba(0,0,0,.4)
}
.t898__bgimg {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background-size:cover;
 background-position:center center;
 background-repeat:no-repeat;
 transition:all 0.2s linear
}
.t898__icon {
 transition:all 0.3s ease-in-out;
 position:absolute;
 margin:auto;
 top:0;
 right:0;
 bottom:0;
 left:0
}
.t898__icon-close {
 opacity:0;
 visibility:hidden;
 transform:scale(.1)
}
.t898__icon_tooltip {
 position:absolute;
 opacity:0;
 right:80px;
 white-space:nowrap;
 background:#fff;
 padding:9px 13px;
 font-size:15px;
 border-radius:3px;
 transform:translateX(0%) translateY(-50%);
 top:50%;
 background:#292929;
 color:#fff;
 transition:all 0.1s linear
}
.t898__icon_tooltip:after {
 content:'';
 position:absolute;
 width:0;
 height:0;
 border:solid transparent;
 border-width:10px;
 top:50%;
 right:-20px;
 transform:translateY(-50%);
 border-left-color:#292929
}
.t898__icon_link {
 border-radius:50%;
 box-shadow:0 0 20px 0 rgba(0,0,0,.3);
 opacity:0;
 visibility:hidden;
 width:50px;
 height:50px
}
.t898__icon_link:hover {
 box-shadow:0 0 20px 0 rgba(0,0,0,.4)
}
.t898__icon_link:hover .t898__tooltip {
 opacity:.85
}
.t898_left .t898__tooltip {
 left:80px;
 right:auto
}
.t898_left .t898__tooltip:after {
 left:-20px;
 border-right-color:#292929;
 border-left-color:transparent
}
.t898_left .t898__hint {
 left:80px;
 right:auto
}
.t898_left .t898__hint:after {
 left:-20px;
 border-right-color:#292929;
 border-left-color:transparent
}
@keyframes t898__btn-pulsate {
 0% {
  transform:scale(1,1)
 }
 25% {
  transform:scale(1.1,1.1)
 }
 50% {
  transform:scale(1,1)
 }
}
@keyframes t898__pulsate {
 0% {
  -webkit-transform:scale(.8,.8);
  opacity:0
 }
 25% {
  opacity:.4
 }
 50% {
  -webkit-transform:scale(1.3,1.3);
  opacity:0
 }
 100% {
  -webkit-transform:scale(.8,.8);
  opacity:0
 }
}
@media screen and (max-width:960px) {
 .t898__wrapper {
  bottom:10px;
  right:10px
 }
}