/*!
Theme Name: kdtu.tech
Theme URI: http://underscores.me/
Author: selector.space
Author URI: https://selector.space
Description: Description
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: kdtu
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.

kdtu.tech 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.
 */
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
--------------------------------------------- */

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


dfn,
cite,
em,
i {
	font-style: italic;
}
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:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */


/*--------------------------------------------------------------
# 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: 200px;
}

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

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


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

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

/* ---------------------------Selector.space--------------------------- */
@font-face {
  font-family: 'Raleway';
  src: url("/wp-content/themes/kdtu/fonts/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("/wp-content/themes/kdtu/fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("/wp-content/themes/kdtu/fonts/Raleway-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("/wp-content/themes/kdtu/fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on; }

a {
  display: inline-block;
  text-decoration: none;
  color: #fff; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: normal; }

ul {
  margin: 0;
  padding: 0; }

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }

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

.c-container {
  width: 1290px;
  margin: auto;
  position: relative; }

.s-title {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .s-title span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    color: #FF7100;
    margin-bottom: 5px; }

.body-dark {
  background: rgba(22, 23, 27, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  z-index: -1; }
  .body-dark.active {
    opacity: 1;
    z-index: 100; }

/* Header */
#breadcrumbs {    
	padding-bottom: 20px;
}
#breadcrumbs a{
	color:#303030;
}

.header {
	background: -webkit-gradient(linear, left top, left bottom, from(#16171B), color-stop(48.57%, rgba(22, 23, 27, 0.8)), to(rgba(22, 23, 27, 0)));
	background: -o-linear-gradient(top, #16171B 0%, rgba(22, 23, 27, 0.8) 48.57%, rgba(22, 23, 27, 0) 100%);
	background: linear-gradient(180deg, #16171B 0%, rgba(22, 23, 27, 0.8) 48.57%, rgba(22, 23, 27, 0) 100%);
	padding: 20px 0; 
	position:absolute;
	width:100%;
	z-index:9;
}
.page-template-page-about header, .page-template-page-tool header, .page-template-page-areas header, .page-template-page-product-c1-1 header{
	position:relative;
	background:#16171B;
}
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; 
}
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-catalog-btn {
    margin-right: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer; }
    .header-catalog-btn img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10px; }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header-logo {
    -webkit-transform: translateX(17px);
        -ms-transform: translateX(17px);
            transform: translateX(17px); }
  .header-mnu-btn {
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer; }
    .header-mnu-btn img {
      margin-right: 10px; }
  .header-lang {
    margin-left: 50px; }
    .header-lang li {
      display: block; }
    .header-lang a {
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .header-lang a:hover {
        color: #FF7100; }
    .header-lang-item {
      cursor: pointer;
      padding-right: 20px;
      position: relative;
      margin-bottom: 0; }
.header-lang-item:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url("/wp-content/themes/kdtu//img/arrow-down.svg") no-repeat center;
	position: absolute;
	right: 0;
	top: 5px; 
}
.header-lang-drop {
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: -10px;
	padding-top: 10px;
	display: none; 
}
.header-lang-drop li {
	margin-bottom: 10px; 
}
.header-lang-drop li:last-child {
	margin-bottom: 0;
}
.header-2 {
/*     background: #16171B;  */
}
.header-2 .header-logo {
	width: 200px; 
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .social li {
    margin-right: 10px; }
    .social li:last-child {
      margin-right: 0; }
  .social a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .social a:hover {
      opacity: .7; }

.mnu {
  padding-left: 24px;
  margin-bottom: 40px; 
}
.mnu li {
    display: block;
    margin-bottom: 20px; 
}
.mnu li:last-child {
    margin-bottom: 0; 
}
.mnu a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative; 
}
.mnu a:hover {
    font-weight: 600; 
}
.mnu a:hover:after {
    opacity: 1; 
}
.mnu a:after {
      content: '';
      width: 23px;
      height: 12px;
      background: url("/wp-content/themes/kdtu/img/arrow-right-white.svg") no-repeat center;
      position: absolute;
      top: 5px;
      right: -30px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      opacity: 0; 
}
.mnu a.active {
	font-weight: 600;
	color: #16171B;
	cursor: auto; 
}
.mnu-pdf{
	background:url(/wp-content/themes/kdtu/img/pdf.svg)no-repeat;
}
      .mnu a.active:hover:after {
        opacity: 0; }
  .mnu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-bottom: 30px; }
    .mnu-close img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10px; }
  .mnu-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: 500;
    padding-left: 24px;
    text-transform: uppercase; }
    .mnu-pdf img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10px; }
  .mnu-wrapper {
    width: 420px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 45px 35px;
    background-color: #FF7100;
    z-index: 101;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .mnu-wrapper.active {
      right: 0; }
  .mnu-logo {
    position: absolute;
    left: 60px;
    bottom: 30px; }

.mnu-catalog {
  width: 450px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  padding: 50px;
  background-color: #FF7100;
  z-index: 101;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .mnu-catalog.active {
    left: 0; }
  .mnu-catalog-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-bottom: 30px; }
    .mnu-catalog-close img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10px; }
  .mnu-catalog-logo {
    position: absolute;
    left: 50px;
    bottom: 35px; }

/* Main section */
.main {
	background: url("/wp-content/themes/kdtu/img/main-bg.jpg") no-repeat top;
	background-size: cover;
	padding-bottom: 255px; 
	padding-top: 155px;
}
  .main-title {
    margin-top: 130px;
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    text-align: center; }

