@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

/** Grid variables **/
/** Grid variables **/
/** Grid variables **/
.container {
  max-width: 1200px;
  padding: 0 10px;
  width: 100%;
  margin: auto; }

.row {
  margin: 0 -10px; }
  .row:before, .row:after {
    content: '';
    display: table;
    clear: both;
    overflow: hidden; }

[class*="col-"],
[class^="col-"] {
  float: left;
  padding: 0 10px; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

.col-offset-1 {
  margin-left: 8.3333333333%; }

.col-offset-2 {
  margin-left: 16.6666666667%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.3333333333%; }

.col-offset-5 {
  margin-left: 41.6666666667%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.3333333333%; }

.col-offset-8 {
  margin-left: 66.6666666667%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-10 {
  margin-left: 83.3333333333%; }

.col-offset-11 {
  margin-left: 91.6666666667%; }

/* img responsive*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

@media (max-width: 1199px) {
  .container {
    max-width: 960px; } }
@media (max-width: 1023px) {
  .container {
    max-width: 748px; } }
@media (max-width: 767px) {
  .container {
    max-width: 556px; } }
@font-face {
  font-family: GothaPro;
  src: url("../fonts/GothamProRegular.eot"), url("../fonts/GothaProReg.otf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: GothaPro;
  src: url("../fonts/GothamProBold.eot"), url("../fonts/GothaProBol.otf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: GothaPro;
  src: url("../fonts/GothamProMedium.eot"), url("../fonts/GothaProMed.otf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: GothaPro;
  src: url("../fonts/GothamProLight.eot"), url("../fonts/GothaProLig.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: GothaPro;
  src: url("../fonts/GothamProBlack.eot"), url("../fonts/GothaProBla.otf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?i8ffsz");
  src: url("../fonts/icomoon.eot?i8ffsz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?i8ffsz") format("truetype"), url("../fonts/icomoon.woff?i8ffsz") format("woff"), url("../fonts/icomoon.svg?i8ffsz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "GothaPro", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
  transition: overflow 1s ease;
  -webkit-transition: overflow 1s ease;
  -moz-transition: overflow 1s ease;
  -o-transition: overflow 1s ease; }

body {
  overflow-x: hidden; }

h1, h2, h3 {
  margin: 0;
  line-height: 1; }

h2 {
  font-size: 1.75rem;
  font-weight: bold; }

li {
  list-style-type: none; }

/*   sitephone   */
.sitephone {
  position: fixed;
  bottom: 60px;
  right: 50px;
  width: 60px;
  height: 60px;
  line-height: 4;
  background: #316bdd;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 10px 20px rgba(49, 107, 221, 0.35);
  transition: box-shadow 1.5s ease;
  -webkit-transition: box-shadow 1.5s ease;
  -moz-transition: box-shadow 1.5s ease;
  -o-transition: box-shadow 1.5s ease; }
  .sitephone img {
    width: 35px;
    transform: scale(-1, 1); }

p.sitephone-descr {
  position: fixed;
  z-index: 3;
  opacity: 0;
  bottom: 60px;
  right: 60px;
  width: 0;
  font-size: 0;
  height: 60px;
  padding: 10px 0 0 15px;
  background: #5f85ff;
  color: #ffffff;
  text-align: left;
  line-height: 20px;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(49, 107, 221, 0.35);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

/*   modal windows   */
.modal-window-wrap {
  position: fixed;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.modal-window-cnt {
  position: relative;
  width: 100%;
  min-height: 100vh; }

.modal-window {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 680px;
  padding: 50px 100px 50px;
  width: 576px;
  transform: translate(-75%, -50%);
  background: #ffffff;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .modal-window h3 {
    font-size: 1.75rem; }
  .modal-window p {
    margin: 20px 0;
    color: #b3b3b3;
    line-height: 1.25rem; }
  .modal-window button.modal-close {
    position: absolute;
    left: 90%;
    top: 2%;
    width: 25px;
    height: 25px;
    background: none;
    border: none;
    outline: none;
    font-size: 1.25rem; }

.modal-window .form-cnt {
  height: auto; }
  .modal-window .form-cnt label {
    display: inline-block;
    width: 100%;
    font-size: 0.875rem; }
    .modal-window .form-cnt label:last-of-type {
      width: auto;
      padding-left: 10px;
      font-size: 0.75rem;
      vertical-align: middle; }
      .modal-window .form-cnt label:last-of-type a {
        text-decoration: none;
        color: #295fcc; }
  .modal-window .form-cnt input {
    display: block;
    width: 100%;
    padding: 13px 10px;
    border: 1px solid #7b96cd;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .modal-window .form-cnt input::-webkit-input-placeholder {
      color: #d8d7de; }
    .modal-window .form-cnt input::-moz-placeholder {
      color: #d8d7de; }
    .modal-window .form-cnt input:-moz-placeholder {
      color: #d8d7de; }
    .modal-window .form-cnt input:-ms-input-placeholder {
      color: #d8d7de; }
    .modal-window .form-cnt input:-o-input-placeholder {
      color: #d8d7de; }
  .modal-window .form-cnt input.agreement-check {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .modal-window .form-cnt button {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 50px;
    background: #295fcc;
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 4px; }
    .modal-window .form-cnt button:hover {
      background: #1f4799; }

.input-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0 25px; }

input:focus {
  outline: none; }

.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  transition: 0.4s; }

.effect-7 ~ .focus-border:after {
  top: auto;
  bottom: 0; }

.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #3399FF;
  transition: 0.6s; }

.effect-7 ~ .focus-border i:after {
  left: auto;
  right: 0; }

.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after {
  left: 0;
  width: 100%;
  transition: 0.4s; }

.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after {
  top: 0;
  height: 100%;
  transition: 0.6s; }

.let-message {
  opacity: 0;
  z-index: 15;
  position: fixed;
  width: 465px;
  top: 10px;
  right: 10px;
  transform: translateX(140%);
  background: #ffffff;
  padding: 30px 10px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.15);
  transition: opacity 1s ease, transform 0.75s ease; }
  .let-message.error {
    width: 350px; }
  .let-message.error.show, .let-message.successful.show, .let-message.successful-cart.show {
    opacity: 1;
    transform: translateX(0); }
  .let-message span, .let-message img {
    vertical-align: middle; }
  .let-message img {
    width: 30px;
    height: 30px;
    margin-left: 10px; }

/*   MEDIA   */
@media (max-width: 1023px) {
  .sitephone {
    display: none; }

  p.sitephone-descr {
    display: none; } }
@media (max-width: 575px) {
  html, body {
    font-size: 13px; }

  h1, h2, h3 {
    line-height: 1.2; }

  .modal-window {
    width: 100%;
    max-width: 100%;
    max-width: 100vh;
    overflow: auto;
    padding: 130px 15% 0; }
    .modal-window form button {
      margin-top: 30px; }
    .modal-window button.modal-close {
      top: 100px;
      left: 85%;
      font-size: 1.5rem; }
    .modal-window .form-cnt label:last-of-type {
      width: 80%;
      font-size: 0.875rem; }
    .modal-window .form-cnt button {
      margin-top: 25px; }
    .modal-window .form-cnt .input-wrap {
      margin: 10px 0 15px; }

  .let-message {
    width: 300px; }

  .let-message.error {
    width: 300px; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -30px;
  text-align: left;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.header-descr {
  width: 100%;
  margin: 0 auto;
  background: #202224;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center; }
  .header-descr p {
    display: inline-block;
    margin: 0; }
  .header-descr span {
    color: #f2b446; }
  .header-descr button {
    float: right;
    width: 30px;
    height: 30px;
    background: transparent;
    color: #4a4f53;
    border: none;
    outline: none; }
    .header-descr button:before {
      font-size: 1.5rem;
      padding-bottom: 5px;
      vertical-align: bottom; }

header.open {
  margin-top: 0; }

.container.header-cnt {
  font-size: 0;
  text-align: left;
  color: #ffffff; }

.header-logo {
  display: inline-block;
  width: 141px;
  padding: 0;
  width: 17%;
  vertical-align: middle; }
  .header-logo a {
    display: inline-block;
    display: inline-flex; }
  .header-logo img {
    width: 141px;
    height: 37px;
    margin: 20px 0 19px; }

.header-contact {
  display: inline-block;
  vertical-align: middle; }
  .header-contact span {
    display: block;
    line-height: 1; }

.number {
  margin-bottom: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3125rem;
  font-weight: bold; }

.schedule {
  font-size: 0.75rem; }

.section-1__nav {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle; }
  .section-1__nav .nav-menu {
    padding: 0;
    text-align: center; }
  .section-1__nav li.menu-list {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 0.75rem;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .section-1__nav li.menu-list:not(:first-child) {
      margin-left: 30px; }
    .section-1__nav li.menu-list:last-child {
      margin-right: 25px; }
    .section-1__nav li.menu-list a {
      display: inline-block;
      padding: 15px 0;
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease; }
    .section-1__nav li.menu-list:hover a, .section-1__nav li.menu-list:hover span {
      color: #5990ff; }

.section-1__nav li.menu-list:nth-child(3) {
  margin-left: 40px; }

span.ion-ios-arrow-down,
span.ion-ios-arrow-up {
  position: relative;
  display: block;
  max-width: 160px;
  margin: 0 auto; }

span.ion-ios-arrow-down:before {
  position: absolute;
  top: 17px;
  left: 108%;
  font-size: 1rem; }

span.ion-ios-arrow-up:before {
  position: absolute;
  top: 17px;
  left: 108%;
  font-size: 1rem; }

/*__________submenu__________   */
li.menu-list ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 95%;
  left: -15px;
  width: 250px;
  padding: 25px 0 0 10px;
  background: #ffffff;
  text-align: left;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  transform: scale(0);
  z-index: 3;
  transition: transform 0.01s ease, opacity 1s ease; }
  li.menu-list ul.sub-menu li.sub-menu__list {
    display: block;
    margin: 0 0 15px;
    line-height: 1.33333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    li.menu-list ul.sub-menu li.sub-menu__list:hover a {
      color: #000000; }
    li.menu-list ul.sub-menu li.sub-menu__list a {
      padding: 0;
      text-decoration: none;
      text-transform: none;
      font-size: 0.9375rem;
      font-weight: 400;
      color: #75797f; }

li.menu-list:hover ul.sub-menu {
  opacity: 1;
  transform: scale(1); }

li.menu-list ul.sub-menu.catalog {
  left: -80px; }

.sitephone__media-768 {
  display: none;
  position: absolute;
  top: 13px;
  left: 10;
  width: 50px;
  height: 50px;
  line-height: 2.4;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  background: #316bdd;
  z-index: 4;
  box-shadow: 0 10px 20px rgba(49, 107, 221, 0.35); }
  .sitephone__media-768 img {
    width: 27px;
    transform: scale(-1, 1); }

button.media-768 {
  display: none;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #316bdd;
  color: #ffffff;
  line-height: 1;
  z-index: 4;
  border: none;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 10px 20px rgba(49, 107, 221, 0.35); }
  button.media-768 span {
    display: block;
    transition: all 0.3s ease; }
  button.media-768 span.line {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: 5px auto; }

.but-menu-icon.active {
  transition: all 0.2s ease-in-out;
  transition-delay: 0.4s;
  transform: rotate(45deg); }

.but-menu-icon.active .line:nth-child(2) {
  width: 0px; }

.but-menu-icon.active .line:nth-child(1),
.but-menu-icon.active .line:nth-child(3) {
  transition-delay: 0.2s; }

.but-menu-icon.active .line:nth-child(1) {
  transform: translateY(8px); }

.but-menu-icon.active .line:nth-child(3) {
  transform: translateY(-8px) rotate(90deg); }

.header-contact.media-768 {
  display: none;
  vertical-align: middle;
  width: 360px;
  padding: 35px 0;
  margin: auto;
  border-top: 1px solid #ebebeb; }
  .header-contact.media-768 span {
    display: block;
    line-height: 1; }
  .header-contact.media-768 .number {
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 1.3125rem;
    font-weight: bold; }
  .header-contact.media-768 .schedule {
    font-size: 0.75rem; }
  .header-contact.media-768 a, .header-contact.media-768 span {
    color: #000000; }

.nav-wrap {
  display: inline-block;
  width: 67%;
  text-align: right; }

.sitephone__media-768-descr,
.but__media-768-descr {
  display: none;
  position: absolute;
  top: 30px;
  color: #000000;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 4; }

.sitephone__media-768-descr {
  left: 10%; }

.but__media-768-descr {
  right: 10%; }

header.bg-show {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  header.bg-show .section-1__nav li.menu-list a,
  header.bg-show .header-contact,
  header.bg-show a.number,
  header.bg-show .arrow-button-services.ion-ios-arrow-down,
  header.bg-show .arrow-button-catalog.ion-ios-arrow-down {
    color: #000000; }
  header.bg-show .section-1__nav li.menu-list a:hover {
    color: #5990ff; }
  header.bg-show li.sub-menu__list a {
    color: #75797f; }
    header.bg-show li.sub-menu__list a:hover {
      color: #000000; }
  header.bg-show li.sub-menu__list a:hover {
    color: #000; }

header.mobile {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff; }
  header.mobile .header-descr {
    position: relative;
    z-index: 3; }
    header.mobile .header-descr p {
      font-size: 0.6875rem; }
    header.mobile .header-descr button {
      display: none; }
  header.mobile .container.header-cnt {
    position: relative; }
  header.mobile .sitephone__media-768 {
    display: block; }
  header.mobile .header-logo {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ffffff; }
  header.mobile .nav-wrap {
    position: fixed;
    top: -100vh;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #ffffff;
    z-index: 2;
    text-align: center;
    transform: translateY(-100%);
    z-index: -1;
    transition: all 0.7s ease; }
  header.mobile .nav-wrap.open {
    transform: translateY(0);
    top: 0;
    z-index: auto; }
  header.mobile .section-1__nav {
    width: 100%;
    margin: 0; }
  header.mobile .header-contact.media-768 {
    display: block; }
  header.mobile .section-1__nav ul.nav-menu {
    margin-top: 108px;
    text-align: center;
    border-top: 1px solid #ebebeb; }
  header.mobile .section-1__nav li.menu-list {
    display: block;
    margin: 0 auto;
    padding: 25px 0;
    background: #ffffff; }
    header.mobile .section-1__nav li.menu-list a {
      color: #000000;
      line-height: 1; }
      header.mobile .section-1__nav li.menu-list a:hover {
        color: #000000; }
  header.mobile span.ion-ios-arrow-down:before {
    position: absolute;
    top: -1px;
    left: 155px;
    font-size: 1.5rem;
    color: #316bdd;
    padding: 10px; }
  header.mobile .arrow-button-services,
  header.mobile .arrow-button-catalog {
    left: 30px; }
    header.mobile .arrow-button-services:before,
    header.mobile .arrow-button-catalog:before {
      transition: all 0.5s ease; }
  header.mobile .arrow-button-services.active:before,
  header.mobile .arrow-button-catalog.active:before {
    transform: rotate(180deg); }
  header.mobile li.menu-list.sub-menu {
    transition: margin 0.3s ease; }
  header.mobile li.menu-list.sub-menu.services.open {
    margin-bottom: 14rem; }
  header.mobile li.menu-list.sub-menu.catalog.open {
    margin-bottom: 5.5rem; }
  header.mobile li.menu-list ul.sub-menu {
    opacity: 1;
    left: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: center;
    box-shadow: none;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    z-index: -1; }
    header.mobile li.menu-list ul.sub-menu a {
      text-transform: uppercase;
      font-size: 0.75rem; }
    header.mobile li.menu-list ul.sub-menu li.sub-menu__list {
      margin: 35px 0 0 0; }
      header.mobile li.menu-list ul.sub-menu li.sub-menu__list:nth-of-type(1) {
        margin-top: 10px; }
  header.mobile li.menu-list ul.sub-menu.services.open {
    transform: translateY(0); }
  header.mobile li.menu-list ul.sub-menu.catalog.open {
    transform: translateY(0); }
  header.mobile .header-contact.media-768 {
    width: 100%; }
  header.mobile .sitephone__media-768-descr,
  header.mobile .but__media-768-descr {
    display: block; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .header-contact {
    display: none; }

  .nav-wrap {
    width: 83%; }

  .section-1__nav {
    margin-left: 0; }

  .nav-menu {
    padding: 0; }

  .section-1__nav {
    width: auto;
    margin-left: 2.5%; } }
@media (max-width: 1023px) {
  button.media-768 {
    display: block; }

  span.ion-ios-arrow-down:before {
    font-size: 1.5rem; }

  .section-1__nav.show {
    display: block; } }
@media (max-width: 767px) {
  span.ion-ios-arrow-down:before {
    font-size: 1.7rem; }

  header.mobile .header-descr p {
    font-size: 0.5rem; }
  header.mobile .sitephone__media-768-descr,
  header.mobile .but__media-768-descr {
    display: none; }
  header.mobile .section-1__nav li.menu-list {
    padding: 15px 0; }
  header.mobile li.menu-list ul.sub-menu li.sub-menu__list {
    margin-top: 30px; }
  header.mobile li.menu-list.sub-menu.services.open {
    margin-bottom: 13rem; } }
@media (max-width: 575px) {
  .sitephone__media-768 {
    left: 10px;
    top: 13px; }

  button.media-768 {
    right: 10px;
    top: 13px; }

  header.mobile .header-descr {
    display: none; }
  header.mobile .section-1__nav ul.nav-menu {
    margin-top: 76px; }
  header.mobile .section-1__nav li.menu-list {
    padding: 10px 0; }
    header.mobile .section-1__nav li.menu-list a {
      font-size: 1rem; }
  header.mobile li.menu-list ul.sub-menu a {
    font-size: 0.85rem; }
  header.mobile .header-descr p {
    font-size: 0; }
  header.mobile .header-logo a {
    margin-right: 10px; }
  header.mobile li.menu-list.sub-menu.services.open {
    margin-bottom: 15rem; }
  header.mobile li.menu-list.sub-menu.catalog.open {
    margin-bottom: 7rem; }
  header.mobile span.ion-ios-arrow-down:before {
    top: 1px;
    left: 150px;
    font-size: 1.7rem; } }
/*   FOOTER   */
footer {
  position: relative;
  min-height: 380px;
  padding: 50px 0 30px;
  background: #272b30;
  font-size: 0;
  z-index: 1; }

.footer__cnt {
  padding-bottom: 50px; }

.footer-logo {
  display: inline-block;
  width: 33.3333%;
  text-align: left;
  vertical-align: top; }
  .footer-logo img {
    width: 141px; }

.company-group {
  margin-top: 45px; }
  .company-group .footer-logo {
    vertical-align: middle; }
    .company-group .footer-logo img {
      width: 93px; }
  .company-group .footer-descr {
    vertical-align: middle; }

.footer-descr {
  display: inline-block;
  width: 66.6666%;
  margin: 0;
  color: #656567;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: top; }

.social {
  text-align: left;
  margin-top: 45px; }

.social-descr {
  display: inline-block;
  margin-right: 35px;
  font-size: 1rem;
  color: #656567;
  vertical-align: middle; }

.social-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 40px;
  background: transparent;
  vertical-align: middle;
  border-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .social-icon:hover a {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff; }
  .social-icon a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #656567;
    border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.icon-vk:before {
  content: "\e900";
  font-size: 1.2rem; }

.icon-facebook:before {
  content: "\ea90";
  font-size: 1.2rem; }

.icon-twitter:before {
  content: "\ea96";
  font-size: 1.2rem; }

.footer__links {
  text-align: left; }

.col-5.footer__links-cnt a,
.col-3.footer__links-cnt a,
.col-4.footer__links-cnt a {
  display: block;
  margin-bottom: 45px;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  color: #656567;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .col-5.footer__links-cnt a:hover,
  .col-3.footer__links-cnt a:hover,
  .col-4.footer__links-cnt a:hover {
    color: #ffffff; }

.footer__support-info {
  padding-top: 95px; }

.footer__support-phone {
  display: inline-block; }
  .footer__support-phone a {
    display: block;
    text-decoration: none;
    font-size: 1.5625rem;
    line-height: 1;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .footer__support-phone a:hover {
      color: #656567; }
  .footer__support-phone span {
    display: block;
    padding-top: 10px;
    font-size: 0.8125rem;
    color: #656567; }

.footer__mail-link {
  display: inline-block;
  padding: 6px 0 0 85px;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1;
  color: #ffffff;
  vertical-align: top;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .footer__mail-link:hover {
    color: #656567; }

.footer-info {
  padding-top: 30px;
  border-top: 1px solid #656567; }

.copyright {
  display: inline-block;
  width: 100%;
  color: #656567;
  font-size: 0.75rem;
  text-align: left; }

/*   SECTION-1   */
.section-1 {
  min-height: 590px;
  position: relative;
  overflow: hidden;
  padding: 150px 0 50px;
  text-align: left;
  background: url(../images/Main.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff; }
  .section-1 a {
    position: relative;
    display: inline-block;
    padding: 14px 50px 14px 25px;
    background: #295fcc;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.875rem;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease; }
    .section-1 a:hover {
      background: #1f4799; }
  .section-1:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); }

.link.ion-ios-arrow-right:before {
  position: absolute;
  top: 26%;
  right: -10px;
  transform: translateX(-30px);
  content: "\f3d3";
  font-size: 1.5rem;
  color: #ffffff;
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out; }

.link.ion-ios-arrow-right:hover:before {
  transform: translateX(-25px); }

.section-1__title {
  position: relative;
  padding-bottom: 70px;
  font-size: 3rem;
  line-height: 1; }

.section-1__title:after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ffffff; }

.section-1__title-descr {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase; }

/*   banner   */
.banner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 40%;
  padding: 20px 30px;
  background: #202224;
  color: #ffffff;
  text-align: left;
  border-radius: 4px; }
  .banner p {
    max-width: 425px;
    width: 87%;
    margin: 0 auto 18px 0;
    font-size: 0.8125rem;
    text-transform: uppercase; }
    .banner p span {
      color: #f2b446; }

.sigma-logo {
  display: inline-block;
  width: 125px; }
  .sigma-logo img {
    height: 30px; }

.lg-logo {
  display: inline-block;
  width: 65px;
  margin-left: 45px; }
  .lg-logo img {
    height: 30px; }

/*___________________ */
/*   SECTION-2   */
.section-2 {
  padding: 45px 0;
  font-size: 0;
  text-align: left; }
  .section-2 .col-3 {
    margin-bottom: 50px; }

.section-2__title {
  padding-bottom: 45px; }

.section-2__icon {
  position: relative;
  display: inline-block;
  width: 30%;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  margin-right: 6.6666%;
  background: #295fcc;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle; }
  .section-2__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    vertical-align: middle; }

img.icon-1 {
  width: 40%;
  left: 55%; }

img.icon-4 {
  width: 45%; }

img.icon-5 {
  width: 40%; }

img.icon-6 {
  width: 40%; }

.section-2__serv {
  display: inline-block;
  width: 44.6666%;
  margin: auto;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
  color: #7e8594; }

/*   SECTION-3   */
.section-3 .row.margin-bottom {
  margin-bottom: 20px; }
.section-3 .col-6 {
  position: relative; }
  .section-3 .col-6 p {
    position: absolute;
    bottom: 10%;
    left: 25px;
    margin: 0;
    color: #ffffff;
    z-index: 1;
    font-size: 1.1875rem;
    font-weight: 500;
    text-align: left;
    z-index: 2; }
  .section-3 .col-6 img {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }

.section-3__title {
  padding-bottom: 45px;
  text-align: left; }

.col-6.tech-service {
  max-height: 550px;
  height: 100%; }
  .col-6.tech-service img {
    transform: translate(-230px, 0); }
  .col-6.tech-service p {
    left: 50px;
    font-size: 1.6875rem;
    font-weight: 500; }
  .col-6.tech-service:hover img {
    transform: translate(-270px, 0); }

.section-3__item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-height: 550px;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  .section-3__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3); }
  .section-3__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent) !important;
    -webkit-background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    -moz-background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    -ms-background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    -o-background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); }

.section-3__item.height--265 {
  max-height: 265px;
  height: 100%; }
  .section-3__item.height--265:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }

.emer-dispatch {
  max-height: 265px;
  height: 100%; }
  .emer-dispatch img {
    width: 180%;
    height: auto;
    transform: translate(-110px, -60px); }
  .emer-dispatch:hover img {
    transform: translate(-150px, -60px); }

.dispatch {
  max-height: 265px;
  height: 100%; }
  .dispatch img {
    width: 150%;
    height: auto;
    transform: translate(-100px, -35px); }
  .dispatch:hover img {
    transform: translate(-140px, -35px); }

.modern {
  max-height: 265px;
  height: 100%; }
  .modern img {
    width: 150%;
    height: auto;
    transform: translate(-70px, 0); }
  .modern:hover img {
    transform: translate(-110px, 0); }

.repairs {
  max-height: 265px;
  height: 100%; }
  .repairs img {
    width: 160%;
    transform: translate(-90px, -25px); }
  .repairs:hover img {
    transform: translate(-130px, -25px); }

/*   SECTION-4   */
.section-4 {
  min-height: 500px;
  padding-top: 75px;
  overflow: hidden; }

.slick-slider .slick-list {
  outline: none; }

.equipment__slider {
  width: 100%; }

.slick-dots.dots-equipment {
  position: absolute;
  top: 260px;
  right: 0;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  text-align: center;
  z-index: 2; }

.slick-dots.dots-equipment li {
  margin: 0; }

.slick-dots.dots-equipment li button:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #a0a0a0;
  border-radius: 50%;
  opacity: 1; }

.equipment__icons {
  position: relative;
  height: 120px; }
  .equipment__icons img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .equipment__icons:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.section-4__title {
  padding-bottom: 45px;
  text-align: left; }

.section-4 .media-1024-show {
  display: none; }

/*   SECTION-5   */
.section-5 {
  position: relative;
  padding: 100px 0;
  background: #57459b;
  color: #000000;
  text-align: left;
  background: #f7f8fa;
  overflow: hidden; }
  .section-5 h2 {
    margin: 50px 0 30px 25px;
    padding-right: 12.5%;
    line-height: 2.1875rem; }
  .section-5 p {
    margin: 0 0 30px 25px;
    padding-right: 12.5%; }
    .section-5 p:last-of-type {
      margin-bottom: 40px; }
  .section-5 a {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    padding: 14px 50px 15px 25px;
    text-decoration: none;
    background: #295fcc;
    color: #ffffff;
    font-size: 0.875rem;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease; }
    .section-5 a:hover {
      background: #1f4799; }
  .section-5 .col-4 {
    height: 540px;
    background: #fff;
    margin-left: -10px; }

.section-5__link.ion-ios-arrow-right:before {
  position: absolute;
  top: 24%;
  right: 0;
  transform: translateX(-20px);
  content: "\f3d3";
  font-size: 1.5rem;
  color: #ffffff;
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out; }

.section-5__link.ion-ios-arrow-right:hover:before {
  transform: translateX(-15px); }

/*   SLIDER section-5   */
.section-5__slider-wrapper {
  position: relative;
  overflow: hidden; }
  .section-5__slider-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); }

.section-5__slider {
  top: 0;
  right: 0;
  width: 100%;
  height: 540px;
  margin: 0 auto; }
  .section-5__slider .slider__img {
    width: 100%;
    height: 540px;
    overflow: hidden; }
    .section-5__slider .slider__img .slider__img-descr {
      position: absolute; }

.slider__img.slide-1 {
  background: url(../images/bc.jpg) no-repeat center center;
  background-size: cover; }

.slider__img.slide-2 {
  background: url(../images/tc.jpg) no-repeat center center;
  background-size: cover; }

.slider__img.slide-3 {
  background: url(../images/lc.jpg) no-repeat center center;
  background-size: cover; }

.slick-dotted.slick-slider {
  margin: 0; }

.slick-dots {
  position: absolute;
  bottom: 7%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 2; }

.slick-dots li {
  margin: 0; }

.slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #a0a0a0;
  border-radius: 50%;
  opacity: 1; }

.section-5__slider-wrapper .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1; }

.slider-descr {
  position: absolute;
  display: inline-block;
  width: 250px;
  text-align: center;
  bottom: 13%;
  right: 50%;
  font-size: 1.125rem;
  color: #fff;
  transform: translateX(50%);
  z-index: 2; }

/*   SECTION-6   */
.section-6 {
  padding: 70px 0;
  overflow: hidden; }
  .section-6 a {
    position: relative;
    display: inline-block;
    padding: 14px 50px 15px 25px;
    background: #295fcc;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.875rem;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .section-6 a:hover {
      background: #1f4799; }

.section-6__title {
  text-align: left; }

.section-6__link.ion-ios-arrow-right:before {
  position: absolute;
  top: 24%;
  right: 0;
  transform: translateX(-20px);
  content: "\f3d3";
  font-size: 1.5rem;
  color: #ffffff;
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out; }

.section-6__link.ion-ios-arrow-right:hover:before {
  transform: translateX(-15px); }

/*   SLIDER section-6   */
.section-6__slider-cnt {
  width: 100%; }

.section-6__slider {
  margin-bottom: 15px;
  width: 100%; }
  .section-6__slider .slider__img {
    position: relative;
    max-width: 380px !important;
    width: 100%;
    max-height: 220px;
    height: 100%;
    margin: 50px 10px 50px 10px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
    .section-6__slider .slider__img:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent) !important;
      -webkit-background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
      -moz-background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
      -ms-background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
      -o-background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); }
    .section-6__slider .slider__img span {
      position: absolute;
      bottom: 5%;
      left: 20px;
      font-size: 1rem;
      color: #ffffff; }

.slick-list {
  overflow: visible; }

.slick-prev {
  left: 46%;
  top: 84%;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }

.slick-next {
  right: 0;
  left: 52%;
  top: 84%;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }

.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1; }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5; }

.slick-prev.slick-disabled:hover,
.slick-prev.slick-disabled:focus,
.slick-next.slick-disabled:hover,
.slick-next.slick-disabled:focus {
  opacity: 0.5; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #ffffff;
  opacity: 1; }

.slick-prev:active,
.slick-next:active {
  background: #ffffff;
  opacity: 0.5; }

/*   SECTION PERFECT-SERVICE   */
/*   SECTION-7   */
.section-7 {
  position: relative;
  color: #ffffff;
  min-height: 650px; }

.section-7 .container {
  position: relative; }

.section-7__link {
  position: relative;
  display: inline-block;
  padding: 14px 50px 14px 25px;
  background: rgba(250, 250, 250, 0.7);
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 1;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease; }
  .section-7__link:hover {
    background: #ffffff; }

.section-7__link.ion-ios-arrow-right:before {
  position: absolute;
  top: 24%;
  right: 0;
  transform: translateX(-20px);
  content: "\f3d3";
  font-size: 1.5rem;
  color: #000000;
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out; }

.section-7__link.ion-ios-arrow-right:hover:before {
  transform: translateX(-15px); }

.section-7__title {
  text-align: left;
  color: #000000; }

.section-7__cnt {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1180px;
  width: 100%;
  min-height: 620px;
  margin: 50px auto 70px;
  padding-bottom: 45px;
  background: url(../images/LS_today.jpg) no-repeat top center;
  background-size: 100% auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .section-7__cnt:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .section-7__cnt .row {
    position: relative;
    z-index: 1; }

.section-7__banner {
  text-align: left;
  padding-top: 45px; }
  .section-7__banner p {
    margin: 0 0 25px 0;
    padding-right: 35px; }

.section-7__partner-banner {
  text-align: left; }
  .section-7__partner-banner p {
    margin: 40px 0 25px; }

a.section-7__partner-logo {
  display: inline-flex;
  padding: 0;
  background: none;
  border: none; }
  a.section-7__partner-logo img {
    width: 95px;
    height: 60px; }

.section-7__experience-works {
  padding: 25px 0 50px;
  text-align: left; }
  .section-7__experience-works .col-2:nth-of-type(2) {
    text-align: right; }
  .section-7__experience-works .col-2:nth-of-type(3) {
    text-align: center; }
  .section-7__experience-works span {
    font-size: 2.25rem;
    font-weight: bold; }
  .section-7__experience-works p {
    display: inline-block;
    line-height: 1.25; }

.align-text--left {
  display: inline-block;
  width: 70%;
  text-align: left; }

.section-7__experience-years {
  padding: 100px 0 0 35px;
  text-align: left; }

.section-7__years {
  font-size: 9.25rem;
  font-weight: bold;
  line-height: 1; }

.section-7__years-descr {
  font-size: 1.1875rem; }

/*   SECTION-8   */
.section-8 {
  background: #f7f8fa;
  padding: 160px 0 75px; }
  .section-8 .row {
    padding-bottom: 30px; }

.section-8__title {
  padding-bottom: 50px; }

.section-8__item {
  min-height: 380px;
  margin-bottom: 50px; }
  .section-8__item p {
    text-align: left;
    margin: 20px 0 0;
    line-height: 1.25rem; }

.section-8__img {
  position: relative;
  height: 280px;
  border-radius: 5px;
  background: #fff;
  font-size: 0;
  cursor: pointer; }
  .section-8__img:hover .section-8__hover-img {
    opacity: 1; }
  .section-8__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }

.section-8__hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 4px; }
  .section-8__hover-img .more-img,
  .section-8__hover-img .order-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 85px auto 0;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
    cursor: pointer; }
  .section-8__hover-img .order-img {
    margin-left: 45px; }
  .section-8__hover-img .more-img img,
  .section-8__hover-img .order-img img {
    position: static;
    height: 40px;
    width: auto;
    transform: translate(0, 50%);
    transition: all 0.5s ease; }
  .section-8__hover-img span {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    font-size: 1rem;
    text-align: left;
    padding-left: 30px; }

.section-8__link-prop {
  display: inline-block;
  margin-right: 15px;
  padding: 14px 25px 14px 25px;
  background: transparent;
  text-decoration: none;
  color: #7e8594;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 1px solid #295fcc;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .section-8__link-prop:hover {
    color: #ffffff;
    background: #3071f2;
    border-color: transparent; }

.section-8__link-catalog {
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 25px;
  background: #295fcc;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 4px; }
  .section-8__link-catalog:hover {
    background: #1f4799; }

.section-8__link-catalog.ion-ios-arrow-right:before {
  position: absolute;
  top: 26%;
  right: 0;
  transform: translateX(-20px);
  content: "\f3d3";
  font-size: 1.5rem;
  color: #ffffff;
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out; }

.section-8__link-catalog.ion-ios-arrow-right:hover:before {
  transform: translateX(-15px); }

/*   SECTION-9   */
.section-9 {
  padding: 100px 0; }

.section-9__img {
  text-align: left; }

.phone-form {
  margin-top: 10px;
  text-align: left;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .phone-form h2 {
    margin-bottom: 15px; }
  .phone-form p {
    font-size: 1.125rem;
    margin-bottom: 40px;
    text-align: left; }
  .phone-form form {
    width: 100%; }
  .phone-form label:not(:last-of-type) {
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer; }
  .phone-form button {
    display: block;
    margin-top: 45px;
    background: #295fcc;
    padding: 13px 22px 14px 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    transition: all 0.5s ease; }
    .phone-form button:hover {
      background: #1f4799; }
  .phone-form input::-webkit-input-placeholder {
    color: #d8d7de; }
  .phone-form input::-moz-placeholder {
    color: #d8d7de; }
  .phone-form input:-moz-placeholder {
    color: #d8d7de; }
  .phone-form input:-ms-input-placeholder {
    color: #d8d7de; }
  .phone-form input:-o-input-placeholder {
    color: #d8d7de; }

input#data {
  display: inline-block;
  margin-right: 0;
  text-align: left;
  vertical-align: middle;
  cursor: pointer; }

label.for-data {
  display: inline-block;
  font-size: 0.75rem;
  vertical-align: middle;
  cursor: pointer; }
  label.for-data a {
    text-decoration: none;
    color: #295fcc; }

#name,
#phone {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #7b96cd;
  transition: 0.4s; }

.section-9__input-decor {
  position: relative;
  display: inline-block;
  width: 62.5%;
  margin: 0 38% 25px 0; }

/*__________MEDIA__________*/
@media (max-width: 1199px) {
  .banner {
    display: none; }

  .section-1 .col-7 {
    width: 66.6667%;
    margin-left: 8.3333%; }

  .sitephone {
    right: 3.5%; }

  .section-2 {
    padding-bottom: 0; }

  .section-3 .row.margin-bottom {
    margin-bottom: 0; }
  .section-3 .col-6 {
    width: 100%;
    margin-bottom: 20px; }
    .section-3 .col-6 img {
      width: 105%; }
    .section-3 .col-6 p {
      left: 50px;
      font-size: 1.6875rem; }
  .section-3 .col-6.tech-service {
    max-height: 265px; }
    .section-3 .col-6.tech-service span {
      max-height: 265px; }
  .section-3 .col-6.tech-service img {
    transform: translate(0, -180px); }
  .section-3 .col-6.tech-service:hover img, .section-3 .col-6.tech-service:focus img, .section-3 .col-6.tech-service:active img {
    transform: translate(-40px, -180px); }
  .section-3 .emer-dispatch img {
    transform: translate(0, -180px); }
  .section-3 .emer-dispatch:hover img, .section-3 .emer-dispatch:focus img, .section-3 .emer-dispatch:active img {
    transform: translate(-40px, -180px); }
  .section-3 .dispatch img {
    transform: translate(0, -325px); }
  .section-3 .dispatch:hover img, .section-3 .dispatch:focus img, .section-3 .dispatch:active img {
    transform: translate(-40px, -325px); }
  .section-3 .modern img {
    transform: translate(0, -50px); }
  .section-3 .modern:hover img, .section-3 .modern:focus img, .section-3 .modern:active img {
    transform: translate(-40px, -50px); }
  .section-3 .repairs img {
    transform: translate(0, -360px); }
  .section-3 .repairs:hover img, .section-3 .repairs:focus img, .section-3 .repairs:active img {
    transform: translate(-40px, -360px); }

  .section-4 {
    min-height: 530px;
    padding-top: 10px; }
    .section-4 .col-3 {
      width: 33.3333%; }
    .section-4 .media-1024-show {
      display: block; }
    .section-4 .media-1024-hide {
      display: none; }
    .section-4 .slick-dots.dots-equipment {
      top: 380px; }

  .section-5 .col-8 {
    width: 53%; }
  .section-5 .col-4 {
    width: 47%; }
  .section-5 p, .section-5 h2, .section-5 a {
    margin-left: 80px; }
  .section-5 p {
    padding-right: 16%; }

  .section-6 .section-6__slider {
    width: 85.10638%; }
  .section-6 .slick-prev {
    left: 52%; }
  .section-6 .slick-next {
    left: 60%; }

  .section-7 .container {
    position: static; }
  .section-7 .section-7__cnt {
    background-size: cover; }
  .section-7 .col-5.col-offset-1 {
    margin: 0; }
  .section-7 .col-2.col-offset-1 {
    margin: 0; }
  .section-7 .section-7__experience-works .col-2 {
    width: 25%;
    text-align: left; }
    .section-7 .section-7__experience-works .col-2:first-of-type {
      padding-right: 35px; }

  .section-8 .col-3 {
    width: 33.33333%; }

  .section-9 .col-6 {
    width: 58.33333%; }

  .section-9__input-decor {
    width: 68.5%;
    margin: 0 31.5% 25px 0; }

  .section-9__img {
    margin-left: 8.33333%; }

  footer .col-6.footer__info {
    width: 41.66666%;
    text-align: left; }
    footer .col-6.footer__info .footer-logo {
      display: block; }
    footer .col-6.footer__info .footer-descr {
      display: block;
      width: 100%;
      margin-top: 30px; }
    footer .col-6.footer__info .company-group {
      margin-top: 30px; }
    footer .col-6.footer__info .social-descr {
      margin-right: 30px; }
    footer .col-6.footer__info .social-icon {
      margin-right: 30px; }
      footer .col-6.footer__info .social-icon:last-of-type {
        margin: 0; }
  footer .footer__links {
    width: 50%; } }
@media (max-width: 1023px) {
  .section-1 {
    min-height: 810px;
    padding-top: 200px; }
    .section-1 .col-7 {
      width: 91.6667%;
      margin-left: 8.3333%; }

  .section-2 .col-3 {
    width: 33.33333%; }

  .section-3 .col-6.tech-service img {
    transform: translate(0, -140px); }
  .section-3 .col-6.tech-service:hover img, .section-3 .col-6.tech-service:focus img, .section-3 .col-6.tech-service:active img {
    transform: translate(0, -140px); }
  .section-3 .emer-dispatch img {
    transform: translate(0, -140px); }
  .section-3 .emer-dispatch:hover img, .section-3 .emer-dispatch:focus img, .section-3 .emer-dispatch:active img {
    transform: translate(0, -140px); }
  .section-3 .dispatch img {
    transform: translate(0, -285px); }
  .section-3 .dispatch:hover img, .section-3 .dispatch:focus img, .section-3 .dispatch:active img {
    transform: translate(0, -285px); }
  .section-3 .modern img {
    transform: translate(0, -10px); }
  .section-3 .modern:hover img, .section-3 .modern:focus img, .section-3 .modern:active img {
    transform: translate(0, -10px); }
  .section-3 .repairs img {
    transform: translate(0, -235px); }
  .section-3 .repairs:hover img, .section-3 .repairs:focus img, .section-3 .repairs:active img {
    transform: translate(0, -235px); }

  .section-5 p, .section-5 h2, .section-5 a {
    margin-left: 10px; }

  .section-6 .section-6__slider {
    width: 53.475936%; }
  .section-6 .slick-prev {
    left: 79%; }
  .section-6 .slick-next {
    left: 96%; }

  .section-7 .section-7__cnt {
    min-height: 820px;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    min-height: 620px;
    margin: 50px auto 0;
    padding-bottom: 45px; }
  .section-7 .col-5.col-offset-1 {
    width: 80%;
    margin: auto;
    float: none;
    padding-top: 225px;
    text-align: center; }
  .section-7 .section-7__experience-years {
    position: absolute;
    top: 35px;
    width: 100%;
    float: none;
    padding: 0;
    text-align: center; }
  .section-7 .section-7__banner {
    padding-top: 0;
    text-align: center; }
    .section-7 .section-7__banner p {
      padding-right: 0; }
  .section-7 .section-7__partner-banner {
    text-align: center; }

  .section-8 {
    padding-top: 50px; }
    .section-8 .section-8__cnt {
      max-width: 600px; }
    .section-8 .section-8__item {
      width: 50%; }

  .section-9 {
    padding-top: 50px; }
    .section-9 img {
      display: none; }
    .section-9 .col-6.phone-form {
      width: 58.3333%;
      margin-left: 16.6667%;
      margin-top: 0; }
    .section-9 .section-9__input-decor {
      width: 89%;
      margin-right: 11%; }

  footer {
    position: relative; }
    footer .footer__cnt {
      position: relative; }
    footer .col-6.footer__info {
      float: none;
      width: 66.6666%;
      margin: 260px auto 0;
      text-align: center; }
    footer .col-5.footer__links {
      position: absolute;
      top: 0;
      float: none;
      width: 100%;
      margin: 0; }
      footer .col-5.footer__links .col-3 {
        width: 25%; }
      footer .col-5.footer__links .col-5 {
        width: 28%; }
      footer .col-5.footer__links .col-4 {
        width: 25%;
        margin-left: 16%; }
    footer .footer__support-info {
      padding-top: 35px;
      text-align: center; }
    footer .footer-logo {
      width: 100%;
      text-align: center; }
    footer .footer-descr {
      text-align: center; }
    footer .footer-descr.media-768__text-left {
      text-align: left; }
    footer .footer__mail-link {
      padding-left: 130px; }
    footer .social {
      text-align: center; }
    footer .footer-info {
      text-align: center; }
      footer .footer-info .col-6 {
        width: 100%; }
      footer .footer-info .copyright {
        text-align: center; } }
@media (max-width: 767px) {
  .section-2 .col-3 {
    width: 50%; }

  .section-3 .col-6.tech-service img {
    transform: translate(0, -85px); }
  .section-3 .col-6.tech-service:hover img, .section-3 .col-6.tech-service:focus img, .section-3 .col-6.tech-service:active img {
    transform: translate(0, -85px); }
  .section-3 .emer-dispatch img {
    transform: translate(0, -75px); }
  .section-3 .emer-dispatch:hover img, .section-3 .emer-dispatch:focus img, .section-3 .emer-dispatch:active img {
    transform: translate(0, -75px); }
  .section-3 .dispatch img {
    transform: translate(0, -130px); }
  .section-3 .dispatch:hover img, .section-3 .dispatch:focus img, .section-3 .dispatch:active img {
    transform: translate(0, -130px); }
  .section-3 .modern img {
    transform: translate(0, -10px); }
  .section-3 .modern:hover img, .section-3 .modern:focus img, .section-3 .modern:active img {
    transform: translate(0, -10px); }
  .section-3 .repairs img {
    transform: translate(0, -90px); }
  .section-3 .repairs:hover img, .section-3 .repairs:focus img, .section-3 .repairs:active img {
    transform: translate(0, -90px); }

  .section-4 {
    min-height: 530px;
    padding: 10px 0 100px; }
    .section-4 .col-3 {
      width: 50%; }
    .section-4 .media-1024-show {
      display: none; }
    .section-4 .media-1024-hide {
      display: block; }
    .section-4 .slick-dots.dots-equipment {
      top: 500px; }

  .section-5 .col-8 {
    width: 100%;
    float: none;
    padding: 0; }
  .section-5 .col-4 {
    width: 100%;
    height: 460px;
    float: none;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center; }
  .section-5 p, .section-5 h2 {
    width: 83.3333%;
    margin: 0 auto 30px;
    padding: 0;
    text-align: left; }
  .section-5 a {
    margin-left: 0; }

  .section-6 .section-6__slider {
    width: 70.14388%; }
  .section-6 .slick-next {
    left: 75%; }
  .section-6 .slick-prev {
    left: 55%; }

  .section-7 .section-7__experience-works .col-2 {
    width: 50%;
    padding-left: 9.8%; }
    .section-7 .section-7__experience-works .col-2:nth-child(1), .section-7 .section-7__experience-works .col-2:nth-child(2) {
      margin-bottom: 30px; }

  .section-9 .col-6.phone-form {
    width: 83.6666%;
    margin-left: 8.3333%;
    text-align: center; }
  .section-9 .phone-form form {
    width: 86.6666%;
    margin: auto;
    text-align: left; }
  .section-9 .section-9__input-decor {
    width: 100%;
    margin: 0 auto 25px; }
  .section-9 .phone-form button {
    margin: 45px auto 0; }
  .section-9 input#data {
    margin-left: 8%; }

  footer .col-5.footer__links {
    position: absolute;
    top: 0;
    float: none;
    width: 100%;
    margin: 0; }
    footer .col-5.footer__links .col-4 {
      width: 30%;
      margin-left: 0; }
    footer .col-5.footer__links .col-5 {
      width: 45%;
      text-align: center; }
    footer .col-5.footer__links .col-3 {
      width: 25%;
      text-align: right; }
  footer .col-6.footer__info {
    width: 100%; }
    footer .col-6.footer__info p {
      text-align: center; } }
@media (max-width: 575px) {
  .section-1 {
    min-height: 520px;
    padding-top: 140px;
    background-position: 40% center; }
    .section-1 .col-7 {
      width: 100%;
      margin-left: 0; }
    .section-1 .section-1__title {
      position: relative;
      padding-bottom: 70px;
      font-size: 2.5rem;
      line-height: 1.2; }

  .section-2 {
    text-align: center;
    padding-top: 30px; }
    .section-2 .col-3 {
      margin-bottom: 30px; }
    .section-2 .section-2__title {
      padding-bottom: 30px; }
    .section-2 .section-2__icon {
      display: block;
      width: 100%;
      margin: 0 auto 10px; }
    .section-2 .section-2__serv {
      display: block;
      width: 100%;
      margin: auto;
      text-align: center; }

  .section-3 .section-3__title {
    padding-bottom: 30px;
    text-align: center; }
  .section-3 .col-6 p {
    width: 86%;
    left: 25px;
    font-size: 1.5385rem; }
  .section-3 .col-6 img {
    width: 105%; }
  .section-3 .section-3__item.height--265 {
    max-height: 160px; }
  .section-3 .col-6.tech-service {
    max-height: 160px; }
    .section-3 .col-6.tech-service span {
      max-height: 160px; }
    .section-3 .col-6.tech-service img {
      transform: translate(0, -50px); }
    .section-3 .col-6.tech-service:hover img, .section-3 .col-6.tech-service:focus img, .section-3 .col-6.tech-service:active img {
      transform: translate(0, -50px); }
  .section-3 .emer-dispatch img {
    transform: translate(0, -50px); }
  .section-3 .emer-dispatch:hover img, .section-3 .emer-dispatch:focus img, .section-3 .emer-dispatch:active img {
    transform: translate(0, -50px); }
  .section-3 .dispatch img {
    transform: translate(0, -70px); }
  .section-3 .dispatch:hover img, .section-3 .dispatch:focus img, .section-3 .dispatch:active img {
    transform: translate(0, -70px); }
  .section-3 .modern img {
    transform: translate(0, -10px); }
  .section-3 .modern:hover img, .section-3 .modern:focus img, .section-3 .modern:active img {
    transform: translate(0, -10px); }
  .section-3 .repairs img {
    transform: translate(0, -40px); }
  .section-3 .repairs:hover img, .section-3 .repairs:focus img, .section-3 .repairs:active img {
    transform: translate(0, -40px); }

  .section-4 .section-4__title {
    padding-bottom: 30px;
    text-align: center; }
  .section-4 .equipment__icons {
    height: 100px; }
  .section-4 .slick-dots.dots-equipment {
    top: 420px; }

  .section-5 {
    margin-bottom: 30px;
    padding: 0; }
    .section-5 .container {
      padding: 0; }
    .section-5 .section-5__slider {
      height: 450px; }
      .section-5 .section-5__slider .slider__img {
        height: 450px;
        overflow: hidden; }
    .section-5 .slick-dots {
      bottom: 15%; }
    .section-5 .slider-descr {
      bottom: 21%;
      font-size: 1.5rem; }
    .section-5 .col-4 {
      height: auto; }
    .section-5 p, .section-5 h2 {
      margin: 0 auto 20px; }

  .section-5__link.ion-ios-arrow-right:before {
    top: 25%; }

  .section-6 {
    padding: 20px 0 50px; }
    .section-6 .container {
      padding: 0; }
    .section-6 .section-6__slider {
      width: 320px;
      margin: 0 auto; }
      .section-6 .section-6__slider .slider__img span {
        bottom: 12%;
        font-size: 1.3rem; }
      .section-6 .section-6__slider .slider__img {
        position: relative;
        max-width: 300px !important; }
    .section-6 .slick-next {
      left: 52%;
      top: 87%; }
    .section-6 .slick-prev {
      left: 34%;
      top: 87%; }
    .section-6 .section-6__title {
      text-align: center; }

  .section-6__link.ion-ios-arrow-right:before {
    top: 25%; }

  .section-7 .section-7__title {
    text-align: center; }
  .section-7 .section-7__cnt {
    margin-top: 30px; }
  .section-7 .section-7__years {
    font-size: 7rem; }
  .section-7 .col-5.col-offset-1 {
    width: 100%;
    padding-top: 160px; }
  .section-7 .section-7__banner p {
    font-size: 1.2rem; }
  .section-7 .section-7__partner-banner p {
    margin: 25px 0 25px; }
  .section-7 .section-7__experience-works .col-2 {
    min-height: 95px; }

  .section-7__link.ion-ios-arrow-right:before {
    top: 27%; }

  .section-8 .section-8__item {
    width: 100%;
    float: none;
    max-width: 320px;
    text-align: center;
    margin: auto;
    margin-bottom: 0; }
  .section-8 .section-8__link-prop {
    width: 70%;
    display: inline-block;
    margin: 0 0 30px; }
  .section-8 .section-8__link-catalog {
    width: 70%; }

  .section-9 {
    padding-bottom: 50px; }
    .section-9 .col-6.phone-form {
      width: 100%;
      margin-left: 0; }
    .section-9 label.for-data {
      font-size: 1rem;
      width: 70%;
      margin-left: 20px; }
    .section-9 .phone-form p {
      width: 80%;
      margin: 0 auto 40px; }

  footer .col-5.footer__links .col-4,
  footer .col-5.footer__links .col-5,
  footer .col-5.footer__links .col-3 {
    width: 100%;
    text-align: center; }
    footer .col-5.footer__links .col-4 a,
    footer .col-5.footer__links .col-5 a,
    footer .col-5.footer__links .col-3 a {
      margin-bottom: 20px; }
  footer .footer__support-info {
    padding-top: 10px; }
    footer .footer__support-info a, footer .footer__support-info span {
      display: block; }
  footer .col-6.footer__info {
    margin-top: 315px; }
    footer .col-6.footer__info .social-descr {
      margin-right: 20px; }
    footer .col-6.footer__info .social-icon {
      margin-right: 15px; }
  footer .footer__mail-link {
    padding-left: 0;
    padding-top: 15px;
    display: block;
    font-size: 1.3rem; } }
/*_______________CONTACTS_______________*/
header.background-white {
  transform: translateY(0);
  opacity: 1;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  header.background-white .header-cnt {
    color: #000000; }
  header.background-white .section-1__nav li a {
    color: #000000; }
  header.background-white .number {
    color: #000000; }

.contacts__section-1 {
  padding-top: 78px;
  text-align: left; }
  .contacts__section-1 .col-4 {
    position: relative;
    margin-bottom: 50px; }
    .contacts__section-1 .col-4 h3 {
      font-size: 1.25rem;
      line-height: 1.4; }
  .contacts__section-1 .col-4:nth-of-type(-n+3) .link-items {
    height: 180px; }
  .contacts__section-1 .col-4:nth-of-type(-n+3) h3 {
    min-height: 3.75rem; }
  .contacts__section-1 .col-4:nth-of-type(-n+3):after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 95%;
    margin-left: 2.25%;
    border-bottom: 1px solid #cadcff; }
  .contacts__section-1 .col-4.links a {
    position: relative;
    display: block;
    margin: 15px 0 0 40px;
    text-decoration: none;
    color: #000000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .contacts__section-1 .col-4.links a:before {
      position: absolute;
      top: -3px;
      left: -40px;
      width: 30px;
      height: 30px;
      background: #d8eeff;
      font-size: 1.125rem;
      color: #6498ff;
      border-radius: 50%;
      text-align: center;
      line-height: 1.7; }
  .contacts__section-1 .col-4.links span {
    position: relative;
    display: block;
    margin: 20px 0 0 40px; }
    .contacts__section-1 .col-4.links span:before {
      position: absolute;
      top: -3px;
      left: -40px;
      width: 30px;
      height: 30px;
      background: #d8eeff;
      font-size: 1.5rem;
      color: #6498ff;
      border-radius: 50%;
      text-align: center;
      line-height: 1.3; }
  .contacts__section-1 .col-4.links a.contacts__mail-link {
    color: #6498ff;
    margin-top: 35px; }
    .contacts__section-1 .col-4.links a.contacts__mail-link:hover {
      text-decoration: underline; }
  .contacts__section-1 .col-4.links a.contacts__phone-link:hover {
    color: #6498ff; }
  .contacts__section-1 .col-4.links a.contacts__adress-link {
    margin-left: 0;
    width: 80%;
    color: #6498ff; }
    .contacts__section-1 .col-4.links a.contacts__adress-link:hover {
      text-decoration: underline;
      color: #6498ff; }
  .contacts__section-1 .social-icon {
    width: 40px;
    height: 40px;
    margin-right: 40px;
    background: transparent;
    border-color: #6498ff; }
    .contacts__section-1 .social-icon:hover a {
      color: #4b71be;
      border-color: #4b71be; }
    .contacts__section-1 .social-icon a {
      color: #6498ff;
      border: 1px solid #6498ff;
      border-radius: 50%; }

.contacts__social h3 {
  width: 80%;
  margin-bottom: 30px;
  line-height: 1.4; }

.contacts__title {
  margin: 50px 0;
  font-size: 1.75rem; }

.contacts-sitephone {
  opacity: 1; }

.contacts__section-2 {
  position: relative;
  margin-top: 50px; }

#map {
  min-height: 540px; }

.contact__map-info {
  position: absolute;
  top: 130px;
  left: 130px;
  width: 280px;
  padding-left: 20px;
  background: #fff;
  text-align: left;
  border-radius: 4px; }
  .contact__map-info p {
    margin: 35px 0 0;
    font-size: 1.3125rem;
    line-height: 1.4; }

.contact__map-descr {
  margin: 30px 0; }
  .contact__map-descr span {
    padding-left: 5px; }
  .contact__map-descr .metro,
  .contact__map-descr .schedule {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #6498ff;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center; }
    .contact__map-descr .metro img,
    .contact__map-descr .schedule img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      width: 15px;
      height: 15px;
      margin: auto; }
  .contact__map-descr .schedule {
    background: #d8eeff;
    border: none; }

.contacts__section-3 {
  min-height: 505px;
  margin-bottom: 100px;
  padding: 90px 0 0; }

.contacts__form {
  max-width: 580px;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 0; }
  .contacts__form input {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 1rem;
    border: none;
    border-bottom: 2px solid #b3cdff;
    outline: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease; }
  .contacts__form textarea {
    display: block;
    width: 100%;
    height: 27px;
    font-size: 1rem;
    border: none;
    border-bottom: 2px solid #b3cdff;
    outline: 0; }
  .contacts__form button {
    display: block;
    margin: 60px auto 0;
    background: #295fcc;
    padding: 13px 22px 14px 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    transition: all 0.5s ease; }
    .contacts__form button:hover {
      background: #1f4799; }

.contacts__form-btn {
  text-align: center; }

.contacts__input-decor {
  display: inline-block;
  position: relative;
  margin-bottom: 85px; }

.contacts__input-decor.name {
  width: 65.5172%; }

.contacts__input-decor.phone {
  width: 48.2%; }

.contacts__input-decor.mail {
  width: 48.2%;
  margin-left: 3.6%; }

.contacts__input-decor.message {
  width: 100%;
  margin-bottom: 0; }

.contacts__input-decor label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #295fcc;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }

.contacts__form input:focus + label:after {
  width: 100%; }

.contacts__form textarea:focus + label:after {
  width: 100%; }

.text-area-cnt {
  height: 80px; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .contacts__section-1 .col-4:nth-of-type(-n+3) h3 {
    min-height: 5.3125rem; } }
@media (max-width: 1024px) {
  .contacts__section-1 {
    padding-top: 108px; }
    .contacts__section-1 .col-4 {
      width: 41.6666%; }
    .contacts__section-1 .col-4:nth-of-type(-n+2) .link-items {
      height: 100px; }
    .contacts__section-1 .col-4:nth-of-type(n+3) .link-items {
      height: 180px; }
    .contacts__section-1 .col-4:nth-of-type(n+5) .link-items {
      height: auto; }
    .contacts__section-1 .col-4:nth-of-type(-n+4) h3 {
      min-height: 5.3125rem; }
    .contacts__section-1 .col-4:nth-of-type(-n+4):after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 95%;
      margin-left: 2.25%;
      border-bottom: 1px solid #cadcff; }
    .contacts__section-1 .col-4.links a.contacts__mail-link {
      margin-top: 15px; }

  .contact__map-info {
    left: 20px; } }
@media (max-width: 767px) {
  .contacts__section-1 .col-4 {
    width: 50%; }

  .contacts__section-3 {
    min-height: 465px; }

  .contacts__form {
    max-width: 445px; }

  .contacts__input-decor {
    margin-bottom: 50px; }

  .contacts__input-decor.name,
  .contacts__input-decor.phone,
  .contacts__input-decor.mail {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 575px) {
  .contacts__title {
    margin: 25px 0; }

  .contacts__section-1 {
    padding-top: 78px; }
    .contacts__section-1 .col-4 {
      width: 100%;
      margin-bottom: 25px; }
      .contacts__section-1 .col-4 .link-items {
        height: auto;
        padding-bottom: 30px; }
      .contacts__section-1 .col-4 h3 {
        min-height: auto;
        margin-bottom: 20px; }
    .contacts__section-1 .col-4.links a:before {
      line-height: 2.2;
      top: -4px; }
    .contacts__section-1 .col-4:nth-of-type(-n+2) .link-items,
    .contacts__section-1 .col-4:nth-of-type(n+3) .link-items {
      height: auto; }
    .contacts__section-1 .col-4:nth-of-type(-n+4) h3 {
      min-height: auto; }
    .contacts__section-1 .col-4.links span:before {
      line-height: 1.5;
      top: -4px; }
    .contacts__section-1 .contacts__social h3 {
      margin-bottom: 15px; }
    .contacts__section-1 .col-4.contacts__social {
      margin-bottom: 0; }

  .contacts__section-2 {
    margin-top: 0; }

  .contacts__section-3 {
    margin-bottom: 50px; }

  .contacts__form button {
    width: 135px; }

  .contacts__form {
    max-width: 350px; }

  .contacts__section-1 .col-4.links a {
    font-size: 14px; }

  .contacts__section-1 .col-4.links a.contacts__mail-link {
    margin-top: 25px; } }
/*__________ABOUT__________*/
p {
  margin: 0; }

/*   SECTION-1   */
.about__section-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 550px;
  background: url(../images/About/01.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden; }
  .about__section-1:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); }

.about__section-1 .container {
  position: relative;
  height: 100%; }
.about__section-1 .col-7 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #ffffff;
  text-align: left; }
  .about__section-1 .col-7 h1 {
    font-size: 3rem;
    line-height: 1.1; }
  .about__section-1 .col-7 p {
    margin-top: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25; }

.banner.main {
  top: 50%;
  transform: translateY(-50%); }

.about__section-1-info {
  position: absolute;
  width: 100%;
  bottom: 50px; }

.about__section-1-info-cnt {
  width: 50%;
  text-align: left; }

.about__section-1-icon {
  width: 50px;
  height: 50px; }
  .about__section-1-icon img {
    height: 50px; }

.about__section-1-icon-descr {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5625;
  color: #ffffff; }

/*   SECTION-2   */
.about__section-2 {
  position: relative;
  min-height: 720px;
  text-align: left;
  overflow: hidden; }
  .about__section-2 h2 {
    margin: 50px  0; }
  .about__section-2 span {
    margin-bottom: 25px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #316bdd;
    line-height: 1; }
  .about__section-2 p {
    line-height: 1.5625;
    color: #000000; }
  .about__section-2 .col-6.about__section-2--margin {
    margin-bottom: 50px;
    min-height: 155px; }

.about__section-2-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 45%;
  height: 720px; }
  .about__section-2-img img {
    display: block;
    width: auto;
    height: 100%;
    margin-left: -145px; }

.about__section-2-logo {
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid #99bbff; }
  .about__section-2-logo img {
    display: block;
    width: 100%;
    height: auto; }
  .about__section-2-logo p {
    padding-top: 20px; }

.about__logo-ls {
  display: inline-block;
  width: 105px;
  padding-right: 25px;
  vertical-align: middle; }

.about__logo-sigma {
  display: inline-block;
  width: 150px;
  padding: 14px 25px;
  vertical-align: middle;
  border-right: 1px solid #c2d2f2;
  border-left: 1px solid #c2d2f2; }

.about__logo-lg {
  display: inline-block;
  width: 75px;
  padding-left: 25px;
  vertical-align: middle; }

/*   SECTION-3   */
.about__section-3 {
  min-height: 640px;
  padding-top: 50px;
  text-align: left;
  overflow: hidden; }
  .about__section-3 h2 {
    margin: 125px 0 50px;
    font-size: 2.25rem; }

.about__section-3-icons {
  position: relative;
  height: 120px;
  margin-top: 50px; }
  .about__section-3-icons img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .about__section-3-icons:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.about__section-3-slider {
  width: 100%; }
  .about__section-3-slider .media-1200-hide {
    display: none; }

.slick-dots.dots-about {
  position: absolute;
  top: 500px;
  right: 0;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  text-align: center;
  z-index: 2; }

.slick-dots.dots-about li {
  margin: 0; }

.slick-dots.dots-about li button:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #a0a0a0;
  border-radius: 50%;
  opacity: 1; }

.slick-dots li.slick-active button:before {
  background: #3071f2;
  opacity: 1; }

/*   SECTION-4  */
.about__section-4 {
  position: relative;
  min-height: 720px;
  text-align: left;
  background: #fafbfc;
  overflow: hidden; }
  .about__section-4 h2 {
    margin: 50px 0;
    font-size: 2.25rem; }
  .about__section-4 p {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25; }
  .about__section-4 h4 {
    margin: 0 0 20px; }

.about__section-4-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 45%;
  height: 720px; }
  .about__section-4-img img {
    display: block;
    width: auto;
    height: 100%;
    margin-left: -320px; }

.p-decor {
  display: inline-block;
  width: 25px;
  border-top: 2px solid #316bdd;
  vertical-align: middle; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .about__section-1-info-cnt {
    width: 60%;
    margin-left: 8.3333%; }

  .about__section-1 .col-7 {
    margin-left: 8.3333%; }

  .about__section-2-img {
    position: static;
    width: 100%;
    height: 720px; }
    .about__section-2-img img {
      width: auto;
      height: 100%;
      margin-left: 0; }

  .about__section-2-cnt {
    width: 100%;
    margin-left: 0; }

  .about__section-2 .col-6.about__section-2--margin {
    width: 25%; }
    .about__section-2 .col-6.about__section-2--margin p {
      padding-right: 25px; }

  .about__section-2-logo {
    width: 65%; }

  .about__section-3-descr {
    width: 90%; }

  .about__section-3 {
    padding-bottom: 50px; }
    .about__section-3 .col-6.about-slider {
      margin: 0;
      width: 100%; }
      .about__section-3 .col-6.about-slider .col-6 {
        width: 33.3333%; }
    .about__section-3 p {
      margin-bottom: 30px; }

  .about__section-3 h2 {
    margin: 0 0 30px;
    font-size: 2.25rem; }

  .about__section-3-slider {
    width: 100%; }
    .about__section-3-slider .media-1200-hide {
      display: block; }
    .about__section-3-slider .media-1200-show {
      display: none; }

  .slick-dots.dots-about {
    top: 398px; }

  .about__section-4 {
    margin-top: 50px; }

  .about__section-4-img {
    position: static;
    width: 100%;
    height: 720px; }
    .about__section-4-img img {
      width: auto;
      height: 100%;
      margin-left: 0; }

  .about__section-4-cnt {
    margin-left: 0;
    width: 100%;
    padding-bottom: 80px; } }
@media (max-width: 1023px) {
  .about__section-1 .col-7 {
    width: 80%; }

  .about__section-1-info-cnt {
    width: 75%; }

  .about__section-2 .col-6.about__section-2--margin {
    width: 33.3333%;
    margin-bottom: 30px;
    min-height: 180px; }
    .about__section-2 .col-6.about__section-2--margin p {
      padding: 0; }

  .about__section-2-img {
    height: 540px; }

  .about__section-2-logo {
    width: 80%; }

  .about__section-4-img {
    height: 540px; } }
@media (max-width: 767px) {
  .about__section-1 .col-7 {
    width: 100%;
    margin-left: 0; }

  .about__section-1-info-cnt {
    width: 100%;
    margin-left: 0; }

  .about__section-2-img {
    height: 400px; }
    .about__section-2-img img {
      width: 100%;
      height: auto; }

  .about__section-2 .col-6.about__section-2--margin {
    width: 50%;
    margin-bottom: 30px;
    min-height: 176px; }

  .about__section-3 .col-6.about-slider .col-6 {
    width: 50%; }

  .about__section-3-slider .media-1200-hide {
    display: none; }
  .about__section-3-slider .media-1200-show {
    display: block; }

  .slick-dots.dots-about {
    top: 505px; }

  .about__section-4-img {
    height: 400px; }
    .about__section-4-img img {
      width: 100%;
      height: auto; }

  .about__section-4 h2 {
    margin: 0 0 50px 0; }

  .about__section-1-info {
    bottom: 60px; } }
@media (max-width: 575px) {
  .about__section-1 .col-7 {
    top: 40%; }

  .about__section-1-icon-descr {
    font-size: 0.875rem; }

  .about__section-2-img {
    height: auto; }

  .about__section-2 h2 {
    margin: 30px 0; }

  .about__section-2 .col-6.about__section-2--margin {
    margin-bottom: 15px;
    min-height: 130px; }

  .about__section-2-logo {
    width: 100%;
    padding-top: 30px; }

  .about__logo-ls {
    width: 80px;
    padding-right: 15px; }

  .about__logo-sigma {
    width: 130px;
    padding: 14px 15px; }

  .about__logo-lg {
    width: 75px;
    padding-left: 15px; }

  .about__section-3-descr {
    width: 100%; }

  .slick-dots.dots-about {
    top: 475px; }

  .about__section-4-img {
    height: auto;
    padding-bottom: 30px; }

  .about__section-4 h2 {
    margin: 0 0 30px 0; }

  .about__section-4-cnt {
    padding-bottom: 40px; }

  .p-decor {
    width: 15px; } }
@media (max-width: 434px) {
  .about__section-2 .col-6.about__section-2--margin {
    width: 50%;
    min-height: 160px; } }
@media (max-width: 351px) {
  .about__section-2 .col-6.about__section-2--margin {
    width: 100%;
    min-height: 80px; }
    .about__section-2 .col-6.about__section-2--margin:nth-of-type(2) {
      margin-bottom: 0; } }
/*__________SERVICES__________*/
.services__section-1 {
  position: relative;
  min-height: 470px;
  background: url(../images/services/services_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden; }

.services__section-1-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  text-align: left; }
  .services__section-1-title span {
    font-size: 1.1875rem; }
  .services__section-1-title h1 {
    position: relative;
    margin-top: 50px;
    font-size: 3rem; }
    .services__section-1-title h1:before {
      content: '';
      position: absolute;
      top: -24px;
      display: block;
      width: 50px;
      border-top: 2px solid #ffffff; }

.services__section-2 {
  padding: 100px 0; }

.services__section-2-cards {
  max-height: 265px;
  background: #fcfdff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .services__section-2-cards:not(:last-child) {
    margin-bottom: 40px; }
  @media (min-width: 1200px) {
    .services__section-2-cards:hover span:before {
      width: 110%;
      height: 110%;
      opacity: 1; }
    .services__section-2-cards:hover p {
      color: #4b87ff; }
    .services__section-2-cards:hover span {
      background: #ffffff;
      color: #4b87ff; } }
  .services__section-2-cards span {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-left: 50px;
    background: #4b87ff;
    color: #ffffff;
    font-size: 1.5625rem;
    font-weight: 900;
    line-height: 3.5;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 0.5s ease; }
    .services__section-2-cards span:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 0;
      height: 0;
      border-radius: 50%;
      border: 2px solid #4b87ff;
      transition: all 0.5s ease;
      opacity: 0; }
  .services__section-2-cards p {
    display: inline-block;
    width: 70%;
    margin-left: 30px;
    font-size: 1.6875rem;
    vertical-align: middle;
    transition: color 0.5s ease; }
  .services__section-2-cards .col-7 {
    padding: 88px 10px;
    text-align: left; }

.services__card-img {
  position: relative;
  height: 265px;
  overflow: hidden;
  border-radius: 4px; }
  .services__card-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .services__card-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 50%;
    background: linear-gradient(to right, #fcfdff, transparent);
    -webkit-background: linear-gradient(to right, #fcfdff, transparent);
    -moz-background: linear-gradient(to right, #fcfdff, transparent);
    -ms-background: linear-gradient(to right, #fcfdff, transparent);
    -o-background: linear-gradient(to right, #fcfdff, transparent); }

.card-1 img {
  margin: -33px 0 0 -106px;
  width: 130%; }

.card-2 img {
  margin: -39px 0 0 -15px;
  width: 130%; }

.card-3 img {
  margin: -100px 0 0 -38px; }

.card-4 img {
  margin: -28px 0 0 -23px;
  width: 130%; }

.card-5 img {
  margin: -100px 0 0 -80px;
  width: 130%; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .services__section-1-title .col-6 {
    width: 91.6667%;
    margin-left: 8.3333%; }

  .services__section-2-cards {
    position: relative; }
    .services__section-2-cards .col-7 p {
      position: absolute;
      top: 110px;
      left: 165px;
      width: 50%;
      margin: 0;
      z-index: 1; }

  .services__section-2-cards.card-2 .col-7 p {
    top: 90px; }

  .card-5 img {
    margin: -60px 0 0 -80px; } }
@media (max-width: 1023px) {
  .services__section-2-cards {
    position: relative; }
    .services__section-2-cards .col-7 span {
      width: 60px;
      height: 60px;
      margin-left: 60px;
      line-height: 2.5; }
    .services__section-2-cards .col-7 p {
      position: absolute;
      top: 140px;
      left: 60px;
      width: 65%;
      margin: 0; }

  .services__section-2-cards.card-2 .col-7 p {
    top: 140px; }

  .services__section-2-cards .col-7 {
    padding: 65px 10px; }

  .card-1 img {
    margin: -33px 0 0 -106px;
    width: 160%; }

  .card-2 img {
    margin: -39px 0 0 -15px;
    width: 160%; }

  .card-3 img {
    margin: -110px 0 0 -80px; }

  .card-4 img {
    margin: 0 0 0 -40px;
    width: 140%; }

  .card-5 img {
    margin: 0 0 0 -80px;
    width: 140%; } }
@media (max-width: 767px) {
  .services__section-1 {
    background-position: 70%; }

  .services__section-2-cards {
    position: relative; }
    .services__section-2-cards .col-7 {
      width: 60%; }
      .services__section-2-cards .col-7 p {
        top: 150px;
        left: 60px;
        width: 80%; }
    .services__section-2-cards .col-5 {
      width: 40%; }

  .services__section-2-cards.card-2 .col-7 p {
    top: 150px; }

  .services__card-img:after {
    width: 160%; }

  .card-1 img {
    margin: -44px 0 0 -355px;
    width: auto; }

  .card-2 img {
    margin: -90px 0 0 -165px;
    width: auto; }

  .card-3 img {
    margin: -100px 0 0 -55px; }

  .card-4 img {
    margin: -40px 0 0 -230px;
    width: auto; }

  .card-5 img {
    margin: -150px 0 0 -220px;
    width: auto; } }
@media (max-width: 575px) {
  .services__section-2 {
    padding: 50px 0; }

  .services__section-2-cards {
    position: relative; }
    .services__section-2-cards .col-7 {
      width: 60%; }
      .services__section-2-cards .col-7 p {
        left: 15px;
        width: 80%; }
      .services__section-2-cards .col-7 span {
        margin-left: 15px;
        font-size: 2rem;
        line-height: 2.4; }
    .services__section-2-cards .col-5 {
      width: 40%; }

  .card-1 img {
    margin-left: -375px; }

  .card-2 img {
    margin-left: -225px; }

  .card-3 img {
    margin-left: -110px; }

  .card-4 img {
    margin-left: -280px; }

  .card-5 img {
    margin-left: -250px; } }
@media (max-width: 435px) {
  .card-1 img {
    margin-left: -410px; } }
/*__________TECH-SERVICES__________*/
.main-service__section-1 {
  position: relative;
  min-height: 470px;
  background: url(../images/services/tex_obsl_1.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden; }
  .main-service__section-1:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); }

/*  main-service__section-2   */
.main-service__section-2 {
  overflow: hidden;
  padding: 50px 0 0; }
  .main-service__section-2 h2 {
    font-size: 1.5rem;
    margin: 50px 0; }
  .main-service__section-2 .row {
    text-align: left; }
  .main-service__section-2 .col-3 {
    text-align: left;
    margin-bottom: 50px; }
  .main-service__section-2 .col-8 {
    margin-bottom: 35px; }
    .main-service__section-2 .col-8 span {
      position: relative;
      font-weight: bold; }
    .main-service__section-2 .col-8:last-of-type {
      margin-bottom: 0; }
  .main-service__section-2 h4 {
    margin: 0 0 15px; }

p.main-service__section-2-descr {
  width: 58%;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left; }

.content-img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding-right: 70px; }

.span-bold {
  font-weight: bold; }

/*  main-service__section-3   */
.main-service__section-3 {
  min-height: 450px;
  overflow: hidden;
  padding-bottom: 50px; }
  .main-service__section-3 h2 {
    font-size: 1.5rem;
    margin: 50px 0; }

/*  main-service__section-4   */
.main-service__section-4 p {
  margin: 50px 0;
  font-size: 1.5rem;
  font-weight: bold; }
.main-service__section-4 a {
  position: relative;
  display: inline-block;
  padding: 15px 45px 15px 25px;
  background: #295fcc;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease; }
  .main-service__section-4 a:hover {
    background: #1f4799; }
  .main-service__section-4 a.ion-ios-arrow-right:before {
    position: absolute;
    top: 26%;
    right: -10px;
    transform: translateX(-30px);
    content: "\f3d3";
    font-size: 1.5rem;
    color: #ffffff;
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out; }
  .main-service__section-4 a.ion-ios-arrow-right:hover:before {
    transform: translateX(-25px); }
.main-service__section-4 button.button-prop {
  display: inline-block;
  margin-left: 20px;
  padding: 14px 25px 14px 25px;
  background: transparent;
  text-decoration: none;
  color: #7e8594;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 1px solid #295fcc;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .main-service__section-4 button.button-prop:hover {
    color: #ffffff;
    background: #3071f2;
    border-color: transparent; }

.main-service__section-4-links {
  padding-bottom: 50px;
  border-bottom: 1px solid #99bbff; }

/*  main-service__section-5   */
.main-service__section-5 {
  padding-bottom: 100px; }
  .main-service__section-5 h2 {
    font-size: 1.5rem;
    margin: 50px 0; }

.main-servise__section-5-img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 360px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .main-servise__section-5-img span {
    position: absolute;
    top: 79%;
    left: 15px;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
    z-index: 1; }
  .main-servise__section-5-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease; }
  .main-servise__section-5-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    -webkit-background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    -moz-background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    -ms-background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    -o-background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent); }
  .main-servise__section-5-img img {
    display: block;
    height: 100%;
    width: auto;
    transition: margin 0.3s ease; }

.main-servise__section-5-img.tech-serv img {
  margin-left: -160px; }
.main-servise__section-5-img.tech-serv:hover img {
  margin-left: -110px; }

.main-servise__section-5-img.emer-disp img {
  margin-left: -150px; }
.main-servise__section-5-img.emer-disp:hover img {
  margin-left: -110px; }

.main-servise__section-5-img.disp img {
  margin-left: -150px; }
.main-servise__section-5-img.disp:hover img {
  margin-left: -110px; }

.main-servise__section-5-img.mod img {
  margin-left: -150px; }
.main-servise__section-5-img.mod:hover img {
  margin-left: -110px; }

.main-servise__section-5-img.repair img {
  margin-left: -150px; }
.main-servise__section-5-img.repair:hover img {
  margin-left: -110px; }

/*   page emer-dispatch   */
.main-service__section-1.emer-disp {
  background: url(../images/services/Avariyno-dispetcher.jpg) no-repeat center center;
  background-size: 100% auto; }
  .main-service__section-1.emer-disp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2); }

.main-service__section-2.emer-disp span {
  font-weight: 400; }
.main-service__section-2.emer-disp span.weight-bold {
  font-weight: bold; }
  .main-service__section-2.emer-disp span.weight-bold:before {
    top: 10px; }
.main-service__section-2.emer-disp p.margin-bottom {
  margin-bottom: 15px; }

/*   page dispatch   */
.main-service__section-1.disp {
  background: url(../images/services/big_dispatch.jpg) no-repeat center center;
  background-size: cover; }
  .main-service__section-1.disp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2); }

.main-service__section-2-descr.disp {
  margin-bottom: 35px; }

/*   page modern   */
.main-service__section-1.mod {
  background: url(../images/services/moderniz_1.jpg) no-repeat top center;
  background-size: 100% auto; }
  .main-service__section-1.mod:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); }

/*   page repair   */
.main-service__section-1.repair {
  background: url(../images/services/Remont.jpg) no-repeat center bottom;
  background-size: 100% auto; }
  .main-service__section-1.repair:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2); }

.main-service__section-3 .media-1024-hide {
  display: none; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .main-service__section-1 .col-6,
  .main-service__section-1 .col-7 {
    margin: 0;
    width: 100%; }

  p.main-service__section-2-descr {
    width: 70%; }

  .main-service__section-2 .col-3 {
    width: 33.3333%; }

  .main-service__section-2 .col-8 {
    margin-bottom: 35px;
    width: 83.3334%; }

  .col-6.content-img img {
    padding-right: 0; }

  .main-service__section-5 .col-3 {
    width: 33.3333%;
    margin-bottom: 15px; }

  .main-servise__section-5-img span {
    width: 90%; }

  /*   page emer-dispatch   */
  .main-service__section-2-cnt .col-5 {
    width: 80%; }
  .main-service__section-2-cnt .col-7 {
    width: 80%; } }
@media (max-width: 1023px) {
  p.main-service__section-2-descr {
    width: 90%; }

  .main-service__section-2 .col-8 {
    width: 100%;
    margin-left: 0; }

  .col-6.content-img {
    width: 67%; }

  .main-service__section-3 h2 {
    text-align: center; }

  .main-service__section-4 .col-6 {
    width: 70%;
    margin-left: 15%; }

  .main-service__section-3 .col-3 {
    width: 33.3333%; }
  .main-service__section-3 .slick-dots.dots-equipment {
    top: 385px; }

  .main-service__section-3 .media-1024-show {
    display: none; }

  .main-service__section-3 .media-1024-hide {
    display: block; }

  .main-service__section-5 .row {
    margin: 0 64px; }
  .main-service__section-5 .col-3 {
    width: 50%; }

  .main-service__section-2-cnt .col-5 {
    width: 100%;
    margin-left: 0; }
  .main-service__section-2-cnt .col-7 {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 767px) {
  .main-service__section-1 {
    background-position: 75%; }

  p.main-service__section-2-descr {
    width: 100%; }

  .main-service__section-2 .col-3 {
    width: 50%; }

  .col-6.content-img {
    width: 100%;
    margin-left: 0; }

  .main-service__section-2-cnt .col-5 {
    width: 100%;
    margin-left: 0; }

  .main-service__section-3 .col-3 {
    width: 50%; }
  .main-service__section-3 .slick-dots.dots-equipment {
    top: 505px; }

  .main-service__section-3 .media-1024-show {
    display: block; }

  .main-service__section-3 .media-1024-hide {
    display: none; }

  .main-service__section-4 .col-6 {
    width: 100%;
    margin-left: 0; }

  .main-service__section-5 .row {
    margin: 0 118px; }
  .main-service__section-5 .col-3 {
    width: 100%; }

  .main-service__section-1.emer-disp,
  .main-service__section-1.mod,
  .main-service__section-1.repair {
    background-size: cover; } }
@media (max-width: 575px) {
  .services__section-1-title .col-5 {
    width: 100%; }

  .main-service__section-2 {
    padding-top: 35px; }
    .main-service__section-2 h2 {
      margin: 30px 0; }

  .main-service__section-2 .col-3,
  .main-service__section-2 .col-8 {
    margin-bottom: 25px; }

  .section-2__icon {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    text-align: center; }

  .section-2__serv {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center; }

  .main-service__section-3 .slick-dots.dots-equipment {
    top: 480px; }

  .main-service__section-4 button.button-prop {
    display: inline-block;
    width: 250px;
    margin-top: 25px;
    margin-left: 0; }

  .main-service__section-4 p {
    margin-top: 25px; }

  .main-service__section-5 h2 {
    margin: 35px 0; }

  .main-service__section-5 .row {
    margin: 0px -10px; }

  .main-service__section-5 .col-3 {
    width: 300px;
    float: none;
    margin: 0 auto 15px; }

  .main-servise__section-5-img span {
    font-size: 1.3846rem; }

  .services__section-1-title h1 {
    font-size: 2.75rem; } }
/* styles pages tech-servise, emer-dispatch, dispatch, modern and repair */
/*__________OBJECTS__________*/
.objects__content {
  position: relative;
  margin-bottom: 100px;
  text-align: left; }
  .objects__content .container {
    margin-top: -100vh; }
  .objects__content h1 {
    margin: 128px 0 20px;
    font-size: 1.5rem; }
  .objects__content p {
    padding-bottom: 30px;
    color: #b3b3b3; }
  .objects__content .col-6 {
    max-height: 220px;
    margin-top: 20px; }

.objects__img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .objects__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    -webkit-background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    -moz-background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    -ms-background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    -o-background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
  .objects__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .objects__img span {
    position: absolute;
    top: 83%;
    left: 20px;
    display: inline-block;
    width: 85%;
    color: #ffffff;
    font-weight: bold;
    z-index: 2; }

.object__map-cnt {
  position: sticky;
  top: 0;
  height: 100vh;
  text-align: right;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.object__map-cnt.for__msie {
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%; }

.object__map-cnt.for__msie.sticky {
  position: absolute; }

#objets-map {
  display: inline-block;
  width: 33%;
  height: 100%;
  margin: auto; }

.col-12.media-show--767 {
  display: none;
  text-align: center;
  margin-top: 50px; }
  .col-12.media-show--767 span {
    vertical-align: middle;
    margin-left: 5px; }

.img-load {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: transform 1s ease; }
  .img-load.active {
    transform: rotate(540deg); }

/*   MEDIA   */
@media (max-width: 1199px) {
  .object__map-cnt {
    display: none; }

  .objects__content .container {
    margin-top: 0; }
    .objects__content .container .col-8 {
      width: 83.3333%; } }
@media (max-width: 1023px) {
  .objects__content .container .col-8 {
    width: 100%; }

  .objects__title {
    margin-top: 158px; } }
@media (max-width: 767px) {
  .objects__img span {
    top: 77%; }

  .objects__content .col-6 {
    text-align: center; }
    .objects__content .col-6 .objects__img {
      max-width: 380px; }
    .objects__content .col-6 span {
      text-align: left;
      font-size: 1rem;
      top: 80%; }
  .objects__content .col-6.media-hide--767 {
    display: none; }
  .objects__content .col-6.media-hide--767.show {
    display: block; }
  .objects__content .col-12.media-show--767 {
    display: block; } }
@media (max-width: 767px) {
  .objects__content .col-6 {
    width: 100%; }

  .objects__img span {
    font-size: 1.25rem; } }
@media (max-width: 575px) {
  .objects__content .col-6 span {
    font-size: 1.14286rem; }

  .objects__content h1 {
    margin: 108px 0 20px; }

  .objects__content {
    margin-bottom: 50px; } }
/*__________CALCULATOR__________*/
.container.calc {
  margin-bottom: 100px;
  padding-top: 78px;
  text-align: left; }

.objects__title {
  margin-top: 50px;
  font-size: 1.75rem; }

.objects__title-descr {
  width: 57%;
  margin-top: 10px; }

.calc__form {
  display: block;
  width: 67.7%;
  text-align: left; }
  .calc__form h5 {
    display: inline-block;
    width: 37.5%;
    margin: 0;
    color: #6e6e6e;
    font-size: 1rem;
    font-weight: 400; }

.calc__form-title {
  margin: 15px 0 50px;
  padding: 25px 0;
  border-bottom: 1px solid #e8e8e8; }
  .calc__form-title h4 {
    display: inline-block;
    margin: 0;
    font-size: 1.3125rem;
    line-height: 1; }
  .calc__form-title .del-lift {
    float: right;
    width: 21px;
    height: 21px;
    background: transparent;
    color: #4a4f53;
    border: none;
    outline: none;
    display: none; }
    .calc__form-title .del-lift.show {
      display: inline-block; }
    .calc__form-title .del-lift:before {
      font-size: 1.25rem;
      padding-bottom: 5px;
      vertical-align: bottom; }
  .calc__form-title .del-lift-descr {
    float: right;
    color: #000000;
    line-height: 1.2;
    margin-right: 10px;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.calc__form-item {
  margin-bottom: 50px;
  font-size: 0; }
  .calc__form-item input {
    display: none;
    font-size: 1rem; }

.calc__form-tabs {
  position: relative;
  display: inline-block;
  width: 62.5%;
  font-size: 1rem; }
  .calc__form-tabs .form-tab1,
  .calc__form-tabs .form-tab2 {
    position: absolute;
    transform: translateY(-50%);
    display: inline-block;
    padding: 16px 25px;
    background: #f7f7f7;
    color: #cccccc;
    line-height: 1;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: 0; }
    .calc__form-tabs .form-tab1:hover,
    .calc__form-tabs .form-tab2:hover {
      color: #316bdd; }
    .calc__form-tabs .form-tab1.form-tab1,
    .calc__form-tabs .form-tab2.form-tab1 {
      left: 0; }
    .calc__form-tabs .form-tab1.form-tab2,
    .calc__form-tabs .form-tab2.form-tab2 {
      right: 12%; }
    .calc__form-tabs .form-tab1.check,
    .calc__form-tabs .form-tab2.check {
      background: #fff;
      color: #000;
      font-weight: bold;
      border-color: #b3b3b3;
      z-index: 1; }

.calc__form-slider-stop {
  position: relative;
  display: inline-block;
  width: 62.5%;
  max-height: 50px;
  padding: 10px 15px 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  vertical-align: middle;
  /*   style ion range slider-stop   */ }
  .calc__form-slider-stop .irs-max, .calc__form-slider-stop .irs-min {
    color: #cccccc;
    font-size: 1.125rem;
    background: none; }
  .calc__form-slider-stop .irs-min {
    padding: 0 5px; }
  .calc__form-slider-stop .irs-single {
    top: -1px;
    background: none;
    color: #000;
    font-size: 1.125rem;
    font-weight: bold; }
  .calc__form-slider-stop .irs-line {
    opacity: 0; }
  .calc__form-slider-stop .irs-with-grid {
    height: 50px; }
  .calc__form-slider-stop .irs.js-irs-0.irs-with-grid {
    border: none; }
  .calc__form-slider-stop .irs-grid {
    bottom: 25%;
    height: auto; }
  .calc__form-slider-stop .irs-bar, .calc__form-slider-stop .irs-bar-edge {
    opacity: 0; }
  .calc__form-slider-stop .irs-slider {
    top: 53%;
    width: 20px;
    height: 20px;
    background: #4c6fd4;
    border-radius: 50%;
    cursor: pointer; }
  .calc__form-slider-stop .irs-grid-pol {
    top: -5px;
    height: 5px;
    background: #cccccc; }

.irs-grid-text {
  font-size: 0; }

.irs-grid-pol.small {
  display: none; }

.slider-weight-value span {
  display: inline-block;
  width: 30%;
  font-size: 1rem; }
  .slider-weight-value span:nth-of-type(2) {
    width: 40%; }

.calc__form-slider-wrap {
  display: inline-block;
  width: 62.5%;
  height: 50px;
  text-align: center;
  vertical-align: middle; }

.calc__form-slider-weight {
  position: relative;
  height: 3px;
  max-height: 50px;
  margin-top: 10px;
  padding: 0 12%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  vertical-align: middle;
  /*   style ion range slider-weight   */ }
  .calc__form-slider-weight .irs-slider {
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #4c6fd4;
    border-radius: 50%;
    cursor: pointer; }
  .calc__form-slider-weight .irs-grid {
    height: auto; }
  .calc__form-slider-weight .irs-grid-pol {
    top: -5px;
    width: 2px;
    height: 5px;
    background: #cccccc; }

.calc__form-buttons {
  display: inline-block;
  width: 62.5%;
  vertical-align: top; }
  .calc__form-buttons button {
    display: inline-block;
    width: 100px;
    height: 50px;
    background: #4c6fd4;
    color: #cccccc;
    font-size: 1rem;
    border: 1px solid #4c6fd4;
    border-radius: 4px;
    outline: none; }
    .calc__form-buttons button:hover {
      background: #4261ba;
      border-color: #4261ba; }
  .calc__form-buttons input {
    display: inline-block;
    width: 100px;
    height: 50px;
    margin: 0 20px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    line-height: 3;
    border: 1px solid #cccccc;
    border-radius: 4px; }

.calc__form-btn {
  font-size: 0; }
  .calc__form-btn button {
    display: inline-block;
    margin-right: 50px;
    padding: 14px 25px;
    font-size: 0.8125rem;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    outline: none; }
  .calc__form-btn #add_form_lift {
    background: #32cc89; }
    .calc__form-btn #add_form_lift:hover {
      background: #2aa972; }
  .calc__form-btn #calculate {
    background: #295fcc; }
    .calc__form-btn #calculate:hover {
      background: #4261ba; }

.calc__form-wrap {
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease; }

.calc__hidden {
  display: none; }

@media (max-width: 1199px) {
  .calc__form {
    width: 85%; } }
@media (max-width: 1023px) {
  .container.calc {
    padding-top: 108px; }

  .calc__form {
    width: 100%; }

  .calc__form h5 {
    width: 30%; }

  .calc__form-tabs {
    width: 70%; } }
@media (max-width: 768px) {
  .objects__title-descr {
    width: 100%; }

  .calc__form-title {
    margin: 15px 0 25px; }

  .calc__form h5 {
    width: 100%;
    margin-bottom: 15px; }

  .calc__form-tabs {
    width: 95%;
    height: 50px; }

  .calc__form-tabs .form-tab1,
  .calc__form-tabs .form-tab2 {
    transform: translateY(0); }

  .calc__form-slider-stop {
    width: 83.5%; }

  .calc__form-slider-wrap {
    width: 90%; }

  .calc__form-buttons {
    width: 70%; } }
@media (max-width: 575px) {
  .container.calc {
    padding-top: 68px; }

  .calc__form-title {
    margin: 15px 0 15px;
    padding: 15px 0; }

  .calc__form h5 {
    margin-bottom: 15px; }

  .calc__form-item {
    margin-bottom: 30px; }

  .calc__form-tabs {
    height: 60px;
    text-align: center; }

  .calc__form-tabs .form-tab1,
  .calc__form-tabs .form-tab2 {
    width: 150px; }

  .calc__form-tabs .form-tab2.form-tab2 {
    right: 0;
    left: 140px; }

  .calc__form-slider-stop {
    width: 100%;
    max-width: 400px; }

  .calc__form-slider-wrap {
    width: 95%;
    max-width: 400px; }

  .calc__form-buttons {
    width: 100%; }
    .calc__form-buttons button {
      width: 80px;
      height: 40px; }
    .calc__form-buttons input {
      width: 95px;
      height: 40px;
      margin: 0 21px; }

  .calc__form-btn button {
    margin-right: 15px;
    width: 142px;
    padding: 15px 0px; }
  .calc__form-btn #calculate {
    margin-right: 0; }

  .container.calc {
    margin-bottom: 50px; }

  .objects__title {
    margin-top: 25px; }

  .calc__form-slider-weight {
    margin-top: 20px; } }
@media (max-width: 440px) {
  .calc__form-slider-wrap {
    max-width: 300px; }

  .calc__form-slider-stop {
    max-width: 300px; } }
.bg-svg-ls {
  position: fixed;
  top: -10%;
  right: 12%;
  max-width: 910px;
  width: 100%; }

.section-404 {
  padding-top: 78px;
  background: #f2f2f2;
  text-align: left; }
  .section-404 .container {
    position: relative;
    min-height: 512px; }
  .section-404 .section-404__cnt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .section-404 p {
    width: 50%;
    margin: 50px 0;
    line-height: 1.25; }
  .section-404 a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 13px 14px;
    background: #295fcc;
    font-size: 0.8125rem;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .section-404 a:hover {
      background: #1f4799; }

.error-404 {
  color: #4b79d8;
  font-size: 6.125rem;
  font-weight: 900;
  line-height: 1; }

.error-404__descr {
  padding-left: 50px;
  color: #cccccc;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1; }

/*   MEDIA   */
@media (max-width: 1023px) {
  .bg-svg-ls {
    top: 0%;
    right: 0%; }

  .section-404 {
    text-align: center; }

  .error-404 {
    display: block; }

  .error-404__descr {
    display: block;
    padding-left: 0;
    display: block; }

  .section-404 p {
    width: 65%;
    margin: 50px auto; } }
@media (max-width: 767px) {
  .bg-svg-ls {
    width: 130%;
    right: -15%; }

  .error-404 {
    margin-bottom: 25px; } }
@media (max-width: 575px) {
  .bg-svg-ls {
    width: 130%;
    right: -15%; }

  .error-404 {
    margin-bottom: 25px; }

  .bg-svg-ls {
    width: 170%;
    right: -37%;
    top: 2%; }

  .section-404 p {
    width: 80%; } }
/*   CATALOG   */
/*   General   */
.cart-widget {
  position: fixed;
  bottom: 160px;
  right: 50px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  font-size: 25px;
  line-height: 3;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 10px 20px rgba(49, 107, 221, 0.35); }

.cart-widget-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .cart-widget-img img {
    width: 25px;
    height: 25px; }
  .cart-widget-img .cart-widget-count {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 15px;
    height: 15px;
    background: #dd313d;
    font-size: 8px;
    line-height: 2.2;
    color: #ffffff;
    border-radius: 50%; }

.cart-widget.media-768 {
  display: none;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 50px;
  height: 50px;
  line-height: 2.4;
  box-shadow: 0 10px 20px rgba(49, 107, 221, 0.35); }
  .cart-widget.media-768 .cart-widget-count {
    top: 7px;
    right: 8px; }

.cart-widget-descr {
  display: none;
  position: absolute;
  top: 30px;
  left: 10%;
  color: #000000;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 4; }

/*   Page catalog   */
.catalog__cnt {
  padding: 120px 0 70px;
  background: #f7f8fa; }
  .catalog__cnt h1 {
    margin: 15px 0;
    font-size: 2.375rem;
    font-weight: 400; }
  .catalog__cnt p {
    width: 43%;
    margin: 0 auto 35px;
    line-height: 25px; }

.catalog__img-wrap {
  position: relative;
  display: block;
  height: 480px;
  border-radius: 4px; }
  .catalog__img-wrap:active .catalog__img-icon {
    right: 35px; }

@media (min-width: 1023px) {
  .catalog__img-wrap:hover .catalog__img-icon {
    right: 35px; } }
.catalog__img-descr {
  position: absolute;
  bottom: 30px;
  left: 20px;
  font-size: 1.25rem;
  color: #ffffff; }

.catalog__img-wrap.lift {
  background: url(../images/catalog/elevator.jpg) no-repeat center center;
  background-size: cover; }

.catalog__img-wrap.escalator {
  background: url(../images/catalog/escalator.jpg) no-repeat center center;
  background-size: cover; }

.catalog__img-icon {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .cart-widget,
  .sitephone {
    right: 4%; }

  .catalog__img-wrap {
    height: 380px; } }
@media (max-width: 1023px) {
  .catalog__cnt {
    padding-top: 150px; }
    .catalog__cnt p {
      width: 75%; }
    .catalog__cnt .col-6 {
      width: 100%;
      max-width: 460px;
      float: none;
      margin: 0 auto; }
      .catalog__cnt .col-6:first-of-type {
        margin-bottom: 20px; }

  .cart-widget {
    display: none; }

  .cart-widget.media-768 {
    display: block; }

  .cart-widget-descr {
    display: block; } }
@media (max-width: 767px) {
  .cart-widget-descr {
    display: none; } }
@media (max-width: 575px) {
  .catalog__cnt {
    padding-top: 100px; }
    .catalog__cnt p {
      width: 100%;
      font-size: 16px; }

  .cart-widget.media-768 {
    left: 10px;
    top: 13px; }

  .catalog__img-descr {
    width: 70%;
    bottom: 25px;
    font-size: 20px;
    text-align: left; } }
/*   Page lift_items   */
.type-items__cnt {
  padding: 110px 0 80px;
  background: #f7f8fa; }
  .type-items__cnt h1 {
    font-size: 2.375rem;
    font-weight: 400;
    margin-bottom: 20px; }

.catalog-route {
  font-size: 0.75rem;
  color: #6b6b6b;
  margin-bottom: 20px; }

.type-items__descr-title {
  width: 50%;
  margin: 0 auto 50px;
  line-height: 25px; }

.type-items__card {
  display: block;
  height: 410px;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease; }
  .type-items__card:hover .type-items__card-descr span {
    color: #295fcc;
    text-decoration: underline; }

.type-items__card-img {
  position: relative;
  display: block;
  height: 280px;
  background: #ffffff; }
  .type-items__card-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.type-items__card-descr {
  position: relative;
  display: block;
  height: 130px; }
  .type-items__card-descr:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 20px;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.3));
    z-index: 1; }
  .type-items__card-descr span {
    position: absolute;
    width: 80%;
    max-height: 5.5rem;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    margin: auto;
    color: #000000;
    text-align: left;
    transition: all 0.3s ease; }

.col-3.type-items__card-wrap {
  margin-bottom: 20px; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .type-items__descr-title {
    width: 65%; }

  .row.type-items__cards-cnt {
    margin: 0 20px; }

  .col-3.type-items__card-wrap {
    width: 33.3333%; } }
@media (max-width: 1023px) {
  .type-items__cnt {
    padding-top: 140px; }

  .type-items__descr-title {
    width: 80%; }

  .row.type-items__cards-cnt {
    margin: 0 84px; }

  .col-3.type-items__card-wrap {
    width: 50%; } }
@media (max-width: 767px) {
  .type-items__descr-title {
    width: 100%; }

  .row.type-items__cards-cnt {
    margin: 0 -10px; } }
@media (max-width: 575px) {
  .type-items__cnt {
    padding: 110px 0 30px; }

  .catalog-route {
    font-size: 1rem; }

  .type-items__descr-title {
    margin-bottom: 35px;
    font-size: 15px; }

  .col-3.type-items__card-wrap {
    width: 100%;
    max-width: 280px;
    float: none;
    margin: 0 auto 20px; }

  .type-items__card-descr span {
    font-size: 16px; } }
.row.category-items__card-cnt {
  min-height: 430px; }

.col-3.category-items__card-wrap {
  margin-bottom: 20px; }

.category-items__card {
  position: relative;
  height: 350px;
  padding-top: 10px;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer; }
  .category-items__card:hover .product-descr {
    text-decoration: underline; }

.category-items__card-img {
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 230px;
  margin: auto;
  overflow: hidden; }
  .category-items__card-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 80%;
    margin: auto; }

.product-avail {
  position: absolute;
  top: 230px;
  left: 15px;
  background: #46dc46;
  color: #ffffff;
  padding: 8px 13px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px; }
  .product-avail.absent {
    background: #d4d4d4; }

.product-descr {
  position: absolute;
  display: block;
  top: 280px;
  left: 15px;
  overflow: hidden;
  width: 90%;
  height: 55px;
  font-size: 13px;
  color: #295fcc;
  line-height: 18px;
  text-align: left;
  text-decoration: none; }

.product-price {
  position: absolute;
  top: 360px;
  left: 15px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1; }
  .product-price img {
    height: 16px;
    width: 16px;
    margin-left: 10px;
    vertical-align: middle; }

button.product-in-cart {
  position: absolute;
  top: 357px;
  right: 20px;
  width: 60px;
  padding: 5px 0 8px;
  color: #ffffff;
  background: #1f73fd;
  line-height: 1;
  border: none;
  border-radius: 15px;
  transition: background 0.3s ease; }
  button.product-in-cart:hover {
    background: #1c69e6; }
  button.product-in-cart img {
    vertical-align: middle; }
  button.product-in-cart .plus-icon {
    width: 10px;
    height: 10px; }
  button.product-in-cart .cart-icon {
    width: 15px;
    height: 15px;
    margin-left: 5px; }
  button.product-in-cart span {
    display: none;
    margin-left: 15px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase; }

.category-items__select {
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
  font-size: 0; }

.select-wrap {
  padding: 17px 0;
  cursor: pointer; }

.select-type-prod,
.select-brand {
  position: relative;
  display: inline-block;
  width: 280px;
  max-height: 50px;
  background: #e8eaed;
  font-size: 1rem;
  border-radius: 4px;
  vertical-align: middle;
  background-image: url(dev/svg/arrow_b_down.svg); }
  .select-type-prod img,
  .select-brand img {
    position: absolute;
    top: 40%;
    right: 25px;
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease; }
    .select-type-prod img.active,
    .select-brand img.active {
      transform: rotate(180deg); }
  .select-type-prod span,
  .select-brand span {
    overflow: hidden;
    display: block;
    width: 85%;
    height: 18px;
    padding: 0 0 0 25px;
    text-align: left;
    line-height: 1;
    transition: color 0.3s ease; }
    .select-type-prod span:hover,
    .select-brand span:hover {
      color: #316bdd; }
  .select-type-prod ul,
  .select-brand ul {
    display: none;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 45px;
    width: 100%;
    margin: 0;
    padding: 5px 0 0 0;
    background: #e8eaed;
    border-radius: 4px;
    transition: all 0.3s ease; }
    .select-type-prod ul.active,
    .select-brand ul.active {
      display: block;
      opacity: 1;
      z-index: 1; }
    .select-type-prod ul li,
    .select-brand ul li {
      display: block;
      padding: 14px 0 14px 25px;
      color: #8c8c8c;
      text-align: left;
      line-height: 1.2;
      border-top: 1px solid #dcdee0;
      transition: color 0.3s ease;
      cursor: pointer; }
      .select-type-prod ul li:hover,
      .select-brand ul li:hover {
        color: #316bdd; }

.select-brand {
  margin-left: 20px; }

.product-pages-nav {
  margin-top: 30px;
  font-size: 0; }
  .product-pages-nav a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -1px;
    background: #f7f8fa;
    color: #000000;
    font-size: 14px;
    line-height: 2;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    vertical-align: middle; }
    .product-pages-nav a:hover {
      color: #1f73fd;
      border-color: #1f73fd;
      z-index: 1; }
    .product-pages-nav a.focus {
      background: #1f73fd;
      color: #ffffff;
      border-color: #1f73fd; }

.prev-but-nav,
.next-but-nav {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f7f8fa;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  cursor: pointer; }
  .prev-but-nav:before,
  .next-but-nav:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold; }
  .prev-but-nav:hover,
  .next-but-nav:hover {
    color: #1f73fd;
    border-color: #1f73fd;
    z-index: 1; }
  .prev-but-nav.hide,
  .next-but-nav.hide {
    display: none; }
  .prev-but-nav img,
  .next-but-nav img {
    width: 15px;
    height: 15px; }

.next-but-nav {
  margin-left: -1px; }
  .next-but-nav img {
    transform: rotate(180deg); }

.load-more {
  display: none;
  padding: 30px 0 20px; }
  .load-more .img-load,
  .load-more span {
    vertical-align: middle; }

.clear-filters {
  top: 45%;
  margin-left: 20px;
  font-size: 1rem;
  background: none;
  border: none;
  outline: 0;
  color: #cecece;
  transition: all 0.3s ease;
  vertical-align: middle; }
  .clear-filters img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle; }
  .clear-filters span {
    vertical-align: middle; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .row.category-items__cart-cnt {
    margin: 0 20px; }

  .col-3.category-items__card-wrap {
    width: 33.3333%; } }
@media (max-width: 1023px) {
  .row.category-items__cart-cnt {
    margin: 0 -10px; }

  .col-3.category-items__card-wrap {
    width: 100%;
    max-width: 748px;
    float: none;
    margin: 0 auto 20px; }

  .category-items__card {
    height: 250px; }

  .category-items__card-img {
    margin: 0; }

  .product-avail {
    top: 25px;
    left: 42.5%; }

  .product-descr {
    top: 75px;
    left: 42.5%;
    width: 50%; }

  .product-price {
    top: 145px;
    left: 42.5%; }

  button.product-in-cart {
    position: absolute;
    top: 185px;
    right: 0;
    left: 42.5%;
    width: 355px;
    padding: 10px 0 13px;
    border-radius: 20px; }
    button.product-in-cart .cart-icon {
      margin-left: 15px; }
    button.product-in-cart span {
      display: inline-block; }

  .product-pages-nav {
    padding: 30px 0;
    background: #ffffff; }
    .product-pages-nav a {
      width: 40px;
      height: 40px;
      margin-left: 40px;
      font-size: 21px;
      line-height: 1.8; }

  .prev-but-nav,
  .next-but-nav {
    width: 40px;
    height: 40px; }
    .prev-but-nav:before,
    .next-but-nav:before {
      font-size: 21px; }

  .next-but-nav {
    margin-left: 40px; }

  .load-more {
    display: block; } }
@media (max-width: 767px) {
  .select-type-prod, .select-brand {
    width: 47.5%; }

  .select-brand {
    margin-left: 5%; }

  .type-items__cnt h1.type-category {
    font-size: 30px; }

  .category-items__card {
    padding-top: 25px; }

  .category-items__card-img {
    max-width: 165px;
    height: 200px; }

  .product-avail,
  .product-descr,
  .product-price,
  button.product-in-cart {
    left: 35%; }

  button.product-in-cart {
    width: 325px; }

  .product-pages-nav a {
    margin-left: 3.6%; }

  .next-but-nav {
    margin-left: 3.6%; }

  .category-items__select {
    padding-top: 50px; }

  .clear-filters {
    top: 10%;
    position: absolute;
    margin-left: 0;
    right: 0; } }
@media (max-width: 575px) {
  .type-items__cnt h1.type-category {
    font-size: 25px; }

  .select-type-prod, .select-brand {
    width: 48%; }
    .select-type-prod span, .select-brand span {
      padding-left: 10px; }
    .select-type-prod ul, .select-brand ul {
      top: 42px; }
      .select-type-prod ul li, .select-brand ul li {
        padding-left: 10px; }

  .select-type-prod img,
  .select-brand img {
    top: 40%;
    right: 8px;
    width: 12px;
    height: 12px; }

  .select-brand {
    margin-left: 3%; }

  .category-items__card {
    padding-top: 0;
    height: 280px; }

  .category-items__card-img {
    max-width: 165px;
    height: 180px; }

  .product-avail {
    top: 25px;
    left: 40%; }

  .product-price {
    top: 75px;
    left: 40%; }

  .product-descr {
    left: 40%;
    top: 120px;
    width: 50%; }

  button.product-in-cart {
    width: 270px;
    top: 215px;
    left: 40%; }

  .product-pages-nav {
    padding: 20px 0; }
    .product-pages-nav a {
      width: 30px;
      height: 30px;
      margin-left: 4%;
      font-size: 15px;
      line-height: 1.8; }
    .product-pages-nav a.media__575--display-none {
      display: none; }

  .prev-but-nav,
  .next-but-nav {
    width: 30px;
    height: 30px; }
    .prev-but-nav:before,
    .next-but-nav:before {
      font-size: 16px; }

  .next-but-nav {
    margin-left: 4%; }

  .select-type-prod span,
  .select-brand span {
    height: 16px; } }
@media (max-width: 500px) {
  .product-avail {
    top: 25px;
    left: 56%; }

  .product-price {
    top: 75px;
    left: 56%; }

  .category-items__card {
    height: 325px; }

  button.product-in-cart {
    width: 90%;
    top: 260px;
    left: 50%;
    transform: translateX(-50%); }

  .product-descr {
    top: 180px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%); } }
.product__cnt {
  padding: 110px 0 50px;
  background: #f7f8fa; }

.product-card {
  position: relative;
  min-height: 650px;
  background: #ffffff;
  border-radius: 4px; }

.product-galery {
  position: relative;
  width: 50%; }

.product-card-descr {
  position: absolute;
  width: 40%;
  top: 0;
  right: 10%;
  max-height: 140px;
  overflow: hidden;
  margin-top: 30px;
  font-size: 28px;
  line-height: 35px;
  text-align: left; }

.product-card__atr {
  position: absolute;
  width: 40%;
  top: 170px;
  right: 10%;
  text-align: left;
  color: #8c8c8c;
  font-size: 15px; }

.product-card__article,
.product-card__brand {
  height: 70px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 4.5; }

.article-val,
.brand-val {
  color: #000000;
  font-weight: bold; }

.product-card__avail {
  position: absolute;
  top: 340px;
  left: 50%;
  background: #46dc46;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px; }
  .product-card__avail.absent {
    background: #d4d4d4; }

.product-card__price {
  position: absolute;
  top: 345px;
  right: 10%;
  font-size: 28px;
  font-weight: 600;
  line-height: 1; }
  .product-card__price img {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    vertical-align: middle; }

.product-quantity {
  position: absolute;
  left: 50%;
  top: 420px;
  width: 40%;
  text-align: right;
  font-size: 0; }
  .product-quantity span {
    margin-right: 36%;
    color: #8c8c8c;
    font-size: 15px;
    vertical-align: middle; }
  .product-quantity button,
  .product-quantity input {
    position: relative;
    width: 70px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    background: #ffffff; }
  .product-quantity button {
    outline: 0;
    border-radius: 3px;
    margin: 0 -2px;
    font-size: 20px;
    transition: all 0.2s ease; }
    .product-quantity button:hover {
      color: #1f73fd;
      border-color: #1f73fd;
      z-index: 1; }

button.add-prod__in-cart {
  position: absolute;
  top: 510px;
  left: 50%;
  width: 40%;
  padding: 13px 0 14px;
  color: #ffffff;
  background: #1f73fd;
  line-height: 1;
  border: none;
  border-radius: 22px;
  outline: none;
  transition: background 0.3s ease; }
  button.add-prod__in-cart:hover {
    background: #1c69e6; }
  button.add-prod__in-cart img {
    vertical-align: middle; }
  button.add-prod__in-cart .plus-icon {
    width: 10px;
    height: 10px; }
  button.add-prod__in-cart .cart-icon {
    width: 15px;
    height: 15px;
    margin-left: 15px; }
  button.add-prod__in-cart span {
    margin-left: 15px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase; }

.product__full-descr {
  width: 80%;
  margin: 40px auto 0;
  padding: 40px 0 75px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  border-top: 1px solid #e6e6e6; }

.fotorama__thumb-border {
  border-color: #1f73fd;
  border-radius: 4px; }
.fotorama__wrap {
  margin: 0 auto; }
.fotorama__stage {
  margin: 50px 0; }
.fotorama__thumb {
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 0.5s ease; }
  .fotorama__thumb:hover {
    border: 1px solid #1f73fd; }

.fotorama__arr--disabled {
  opacity: 0.2; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 10px !important;
  height: 10px !important;
  background: #1c69e6 !important; }

.fotorama__dot {
  width: 10px !important;
  height: 10px !important;
  border: none !important;
  background: #e5e5e5 !important; }

.fotorama__nav__frame.fotorama__nav__frame--dot {
  width: 30px; }

.fotorama__img {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important; }

.foto-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

.close-fullsize {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.prev-slide,
.next-slide {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 50px;
  cursor: pointer; }

.prev-slide {
  left: 80px; }

.next-slide {
  right: 80px; }

.foto-wrap img.prev-slide-fullsize,
.foto-wrap img.next-slide-fullsize {
  position: absolute;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 68px;
  cursor: pointer; }
.foto-wrap img.prev-slide-fullsize {
  left: 200px; }
.foto-wrap img.next-slide-fullsize {
  right: 200px; }

.close-fullsize-mobile {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 90%;
  height: 50px;
  color: #ffffff;
  max-width: 486px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  border-radius: 4px;
  background: #dcdcdc; }

.zoom-window-wrap {
  position: fixed;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.zoom-window-cnt {
  position: relative;
  width: 100%;
  min-height: 100vh; }

.zoom-modal-window {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 750px;
  width: 980px;
  transform: translate(-75%, -50%);
  background: #ffffff;
  text-align: left;
  opacity: 0;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

@media (max-width: 1199px) {
  .product-card {
    padding-top: 140px; }

  .product-card-descr {
    width: 70%;
    top: 0;
    right: 0;
    left: 6%; }

  .fotorama__stage {
    margin: 30px 0; }

  .fotorama__nav__frame.fotorama__nav__frame--thumb {
    padding: 10px; }

  .product-card__atr {
    top: 140px; }

  .product-card__avail {
    top: 320px; }

  .product-card__price {
    top: 325px; }

  .product-quantity span {
    margin-right: 20%; }

  .product-quantity {
    top: 400px; }

  button.add-prod__in-cart {
    top: 490px; }

  .product__full-descr {
    width: 87%; }

  .prev-slide {
    left: 20px; }

  .next-slide {
    right: 20px; }

  .foto-wrap img.prev-slide-fullsize,
  .foto-wrap img.next-slide-fullsize {
    bottom: 108px; } }
@media (max-width: 1023px) {
  .product__cnt {
    padding-top: 140px; }

  .product-card-descr {
    width: 90%; }

  .product-card {
    padding-top: 200px; }

  .product-card__atr {
    top: 170px;
    left: 6%;
    width: 50%; }

  .product-card__article,
  .product-card__brand {
    display: inline-block;
    height: auto;
    border-bottom: none;
    line-height: 1; }

  .product-card__article {
    padding-right: 30px;
    border-right: 1px solid #e6e6e6; }
  .product-card__brand {
    padding-left: 18px; }

  .product-card__avail {
    top: 162px;
    right: 6%;
    left: auto; }

  .product__full-descr {
    margin-top: 195px;
    width: 88%;
    padding-bottom: 50px; }

  .product-card__price {
    top: 755px;
    left: 6%;
    right: auto; }

  .product-quantity {
    top: 745px;
    right: 6%;
    left: auto;
    width: 360px; }
    .product-quantity span {
      margin-right: 50px; }

  button.add-prod__in-cart {
    top: 815px;
    left: 6%;
    width: 642px;
    right: auto; }

  .product-galery {
    width: 70%;
    margin: auto; }

  .modal-window.galery {
    width: 728px; }

  .foto-wrap img.prev-slide-fullsize {
    left: 85px; }

  .foto-wrap img.next-slide-fullsize {
    right: 85px; } }
@media (max-width: 767px) {
  .product-card-descr {
    left: 5%;
    font-size: 21px;
    line-height: 25px; }

  .product-card__atr {
    top: 140px; }

  .product-card__avail {
    top: 134px;
    right: 5%; }

  .product-card {
    padding-top: 190px; }

  .product-card__atr {
    width: 60%; }

  .product-card__article {
    padding-right: 15px; }
  .product-card__brand {
    padding-left: 15px; }

  .product-galery {
    width: 100%; }

  button.add-prod__in-cart {
    width: 90%;
    top: 755px; }

  .product-card__price {
    top: 720px; }

  .product-card__price {
    top: 620px;
    left: 5%; }

  .product-quantity {
    top: 680px;
    right: auto;
    left: 5%; }
    .product-quantity span {
      margin-right: 58px; }

  .product__full-descr {
    margin-top: 250px; }

  .prev-slide,
  .next-slide {
    display: none; }

  .close-fullsize {
    display: none; }

  .close-fullsize-mobile {
    display: block; }

  .zoom-modal-window {
    width: 100%;
    height: 100%; }

  .foto-fullscreen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%); }

  .foto-wrap img.prev-slide-fullsize,
  .foto-wrap img.next-slide-fullsize {
    bottom: 50%;
    transform: translateY(730%); }

  .foto-wrap img.prev-slide-fullsize {
    left: 15px; }

  .foto-wrap img.next-slide-fullsize {
    right: 15px; } }
@media (max-width: 575px) {
  .product__cnt {
    padding-top: 110px; }

  .product-card-descr {
    left: 5%;
    max-height: 80px;
    font-size: 18px;
    line-height: 25px; }

  .product-card__atr {
    top: 120px;
    width: 90%; }

  .product-card__article, .product-card__brand {
    display: block;
    padding: 10px 0;
    border: none; }

  .product-card {
    padding-top: 250px; }

  .product-card__avail {
    top: 210px;
    right: auto;
    left: 5%; }

  .fotorama__arr.hide {
    display: none !important; }

  .fotorama__wrap {
    width: 100% !important; }

  button.add-prod__in-cart {
    top: 850px; }

  .product-quantity {
    top: 740px;
    right: auto;
    left: 5%;
    width: 250px;
    text-align: left; }
    .product-quantity span {
      display: block;
      margin: 0;
      padding: 10px 0; }

  .product-card__price {
    top: 690px; }

  .product__full-descr {
    margin-top: 260px; }

  .foto-wrap img.prev-slide-fullsize,
  .foto-wrap img.next-slide-fullsize {
    display: none; }

  .close-fullsize-mobile {
    bottom: 20px; }

  .foto-fullscreen {
    transform: translate(-50%, -60%); } }
.cart__cnt {
  padding: 106px 0 100px;
  background: #f7f8fa; }
  .cart__cnt h1 {
    margin: 50px 0;
    font-size: 28px;
    font-weight: 400;
    text-align: left; }

.cart__order {
  position: relative;
  min-height: 315px;
  background: #ffffff;
  padding: 22px 40px 0;
  border-radius: 4px; }
  .cart__order-head {
    font-size: 0; }
    .cart__order-head h4, .cart__order-head .quantity, .cart__order-head .price {
      display: inline-block;
      font-size: 16px;
      text-align: left;
      line-height: 1; }
    .cart__order-head h4 {
      width: 54.2373%;
      margin: 0; }
    .cart__order-head .quantity {
      width: 18.6441%;
      color: #cecece; }
    .cart__order-head .price {
      width: 27.1186%;
      color: #cecece; }

.cart__prod {
  position: relative;
  margin-top: 22px;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6; }

.cart__prod-img {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden; }
  .cart__prod-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

.cart__prod-descr {
  position: absolute;
  top: 40px;
  left: 160px;
  width: 300px;
  max-height: 100px;
  overflow: hidden;
  font-size: 16px;
  text-align: left; }
  .cart__prod-descr:hover a {
    text-decoration: underline; }
  .cart__prod-descr a {
    text-decoration: none;
    color: #336699; }

.cart-prod__article {
  position: absolute;
  top: 145px;
  left: 160px;
  font-size: 13px;
  color: #cecece; }
  .cart-prod__article .article-val {
    color: #000000; }

.product-quantity.cart {
  top: 80px;
  left: 560px;
  width: auto; }
  .product-quantity.cart input, .product-quantity.cart button {
    width: 60px;
    height: 30px;
    padding: 0; }

.product-price.cart {
  top: 88px;
  left: 805px;
  font-size: 18px;
  font-weight: 600; }
  .product-price.cart img {
    height: 14px;
    width: 14px;
    margin-left: 10px;
    vertical-align: middle; }

.cart__del-prod {
  position: absolute;
  background: 0;
  font-size: 14px;
  border: none;
  outline: none;
  top: 86px;
  right: 0; }
  .cart__del-prod:hover img {
    transform: rotate(90deg); }
  .cart__del-prod img {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease; }
  .cart__del-prod span {
    margin-right: 5px; }
  .cart__del-prod img, .cart__del-prod span {
    vertical-align: middle; }

.cart__order-footer {
  border-top: 1px dashed #e6e6e6;
  font-size: 16px;
  text-align: left; }

.cart__order-quantity {
  display: inline-block;
  padding: 22px 0;
  line-height: 1; }

.clear-cart {
  float: right;
  padding: 22px 0;
  background: none;
  color: #cecece;
  font-size: 13px;
  line-height: 1.4;
  border: none;
  outline: none; }
  .clear-cart:hover {
    color: #000000; }
  .clear-cart img {
    width: 16px;
    height: 16px; }
  .clear-cart img, .clear-cart span {
    vertical-align: middle; }
  .clear-cart span {
    margin-right: 20px; }

.cart__links {
  min-height: 50px;
  margin-top: 50px; }

.back-to-catalog {
  display: block;
  float: left;
  width: 245px;
  padding: 16px 0;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px; }
  .back-to-catalog:hover .ion-ios-arrow-thin-left:before {
    left: -5px; }
  .back-to-catalog span {
    position: relative;
    padding-left: 25px;
    vertical-align: middle; }

.ion-ios-arrow-thin-left:before {
  position: absolute;
  font-size: 30px;
  left: 0;
  top: -5px;
  transition: all 0.2s ease; }

.checkout {
  float: right;
  width: 230px;
  height: 50px;
  background: #1f73fd;
  color: #ffffff;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  border: none;
  outline: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 13px rgba(31, 115, 253, 0.21); }
  .checkout:hover {
    background: #1c69e6; }

.checkout.hide {
  display: none; }

.cart__empty-descr {
  display: none;
  padding: 45px 40px;
  background: #ffffff;
  font-size: 16px;
  text-align: left;
  line-height: 1.5; }
  .cart__empty-descr a {
    color: #6699ff; }

.cart__empty-descr.show {
  display: block; }

.order-window-wrap {
  position: fixed;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.order-window-cnt {
  position: relative;
  width: 100%;
  min-height: 100vh; }

.order-window {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 680px;
  padding: 50px 100px 50px;
  width: 576px;
  transform: translate(-75%, -50%);
  background: #ffffff;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .order-window h3 {
    font-size: 1.75rem; }
  .order-window p {
    margin: 20px 0;
    color: #b3b3b3;
    line-height: 1.25rem; }
  .order-window button.modal-close {
    position: absolute;
    left: 90%;
    top: 2%;
    width: 25px;
    height: 25px;
    background: none;
    border: none;
    outline: none;
    font-size: 1.25rem; }

.order-window .form-cnt {
  height: auto; }
  .order-window .form-cnt label {
    display: inline-block;
    width: 100%;
    font-size: 0.875rem; }
    .order-window .form-cnt label:last-of-type {
      width: auto;
      padding-left: 10px;
      font-size: 0.75rem;
      vertical-align: middle; }
      .order-window .form-cnt label:last-of-type a {
        text-decoration: none;
        color: #295fcc; }
  .order-window .form-cnt input {
    display: block;
    width: 100%;
    padding: 13px 10px;
    border: 1px solid #7b96cd;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .order-window .form-cnt input::-webkit-input-placeholder {
      color: #d8d7de; }
    .order-window .form-cnt input::-moz-placeholder {
      color: #d8d7de; }
    .order-window .form-cnt input:-moz-placeholder {
      color: #d8d7de; }
    .order-window .form-cnt input:-ms-input-placeholder {
      color: #d8d7de; }
    .order-window .form-cnt input:-o-input-placeholder {
      color: #d8d7de; }
  .order-window .form-cnt input.agreement-check {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .order-window .form-cnt button {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 50px;
    background: #295fcc;
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 4px; }
    .order-window .form-cnt button:hover {
      background: #1f4799; }

/*   MEDIA   */
@media (max-width: 1199px) {
  .cart__prod {
    padding-top: 160px; }

  .cart__order-head h4 {
    width: 45%; }

  .cart__order-head .quantity {
    width: 25%; }

  .cart__prod-descr {
    top: 15px;
    left: 0; }

  .cart-prod__article {
    top: 120px;
    left: 0; }

  .product-quantity.cart {
    left: 360px;
    right: auto; }

  .product-price.cart {
    left: 610px; } }
@media (max-width: 1023px) {
  .cart__order {
    padding-top: 1px; }

  .cart__order-head {
    display: none; }

  .cart__prod-descr {
    top: -60px;
    left: 0;
    width: 100%;
    max-height: 45px; }

  .cart__prod {
    margin-top: 70px;
    padding-top: 50px; }

  .product-quantity.cart {
    left: 200px; }

  .product-price.cart {
    left: 420px; }

  .cart-prod__article {
    top: 15px; } }
@media (max-width: 767px) {
  .product-quantity.cart {
    left: 190px;
    top: 120px; }

  .product-price.cart {
    left: 190px;
    top: 70px; }

  .cart__del-prod {
    top: 65px; }
    .cart__del-prod span {
      display: none; }
    .cart__del-prod img {
      width: 25px;
      height: 25px; }

  .back-to-catalog,
  .checkout {
    display: block;
    float: none;
    width: 100%;
    max-width: 535px;
    margin: auto; }

  .checkout {
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .cart__prod {
    padding-bottom: 80px; }

  .product-quantity.cart {
    left: 2px;
    top: 215px; }

  .product-price.cart {
    left: 60%;
    top: 90px; }

  .cart__del-prod {
    top: 10px; }

  .cart__order {
    padding: 1px 10px 0; }

  .cart__cnt {
    padding-top: 76px; }

  .cart__cnt h1 {
    margin: 30px 0; }

  .cart__empty-descr {
    padding: 30px 10px; }

  .order-window {
    width: 100%;
    max-width: 100%;
    max-width: 100vh;
    overflow: auto;
    padding: 130px 15% 0; }
    .order-window form button {
      margin-top: 30px; }
    .order-window button.modal-close {
      top: 100px;
      left: 85%;
      font-size: 1.5rem; }
    .order-window .form-cnt label:last-of-type {
      width: 80%;
      font-size: 0.875rem; }
    .order-window .form-cnt button {
      margin-top: 25px; }
    .order-window .form-cnt .input-wrap {
      margin: 10px 0 15px; } }
/*__________ANIMATIONS__________*/
/*   HOMEPAGE   */
header {
  transform: translateY(-150%);
  opacity: 0;
  transition: all 0.5s ease, opacity 1.5s ease, transform 1.5s ease; }

header.animate {
  transform: translateY(0);
  opacity: 1; }

.section-1 {
  opacity: 0;
  transition: opacity 2s ease; }

.section-1.animate {
  opacity: 1; }

.banner {
  transform: translate(100%, -50%);
  transition: transform 1.5s ease; }

.banner.animate {
  transform: translate(0, -50%); }

.section-1__title,
.section-1__title-descr {
  opacity: 0;
  transition: opacity 1s ease; }

.section-1__title.animate,
.section-1__title-descr.animate {
  opacity: 1; }

.link.ion-ios-arrow-right {
  opacity: 0;
  transition: opacity 1s ease; }

.link.ion-ios-arrow-right.animate {
  opacity: 1; }

.sitephone {
  opacity: 0;
  transition: opacity 1s ease; }

.sitephone.animate {
  opacity: 1; }

.section-2 {
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 2s ease, transform 1.5s ease; }

.section-2.animate {
  transform: translateY(0);
  opacity: 1; }

.section-3 {
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease; }

.section-3.animate {
  transform: translateY(0);
  opacity: 1; }

.section-4 {
  opacity: 0;
  transition: opacity 1s ease; }

.section-4.animate {
  opacity: 1; }

.section__perfect-service {
  transform: translateY(30%);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.section__perfect-service.animate {
  transform: translateY(0);
  opacity: 1; }

.section-7 {
  transform: translateY(5%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease; }

.section-7.animate {
  transform: translateY(0);
  opacity: 1; }

.section-8__cnt {
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease; }

.section-8__cnt.animate {
  transform: translateY(0);
  opacity: 1; }

.section-9 {
  transform: translateY(30%);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.section-9.animate {
  transform: translateY(0);
  opacity: 1; }

/*   CONTACTS   */
header.background-white {
  transform: translateY(-150%);
  opacity: 0;
  transition: all 0.5s ease, opacity 1s ease, transform 1s ease; }

header.background-white.animate {
  transform: translateY(0);
  opacity: 1; }

.contacts__section-1 {
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.contacts__section-1.animate {
  opacity: 1;
  transform: translateY(0); }

#map {
  transform: translateY(30%);
  opacity: 0;
  transition: opacity 2s ease, transform 1.5s ease; }

#map.animate {
  transform: translateY(0);
  opacity: 1; }

/*   ABOUT   */
.banner.main {
  transform: translate(100%, -50%);
  transition: transform 1.5s ease; }

.banner.main.animate {
  transform: translate(0, -50%); }

.about__section-1 {
  opacity: 0;
  transition: opacity 2s ease; }

.about__section-1.animate {
  opacity: 1; }

.about__section-1-title {
  opacity: 0;
  transition: opacity 1s ease; }

.about__section-1-title.animate {
  opacity: 1; }

.about__section-1-info {
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 2s ease, transform 1.5s ease; }

.about__section-1-info.animate {
  transform: translateY(0);
  opacity: 1; }

.about__section-2-cnt {
  transform: translateX(100px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.about__section-2-cnt.animate {
  transform: translateX(0);
  opacity: 1; }

.about__section-2-img {
  transform: translateX(-100px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.about__section-2-img.animate {
  transform: translateX(0);
  opacity: 1; }

.about__section-3-slider {
  transform: translateY(30%);
  opacity: 0;
  transition: opacity 2s ease, transform 1.5s ease; }

.about__section-3-slider.animate {
  transform: translateY(0);
  opacity: 1; }

.about__section-3-descr {
  opacity: 0;
  transition: opacity 1.5s ease; }

.about__section-3-descr.animate {
  opacity: 1; }

.about__section-4-img {
  transform: translateX(-100px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.about__section-4-img.animate {
  transform: translateX(0);
  opacity: 1; }

.about__section-4-cnt {
  transform: translateX(100px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.about__section-4-cnt.animate {
  transform: translateX(0);
  opacity: 1; }

/*   SERVICES   */
.services__section-1 {
  opacity: 0;
  transition: opacity 2s ease; }

.services__section-1.animate {
  opacity: 1; }

.services__section-1-title {
  opacity: 0;
  transition: opacity 1s ease; }

.services__section-1-title.animate {
  opacity: 1; }

.services__section-2 {
  transform: translateY(15%);
  opacity: 0;
  transition: opacity 1.5s ease, transform 1s ease; }

.services__section-2.animate {
  opacity: 1;
  transform: translateY(0); }

/*   MAIN-SERVICES   */
.main-service__section-1 {
  opacity: 0;
  transition: opacity 2s ease; }

.main-service__section-1.animate {
  opacity: 1; }

.main-service__section-2-descr {
  opacity: 0;
  transition: opacity 2s ease; }

.main-service__section-2-descr.animate {
  opacity: 1; }

.main-service__section-2-cnt {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 1.5s ease, transform 1s ease; }

.main-service__section-2-cnt.animate {
  opacity: 1;
  transform: translateY(0); }

.main-service__section-3 .container {
  transform: translateY(30%);
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease; }

.main-service__section-3 .container.animate {
  transform: translateY(0);
  opacity: 1; }

.main-service__section-4 .container {
  opacity: 0;
  transition: opacity 1.5s ease; }

.main-service__section-4 .container.animate {
  opacity: 1; }

.main-service__section-5 {
  transform: translateY(30%);
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease; }

.main-service__section-5.animate {
  transform: translateY(0);
  opacity: 1; }

/*   OBJECTS   */
.objects__content .container {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.objects__content .container.animate {
  transform: translateY(0);
  opacity: 1; }

#objets-map {
  opacity: 0;
  transition: opacity 2s ease, transform 1.5s ease; }

#objets-map.animate {
  opacity: 1; }

/*   CALCULATOR   */
.container.calc {
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.container.calc.animate {
  transform: translateY(0);
  opacity: 1; }

/*   CATALOG   */
.cart-widget {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.cart-widget.animate {
  opacity: 1; }

.catalog__cnt h1, .catalog__cnt p {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.catalog__cnt h1.animate,
.catalog__cnt p.animate {
  opacity: 1; }

.catalog__cnt .row {
  transform: translateY(20%);
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease; }

.catalog__cnt .row.animate {
  transform: translateY(0);
  opacity: 1; }

/*   LIFT ITEMS, ESCALATOR ITEMS, CATEGORY ITEMS   */
.type-items__cnt h1, .type-items__cnt p {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.type-items__cnt h1.animate,
.type-items__cnt p.animate {
  opacity: 1; }

.type-items__cnt .row {
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease; }

.type-items__cnt .row.animate {
  transform: translateY(0);
  opacity: 1; }

/*   CATEGORY ITEMS   */
.category-items__select {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.category-items__select.animate {
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease; }

/*   PRODUCT   */
.product__cnt p {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.product__cnt p.animate {
  opacity: 1; }

.product-card {
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease; }

.product-card.animate {
  transform: translateY(0);
  opacity: 1; }

/*   CART   */
.cart__cnt {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.cart__cnt.animate {
  opacity: 1; }

/*# sourceMappingURL=main.css.map */
