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

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

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

.docs .container-inner {
    padding-bottom: 20px;
}

.docs.main-page-title {
    margin-top: 47px;
    margin-bottom: 5%;
}

.doc-item {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    vertical-align: top;
    margin-bottom: 35px;
}

.doc-item .title {
    text-decoration: none;
    color: #1c8ee3;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 45px;
    padding-top: 10px;
}

.ie .doc-item .title::after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;    
    background-image: url(../img/icon_download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body:not(.ie) .doc-item .title::after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../img/icon_download.svg);
    mask-image: url(../img/icon_download.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #b1b5b7;
    transition-duration: 0.4s;
}

body:not(.ie) .doc-item .title:hover::after {
    background-color: rgb(28, 142, 227);
}

.doc-item:nth-child(2n - 1) {
    padding-right: 5.5%;
}

.doc-item .right-block {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
}

.doc-icon {
    width: 80px;
    padding-bottom: 0;
    display: inline-block;
    margin-right: 25px;
}

.doc-icon_img {
    border: 1px solid #eceeef;
    box-sizing: border-box;
    width: 80px;
    height: 90px;
    background-image: url(../img/document_icon.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 61%;
}

.doc-size {
    background-color: #eceeef;
    color: #b1b5b7;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
}

.doc-item p {
    color: #424242;
    margin-bottom: 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 */
}

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

.slide-image {

  min-height: 620px;
}


.captcha-form {
    
    margin-bottom: 20px;
}

.main-slider-section .calc-callback {

  top: 30px;

}

.calc-link {

  display: none !important;
}

.about-main, .news-main {

  background-color: #ebeff0 !important;
}

#main-slider img {

  max-width: none;
  width: inherit;
}

.bottom-section .calc-callback {

  position: relative;
  float: left;
  background-color: #edeff0;
  left: 0 !important;

}

.calc-callback {

  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 385px;
  padding-bottom: 42px;
  position: absolute;
  z-index: 10;
  left: 15px;
  background: rgba(255,255,255,0.88);


}

.form-wrapper {

  padding-left: 40px;
  padding-right: 40px;
}

.calc-title {

  position: relative;
  display: block;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  background: #3192ec;
  height: 60px;
}

.calc-title::before {

  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-top: 7px solid #3192ec;
  bottom: -27px;
  left: 45%;
}

.calc-description {

  display: block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #373737;
  padding-top: 38px;
  font-weight: normal;
  margin-bottom: 16px;
}

.calc-callback input {

  height: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.submit-calc {

  border: none !important;
  line-height: 50px !important;
  height: 50px !important;
  background-color: #ce1757 !important;
  font-size: 16px !important;
  margin-bottom: 0px !important;
  font-weight: normal !important;
}

.submit-calc:hover {

  background-color: #8b163f !important;
}

.calc-callback-bottom {

  padding-top: 88px;
    background-color: #f9f9f9;
    background-image: url(map.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: auto;
    padding-bottom: 90px;
}

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

body {
  height: 100%;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #fff;
  color: #606060;
}

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

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: #3192ec;
  border-color: #3192ec;
}

.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 {
  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;
  line-height: 32px;
  text-transform: uppercase;
}

#page {
  height: 100%;
}

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

.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 .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: #b71850;
}

.owl-dots {

  text-align: center;
  margin: auto;
  margin-bottom: 90px;
}

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

.owl-dots .active {
  background: #3192ec;
}

