/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

input[name="clear"] {
    display: none;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding-top: 0;
}

/* Global styles
-----------------------------------------------------------------------------*/
/*fonts*/
html {
  /* height: 100vh; */
  /* min-height: 100vh; */
  width: 100%;
}

body {
  /* height: 100%; */
  /* min-height: 100vh; */
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #fff;
  position: relative;
  color: #282f4c;
}

/* html.mm-blocking, html.mm-blocking body{
	overflow: visible;
} */
*, *:before, *:after {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#map * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.2s ease;
}

input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.2s ease;
}

input[placeholder]:-moz-placeholder,
textarea[placeholder]:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.2s ease;
}

input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.2s ease;
}

input[placeholder]:focus::-webkit-input-placeholder,
textarea[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

input[placeholder]:focus::-moz-placeholder,
textarea[placeholder]:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

input[placeholder]:focus:-moz-placeholder,
textarea[placeholder]:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

input[placeholder]:focus:-ms-input-placeholder,
textarea[placeholder]:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-color: transparent;
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

form *:focus {
  outline: none;
}

.submit-request-form textarea {
  resize: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.invisible {
  visibility: hidden;
}

.animated {
  visibility: visible;
}

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

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

a {
  text-decoration: underline;
  color: #831205;
}

a:hover {
  text-decoration: none;
  color: #6a0f04;
}

a:focus {
  outline: none;
}

.button {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.button:hover {
  color: #fff;
}

.blue-button {
  background: #97ebfb;
  border-color: #97ebfb;
}

.blue-button:hover {
  border-color: #3c4c78;
  background: #3c4c78;
}

.red-button {
  background: #9e2121;
  border-color: #9e2121;
}

.red-button:hover {
  border-color: #741818;
  background: #741818;
}

.transparent-button {
  color: #c7c7c7;
  border: 1px solid #e4e4e4;
  padding: 8px 15px;
  text-decoration: none;
}

.transparent-button:hover {
  background: #bbb;
  border-color: #bbb;
  color: #fff;
}

.red-button {
  color: #fff;
  border: 1px solid #9e2121;
  padding: 8px 40px;
  text-decoration: none;
}

.red-button:hover {
  color: #fff;
}

.news-main-item .underline-link {
  display: inline;
}

.underline-link {
  color: #831205;
  border-bottom: 1px solid rgba(131, 18, 5, 0.4);
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
}

.underline-link:hover {
  border-bottom: 1px solid transparent;
}

h1,
.h1 {
  font-size: 34px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
}

.title-text-normal {
  font-size: 26px;
}

.main-page-title,
.page-title {
  display: block;
  font-size: 34px;
  margin: 0 0 20px;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600;
}

.main-page-title:after,
.page-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4d619a;
  height: 3px;
  width: 64px;
  z-index: 1;
}

.page-title {
  margin-bottom: 40px;
}

.main-page-title {
  line-height: 1;
}

.main-page-title span {
  font-size: 26px;
  display: block;
}

#page {
  min-height: 100vh;
}

.container-inner {
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

.inner-block{
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.container-inner:before,
.container-inner:after {
  content: " ";
  display: table;
}

.container-inner:after {
  clear: both;
}

.page-section {
  padding: 0 0 145px;
}

.page-inner {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.page-section ul:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-section ul:not([class]) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  margin: 0;
  list-style-position: inside;
  overflow: hidden;
}

.page-section ul:not([class]) li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #4d619a;
  position: absolute;
  left: 0;
  top: 0.9em;
}

.fancybox-close {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 30%;
  top: -2px;
  width: 25px;
  z-index: 8040;
  background: none;
  opacity: 0.6;
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-close::before, .fancybox-close::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transition: transform 0.3s ease 0s;
  width: 100%;
}

.fancybox-close::after {
  transform: rotate(45deg);
}

.fancybox-close:hover::before {
  transform: rotate(45deg);
}

.fancybox-close:hover::after {
  transform: rotate(-45deg);
}

#submit-request-popup + .fancybox-close {
  opacity: 1;
}

#submit-request-popup + .fancybox-close::before,
#submit-request-popup + .fancybox-close::after {
  background: #831205;
}

.fancybox-nav {
  cursor: pointer;
  height: 64px;
  margin-top: -32px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  width: 44px;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8040;
  visibility: visible;
}

.fancybox-prev span {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjI0IDM4My45IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMjQgMzgzLjkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM4LjcsMTkyYzE3LjgsMTYuMywzNS4xLDMyLjIsNTIuNCw0OGM0Mi4yLDM4LjcsODQuNSw3Ny41LDEyNi44LDExNi4yYzQuOSw0LjUsNy41LDkuOCw1LjUsMTYuNQ0KCQljLTEuOCw2LTUuOCw5LjYtMTEuOSwxMC44Yy01LjUsMS4xLTEwLTEtMTQuMS00LjdjLTMyLjQtMjkuNS02NC44LTU5LTk3LjItODguNUM2OS4yLDI2Mi4yLDM4LjIsMjM0LDcuNCwyMDUuOA0KCQljLTkuOC04LjktOS44LTE4LjgsMC0yNy44QzcwLjcsMTIwLjMsMTM0LDYyLjcsMTk3LjMsNWM3LjQtNi44LDE2LjUtNi43LDIyLjYsMC4xYzYuMSw2LjcsNS4zLDE1LjctMi4yLDIyLjUNCgkJQzE1OS45LDgwLjcsMTAyLjEsMTMzLjgsNDQuMiwxODYuOEM0Mi41LDE4OC40LDQwLjgsMTkwLDM4LjcsMTkyeiIvPg0KPC9nPg0KPC9zdmc+DQo=") no-repeat scroll left center/24px 44px;
  opacity: 0.6;
}