/* Main-categories section */
.main-categories {
  padding: 50px 0; }
  .main-categories-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-categories-item {
    width: 33%;
    padding-right: 30px; }
    .main-categories-item-title {
      padding-left: 15px;
      font-size: 17px;
      font-weight: 600;
      color: #16171B;
      margin-bottom: 15px;
      position: relative;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .main-categories-item-title:hover {
        -webkit-transform: translateX(-15px);
            -ms-transform: translateX(-15px);
                transform: translateX(-15px);
        color: #FF7100; }
        .main-categories-item-title:hover:before {
          opacity: 0; }
        .main-categories-item-title:hover img {
          opacity: 1; }
      .main-categories-item-title:before {
        content: '';
        width: 3px;
        height: 100%;
        background-color: #FF7100;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .main-categories-item-title span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 5px; }
      .main-categories-item-title img {
        margin-left: 15px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        opacity: 0; }
    .main-categories-item-text {
      font-size: 17px;
      color: #35363A;
      line-height: 1.6; }

/* Main-about section */
.main-about {
  background-color: #16171B;
  padding: 100px 0; }
  .main-about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-about-info {
    width: 480px; }
  .main-about-text {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px; }
  .main-about-more {
    font-size: 17px;
    font-weight: 600;
    color: #FF7100;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .main-about-more:hover {
      color: #fff; }
  .main-about-advantages {
    padding-top: 30px;
    width: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -35px; }
    .main-about-advantages-item {
      width: 50%;
      padding-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 35px; }
      .main-about-advantages-item-icon {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .main-about-advantages-item-info {
        margin-left: 20px; }
      .main-about-advantages-item-title {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 15px; }
      .main-about-advantages-item-text {
        font-size: 17px;
        color: #D1D1D7;
        line-height: 1.6; }

/* Main-tool section */
.main-tool {
  background: url("/wp-content/themes/kdtu/img/tool-bg.png") no-repeat top;
  background-size: cover; }
  .main-tool-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .main-tool-info {
    width: 680px;
    background-color: #fff;
    padding: 100px 60px; }
  .main-tool-title {
    color: #16171B; }
  .main-tool-text {
    font-size: 17px;
    color: #35363A;
    line-height: 1.6;
    margin-bottom: 15px; }
  .main-tool-more {
    font-size: 17px;
    font-weight: 600;
    color: #FF7100;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .main-tool-more:hover {
      color: #35363A; }

/* Photos section */
.photos {
  background-color: #FF7100;
  padding: 30px 0; }
  .photos .c-container {
    width: 1920px; }
  .photos-slider .slick-list {
    padding: 0 12.5%; }
  .photos-item {
    height: 240px;
    margin: 0 15px; }
    .photos-item-insta {
      width: 240px;
      padding: 30px; }
      .photos-item-insta-mob {
        display: none; }
      .photos-item-insta-title {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 20px; }
      .photos-item-insta-desc {
        font-size: 17px;
        color: #fff;
        margin-bottom: 5px; }
      .photos-item-insta-link {
        font-size: 17px;
        font-weight: bold; }

/* Individual section */
.individual {
  background-color: #16171B;
  padding: 110px 0 305px; }
  .individual-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .individual-desc {
    width: 585px;
    padding-left: 15px;
    border-left: 3px solid #FF7100;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6; }
  .individual-text {
    width: 660px;
    font-size: 17px;
    color: #D1D1D7;
    line-height: 1.6; }
    .individual-text span {
      font-weight: 600;
      color: #fff; }

/* Gallery */
.gallery {
	margin-top: -240px; 
}
.gallery-item {
    height: 380px!important;
    margin: 0 15px;
    overflow: hidden; 
}
    .gallery-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .gallery-item img {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

/* Main-areas section */
.main-areas {
  padding: 100px 0; }
  .main-areas-title {
    color: #16171B; }
  .main-areas-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-areas-info {
    width: 680px; }
  .main-areas-text {
    font-size: 17px;
    color: #35363A;
    line-height: 1.6;
    margin-bottom: 15px; }
  .main-areas-more {
    font-size: 17px;
    font-weight: 600;
    color: #FF7100;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .main-areas-more:hover {
      color: #35363A; }
  .main-areas-categories {
    width: 520px; }
    .main-areas-categories .main-categories-item {
      width: 100%;
      margin-bottom: 30px; }
      .main-areas-categories .main-categories-item:last-of-type {
        margin-bottom: 0; }

/* Mission section */
.mission {
  background-color: #16171B;
  padding: 110px 0 135px; }
  .mission-title {
    margin-bottom: 40px; }
  .mission-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mission-item {
    width: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .mission-item-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .mission-item-info {
      margin-left: 20px; }
    .mission-item-title {
      font-size: 30px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 20px; }
    .mission-item-text {
      font-size: 17px;
      color: #D1D1D7;
      line-height: 1.6; }

/* Contacts section */
.contacts {
  padding: 100px 0; }
  .contacts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px; }
  .contacts-title {
    width: 380px;
    color: #16171B;
    margin-bottom: 0; }
  .contacts-questions {
    width: 380px; }
    .contacts-questions-text {
      font-size: 17px;
      font-weight: 600;
      color: #16171B;
      line-height: 1.6;
      margin-bottom: 20px; }
    .contacts-questions-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 30px;
      background-color: #FF7100;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .contacts-questions-btn:hover {
        background-color: #16171B; }
        .contacts-questions-btn:hover img {
          -webkit-transform: translateX(3px);
              -ms-transform: translateX(3px);
                  transform: translateX(3px); }
      .contacts-questions-btn img {
        margin-left: 15px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
  .contacts-social {
    width: 300px; }
    .contacts-social-text {
      font-size: 17px;
      color: #35363A;
      line-height: 1.6;
      margin-bottom: 30px; }
    .contacts-social .social img {
      width: 35px; }
  .contacts-form {
    width: 670px; }
    .contacts-form-inputs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px; }
    .contacts-form-input {
      width: 100%;
      height: 45px;
      padding: 0 15px;
      background-color: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.5);
      font: 17px 'Raleway', sans-serif;
      color: #fff;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .contacts-form-input:focus {
        border-color: #FF7100; }
      .contacts-form-input-wrap {
        width: 47%; }
      .contacts-form-input-title {
        font-size: 15px;
        color: #D1D1D7;
        margin-bottom: 10px; }
    .contacts-form-wrapper {
      background-color: #16171B;
      padding: 45px 140px 45px 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .contacts-form-info {
      width: 290px; }
    .contacts-form-title {
      border-left: 3px solid #FF7100;
      padding-left: 15px;
      font-size: 30px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 20px; }
    .contacts-form-desc {
      font-size: 17px;
      color: #D1D1D7;
      line-height: 1.6; }
    .contacts-form-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .contacts-form-btn {
      background-color: #FF7100;
      border: none;
      padding: 16px 60px;
      font: bold 13px 'Raleway', sans-serif;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .contacts-form-btn:hover {
        background-color: #fff;
        color: #16171B; }
    .contacts-form-text {
      background: url("/wp-content/themes/kdtu/img/form-icon.svg") no-repeat left 3px;
      padding-left: 20px;
      width: 340px;
      margin-left: 30px;
      font-size: 14px;
      color: #D1D1D7;
      line-height: 1.6; }
      .contacts-form-text a {
        color: #FF7100; }
  .contacts-other .contacts-wrapper {
    margin-bottom: 0; }

/* Footer */
.footer {
  background-color: #16171B;
  padding: 80px 0 100px; }
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-info {
    width: 260px; }
  .footer-logo {
    width: 240px; }
  .footer-copy {
    margin-top: 30px;
    color: #D1D1D7;
    line-height: 1.6; }
  .footer-mnu li {
    display: block;
    margin-bottom: 15px; }
    .footer-mnu li:last-child {
      margin-bottom: 0; }
  .footer-mnu a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .footer-mnu a:hover {
      color: #FF7100; }
  .footer-download {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase; }
    .footer-download img {
      margin-right: 10px; }
  .footer-address {
    width: 215px; }
    .footer-address-title {
      font-weight: 500;
      color: #D1D1D7;
      margin-bottom: 15px; }
    .footer-address-value {
      font-size: 17px;
      line-height: 1.6;
      color: #fff;
      margin-bottom: 25px; }
      .footer-address-value span {
        display: block;
        font-weight: bold; }
    .footer-address .social li {
      margin-right: 15px; }
    .footer-address .social img {
      width: 35px; }
  .footer-contacts {
    width: 285px; }
    .footer-contacts .social li {
      margin-right: 15px; }
    .footer-contacts .social img {
      width: 35px; }
  .footer-phone-title {
    font-weight: 500;
    color: #D1D1D7;
    margin-bottom: 5px; }
  .footer-phone-value {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .footer-phone-value:hover {
      color: #FF7100; }
  .footer-email {
    margin-top: 20px; }
    .footer-email-title {
      font-weight: 500;
      color: #D1D1D7;
      margin-bottom: 5px; }
    .footer-email-value {
      font-size: 20px;
      font-weight: bold;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .footer-email-value:hover {
        color: #FF7100; }
  .footer-development {
    margin-top: 20px;
    font-weight: 500;
    color: #ddd; }
    .footer-development a {
      color: #ddd;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .footer-development a:hover {
        color: #FF7100; }

/* Catalog page */
.catalog-main {
  background: url("/wp-content/themes/kdtu/img/catalog-main-bg.png") no-repeat top;
  background-size: cover;
  padding-bottom: 230px; }
  .catalog-main-info {
    padding-top: 140px;
    text-align: center; }
  .catalog-main-title {
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px; }
  .catalog-main-btn {
    border: 2px solid #fff;
    padding: 15px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .catalog-main-btn:hover {
      background-color: #FF7100;
      border-color: #FF7100; }
    .catalog-main-btn img {
      margin-right: 10px; }

.catalog-top {
  background-color: #FF7100;
  padding: 60px 0;
  text-align: center; }
  .catalog-top-title {
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px; }
  .catalog-top-desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff; }

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .crumbs li {
    padding-right: 30px;
    margin-right: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #FF7100;
    position: relative; }
    .crumbs li:after {
      content: '';
      width: 14px;
      height: 18px;
      background: url("/wp-content/themes/kdtu/img/crumbs-icon.svg") no-repeat center;
      position: absolute;
      top: 1px;
      right: 0; }
    .crumbs li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .crumbs li:last-child:after {
        display: none; }
  .crumbs a {
    font-size: 17px;
    color: #16171B;
    font-weight: normal;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .crumbs a:hover {
      color: #FF7100; }
  .crumbs-wrapper {
    padding: 30px 0; }

.catalog {
  background-color: #F7F7F7;
  padding-top: 30px;
  padding-bottom: 60px; }
  .catalog-title {
    margin-top: 30px;
    color: #16171B;
    margin-bottom: 40px; }
  .catalog-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px -30px; }
  .catalog-item {
    width: 410px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
    padding-top: 40px;
    margin: 0 15px 30px;
    text-align: center;
    position: relative; }
    .catalog-item:hover {
      -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
              box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); }
      .catalog-item:hover .catalog-item-img img {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); }
      .catalog-item:hover .catalog-item-name {
        background-color: #FF7100;
        color: #fff; }
        .catalog-item:hover .catalog-item-name:before {
          opacity: 0; }
        .catalog-item:hover .catalog-item-name img {
          opacity: 1; }
        .catalog-item:hover .catalog-item-name span {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
    .catalog-item-new {
      width: 60px;
      height: 60px;
      background-color: #008EFF;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 17px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      position: absolute;
      top: 20px;
      right: 20px;
      display: none; }
    .catalog-item-img {
      display: block;
      padding: 0 20px; }
      .catalog-item-img img {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
    .catalog-item-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 40px;
      padding: 20px;
      font-size: 20px;
      font-weight: bold;
      color: #16171B;
      position: relative;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .catalog-item-name:before {
        content: '';
        width: 50px;
        height: 3px;
        background-color: #FF7100;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .catalog-item-name span {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateX(17px);
            -ms-transform: translateX(17px);
                transform: translateX(17px); }
      .catalog-item-name img {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        opacity: 0;
        margin-left: 15px; }

.catalog-other {
  padding: 60px 0 110px; }
  .catalog-other-title {
    color: #16171B; }
  .catalog-other-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .catalog-other-item {
    width: 48%;
    height: 340px;
    overflow: hidden;
    position: relative; }
    .catalog-other-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .catalog-other-item-name {
      width: 90%;
      background-color: #FF7100;
      padding: 5px 30px;
      height: 65px;
      position: absolute;
      top: 30px;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      line-height: 1.4; }
    .catalog-other-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }

/* Product page */
.product {
  padding: 40px 0 80px; }
  .product-top {
    position: relative; }
  .product-img {
    background: -o-linear-gradient(273deg, #303030 -26.76%, #666666 104.63%);
    background: linear-gradient(177deg, #303030 -26.76%, #666666 104.63%);
    height: 480px;
    padding: 50px; }
    .product-img img {
      width: 100%;
      height: 100%; }
  .product-video {
    width: 170px;
    height: 170px;
    background-color: #FF7100;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 40px;
    bottom: -85px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 3; }
    .product-video:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .product-wrapper {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .product-info {
    width: 630px; }
  .product-title {
    font-size: 56px;
    font-weight: bold;
    color: #16171B;
    margin-bottom: 20px; }
  .product-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #303030;
    margin-bottom: 15px; }
    .product-desc:last-of-type {
      margin-bottom: 0; }
  .product-table-title {
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #16171B;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .product-table-2 .product-table-titles-item {
	  	width: 20%; 
	}
  .product-table-2 .product-table-row-item {
    width: 20%; 
	}
  .product-table-3 .product-table-titles-item {
    width: 25%;
	}
  .product-table-3 .product-table-row-item {
    width: 25%;
	}
  .product-table-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-table-titles-item {
      width: 16.6%;
      padding: 10px;
      font-size: 15px;
      color: #16171B; }
      .product-table-titles-item span {
        font-weight: bold; }
  .product-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .product-table-row:hover {
      -webkit-box-shadow: 0px 3px 13px rgba(22, 23, 27, 0.08);
              box-shadow: 0px 3px 13px rgba(22, 23, 27, 0.08); }
    .product-table-row-item {
      width: 16.5%;
      padding: 10px;
      background-color: #F7F7F7;
      border: 1px solid #fff;
      font-size: 14px; 
}
      .product-table-row-item span {
        font-weight: bold; }
  .product-example {
    margin-bottom: 50px; }
    .product-example-title {
      margin-top: 50px;
      font-size: 20px;
      font-weight: bold;
      color: #16171B;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .product-example-table-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-example-table-top-item {
        width: 65%;
        padding: 10px;
        font-size: 15px;
        color: #35363A;
        text-transform: uppercase; }
        .product-example-table-top-item:first-of-type {
          width: 35%; }
    .product-example-table-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-example-table-row-item {
        width: 65%;
        padding: 10px;
        background-color: #F7F7F7;
        border: 1px solid #fff;
        font-size: 17px;
        font-weight: bold;
        color: #16171B; }
        .product-example-table-row-item:first-of-type {
          width: 35%; }
    .product-example-text {
      margin-top: 20px;
      font-size: 13px;
      color: #35363A;
      line-height: 1.4;
      text-transform: uppercase; }
  .product-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product-order-title {
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      color: #16171B;
      margin-bottom: 10px; }
    .product-order-desc {
      font-size: 13px;
      line-height: 1.6;
      color: #35363A;
      text-transform: uppercase; }
    .product-order-btn {
      background-color: #FF7100;
      padding: 15px 35px;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .product-order-btn:hover {
        background-color: #16171B; }
  .product-types {
    padding-top: 20px;
    width: 520px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0; }
    .product-types-item {
      margin-bottom: 30px; }
      .product-types-item:last-of-type {
        margin-bottom: 0; }
      .product-types-item-title {
        font-weight: bold;
        margin-bottom: 5px; }
    .product-types-tablet {
      display: none; }

.product-other {
  padding: 100px 0 40px; }
  .product-other-title {
    color: #16171B;
    margin-bottom: 20px; }
  .product-other-slider {
    margin: 0 -15px; }
    .product-other-slider .slick-list {
      padding-top: 20px; 
}
/* .product-other .catalog-item {
    width: auto; 
}
 */
.slick-dots {
  bottom: -10px;
  left: 0; }
.slick-dots li {
    width: 10px!important;
    height: 10px!important;
    margin: 0!important;
    margin-right: 15px!important;
}
    .slick-dots li:last-child {
      margin-right: 0; }
.slick-dots li button {
	width: 10px!important;
	height: 10px!important;
	padding: 0!important;
}
.slick-dots li button:before {
	content: ''!important;
	width: 10px!important;
	height: 10px!important;
	background-color: #CCCCD3!important;
	font-size: 0!important;
	opacity: 1!important;
	color: transparent!important;
	-webkit-transition: .5s!important;
	-o-transition: .5s!important;
	transition: .5s!important;
}
.slick-dots li.slick-active button:before {
	opacity: 1!important;
	background-color: #FF7100!important;
	color: transparent!important;
	-webkit-transform: rotate(-45deg)!important;
	-ms-transform: rotate(-45deg)!important;
	transform: rotate(-45deg)!important;
}

/* About page */
.about {
  padding: 40px 0 50px; }
  .about-title {
    color: #16171B; }
  .about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px; }
  .about-info {
    width: 800px; }
  .about-desc {
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 1.6;
    border-left: 3px solid #FF7100;
    margin-bottom: 30px; }
    .about-desc span {
      font-weight: bold; }
    .about-desc-bottom {
      margin-top: 50px;
      margin-bottom: 0; }
  .about-text {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px; }
    .about-text:last-of-type {
      margin-bottom: 0; }
    .about-text span {
      font-weight: bold; }
  .about-img {
    overflow: hidden; }
    .about-img:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .about-img img {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  .about-img-main {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 50px 0;
    overflow: hidden; }
    .about-img-main:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .about-img-main img {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  .about-photos {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about-categories {
    width: 410px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    right: 0; }
    .about-categories .main-categories-item {
      width: 100%;
      margin-bottom: 30px; }
      .about-categories .main-categories-item:last-of-type {
        margin-bottom: 0; }

.categories {
  padding-top: 50px; }
  .categories-title {
    color: #16171B;
    margin-bottom: 40px; }
  .categories-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .categories-item {
    width: 32%;
    height: 340px;
    overflow: hidden;
    position: relative; }
    .categories-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .categories-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    .categories-item-name {
      background-color: #FF7100;
      padding: 5px 20px;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      line-height: 1.4;
      width: 95%;
      position: absolute;
      top: 30px;
      left: 0; }

/* Contacts page */
.contacts-main {
	background: url("/wp-content/themes/kdtu/img/contacts-main-bg.png") no-repeat top;
	background-size: cover;
	padding-bottom: 300px; 
	padding-top: 150px;
}
  .contacts-main-title {
    margin-top: 150px;
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }

.contacts-p {
  padding-top: 30px; }
  .contacts-p-title {
    margin-top: 20px;
    color: #16171B;
    margin-bottom: 40px; }

.contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.contacts-item {
  width: 235px; }
  .contacts-item-photo {
    position: relative;
    height: 235px; }
    .contacts-item-photo-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .contacts-item-social {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .contacts-item-social li {
      display: block;
      margin-bottom: 10px; }
      .contacts-item-social li:last-child {
        margin-bottom: 0; }
    .contacts-item-social a {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .contacts-item-social a:hover {
        opacity: .7; }
  .contacts-item-who {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #FF7100;
    margin-bottom: 5px; }
  .contacts-item-name {
    font-size: 22px;
    font-weight: bold;
    color: #16171B;
    margin-bottom: 20px; }
  .contacts-item-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #16171B;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .contacts-item-phone:hover {
      color: #FF7100; }
    .contacts-item-phone img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10px; }
  .contacts-item-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #16171B;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .contacts-item-email:hover {
      color: #FF7100; }
    .contacts-item-email img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10px; }

.contacts-2 {
  margin-top: 100px;
  margin-bottom: 40px; }
  .contacts-2-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contacts-2-email {
    margin-right: 80px; }
    .contacts-2-email-title {
      font-size: 17px;
      font-weight: 500;
      color: #505156;
      margin-bottom: 10px; }
    .contacts-2-email-value {
      font-size: 26px;
      font-weight: bold;
      color: #16171B;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .contacts-2-email-value:hover {
        color: #FF7100; }
  .contacts-2-address {
    margin-right: 130px; }
    .contacts-2-address-title {
      font-weight: 500;
      color: #505156;
      margin-bottom: 15px; }
    .contacts-2-address-value {
      font-size: 17px;
      line-height: 1.6; }
      .contacts-2-address-value span {
        display: block;
        font-weight: bold; }
  .contacts-2-social-title {
    font-weight: 500;
    color: #505156;
    margin-bottom: 15px; }

/* Popup */
.popup {
  display: none; }

.order {
  background-color: #fff;
  max-width: 800px;
  margin: auto;
  position: relative; }
  .order-top-title {
    background-color: #FF7100;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
  .order-wrap {
    padding: 40px 40px 60px; }
  .order-title {
    font-size: 30px;
    font-weight: bold;
    color: #16171B;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .order-desc {
    font-size: 17px;
    color: #35363A;
    line-height: 1.4;
    margin-bottom: 30px; }
  .order-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .order-item-title {
    font-weight: 500;
    color: #35363A;
    margin-bottom: 10px; }
  .order-item-phone {
    font-size: 30px;
    font-weight: bold;
    color: #16171B;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .order-item-phone:hover {
      color: #FF7100; }
  .order-item-email {
    font-size: 20px;
    font-weight: bold;
    color: #16171B;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .order-item-email:hover {
      color: #FF7100; }

.mfp-close-btn-in .mfp-close {
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("/wp-content/themes/kdtu/img/close.svg") no-repeat center;
  opacity: 1;
  font-size: 0; }

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

/* Media(Adaptive) */
@media only screen and (max-width: 1920px) {
  .photos .c-container {
    width: 100%; } }

@media only screen and (max-width: 1320px) {
  .c-container {
    width: 100%;
    padding: 0 3%; }
  .header-catalog-btn {
    margin-right: 50px; }
  .header-logo {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px); }
  .header-mnu-btn {
    margin-left: 20px; }
  .header-lang {
    margin-left: 20px; }
  .header-logo {
    width: 250px; }
  .main {
    padding-bottom: 150px; }
    .main-title {
      font-size: 46px;
      margin-top: 100px;
      line-height: 1.4; }
  .main-categories-item {
    padding-right: 15px; }
    .main-categories-item-title {
      font-size: 15px; }
      .main-categories-item-title span {
        font-size: 25px; }
    .main-categories-item-text {
      font-size: 15px; }
  .main-about-wrapper {
    display: block; }
  .main-about-info {
    width: 100%; }
  .main-about-advantages {
    width: 100%;
    margin-top: 50px; }
  .main-tool-info {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 80px 30px; }
  .individual-info {
    display: block; }
  .individual-desc {
    width: 100%; }
  .individual-text {
    width: 100%;
    margin-top: 30px; }
.gallery-item {
    height: 300px!important; 
}
  .main-areas-info {
    padding-right: 30px; }
  .mission {
    padding: 70px 0; }
    .mission-item {
      display: block; }
      .mission-item-info {
        margin-left: 10px; }
  .contacts-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
  .contacts-title {
    width: 100%;
    margin-bottom: 30px; }
  .contacts-questions {
    margin-right: 30px; }
  .contacts-form-info {
    width: 100%;
    margin-bottom: 30px; }
  .contacts-form-wrapper {
    display: block;
    padding: 30px; }
  .footer {
    padding: 50px 0; }
    .footer-phone-value {
      font-size: 26px; }
  .catalog-main {
    padding-bottom: 100px; }
    .catalog-main-info {
      padding-top: 50px; }
.catalog-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    margin-bottom: -30px; 
}
  .catalog-item {
    width: 48%;
    margin: 0;
    margin-bottom: 30px; }
  .catalog-title {
    font-size: 46px; }
  .catalog-other-item-name {
    font-size: 16px;
    padding: 5px 15px; }
  .product-order {
    display: block; }
    .product-order-btn {
      margin-top: 20px; }
  .product-other .catalog-item {
    width: auto;
    margin: 0 15px 30px; }
  .about-wrapper {
    display: block; }
  .about-info {
    width: 100%; }
  .about-photos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .about-photos .about-img {
      margin-right: 30px; }
      .about-photos .about-img:last-of-type {
        margin-right: 0; }
  .about-categories {
    display: none; }
  .contacts {
    padding: 50px 0; }
  .categories-item {
    height: 300px; }
    .categories-item-name {
      font-size: 18px; }
  .contacts-main {
    padding-bottom: 150px; }
    .contacts-main-title {
      margin-top: 50px; }
  .contacts-item {
    width: 24%; }
    .contacts-item-who {
      font-size: 14px; }
    .contacts-item-name {
      font-size: 24px; }
.contacts-item-phone, .contacts-item-email {
	font-size: 16px; 
}
      .contacts-item-phone img, .contacts-item-email img {
        margin-right: 10px; }
  .photos .c-container {
    padding: 0; } }

@media only screen and (max-width: 1023px) {
  .header .social {
    display: none; }
  .header-lang {
    margin-left: 0; }
  .header-logo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .main-title {
    font-size: 38px;
    margin-top: 50px; }
  .mnu-wrapper {
    width: 300px;
    padding: 30px; }
  .mnu-logo {
    display: none; }
  .mnu-catalog {
    width: 300px;
    padding: 30px; }
    .mnu-catalog-logo {
      display: none; }
  .main-categories-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .main-categories-item {
    width: 50%;
    margin-bottom: 30px; }
    .main-categories-item:last-of-type {
      margin-bottom: 0; }
  .s-title {
    font-size: 50px; }
  .main-about {
    padding: 50px 0; }
    .main-about-advantages-item-title {
      font-size: 25px; }
  .individual {
    padding-top: 50px; }
  .gallery .slick-list {
    padding-right: 15%; }
  .gallery-item {
    margin: 0 10px; }
  .main-areas-wrapper {
    display: block; }
  .main-areas-info {
    padding-right: 0;
    width: 100%;
    margin-bottom: 50px; }
  .main-areas-categories {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .main-areas-categories .main-categories-item {
      width: 50%; }
  .mission {
    padding: 50px 0 70px; }
    .mission-items {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .mission-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-bottom: 30px; }
      .mission-item:last-of-type {
        margin-bottom: 0; }
  .contacts {
    padding: 50px 0; }
  .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer-info {
    width: 30%; }
  .footer-mnu {
    padding-left: 10px; }
    .footer-mnu a {
      line-height: 1.4; }
    .footer-mnu-wrapper {
      width: 30%; }
  .footer-address {
    width: 30%; }
  .footer-contacts {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-phone {
    margin-right: 30px; }
    .footer-phone-value {
      margin-bottom: 0; }
  .footer-email {
    margin-top: 0;
    margin-left: 30px; }
  .catalog-main-title {
    font-size: 46px; }
  .catalog-top-title {
    font-size: 46px; }
  .catalog-top-desc br {
    display: none; }
  .catalog-other-items {
    display: block; }
  .catalog-other-item {
    width: 100%;
    height: 250px;
    margin-bottom: 30px; }
    .catalog-other-item:last-of-type {
      margin-bottom: 0; }
    .catalog-other-item-name {
      font-size: 22px;
      height: auto;
      padding: 15px; }
  .product {
    padding-top: 0; }
    .product-wrapper {
      display: block; }
    .product-video {
      right: 20px;
      bottom: -60px; }
    .product-info {
      width: 100%; }
    .product-types {
      width: 100%; }
/* 	.product-types-desctop {
        display: none; 
	} */
      .product-types-tablet {
        display: block;
        position: static; }
    .product-order {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .product-order-btn {
        margin-top: 0;
        margin-left: 50px; }
  .about-categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .categories-item {
    height: 270px; }
    .categories-item-name {
      font-size: 16px;
      padding: 10px 5px; }
  .contacts-main-title {
    font-size: 42px; }
  .contacts-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -50px; }
  .contacts-item {
    width: 48%;
    margin-bottom: 50px; }
    .contacts-item-photo img {
      width: 100%; }
    .contacts-item-who {
      font-size: 17px; }
    .contacts-item-name {
      font-size: 30px; }
    .contacts-item-phone, .contacts-item-email {
      font-size: 20px; }
  .contacts-2-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contacts-2-email {
    margin-right: 0; }
  .contacts-2-address {
    width: 40%;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .header-logo {
    width: 150px;
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px); }
  .header-mnu-btn {
    margin-left: 0; }
  .header-catalog-btn {
    margin-right: 0; }
  .header-lang {
    margin-right: 10px; }
    .header-lang-item {
      padding-right: 15px; }
  .header-2 .header-logo {
    width: 150px; }
  .main {
    padding-bottom: 100px; }
    .main-title {
      font-size: 28px; }
  .main-categories {
    padding: 30px 0; }
    .main-categories-item {
      width: 100%; }
  .s-title {
    font-size: 44px; }
  .main-about-advantages {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-about-advantages-item {
      width: 48%;
      display: block; }
  .main-tool .c-container {
    padding: 0; }
  .main-tool-info {
    padding: 50px 3%; }
  .individual-title {
    font-size: 36px;
    line-height: 1.4; }
  .main-areas {
    padding: 80px 0 50px; }
    .main-areas-title {
      font-size: 35px; }
    .main-areas-categories .main-categories-item {
      width: 100%; }
  .mission-item {
    width: 100%; }
  .contacts-title {
    font-size: 38px; }
  .contacts-questions {
    width: 100%;
    margin-right: 0; }
  .contacts-social {
    width: 100%;
    margin-top: 30px; }
    .contacts-social-text {
      margin-bottom: 10px; }
  .contacts-form {
    width: 100%; }
    .contacts-form-inputs {
      display: block; }
    .contacts-form-input-wrap {
      width: 100%;
      margin-bottom: 15px; }
      .contacts-form-input-wrap:last-of-type {
        margin-bottom: 0; }
    .contacts-form-bottom {
      display: block; }
    .contacts-form-btn {
      width: 100%; }
    .contacts-form-text {
      width: 100%;
      margin-left: 0;
      margin-top: 15px; }
  .footer-info {
    width: 100%;
    margin-bottom: 30px; }
  .footer-mnu {
    padding-left: 0;
    padding-right: 15px; }
    .footer-mnu-wrapper {
      width: 50%; }
  .footer-address {
    width: 50%; }
  .footer-contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer-phone {
    width: 100%;
    margin-bottom: 15px; }
  .catalog-main-title {
    font-size: 36px; }
  .catalog-top {
    padding: 30px 0; }
    .catalog-top-title {
      font-size: 36px; }
    .catalog-top-desc {
      font-size: 16px; }
  .catalog-title {
    font-size: 36px; }
  .catalog-other {
    padding-bottom: 50px; }
  .crumbs li {
    font-size: 14px; }
  .crumbs a {
    font-size: 14px; }
  .product {
    padding-bottom: 50px; }
    .product-img {
      height: 300px;
      padding: 0; }
    .product-video {
      width: 120px;
      height: 120px;
      bottom: -40px; }
      .product-video img {
        width: 70%; }
    .product-wrapper {
      margin-top: 30px; }
    .product-title {
      font-size: 40px; }
    .product-desc {
      font-size: 15px; }
    .product-table-title {
      margin-top: 30px;
      margin-bottom: 15px; }
    .product-table-titles-item {
      font-size: 13px; }
    .product-table-row-item {
      font-size: 11px; }
    .product-example-title {
      margin-top: 30px; }
    .product-example-table-top-item {
      font-size: 13px; }
    .product-example-table-row-item {
      font-size: 13px; }
    .product-order {
      display: block; }
      .product-order-btn {
        margin-left: 0;
        margin-top: 20px; }
  .product-other {
    padding-top: 50px; }
    .product-other-slider {
      margin: 0 -10px; }
    .product-other .catalog-item {
      margin: 0 10px 30px; }
  .about {
    padding-top: 0; }
    .about-wrapper {
      margin-top: 0; }
    .about-desc {
      font-size: 16px; }
      .about-desc-bottom {
        margin-top: 30px; }
    .about-text {
      font-size: 14px; }
    .about-img-main {
      margin: 20px 0; }
    .about-photos {
      margin: 20px 0; }
      .about-photos .about-img {
        margin-right: 10px; }
  .categories-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .categories-item {
    width: 100%;
    height: 200px;
    margin-bottom: 30px; }
    .categories-item:last-of-type {
      margin-bottom: 0; }
    .categories-item-name {
      font-size: 18px; }
  .contacts-main {
    padding-bottom: 100px; }
    .contacts-main-title {
      font-size: 36px;
      line-height: 1.4; }
  .contacts-p {
    padding-top: 0; }
    .contacts-p-title {
      margin-top: 0;
      font-size: 36px; }
  .contacts-items {
    margin-bottom: -30px; }
  .contacts-item {
    margin-bottom: 30px; }
    .contacts-item-who {
      font-size: 14px; }
    .contacts-item-name {
      font-size: 24px; }
    .contacts-item-phone, .contacts-item-email {
      font-size: 16px; }
  .contacts-2-wrapper {
    display: block; }
  .contacts-2-address {
    width: 100%;
    margin: 30px 0; }
  .map iframe {
    height: 400px; }
  .order-wrap {
    padding: 20px; }
  .order-title {
    font-size: 20px; }
  .order-desc {
    font-size: 15px;
    margin-bottom: 20px; }
  .order-items {
    display: block; }
  .order-item {
    margin-bottom: 20px; }
    .order-item:last-of-type {
      margin-bottom: 0; }
    .order-item-phone {
      font-size: 24px; }
  .photos-slider {
    margin: 0; }
  .photos-item-insta-desctop {
    opacity: 0;
    padding: 0;
    width: 0;
    margin: 0; }
  .photos-item-insta-mob {
    width: 100%;
    height: auto;
    padding: 0 3%;
    margin: 0;
    margin-bottom: 30px;
    display: block; } }

@media only screen and (max-width: 479px) {
  .header {
    padding: 15px 0; }
    .header-mnu-btn span {
      display: none; }
    .header-catalog-btn {
      font-size: 12px; }
      .header-catalog-btn img {
        margin-right: 5px;
        -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
                transform: translateY(-1px); }
    .header-logo {
      width: 120px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .header-lang a {
      font-size: 13px; }
    .header-2 .header-logo {
      width: 120px; }
  .main {
    padding-bottom: 100px; }
    .main-title {
      margin-top: 50px;
      font-size: 26px; }
  .mnu li {
    margin-bottom: 10px; }
  .mnu a {
    font-size: 13px; }
  .mnu-pdf {
    font-size: 13px; }
  .mnu-close {
    font-size: 13px;
    margin-bottom: 20px; }
  .mnu-catalog-close {
    font-size: 13px;
    margin-bottom: 20px; }
  .main-categories-item {
    padding-right: 0; }
    .main-categories-item-title {
      font-size: 13px; }
      .main-categories-item-title span {
        font-size: 20px; }
    .main-categories-item-text {
      font-size: 13px; }
  .s-title {
    font-size: 33px; }
  .main-about-text {
    font-size: 14px; }
  .main-about-advantages {
    margin-top: 30px; }
    .main-about-advantages-item {
      padding-right: 0; }
      .main-about-advantages-item-icon {
        margin-top: -10px; }
      .main-about-advantages-item-info {
        margin-left: 10px; }
      .main-about-advantages-item-title {
        font-size: 16px; }
      .main-about-advantages-item-text {
        font-size: 13px; }
  .main-tool-title {
    font-size: 30px; }
  .main-tool-text {
    font-size: 14px; }
  .individual {
    padding-bottom: 200px; }
    .individual-title {
      font-size: 26px;
      line-height: 1.6; }
    .individual-desc {
      font-size: 16px; }
    .individual-text {
      font-size: 14px; }
	.gallery {
		margin-top: -150px; 
	}
    .gallery-item {
    	height: 200px!important;
    	margin: 0 5px; 
	}
  .main-areas {
    padding: 50px 0; }
    .main-areas-title {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 20px; }
    .main-areas-text {
      font-size: 13px; }
  .mission {
    text-align: center; }
    .mission-item {
      text-align: left; }
      .mission-item-title {
        font-size: 20px; }
      .mission-item-text {
        font-size: 13px; }
  .s-title {
    font-size: 28px; }
    .s-title span {
      font-size: 15px; }
  .contacts-wrapper {
    margin-bottom: 30px; }
  .contacts-title {
    margin-bottom: 15px; }
  .contacts-questions-text {
    font-size: 14px; }
  .contacts-questions-btn {
    padding: 15px; }
  .contacts-social-text {
    font-size: 15px; }
  .contacts-form-wrapper {
    padding: 30px 3%; }
  .contacts-form-title {
    font-size: 25px; }
  .contacts-form-desc {
    font-size: 14px; }
  .contacts-form-text {
    font-size: 12px; }
  .footer-logo {
    width: 200px; }
  .footer-copy {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px; }
  .footer-mnu {
    padding-right: 0; }
    .footer-mnu-wrapper {
      width: 100%;
      margin-bottom: 30px; }
    .footer-mnu a {
      text-transform: none; }
  .footer-address {
    width: 100%; }
  .footer-contacts {
    display: block; }
  .footer-email {
    margin-left: 0;
    margin-top: 15px; }
  .catalog-main-title {
    font-size: 26px; }
  .catalog-top-title {
    font-size: 26px; }
  .catalog-top-desc {
    font-size: 13px; }
  .catalog-title {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 30px; }
  .catalog-item {
    width: 100%;
    margin-bottom: 15px; }
  .catalog-other {
    padding-top: 30px; }
    .catalog-other-item-name {
      font-size: 15px; }
  .crumbs li {
    font-size: 10px;
    padding-right: 15px;
    margin-right: 10px; }
    .crumbs li:after {
      content: '/';
      width: auto;
      height: auto;
      font-weight: normal;
      color: #16171B;
      background: none; }
  .crumbs a {
    font-size: 10px; }
  .crumbs-wrapper {
    padding: 20px 0; }
  .product-video {
    width: 90px;
    height: 90px;
    right: 10px;
    bottom: -30px; }
    .product-video img {
      width: 80%; }
  .product-img {
    height: 180px; }
  .product-title {
    font-size: 30px; }
  .product-desc {
    font-size: 14px; }
  .product-table-title {
    font-size: 16px; }
  .product-table-titles-item {
    padding: 5px; }
  .product-table-row-item {
    padding: 5px;
    font-size: 10px; }
  .product-example {
    margin-bottom: 30px; }
    .product-example-title {
      font-size: 16px;
      margin-bottom: 15px; }
    .product-example-text {
      line-height: 1.4; }
  .product-order-desc {
    text-transform: none; }
  .product-order-btn {
    width: 100%;
    text-align: center; }
  .product-other {
    padding-bottom: 0; }
    .product-other .c-container {
      padding: 0; }
    .product-other-title {
      padding: 0 3%; }
    .product-other-slider {
      margin: 0; }
      .product-other-slider .slick-list {
        padding-right: 15%; }
    .product-other .catalog-item {
      margin: 0 7px 30px; }
  .about-desc {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px; }
  .about-text {
    font-size: 13px; }
  .categories {
    padding-top: 20px; }
    .categories-title {
      margin-bottom: 15px; }
    .categories-item {
      margin-bottom: 15px; }
      .categories-item-name {
        font-size: 16px;
        top: 15px; }
  .contacts-main-title {
    font-size: 30px; }
  .contacts-p-title {
    line-height: 1.4; }
  .contacts-item {
    width: 100%; }
  .contacts-2 {
    margin-top: 50px; }
  .order-top-title {
    padding: 15px;
    font-size: 14px; }
  .order-wrap {
    padding: 15px; }
  .order-title {
    font-size: 18px; }
  .order-desc {
    font-size: 13px; }
  .order-item-title {
    font-size: 12px; }
  .order-item-phone {
    font-size: 20px; }
  .order-item-email {
    font-size: 16px; } 
}


/* АНІМАЦІЇ ПРИ ХОВЕРІ- підкреслення/частина фону */
/* .catalog-title{
	background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
	background-size: 0 2px;
    background-position: 0 90%;
    background-repeat: no-repeat;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s
}
.catalog-title:hover{
	background-size:100% 2px;
	cursor:pointer;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s
}
 */

/* .btn-details {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  z-index: 0;
  letter-spacing: 0.5px;
}
.btn-details:before {
  position: absolute;
  content: "";
  background: #dddddd;
  bottom: -3px;
  left: -7px;
  width: 20px;
  height: 12px;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn-details:hover {
  color: #1a1a1a;
}
.btn-details:hover:before {
  width: calc( 100% + 14px );
  transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 */