/*!
* 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: #333;
}

.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 #3192ec;
}

.set-city {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    color: #e3e3e3;
    font-size: 14px;
    top: -5px;
}

.set-city.mobile {
    display: none;
}

.cities-title {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.cities-list.opened {
    display: block;
}

.cities-list {
    position: absolute;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #e3e3e3;
    background-color: #373737;
    padding: 15px;
    width: max-content;
    left: -14px;
    z-index: 10;
    top: 123%;
}

.cities-list li {
    cursor: pointer;
}

.cities-list a {
    color: #e3e3e3;
    text-decoration: none;
}

/*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: 63px;
  background: #373737;
}

.header-top-address b, .header-wrap-right b {
    font-weight: bolder;
}

.header-wrap-left, .header-wrap-right {
    display: inline-block;
    color: #e3e3e3;
    font-size: 14px;
    line-height: normal;
}

.header-wrap-right {
    margin-right: 16%;
}

.header-wrap-left a {
    color: #52acff !important;
}

.header-wrap-left a, .header-wrap-right a{
     display: block;  
     line-height: normal;
     font-weight: bolder;
}

.header-wrap-left span, .header-wrap-right a:first-child {
    margin-bottom: 7px;
    display: block;
    font-weight: bolder;
}

.header-top-right {
  float: right;
  display:  inline-block;
  width: 50%;
  vertical-align: top;
}

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

.site-link {
  display: none;
}

.header-top-address {
  float: none;
  line-height: normal;
  color: #e3e3e3;
  font-size: 14px;
  padding-top: 10px;
  display:  inline-block;
  width: 37%;
}

.header-top-address span:first-child {
    display: block;
    margin-bottom: 7px;
}

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

.header-phone-wrap {
  line-height: normal;
  margin-right: 7%;
  padding-top: 9px;
  width: 294px;
}

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

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

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

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

.header-bottom .container-inner {
}

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

.site-logo {
  display: block;
  float: left;
  width: 251px;
  height: 60px;
  background: url(../img/logologiteck-new.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  z-index: 2;
  margin-top: 32px;
}

.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: #2b2b2b;
  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 #3192ec;
}

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

.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;
  height: 620px;
}

/*services-main*/
.services-main.text-block .six{
    width: 49%;
    font-size: 15px;
    padding-right: 2%;
}

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

.services-main.text-block .six:nth-child(2) {
    margin-left: 2%;
}

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

.services-main-item {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 10px;
}

.product-main-item {
  float: left;
  width: 23.5%;
  margin-left: 2%;
}

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

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

.services-main-item:not(:first-child) {
  background: #2c2c2f;
  padding: 3px;
  padding-bottom: 0;
  border-bottom: 3px solid #2c2c2f;
  position: relative;
  overflow: hidden;
  box-sizing:  border-box;
}

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

.services-main-in {
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 0;
  -moz-transform: translateY(-46px);
  -o-transform: translateY(-46px);
  /* -webkit-transform: translateY(-46px); */
  /* transform: translateY(-46px); */
  background: rgba(0, 0, 0, 0.8);
  border-top: 2px solid #2c2c2f;
  padding: 0 18px 28px;
  padding-bottom: 10px;
  padding-top: 10px;
  /* height: 124px; */
  /* z-index: -5; */
}



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

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

.main-page-section h1 {
    font-size: 32px;
}

.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: 24px;
  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;
  margin-bottom: 0;
}

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

.about-main .inner-block , .news-main .inner-block{

  background-color: #ebeff0;
}

.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-bottom: 20px;
}

.job_scheme h2 {
    
    margin-top: 0;
}

/*vantages*/

.vantages h2 {
    margin-bottom: 27px;
}

.vantages .text-block {
    letter-spacing: -0.3em;
    margin-bottom: 50px;
}

.vantages .text-block div {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 3%;
    font-size: 15px;
}

.vantages .text-block div:first-child {
    width: 51%;
}

.vantages .text-block div:nth-child(2) {
    width: 49%;
}

.vantages .container-inner .main-page-title {
    margin-top: 50px;
    margin-bottom: 5%;
}

.vantages-block {
  letter-spacing: -0.36em;
}

.vantages h2 {
  letter-spacing: normal;
}

.ie .vantage {
    width: 23.5%;
}

.vantage {
  display: inline-block;
  letter-spacing: normal;
  width: 23.9%;
  margin-left: 1.4%;
  vertical-align: top;
  margin-bottom: 65px;
}

.vantage-img {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 17px;
}

.vantage span {
  font-family: 'Open Sans SemiBold',sans-serif;
  font-size: 20.2px;
  margin-bottom: 10px;
}

.vantage p {
  font-family: 'Open Sans Light',sans-serif;
  font-size: 16px;
  padding-right: 2%;
}

.vantage-img img {
  wwidth: 100%;
  height: 100%;
}

.vantage img, .vantage span, .vantage p {
  display: block;
}

.vantage:nth-child(5n), .vantage:first-child {
  margin-left: 0;
}

/*table-price*/