.no-svg .fancybox-prev span {
  background: transparent url("../img/slider-arrow-left.png") no-repeat scroll left center;
}

.fancybox-next span {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjI0IDM4My45IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMjQgMzgzLjkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE4NS4zLDE5MS45Yy0xNy44LTE2LjMtMzUuMS0zMi4yLTUyLjQtNDhDOTAuNywxMDUuMSw0OC41LDY2LjMsNi4yLDI3LjZjLTQuOS00LjUtNy41LTkuOC01LjUtMTYuNQ0KCQljMS44LTYsNS44LTkuNiwxMS45LTEwLjhjNS41LTEuMSwxMCwxLDE0LjEsNC43YzMyLjQsMjkuNSw2NC44LDU5LDk3LjIsODguNWMzMC45LDI4LjIsNjEuOSw1Ni4zLDkyLjgsODQuNQ0KCQljOS44LDguOSw5LjgsMTguOCwwLDI3LjhjLTYzLjMsNTcuNy0xMjYuNiwxMTUuNC0xOTAsMTczYy03LjQsNi44LTE2LjUsNi43LTIyLjYtMC4xYy02LjEtNi43LTUuMy0xNS43LDIuMi0yMi41DQoJCUM2NC4xLDMwMy4xLDEyMS45LDI1MC4xLDE3OS44LDE5N0MxODEuNSwxOTUuNSwxODMuMiwxOTMuOSwxODUuMywxOTEuOXoiLz4NCjwvZz4NCjwvc3ZnPg0K") no-repeat scroll right center/24px 44px;
  opacity: 0.6;
}

.no-svg .fancybox-next span {
  background: transparent url("../img/slider-arrow-right.png") no-repeat scroll right center;
}

.fancybox-nav:hover span {
  opacity: 1;
}

.fancybox-wrap .fancybox-close {
  top: 12px;
  right: 12px;
}

.fancybox-wrap .fancybox-title-float-wrap .child {
  background: none;
  font-family: 'ProximaNovaLight';
  font-weight: normal;
  width: 100%;
  padding: 10px;
}

.fancybox-wrap .fancybox-next {
  right: -44px;
}

.fancybox-wrap .fancybox-prev {
  left: -44px;
}

.fancybox-opened .fancybox-skin,
.fancybox-skin {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-inner {
  display: table-cell;
  vertical-align: middle;
}

.fancybox-inner .submit-request-wrap {
  display: inline-block !important;
}

.order-modal .fancybox-inner {
  text-align: center;
}

.breadcrumbs-wrap {
  background: #ececec;
}

.breadcrumbs {
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 15px;
  clear: both;
}

.breadcrumbs li {
  float: left;
  margin-bottom: 0;
}

.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid rgba(143, 143, 143, 0.4);
  font-style: italic;
  text-decoration: none;
}

.breadcrumbs li:last-child a,
.breadcrumbs li:last-child span {
  color: #7d87a5;
  border-bottom: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.breadcrumbs li:after {
  content: "/";
  color: #cecdcd;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: rgba(175, 175, 175, 0.4);
  margin: 0 8px;
  position: relative;
}

#project-inside-slider .owl-nav .owl-prev,
#project-inside-slider .owl-nav .owl-next {
  left: -30px;
  margin-top: -30px;
  margin-left: 0;
  opacity: 1;
  width: 60px;
  height: 60px;
  background-color: #005fc8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(../img/arrow-up.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#project-inside-slider .owl-nav .owl-next {
  left: auto;
  right: -30px;
  margin-right: 0;
  background-image: url(../img/arrow-up.svg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#main-slider .owl-dots {
  position: absolute;
  text-align: right;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}

#main-slider img {
    opacity: 0;
}

#main-slider.owl-loaded img {
    opacity: 1;
} 

#main-slider .owl-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 10px;
}

#main-slider .owl-dots .active {
  background: #344e98;
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  width: 20px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-----------menu----------*/
.no-js #main-menu {
  display: block;
}

.mm-menu {
  background: #244bc8;
}

.mm-panels > .mm-panel {
  padding: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0;
  border-color: #4d4f52;
}

.mm-listview > li > a, .mm-listview > li > span {
  padding: 10px 10px 10px 35px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.mm-listview > li ul > li > a, .mm-listview > li ul > li > span {
  padding-left: 55px;
  font-weight: 300;
}

.mm-listview > li ul > li ul > li a {
  font-size: 14px;
  color: #bababa;
  padding: 5px 10px 5px 55px;
}

#mm-2 > ul > li:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background: #4d4f52;
}

#mm-3 > ul > li:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background: #4d4f52;
}

.mm-listview > li ul > li ul > li:not(.mm-divider):after {
  border-color: transparent;
}

#mm-1 > .mm-listview > li ul > li > a:before {
  content: "..";
  position: absolute !important;
  left: 35px !important;
  top: 1px !important;
  font-size: 18px !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 3px !important;
  border: 0 !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-listview > li > .mm-next:after, .mm-listview > li > .mm-prev:before {
  left: -100% !important;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 10px;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  padding: 0;
}

.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: none;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: #373737;
}

.mm-listview li a:not(.mm-next):hover, .mm-listview li a.mm-next:hover + span {
  background: #373737 !important;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  height: 10px;
}

#main-menu ul li ul li a,
#main-menu ul li ul li span {
  font-size: 12px;
}

.main-menu>li.mm-selected>a{
  border-bottom: 2px solid #fefefe;
}

/*header*/
.hamburger {
  display: none;
  margin-left: 1px;
}

.hamburger:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #444;
}

.header-top {
  height: 50px;
  background: #ffffff;
}

.header-top-right {
  float: right;
}

.header-top .container-inner {
  height: 100%;
}

.site-link {
  display: none;
}

.header-top-address {
  float: left;
  line-height: 50px;
  color: #0f1938;
}