.prices-table {
  background: #ebeff0;
}

.prices-table .container-inner {
    
    overflow: hidden;
    padding-bottom: 65px;
}

.prices-table .container-inner .main-page-title {
    margin-top: 47px;
    margin-bottom: 10px;
}

.price {
  margin-bottom: 20px;
  min-width: 600px;
}

.price tr:not(:first-child) td {
    border-bottom: none;
    font-size: 16px;
    font-weight: normal;
    padding-top: 13px;
    padding-bottom: 12px;
    width: 16%;
    padding-right: 4%;
    box-sizing: border-box;
    color: #0f0c0b;
}

.price tr:not(:first-child) td:last-child {
  padding-right: 2%;
}

.price td span {
  font-family: 'PT Sans', serif;
}

.price tr:not(:first-child):nth-child(2n+1) {
  background-color: #f0f3f4;
}

.price-header {
  background-color: #3192ec;

}

.price-header td {
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 57px;
}

.price-header td:first-child {
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
}

.price-header td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.price td:first-child {
  padding-left: 27px;
  font-size: 20px;
  font-family: "Open Sans SemiBold",sans-serif;
  width: 21.3%;
  color: #0f0c0b;
}

.price-link {
  display: block;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ce1757;
  max-width: 287px;
  width: 100%;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  float: right;
}

/*document main slider*/

.documents .container-inner .main-page-title {
  margin-top: 65px;
}

.document {
  display: inline-block;
  width: 400px;
  padding-top: 25px;
  padding-left: 20px;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  padding-bottom: 25px;
  margin-bottom: 38px;
}

.document a {
  text-decoration: none;
}

.document:hover {
  background-color: #ebeff0;
  transition-duration: 0.4s;
}

.properties {
  display: block;
  width: 60px;
  float: left;
}

.properties span {
  display: block;
}

.document:hover .doc-format {
  background-color: #3192ec;
}

.doc-format {
  text-align: center;
  background-color: #a2a2a2;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 12px;
}

.properties span:last-child {
  padding-left: 4px;
  color: #3192ec;
}

.doc-name {
  padding-left: 80px;
  font-size: 14px;
}

.doc-name span:first-child {
  color: #404040;
  font-size: 20px;
  font-family: "Open Sans SemiBold",sans-serif;
  line-height: 26px;
  display: block;
  margin-bottom: 17px;
}
.doc-name span:last-child {
  display: block;
  color: #767676;
}

/*reviews main*/