.header .blue-button,
.header-phone-wrap {
  float: right;
}

.header-phone-wrap {
  line-height: 50px;
  margin-right: 30px;
}

.header .blue-button {
  height: 30px;
  line-height: 25px;
  margin-top: 10px;
  font-weight: 400;
  padding: 0 25px;
}

.header-phone-left,
.header-phone-right {
  display: inline-block;
  color: #0f1938;
  font-size: 18px;
  text-decoration: none;
  line-height: normal;
}

.header-phone-left:hover,
.header-phone-right:hover {
  color: #0f1938;
}

/* .header-phone-left:after {
  color: #545454;
  content: "/";
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  vertical-align: middle;
} */

.header-bottom .container-inner {
}

.header-bottom {
  height: 130px;
  background: #244bc8;
}

.site-logo {
  display: block;
  float: left;
  width: 313px;
  height: 130px;
  background: url(../img/site-logo.svg) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  z-index: 2;
}

.main-nav {
  float: right;
}

.main-menu {
  line-height: 130px;
}

.main-menu > li {
  display: inline-block;
  line-height: normal;
  margin-left: 60px;
  position: relative;
  margin-bottom: 0;
  z-index: 3;
}

.main-menu li:first-child {
  margin-left: 0;
}

.main-menu li a {
  color: #fefefe;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}

.main-menu > li > a {
  border-bottom: 2px solid transparent;
}

.main-menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  list-style-type: none;
  border-top: 2px solid transparent;
  padding: 20px 0;
}

.main-menu li:hover ul {
  display: block;
  border-top: 2px solid #344e98;
}

.main-menu li ul li a {
  color: #f5f5f5;
  padding: 0 65px 0 20px;
}

.main-menu li ul li a:hover {
  color: #646464;
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.main-menu > li > a:hover {
  border-bottom: 2px solid #fefefe;
}

.main-menu > li > a.active {
  border-bottom: 2px solid #fefefe;
}

.main-menu li:hover > *:nth-last-child(2) {
  border-bottom-color: transparent;
}

.main-menu > li > a {
  white-space: normal;
}

.main-menu > li > ul {
  position: absolute;
  left: -9999px;
  top: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  background: #373737;
  text-align: left;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.main-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu li:nth-last-child(1):hover > ul {
  left: auto;
  right: 0;
}

.main-menu li ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
}

/*main-slider*/
.main-slider-section {
  margin-bottom: 50px;
}

/*services-main*/

.services-main-item {
  float: left;
  width: 30.5%;
  margin-left: 2%;
}

.product-main-item {
  display: inline-block;
  letter-spacing: normal;
  width: 23.5%;
  margin-left: 2%;
  min-height: 320px;
}

.product-main-item:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
    max-width: 259px;
}

.services-main-item:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
  margin-top: 30px;
}

.services-main-item:not(:first-child) {
  background: #244bc8;
  padding: 3px;
  padding-bottom: 0;
  border-bottom: 3px solid #244bc8;
  position: relative;
  overflow: scroll;
}

.services-main-item img {
  width: 100%;
}

.services-main-in {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 100%;
  -moz-transform: translateY(-46px);
  -o-transform: translateY(-46px);
  -webkit-transform: translateY(-46px);
  transform: translateY(-46px);
  background: rgba(36, 75, 200, 0.8);
  border-top: 2px solid #244bc8;
  padding: 0 18px 28px;
  height: 354px;
  z-index: 2;
  color: white;
  font-weight: 400;
  font-size: 16px;
}

.services-main-item:hover .services-main-in {
  -moz-transform: translateY(-124px);
  -o-transform: translateY(-124px);
  -webkit-transform: translateY(-124px);
  transform: translateY(-354px);
}

.services-main-item>a{
  position: relative;
  display: block;
}

.main-page-section .services-main-item:first-child>a{
  position: static;
  display: inline;
}

.services-main-item>a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(42,42,42,.3);
  opacity: 0;
  z-index: 1;
}

.main-page-section .services-main-item:first-child>a:before{
  display: none;
}

.services-main-item:hover>a:before{
  opacity: 1;
}

.services-main-in-title a{
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.services-main-in-text {
  font-style: italic;
  font-size: 14px;
  color: #d4d4d4;
  line-height: 1.4;
  display: block;
  max-height: 39px;
}

.services-main-in-title {
  font-size: 15px;
}

/*----------------------------------------------*/
.load-product{
 position:relative;   
}
.load-block{
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    background:rgba(25,92,210, 0.7);
    padding:20px;
    display:none;
    height: 100%;
    color: white;
}

.load-product:hover .block{
    display:block;
}
.load-product:hover .product-main-inner-title{
    display:none;
}
/*about-main*/
.about-main {
  background: #f9f9f9;
}

.about-main-img {
  position: relative;
  float: left;
  width: 49.36%;
}

.about-main-img img {
  width: 100%;
  height: 100%;
}

.about-main-info {
  float: right;
  width: 49%;
  padding-top: 4%;
  padding-bottom: 20px;
}

/*product-main*/
.product-main {
  padding: 60px 0;
  background: url(../img/product-main-bg.png) left top;
}

.product-main .container-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-main-item {
  padding: 15px 15px 20px;
  background: #fff;
  text-align: center;
}

.product-main-item {
  margin-bottom: 20px;
}

.no-flexbox .product-main-item {
  margin-bottom: 2%;
}

 .product-main-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}

 .product-main-item:hover .load-block{
    display:block;
}

.product-main-item:hover .product-main-inner-title {
  color: #404040;
  border-bottom-color: rgba(131, 18, 5, 0.4);
}

.product-main-item img {
  width: 100%;
  margin-bottom: 10px;
}

.product-main-inner-title {
  color: #404040;
  text-decoration: none;
}

.product-main-inner-price {
  margin-top: 10px;
  position: relative;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 18px;
}

.product-main-inner-price:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25px;
  height: 2px;
  width: 50px;
  background: #c4e4ee;
}

.product-price-num {
  font-weight: 600;
}

/*news*/
.news-main {
  background: #f9f9f9;
}

.news-main-item-date{
  color: #a8a8a8;
}

.news-full-title{
  margin-bottom: 10px !important;
}

.news-full-date{
  margin-bottom: 20px;
}

.about-main {
  background: #f9f9f9;
}

.news-main-img {
  position: relative;
  float: left;
  width: 49.36%;
}

.news-main-img img {
  width: 100%;
  height: 100%;
}

.news-main-info {
  float: right;
  width: 49%;
  padding-top: 4%;
}

.news-main-title {
  margin-bottom: 5%;
}

.news-main-date {
  color: #a8a8a8;
}

.news-main-item {
  margin-bottom: 20px;
}

/*contacts*/
.contacts-main {
  background: #f9f9f9;
  position: relative;
  min-height: 485px;
}

.contacts-main-left {
  width: 48%;
  float: left;
  padding-top: 4%;
}

.contacts-main-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  float: right;
  width: 50.65%;
  height: 485px;
}

#map {
  width: 100%;
  height: 100%;
}

.contacts-main-title {
  margin-bottom: 5%;
}

.contacts-list li {
  margin-bottom: 30px;
  font-size: 18px;
}

.contacts-list li span {
  font-weight: 400;
  font-weight: bold;
}

/*footer*/

.pre-footer {
  height: 70px;
}

.footer {
  height: 70px;
  background: #244bc8;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

.page-inner + .footer {
  margin-top: -70px;
}

.footer .container-inner {
  height: 100%;
  line-height: 70px;
  color: #ffffff;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

/*popap*/
.submit-request-wrap {
  display: none;
  width: 545px;
  padding: 35px 44px 44px;
  background: #fff;
  position: relative;
}

.submit-request-form .submit-request-name {
  border-color: #d0d0d0;
}

.submit-request-form input {
  height: 46px;
  color: #828282 !important;
  background: url(../img/required-ic.png) right center no-repeat;
  padding: 6px 25px 6px 15px;
}

.submit-request-form textarea {
  height: 170px;
  color: #828282 !important;
  padding: 6px 25px 6px 15px;
}

.submit-request-form input,
.submit-request-form textarea,
.submit-request-form button {
  width: 100%;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.submit-request-form button{
  height: 46px;
  line-height: 40px;
}

.submit-request-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 35px;
  line-height: 1;
  border-bottom: 3px solid #efefef;
}

.submit-request-form,
.submit-request-form button {
  margin-bottom: 0;
}

.contacts {
  background: #f9f9f9;
  padding-bottom: 670px;
}

.contacts-title {
  margin-bottom: 0;
}

.submit-request-title:after {
  display: none;
}

.contacts-block {
    letter-spacing: -0.31em;
}

.contacts-left {
    display: inline-block;
    width: 50%;
    margin-top: 10%;
    margin-bottom: 70px;
    vertical-align: top;
    letter-spacing: normal;
}

.contacts-right {
  display: inline-block;
  width: 50%;
  margin-bottom: 70px;
  padding: 35px 70px 50px;
  background: #fff;
  letter-spacing: normal;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}

.submit-request-title {
  text-align: center;
}

.contacts-inner + #map {
  margin-top: -670px;
  width: 100%;
  height: 600px;
}

.contacts-inner + #map + .footer {
  margin-top: 0;
}

/*services*/
.services {
  background: #f9f9f9;
  padding-bottom: 70px !important;
}

.services-main-item-wrap {
  padding-bottom: 40px;
}

.services-main-item-wrap .services-main-item {
  background: #2c2c2f;
  border-bottom: 3px solid #2c2c2f;
  overflow: hidden;
  padding: 3px 3px 0;
  position: relative;
  margin-bottom: 2%;
}

.services-main-item-wrap .services-main-item:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}

.services-info {
  background: #fff;
  padding: 50px 0 40px;
}

.services-info p {
  color: #606060;
}

.services-info p:last-child {
  margin-bottom: 0;
}

.services-inside {
  background: #f9f9f9;
  padding-bottom: 70px !important;
}

.services-inside-info img {
  float: left;
  margin: 0 30px 30px 0;
}

.services-inside-info {
  padding-bottom: 40px;
  font-size: 14px;
}

.services-schedule {
  background: #fff;
  padding: 50px 0 30px;
}

.services-schedule-title{
  margin-bottom: 2rem;
}

.services-schedule-item {
  width: 48%;
  float: left;
}

.services-schedule-item-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.services-schedule-item:nth-child(even) {
  width: 48%;
  float: right;
}

.services-schedule-item table {
  width: 100%;
}

.services-schedule-item table tr td {
  border-bottom: none;
  font-size: 16px !important;
  color: #454545;
  font-style: italic;
}

.services-schedule-item table tr td span {
  background: #fff;
}

.services-schedule-item table tr {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAACCAYAAACUn8ZgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1JREFUeNpi+P//PwMIHD1y5O7Rw4fPgPgwzASSOHL4sCCQpwRknmVAAgABBgBuzBeAlP/NGgAAAABJRU5ErkJggg==") left 18px repeat-x;
  border-bottom: 5px solid transparent;
}

.services-schedule-item table tr td:first-child {
  text-align: left;
}

.services-schedule-item table tr td:last-child {
  text-align: right;
}

.about {
  background: #f9f9f9;
}

.quote-block {
  font-size: 18px;
  color: #000000;
  font-style: italic;
  padding: 35px;
  background: #dfdfdf;
  margin: 25px 0;
}

.catalog {
  background: #f6f6f6;
  padding-bottom: 70px !important;
}

.product-card-wrap {
  padding-bottom: 35px;
}