.reviews {
  background-image: url("../img/reviews-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-top: 18px;
}

.reviews h2 {
  color: white;
}

.review {
  display: inline-block;
  max-width: 620px;
  width: 100%;
  margin-bottom: 35px;
}

.review-image {
  display: inline-block;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  vertical-align: top;
  border: 5px solid #3192ec;
  margin-right: 25px;
  overflow: hidden;
}

.review-content {
  display: inline-block;
  width: 77%;
}

.review-content p {
  font-size: 16px;
  font-style: italic;
}

.review-content span:nth-child(2) {
  display: block;
  font-weight: bold;
}

.review-content span:nth-child(3) {
  font-style: normal;
}

.reviews .owl-dots {
  margin-bottom: 43px;
}

/*autopark cataloge*/

.autopark .owl-item {
    text-align: center;
}

.auto {
    text-align: left;
}

.autopark h2 {
    margin-top: 0;
}

.autopark .container-inner {
  padding-top: 90px;
  letter-spacing: -0.36em;
}

.autopark .services-main-item {

  float: none;
  max-width: 290px;
  width: 290px;
  display: inline-block;
  margin-right: 1%;
  letter-spacing: normal;
}

.autopark .underline-link {
  display: inline-block;
}

.autopark .owl-dots {
  padding-left: 29.5%;
  text-align: left;
}

.ie .auto-cataloge {
    max-width: 910px;
}

.auto-cataloge {

  display: inline-block !important;
  max-width: 919px;
  width: 100%;
  vertical-align: top;
}

.auto-cataloge .owl-stage-outer {
    margin-bottom: 15px;
}

.autopark .services-main-item>a:before {
    background: none !important;
}

.auto {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px;
  padding-top: 50px;
  letter-spacing: normal;
}

.auto-image {
  width: 270px;
  height: 155px;
  margin-bottom: 50px;
}

.auto  img {
  height: 100%;
  margin: 0 auto;
}

.auto a {
  opacity: 0;
}

.auto:hover a {
  opacity: 1;
}

.auto:hover {
  background-color: #ebeff0;
}

.name-auto {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}

.auto-property {
  display: block;
  color: #3192ec;
  margin-bottom: 8px;
}

.auto-property:nth-child(5) {
  margin-bottom: 20px;
}

.auto-property span {
  color: #404040;
}

/*writers*/

.writers a {
    display: block;
    max-width: 240px;
    height: 320px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.writers .container-inner .main-page-title {
    margin-top: 60px;
}

.writers .owl-stage-outer {
    padding: 10px 10px;
    margin-bottom: 25px;
}

.writers .owl-dots {
    margin-bottom: 80px;
}

.writers a img {
    width: 100%;
    height: 100%;
}

/*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:not(:first-child) {
  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:not(:first-child):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:not(:first-child):hover .product-main-inner-title {
  color: #831205;
  border-bottom-color: rgba(131, 18, 5, 0.4);
}

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

.product-main-inner-title {
  color: #404040;
  border-bottom: 1px solid rgba(64, 64, 64, 0.4);
  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: right;
  width: 50.6%;
}

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

#map * {
    transition: none;
}

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

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

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

/*footer*/
.footer {
  height: 120px;
  background: #2e2e2e;
}

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

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

.footer-left {
    float: left;
    line-height: 20px;
    padding-top: 20px;
    font-style: italic;
    font-size: 14px;
}

.footer-right {
  float: right;
  width: 310px;
}

.footer-right img {
    
    display: inline-block;
    padding-top: 45px;
    margin-right: 30px;
}

.footer-right span {
    
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    padding-top: 45px;
    font-size: 14px;
}

.footer-right a {
    
    color: #1EAEDB;
    text-decoration: none;
}

/*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-left {
  float: left;
  width: 48%;
  margin-top: 10%;
  margin-bottom: 70px;
}

.contacts-right {
  float: right;
  width: 48%;
  margin-bottom: 70px;
  padding: 35px 70px 50px;
  background: #fff;
  -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 p {
    display: block;
    width: 100%;
}

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

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

.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 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: #831205;
  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;
}

.title_text_new{
    font-size: 26px;
    font-weight: 600;
}

@media only screen and (max-width: 1280px) {
  /*sertif*/

  .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) {
    
    .writers a {
        width: 90%;
    }
    
  .main-menu > li {
    margin-left: 35px;
  }
    .review-content {
        width: 71%;
    }
    
    .autopark .services-main-item {
        width: 34%;
    }
    .auto-cataloge {
        width: 65%;
    }
}
@media only screen and (max-width: 992px) {
    
    .set-city {
        display: none !important;
    }
    
    .set-city.mobile {
        display: block !important;
        width: auto;
        display: inline-block;
        height: 40px;
        width: 40px;
        font-size: 14px;
        line-height: 0;
        color: transparent;
        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-top: 5px;
        border-right: 1px solid #404040;
        background-size: 50% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        float: left;
    }
    
    .set-city.mobile .cities-title {
        height: 40px;
        width: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    
    .set-city.mobile .cities-list {
        display: none;
    }
    
    .set-city.mobile .cities-list.opened {
        display: block;
        width: 150px;
    }
    
    .set-city.mobile .cities-list li,
    .set-city.mobile .cities-list li a {
        width: 120px;
        height: auto;
        line-height: 16px;
        letter-spacing: 0px;
    }
    
    .news-main-info, .about-main-info {
        padding-top: 0;
    }
    
    .review {
         max-width: none;   
    }
    
    .review-image {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .review-content {
        display: block;
        width: 100%;
    }
    
    .reviews, .autopark .container-inner {
        padding-top: 0;
    }
    
    .main-page-section {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .services-main {
        padding-top: 20px;
    }
    
    .container-inner {
        padding-top: 0px;
    }
    
    .main-page-title {
        margin-top: 40px !important;
    }
    
    .autopark .owl-item {
        text-align: center;
    }
    
    .autopark .owl-item span {
        text-align: left;
    }
    
    .header-top .container-inner {
        display: flex;
    }
    
    .header-top-right {
        margin-left: auto;
        width: auto;
    }
    
    .autopark .services-main-item {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    
    .auto-cataloge {
        width: 100%;
    }
    
    .autopark .owl-dots {
        padding-left: 0; 
        text-align: center;
    }
    

  .main-slider-section form {

    top: 15px !important;
  }

  .slide-image {

    min-height: 600px;
  }

  .main-slider-section {

    height: 600px;
  }

  .main-slider-section img {

    height: 500px;
  }

  body {
    font-size: 15px;
  }

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

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

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

  .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: #373737;
  }

  .header .callback-btn {
    display: none;
    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;
  }
  
  .mobile-call {
      
    display: inline-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;
    border-left: 1px solid #404040;
  }

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

  .site-link {
    display: block;
    float: left;
    height: 40px;
    width: 100px;
    background: url(../img/logologiteck-w.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-left: -15px;
    margin-right: -15px;
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }

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

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

}
@media only screen and (max-width: 800px) {
    
        
    .vantage {
        width: 50%;
        margin-left: 0;
        padding-right: 2%;
        margin-bottom: 25px;
    }
    
    
  .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) {
    
    .doc-item {
        width: 100%;
    }
    
    .text-block .six, .vantages .text-block div {
        display: block;
        float: none;
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .main-page-title {
        margin-top: 40px !important;
    }
    
    .owl-dots {
        margin-bottom: 45px;
    }
    
    .document {
        margin-bottom: 0;
    }
    
  .product-inside-wrap {
    padding-bottom: 10px;
  }
 

  .bottom-section .calc-callback {

    float: none;
    margin: 0 auto;
    left: 0 !important;
    background: rgba(255,255,255,0.88);
    
  }

  .calc-callback-bottom {

    background-size: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    background-position: right center;
  }

  .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: 730px) { 
    

     
    .footer {
        
        height: auto;
    }    
    
    .footer-left , .footer-right {
        
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .footer-right span {
        
        text-align: left;
    }
    
    .footer-right {
        
        padding-bottom: 20px;
    }
    
    .footer-right img {
        
        padding-top: 24px;
    }
    
    .footer-right span {
        
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1900px) {

  #main-slider img {

    width: 100%;
  }

  .main-slider-section {

    height: auto;
  }
}

@media only screen and (max-width: 600px) {
    
    .auto {

        background-color: #ebeff0;
    }
    
    .auto a {
        opacity: 1;
    }
    
    .prices-table .container-inner {
        overflow-x: scroll;
    }
    
    .auto {
        display: block;
        margin: 0 auto;
    }
    
    .price-link {
        margin: 0 auto;
        float: none;
    }

  .main-slider-section .calc-callback {

    display: none;
  }

  .calc-link {

    display: inline-block !important;
    width: 40px;
    height: 40px;
  }

  .main-slider-section img, .main-slider-section {

    height: 300px !important;
  }

  .slide-image {

    min-height: 300px;
  }

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

@media only screen and (max-width: 540px) {
    
    #send-slider .owl-stage {
        padding-top: 20px;
    }
    
    .writers a {
      margin: 0 auto;
      margin-bottom: 20px;
  }
}

@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;
  }
}
@media only screen and (max-width: 479px) {
    
    .auto {
        width: 95%;
        background-color: #ebeff0;
    }
    
    .auto a {
        opacity: 1;
    }
    
    .auto-image {
        max-width: none;
        max-height: none;
        margin: 0;
        margin-bottom: 50px;
        width: 100%;
        height: auto;
    }
    
  .vantage {
      text-align: center;
      width: 100%;
  }
  
  .vantage-img {
      display: inline-block;
  }
  
  .vantage p {
      padding: 0px 6%;
  }
 
  
  .writers .owl-stage-outer {
      padding: 0;
  }
    
    .writers .owl-dots {
        margin-bottom: 45px;
    }
    
    .document {
        width: 100%;
    }
    
  .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;
  }
}

@media screen and (max-width: 400px) {
    
    .doc-item .right-block {
        width: 100%;
    }
    
    .doc-item {
        width: 100%;
        text-align: center;
        padding-right: 0 !important;
    }
    
    .doc-icon {
        margin-right: 0;
    }
    
    .doc-item .title {
        padding-top: 20px;
        padding-right: 30px;
    }
    
    .doc-item .title::after {
        top: 20px;
    }
    
    .docs.main-page-title {
        margin-bottom: 50px;
    }    
     
    .calc-callback {
        
        width: 100%;
        box-sizing: border-box;
    }    
    .form-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .footer-right img {
        
        display: none;
    }
    
    .footer-right span {
        
        text-align: center;
    }
}

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

.service-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}

.part-1 {
    width: 43%;
}

.part-2 {
    width: 57%;
}

.part-1 {
    background: url(../img/shutterstock.png) no-repeat 580% -100%;
}

.part-2 {
    background: #eceeef;
}

.part-1 p {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.part-1 p a {
    font-size: 24px;
    margin-bottom: 0.5rem;
    color: #404040;
    text-decoration: none;
}

.part-2 .form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part-2 .form-wrapper input {
    width: 47%;
    margin-bottom: 30px;
}

.main-page-title {
    margin-top: 20px;
}


.form-span {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 26px;
    display: block;
    line-height: 32px;
    color: #404040;
    font-weight: 600;
}

    .part-1, .part-2 {
        margin-bottom: 20px;
    }


@media only screen and (max-width: 768px) {
    .part-1, .part-2, .part-2 .form-wrapper input {
        width: 100%;
    }
    
    .part-1 {
        margin-bottom: 20px;
    }
    
    .part-2 {
        margin-bottom: -150px;
    }
}

/* - - - - - - - 20.04.18 - - - - - - - */

.adv {
    display: block !important;
    margin-top: 40px;
}

.adv img {
    margin: 0;
}

.adv .container-inner, .price-table .container-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.adv .main-page-title {
    display: none;
}

.price-table {
    margin-bottom: 1rem;
}

.table-responsive {
    overflow-x: auto;
}

.table-responsive .price td:first-child {
    width: 2%;
}

.table-responsive .price tr:not(:first-child) td {
    width: 2%;
    padding-right: 0%;    
}



.error {
    background: url(../img/back.jpg) center left no-repeat;
    position: absolute;
    width: 100%;
    height: calc(100% - 263px);
    left: 0px;
    top: 193px;
    background-size: cover;
}

.error-title {
    position: absolute;
    height: 60%;
    width: 60%;
    background: #3192ec;
    top: 0px;
    left: 0px;
}

/*.error:after {
    content: url(../img/svet.png);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 20%;
    bottom: 0px;
    overflow: hidden;
}*/

.error-content {
    position: absolute;
    height: 40%;
    width: 40%;
    background: #3192ec;
    bottom: 0px;
    right: 0px;
    padding: 25px 40px;
}

.error-content span {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}

.error-content .div p:nth-child(1) {
    color: #fff;
    font-size: 22px;
}

.error-content .div p:nth-child(2) {
    color: #fff;
    font-size: 18px;
}

.error-content .div a {
    color: #fff;
    font-size: 18px;
}

footer {
    z-index: 9;
    position: relative;
}

.error-title img {
    height: auto;
    display: block;
    width: 35vh;
    margin-left: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -34vh;
    overflow: hidden;
    z-index: 0;
}

.error-title:before {
    content: "4";
    height: auto;
    display: block;
    width: 35vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 1vh;
    overflow: hidden;
    font-size: 23vh;
    font-weight: bold;
    z-index: 999999;
    margin-left: -11vh;
    color: #fff;
    text-shadow: 0px 4px 14px rgba(000, 000, 000, 0.5);
}

.error-title:after {
    content: "4";
    height: auto;
    display: block;
    width: 35vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 1vh;
    overflow: hidden;
    font-size: 23vh;
    font-weight: bold;
    z-index: 999999;
    margin-left: 17vh;
    color: #fff;
    text-shadow: 0px 4px 14px rgba(000, 000, 000, 0.5);
}

@media only screen and (max-width: 1024px) {
    
    .error {
        background: url(../img/back.jpg) center left no-repeat;
        position: absolute;
        width: 100%;
        height: calc(100% - 263px);
        left: 0px;
        top: 193px;
        background-size: cover;
    }
    
    .error-content {
        padding: 15px 20px;
        height: 45%;
    }
    
    .error-content span {
        font-size: 35px;
    }
    
    .error-content .div p:nth-child(1) {
        font-size: 18px;
    }
    
    .error-content .div p:nth-child(1) {
        font-size: 16px;
    }
    
    .error-content .div a {
        color: #fff;
        font-size: 16px;
    }
    
    .error-title {
        height: 55%;

    }
    
    .error-title img {
        height: auto;
        display: block;
        width: 35vh;
        margin-left: auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: -34vh;
        overflow: hidden;
        z-index: 0;
    }

}

@media only screen and (max-width: 992px) {
    
    .error {
        background: url(../img/back.jpg) center left no-repeat;
        position: absolute;
        width: 100%;
        height: calc(100% - 110px);
        left: 0px;
        top: 40px;
        background-size: cover;
    }
    
    .error-title {
        position: absolute;
        height: 40%;
        width: 100%;
        background: #3192ec;
        top: 0px;
        left: 0px;
    }
    
    .error-title:before {
        content: "4";
        height: auto;
        display: block;
        width: auto;
        margin-left: auto;
        position: absolute;
        left: 35%;
        transform: translate(-130%, 0%);
        bottom: 4vh;
        color: #fff;
        font-weight: bold;
        font-size: 18vh;
        z-index: 999;
    }

    .error-title:after {
        content: "4";
        height: auto;
        display: block;
        width: auto;
        margin-left: auto;
        position: absolute;
        left: 45%;
        transform: translate(45%, 0%);
        bottom: 4vh;
        color: #fff;
        font-weight: bold;
        font-size: 18vh;
        z-index: 999;
    }
    
    .error-title img {
        height: auto;
        display: block;
        width: 28vh;
        margin-left: auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: -72%;
    }
    
    .error-content {
        position: absolute;
        height: 40%;
        width: 100%;
        background: #3192ec;
        bottom: 0px;
        right: 0px;
        padding: 25px 40px;
    }
}

@media only screen and (max-width: 479px) {
    
    .error {
        background: url(../img/back.jpg) center left no-repeat;
        position: absolute;
        width: 100%;
        height: calc(100% - 110px);
        left: 0px;
        top: 40px;
        background-size: cover;
    }
    
    .error-title {
        position: absolute;
        height: 35%;
        width: 100%;
        background: #3192ec;
        top: 0px;
        left: 0px;
    }
    
    .error-title:before {
        content: "4";
        height: auto;
        display: block;
        width: auto;
        margin-left: auto;
        position: absolute;
        left: 35%;
        transform: translate(-130%, 0%);
        bottom: 4vh;
        color: #fff;
        font-weight: bold;
        font-size: 18vh;
        z-index: 999;
    }

    .error-title:after {
        content: "4";
        height: auto;
        display: block;
        width: auto;
        margin-left: auto;
        position: absolute;
        left: 45%;
        transform: translate(45%, 0%);
        bottom: 4vh;
        color: #fff;
        font-weight: bold;
        font-size: 18vh;
    }
    
    .error-title img {
        height: auto;
        display: block;
        width: 25vh;
        margin-left: auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: -72%;
    }
    
    .error-content {
        position: absolute;
        height: 45%;
        width: 100%;
        background: #3192ec;
        bottom: 0px;
        right: 0px;
        padding: 10px 20px;
    }
    
    .error-content span {
        color: #fff;
        font-weight: bold;
        font-size: 30px;
    }
    
    .error-content .div p:nth-child(1) {
        color: #fff;
        font-size: 18px;
    }
    
    .error-content .div p:nth-child(2) {
        color: #fff;
        font-size: 16px;
    }
    
    .error-content .div a {
        color: #fff;
        font-size: 16px;
    }
}

@media only screen and (max-width: 360px) {
    
    .error-content span {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }
    
    .error-content .div p:nth-child(1) {
        color: #fff;
        font-size: 16px;
    }
    
    .error-content .div p:nth-child(2) {
        color: #fff;
        font-size: 14px;
    }
    
    .error-content .div a {
        color: #fff;
        font-size: 14px;
    }
}

.footer-left a {
    color: white;
}