.product-card {
  width: 49%;
  float: left;
  background: #fff;
  margin-bottom: 2%;
  padding: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-card-img {
  float: left;
  width: 44%;
  margin-right: 4%;
}

.product-card-img a img{
  width: 100%;
}

.product-card-info {
  position: relative;
  width: 52%;
}

.product-card:nth-child(2n) {
  width: 49%;
  float: right;
}

.product-card:nth-child(odd) {
  clear: both;
}

.product-card-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline;
}

.product-card-price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
}

.product-card-text {
  padding-bottom: 50px;
}

.product-card-price:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 50px;
  background: #c4e4ee;
}

.product-card-price span {
  font-weight: 600;
}

.catalog-text {
  background: #fff;
  padding: 50px 0 60px;
}

.catalog-text-bottom {
    padding-top: 50px;
}

.catalog-text p:last-child {
  margin-bottom: 0;
}

.product-inside {
  background: #f9f9f9;
  padding-bottom: 70px !important;
}

.product-inside .services-schedule-item table tr td{
  font-style: normal;
}

.product-inside-left img {
  padding: 5px;
  background: #fff;
  display: block;
}

.product-inside-left {
  float: left;
  width: 35%;
}

.product-inside-right {
  float: right;
  width: 63%;
}

.product-inside-info-top {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

.product-inside-info-top .product-inside-price {
  float: left;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
}

.product-inside-info-top .product-inside-price span {
  font-weight: 600;
}

.product-inside-info-links {
  float: right;
}

.product-inside-info-links a{
  text-transform: uppercase;
  text-align: center;
}

.product-inside-info-top a {
  float: left;
  margin-bottom: 16px;
  display: inline-block;
}

.product-inside-info-top a:first-child {
  margin-right: 30px;
}

.product-inside-desc-text {
  margin-bottom: 30px;
}

.product-inside-spec .services-schedule-item {
  width: 100%;
}

.product-inside-desc-title,
.product-inside-spec-title,
.product-dec-full-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.product-dec-full {
  padding-top: 35px;
  background: #fff;
  padding-bottom: 75px;
}

.product-inside-wrap {
  padding-bottom: 50px;
}

.product-dec-full p:last-child {
  margin-bottom: 0;
}

.product-inside .services-schedule-item table tr td span {
  background: #f9f9f9;
}

.accessories {
  background: #f6f6f6;
}

.accessories .product-main-item {
  padding: 15px 15px 20px;
  background: #fff;
  text-align: center;
}

.accessories .product-main-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}

.accessories .product-main-item:hover .product-main-inner-title {
  color: #404040;
  border-bottom-color: rgba(131, 18, 5, 0.4);
}

div.pagination{
  text-align: center;
  margin-top: 10px;
}

ul.pagination{
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none; 
}

ul.pagination li a{
  text-decoration: none;
  color: #b9b9b9;
}

ul.pagination li.active a{
  text-decoration: none;
  color: #4d619a;
  font-size: 16px;
}

ul.pagination li span{
  color: #4d619a;
  font-size: 18px;
}

ul.pagination li{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 20px;
}

ul.pagination li:first-child{
  margin-left: 0;
}

.four-error {
    font-size: 20vw;
    display: block;
    line-height: 1.2;
    text-align: center;
}

.error-title {
    display: block;
    text-align: center;
    font-size: 24px;
}

.product-main-item-wrap {
    letter-spacing: -0.31em;
}

.email a{
    color: #5dcee4;
}

.contacts-phone, .contacts-email{
    text-decoration: none;
    color: #5dcee4;
}

@media only screen and (max-width: 1280px) {
  /*sertif*/
  .reviews {
    padding: 50px 0 40px;
  }

  .owl-dots {
    margin-top: 30px;
  }

  .owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 4px;
  }

  .owl-nav .owl-prev {
    width: 30px;
    height: 40px;
    -webkit-background-size: 10px 20px;
    -moz-background-size: 10px 20px;
    -o-background-size: 10px 20px;
    background-size: 10px 20px;
  }

  .owl-nav .owl-next {
    width: 30px;
    height: 40px;
    -webkit-background-size: 10px 20px;
    -moz-background-size: 10px 20px;
    -o-background-size: 10px 20px;
    background-size: 10px 20px;
  }

  .fancybox-nav {
    width: 30px;
    height: 40px;
    margin-top: -20px;
  }

  .fancybox-prev span,
  .fancybox-next span {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjkxLjMgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOTEuMyA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI1My43LDUxMC45Yy0xMy4xLTQuMy0yMS40LTE0LjgtMzAuOC0yMy45QzE1Myw0MTkuOCw4My4yLDM1Mi41LDEzLjMsMjg1LjINCgkJYy0xNy42LTE2LjktMTcuOC0zNC4xLTAuNS01MS41YzMyLjktMzMuMyw2NS45LTY2LjUsOTguOS05OS44QzE1Mi44LDkyLjUsMTkzLjksNTEuMSwyMzUsOS44QzI0My43LDEsMjU0LjItMiwyNjYuMSwxLjMNCgkJYzExLjUsMy4yLDE5LjEsMTAuOSwyMS43LDIyLjZjMi43LDExLjctMC43LDIxLjgtOS4zLDMwLjVjLTM4LjIsMzguNC03Ni4zLDc2LjktMTE0LjUsMTE1LjNjLTI4LDI4LjMtNTYsNTYuNi04NC4yLDg0LjgNCgkJYy0zLjUsMy41LTMuMyw1LjMsMC4xLDguNmM2NS44LDYzLjEsMTMxLjQsMTI2LjQsMTk3LjEsMTg5LjZjNS43LDUuNSwxMS4yLDExLDEzLjIsMTljNC4xLDE1LjktMy45LDMwLjMtMTksMzcuMQ0KCQljLTEuMywwLjYtMS40LDAuNy00LjUsMi4yQzI2Mi40LDUxMi40LDI1OC45LDUxMi40LDI1My43LDUxMC45eiIvPg0KPC9nPg0KPC9zdmc+DQo=") left center no-repeat;
    -webkit-background-size: 15px 30px;
    background-size: 15px 30px;
  }

  .fancybox-next span {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjkxLjMgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOTEuMyA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM3LjYsMS4xQzUwLjcsNS41LDU5LDE2LDY4LjQsMjVDMTM4LjMsOTIuMiwyMDguMSwxNTkuNSwyNzgsMjI2LjhjMTcuNiwxNi45LDE3LjgsMzQuMSwwLjUsNTEuNQ0KCQljLTMyLjksMzMuMy02NS45LDY2LjUtOTguOSw5OS44Yy00MS4xLDQxLjQtODIuMiw4Mi44LTEyMy4zLDEyNC4yYy04LjcsOC44LTE5LjMsMTEuNy0zMS4xLDguNWMtMTEuNS0zLjItMTkuMS0xMC45LTIxLjctMjIuNg0KCQljLTIuNy0xMS43LDAuNy0yMS44LDkuMy0zMC41YzM4LjItMzguNCw3Ni4zLTc2LjksMTE0LjUtMTE1LjNjMjgtMjguMyw1Ni01Ni42LDg0LjItODQuOGMzLjUtMy41LDMuMy01LjMtMC4xLTguNg0KCQlDMTQ1LjYsMTg1LjksODAsMTIyLjYsMTQuMyw1OS40Yy01LjctNS41LTExLjItMTEtMTMuMi0xOUMtMywyNC41LDQuOSwxMC4xLDIwLjEsMy40YzEuMy0wLjYsMS40LTAuNyw0LjUtMi4yDQoJCUMyOC45LTAuNCwzMi40LTAuNCwzNy42LDEuMXoiLz4NCjwvZz4NCjwvc3ZnPg0K") right center no-repeat;
    -webkit-background-size: 15px 30px;
    background-size: 15px 30px;
  }

  .fancybox-wrap .fancybox-next {
    right: -30px;
  }

  .fancybox-wrap .fancybox-prev {
    left: -30px;
  }

  .default-modal .fancybox-close {
    width: 20px;
    height: 20px;
  }

  .default-modal .fancybox-close {
    right: -17px;
  }

  .fancybox-close:before,
  .fancybox-close:after {
    height: 3px;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 1279px) {
  .main-menu > li {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 992px) {
    
  .section-error_page {
      padding-top: 50px;
  }    
    
  body {
    font-size: 15px;
  }

  .page-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .button {
    font-size: 13px !important;
  }

  .main-slider-section {
    margin-top: 40px;
  }

  .main-page-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-main,
  .news-main,
  .contacts-main-left,
  .contacts-main {
    padding-top: 0;
  }

  .contacts-main {
    padding-bottom: 0;
  }

  .news-main-title,
  .contacts-main-title {
    margin-bottom: 20px;
  }

  .header,
  .header * {
    display: block;
  }

  .hamburger {
    display: block;
    margin-right: -15px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 40px;
    background: #373737;
  }

  .header-top {
    height: 100%;
    background: #244bc8;
  }

  .header .callback-btn {
    display: block;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzk4IDM5OC43Ij48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCA4OS40YzEtNi41IDEuOS0xMy4xIDMtMTkuNkM3LjIgNDMuOSAxOS40IDIzLjIgNDEuOCA5LjFjMi4zLTEuNCA0LjYtMi44IDYuNi00LjRDNTcuOC0yLjggNzIuMi0uNSA4MCA3YzcuOSA3LjYgMTYgMTUuMSAyMy44IDIyLjggMTMuOCAxMy41IDI3LjUgMjcuMSA0MS4yIDQwLjggMS42IDEuNiAzLjIgMy40IDQuNiA1LjMgNyA5LjggNy4yIDE5LjEtLjUgMjguNC05LjQgMTEuNS0xOS4zIDIyLjUtMjkgMzMuNy0yLjMgMi42LTYuMSA1LjEtNi41IDcuOS0uNCAyLjggMi41IDYuMiA0LjIgOS4zIDE4LjEgMzMgNDAuOCA2Mi40IDY5LjQgODcgMTkuMSAxNi41IDQxIDI5IDYyLjkgNDEuNCAyLjUgMS40IDMuOC40IDUuNi0xLjEgMTItMTAuNiAyNC0yMS4xIDM2LjEtMzEuNiAxLjgtMS41IDMuNy0yLjkgNS43LTQuMSA1LjUtMy4yIDExLjUtNCAxNy4zLTEuNCA0LjIgMS44IDguNCA0LjMgMTEuNiA3LjUgMjAgMjAgMzkuNyA0MC40IDU5LjYgNjAuNSA1LjIgNS4zIDkuNyAxMC45IDExLjkgMTguMXYxMGMtNS4zIDguMi0xMC4yIDE2LjctMTUuOSAyNC41LTguNSAxMS41LTIwIDE5LjUtMzMuNSAyNC4zLTIzLjkgOC40LTQ4LjQgMTAuNS03My40IDYuNy0yMy4zLTMuNS00NC44LTEyLjUtNjUuMi0yNC0zMS0xNy40LTU4LjQtMzkuNi04My42LTY0LjUtMTYuMS0xNS45LTMxLjgtMzIuMy00Ny4zLTQ4LjgtMTcuOC0xOS0zMy44LTM5LjUtNDcuNC02MS44LTEzLjUtMjIuMi0yNC4yLTQ1LjUtMjkuMS03MS4yLS45LTQuNy0xLjYtOS41LTIuNS0xNC4yVjg5LjR6Ii8+PC9zdmc+");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    -o-background-size: 17px 17px;
    background-size: 17px 17px;
    border: none;
    padding: 0;
    margin: 0;
    margin-left: -40px;
  }

  .header .callback-btn:hover {
    border: none;
  }

  .site-link {
    display: block;
    float: left;
    height: 40px;
    width: 100px;
    background: url(../img/site-logo.png) center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .header .callback-btn {
    float: left;
  }

  .header-bottom,
  .header-phone-wrap,
  .header-top-address {
    display: none;
  }

  .site-title {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .site-title-inner:before {
    display: none;
  }

  .site-title-inner {
    padding: 0;
  }

  .site-logo {
    width: 40px;
    height: 30px;
    margin-top: 5px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  .main-nav {
    float: none;
  }

  .main-menu {
    line-height: normal;
  }

  .main-menu > li {
    display: block;
    margin-left: 0;
  }

  .main-menu li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
  }

  .main-menu > li > a {
    border-bottom: none;
  }

  .main-menu li ul {
    display: block;
    position: static;
    border-top: none;
    padding: 0;
  }

  .main-menu li:hover ul {
    display: block;
    border-top: none;
  }

  .main-menu li ul li a {
    color: #fff;
  }

  .main-menu li ul li a:hover {
    color: #ccc;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .main-menu > li > a:hover {
    border-bottom: none;
  }

  .main-menu > li > a.active {
    border-bottom: none;
  }

  .main-menu li > *:nth-last-child(2):hover {
    border-bottom-color: transparent;
  }

  .main-menu > li > ul {
    position: static;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    background: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .mm-listview .mm-vertical .mm-panel,
  .mm-vertical .mm-listview .mm-panel {
    display: block;
  }

  .mm-listview > li.mm-vertical > .mm-next,
  .mm-vertical .mm-listview > li > .mm-next {
    display: none;
  }

  .mm-listview .mm-next + a,
  .mm-listview .mm-next + span {
    margin-right: 0;
  }

  .main-menu li ul li a {
    padding: 10px 10px 10px 55px;
  }

  #mm-0 ul li:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    height: 1px;
    width: 100%;
    border-top: 1px solid #4d4f52;
  }

  .main-menu li.mm-selected a{
    border-bottom: none;
  }

  .main-slider-section {
    margin-bottom: 0;
  }

  .main-page-title span {
    font-size: inherit;
    display: inline;
  }

  .main-page-title{
    line-height: 1.3;
  }

  /*contacts*/
  .contacts-map {
    margin-bottom: -40px;
  }

  #project-inside-slider .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  #project-inside-slider .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .footer-logo {
    width: 40px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .owl-dots {
    margin-top: 25px;
  }

  .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }

  .contacts-right,
  .contacts-left {
    float: none;
    width: 100%;
  }

  .contacts-left {
    margin-top: 0;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts {
    padding-bottom: 520px;
  }

  .contacts-inner + #map {
    margin-top: -520px;
    height: 450px;
  }

  /*accessories*/
  .accessories .product-main-item {
    float: left;
    width: 32%;
    margin-left: 2%;
  }

  .accessories .product-main-item:nth-child(4n+1) {
    margin-left: 2%;
    clear: none;
  }

  .accessories .product-main-item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }

  .product-inside-info-links {
    float: none;
    clear: both;
  }

  .product-inside-info-links a{
    width: 48.5%;
    margin-right: 3% !important;
  }

  .product-inside-info-links a:last-child{
    margin-right: 0 !important;;
  }

  /*main-product*/
  .main-page-section .product-main-item {
    width: 49%;
    margin-left: 2%;
  }

  .main-page-section .product-main-item:nth-child(4n+1) {
    margin-left: 2%;
    clear: none;
  }

  .main-page-section .product-main-item:nth-child(odd) {
    clear: both;
    margin-left: 0;
  }

  /*main-services*/
  .main-page-section .services-main-item {
    width: 49%;
    margin-bottom: 2%;
    margin-left: 0;
  }

  .main-page-section .services-main-item:nth-child(4n+1) {
    margin-left: 0;
    clear: none;
  }

  .main-page-section .services-main-item:nth-child(even) {
    float: right;
  }

  .main-page-section .services-main-item:nth-child(odd) {
    clear: both;
  }

  .contacts-list li {
    font-size: 16px;
  }

  .contacts-right{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
  }

  .services-schedule-item {
    width: 100%;
  }

  .services-schedule-item:nth-child(even) {
    width: 100%;
    float: none;
  }
  
  .products_wrapper {
    display: flex;
    justify-content: space-between;
  }
  .product-main-item {
      width: 49% !important;
      max-width: none !important;
  }

}
@media only screen and (max-width: 800px) {
  .accessories .product-main-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }

  .accessories .product-main-item:nth-child(4n+1) {
    margin-left: 4%;
    clear: none;
  }

  .accessories .product-main-item:nth-child(3n+1) {
    margin-left: 4%;
    clear: none;
  }

  .accessories .product-main-item:nth-child(odd) {
    margin-left: 0;
    clear: both;
  }

  .services-main {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .services-main-item-wrap .services-main-item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  .services-main-item-wrap .services-main-item:nth-child(4n+1) {
    margin-left: 2%;
    clear: none;
  }

  .services-main-item-wrap .services-main-item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }

  /*main-page*/
  .about-main-img,
  .about-main-info,
  .news-main-img,
  .news-main-info,
  .contacts-main-left,
  .contacts-main-right {
    float: none;
    width: 100%;
  }

  .about-main-img,
  .news-main-img {
    padding: 15px 15px 0;
  }

  .services-main {
    margin-bottom: 20px;
  }

  .contacts-main-right {
    height: 350px;
    position: static;
  }

  .contacts-main {
    min-height: 350px;
  }

  .services-inside-info img {
    margin: 0 20px 20px 0;
  }

  /*catalog*/
  .product-card {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .product-card:nth-child(2n) {
    width: 100%;
    float: none;
  }

  .product-card:nth-child(odd) {
    clear: none;
  }

  .product-card-price{
    font-size: 18px;
  }

  .submit-request-wrap {
    width: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .product-inside-wrap {
    padding-bottom: 10px;
  }

  .product-dec-full {
    padding-top: 25px;
  }

  .product-inside-info-top,
  .product-inside-desc-text {
    margin-bottom: 25px;
  }

  .services-info,
  .product-dec-full,
  .catalog-text {
    padding-bottom: 30px;
  }

  .services-main-item-wrap {
    padding-bottom: 20px;
  }

  .services-info {
    padding-top: 30px;
  }

  .product-card-wrap {
    padding-bottom: 20px;
  }

  .catalog-text {
    padding-top: 30px;
  }

  /*contacts*/
  .contacts-left,
  .contacts-right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .contacts-right{
  	margin-bottom: 0;
  }

  .contacts-list li {
    margin-bottom: 15px;
  }

  .contacts-right {
    padding: 25px 40px 40px;
  }

  .submit-request-title:after {
    display: none;
  }

  .contacts .contacts-left .page-title,
  .contacts .contacts-right .page-title {
    margin-bottom: 25px;
  }

  .contacts-map {
    padding-bottom: 0;
    height: 300px;
  }

  /*reviews*/
  .owl-dots {
    margin-top: 20px;
  }

  /*order*/
  .order {
    height: 250px;
  }

  .button, button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    font-size: 14px;
  }

  .product-inside-left {
    float: none;
    width: 100%;
  }

  .product-inside-left img {
    width: 100%;
  }

  .product-inside-right {
    width: 100%;
    float: none;
  }

  .product-inside-info-top .product-inside-price{
    margin-bottom: 5px;
  }

  .product-inside-info-top {
    margin-bottom: 25px;
  }

}
@media only screen and (max-width: 600px) {
  .main-page-title,
  .page-title,
  .contacts .contacts-left .page-title,
  .contacts .contacts-right .page-title {
    font-size: 26px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  .quote-block {
    font-size: 16px;
    padding: 15px;
  }

  /*services*/
  .services-main-item-wrap .services-main-item {
    width: 48%;
    margin-left: 0;
    margin-bottom: 4% !important;
  }

  .services-main-item-wrap .services-main-item:nth-child(even) {
    float: right;
  }

  .services-main-item-wrap .services-main-item:nth-child(odd) {
    clear: both;
  }

  .services-main-item-wrap .services-main-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .services-main-item-wrap .services-main-item:nth-child(3n+1) {
    margin-left: 0;
    clear: none;
  }

  .services-inside-info img {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .services-inside-info {
    padding-bottom: 0;
  }

  .page-title {
    margin-bottom: 25px;
  }

  .services-schedule {
    padding: 20px 0 20px;
  }

  .four-error {
    font-size: 102px;
  }
}

@media only screen and (max-width: 480px) {
  #submit-request-popup input {
    float: none;
    width: 100%;
  }

  .mm-panels > .mm-panel:after,
  .mm-panels > .mm-panel:before {
    height: 0;
  }

  .mm-panels > .mm-panel > .mm-listview:first-child,
  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 0;
  }
  
  .product-main-item {
      width: 100% !important;
      max-width: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .contacts-right {
    padding: 15px 20px 30px;
  }

  /*services*/
  .services-main-item-wrap .services-main-item {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .services-main-item-wrap .services-main-item:nth-child(even) {
    float: none;
  }

  .services-main-item-wrap .services-main-item:nth-child(odd) {
    clear: none;
  }

  .footer .container-inner {
    line-height: normal;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-left {
    margin-bottom: 5px;
  }

  .footer-left,
  .footer-right {
    float: none;
    display: block;
  }

  .contacts {
    padding-bottom: 420px;
  }

  .contacts-inner + #map {
    margin-top: -420px;
    height: 350px;
  }

  /*accessories*/
  .accessories .product-main-item {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
  }

  .accessories .product-main-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .accessories .product-main-item:nth-child(3n+1) {
    margin-left: 0;
    clear: none;
  }

  .accessories .product-main-item:nth-child(odd) {
    margin-left: 0;
  }

  .accessories .product-main-item:nth-child(odd) {
    clear: none;
  }

  /*main-product*/
  .main-page-section .product-main-item {
    width: 100%;
    margin-left: 0;
  }

  .main-page-section .product-main-item:nth-child(4n+1) {
    margin-left: 0;
    clear: none;
  }

  .main-page-section .product-main-item:nth-child(odd) {
    clear: none;
    margin-left: 0;
  }

  /*main-services*/
  .main-page-section .services-main-item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .main-page-section .services-main-item:nth-child(4n+1) {
    margin-left: 0;
    clear: none;
  }

  .main-page-section .services-main-item:nth-child(even) {
    float: none;
  }

  .main-page-section .services-main-item:nth-child(odd) {
    clear: none;
  }

  /*catalog*/
  .product-card {
    display: block;
  }

  .product-card-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .product-card-info{
    width: 100%;
  }

  .product-card-img img {
    width: 100%;
    margin-bottom: 20px;
  }

  .product-card-price {
    padding-top: 10px;
  }

  .product-inside-info-top a {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0% !important;
  }

  .product-inside-info-top a:first-child {
    margin-right: 0;
  }

  .product-inside-left img {
    width: 100%;
  }

  .submit-request-wrap {
    width: 100%;
  }

  .submit-request-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .submit-request-wrap {
    padding: 30px 20px 20px 20px;
  }

  .submit-request-wrap .fancybox-close {
    top: 7px;
    right: 4px;
    width: 20px;
    height: 20px;
  }
}
