@charset "UTF-8";
/*Функциональные переменные*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Lobster");
@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,700&subset=latin,Cyrillic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* стили для ширины крупнее фаблетов */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
}

a:hover {
  color: #0FA0CE;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #FFF;
  background-color: rgba(23, 36, 169, 0.4);
  border-color: black;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* custom styles */
/* Анимация и универсальные селекторы */
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Конец анимации и универсальных селекторов*/
/* Групповые селекторы */
nav, .boxes, .footer, .footer form, .company, .company_pobyt {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}

.section {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
}

/* Конец ГС */
/* Шапка */
header {
  background-color: rgba(255, 255, 0, 0.6);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
  padding-top: 20px;
}

.logo {
  height: 122px;
  max-width: 650px;
  margin: 0 auto;
  background: url(../imgs/el-name2.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 480px) {
  .logo {
    height: 80px;
    margin: 0 10px;
  }
}

.company, .company_pobyt {
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 680px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 650px) {
  .company, .company_pobyt {
    padding: 10px 5px;
  }
}
.company div, .company_pobyt div {
  margin: 5px 5px;
  padding: 5px 5px 5px 50px;
  border: 1px solid grey;
  border-radius: 10px;
}
.company p, .company_pobyt p {
  font: bold 1.1em "Roboto", Arial;
  letter-spacing: 0;
  margin: 0;
}
.company .adress, .company_pobyt .adress {
  background: url(../imgs/icons/house.png) no-repeat 5px 50%;
  background-size: 40px;
}
.company .phone, .company_pobyt .phone {
  background: url(../imgs/icons/phone.png) no-repeat 5px 50%;
  background-size: 40px;
}
.company .time, .company_pobyt .time {
  background: url(../imgs/icons/time.png) no-repeat 5px 50%;
  background-size: 40px;
}

nav {
  flex-flow: row nowrap;
}
@media (max-width: 650px) {
  nav {
    flex-flow: column;
  }
}
nav a {
  flex: 1 1 100px;
  margin-left: 2px;
}
@media (max-width: 650px) {
  nav a {
    width: 100%;
    margin-bottom: 2px;
    flex: none;
  }
}
nav .button-hidden {
  display: none;
  position: absolute;
  width: 225px;
  z-index: 10;
  transition: all 1s;
}
nav .button-hidden a {
  margin: 1px 0;
  padding: 0;
}
nav .button-hover {
  flex: 1 1 100px;
  position: relative;
  margin-left: 2px;
}
nav .button-hover a {
  display: block;
  margin-left: 0;
}
@media (max-width: 650px) {
  nav .button-hover {
    width: 100%;
    flex: none;
  }
}
nav .button-hover:hover .button-hidden {
  display: block;
}
@media (max-width: 650px) {
  nav .button-hover:hover .button-hidden {
    display: none;
  }
}

/* hover-button */
/* Конец шапки*/
/* Фикс-фон */
.whyusWrapper {
  background: url(../imgs/bgwrap/about.jpg) 75% fixed;
  background-size: cover;
}

.action {
  text-align: center;
  margin: 80px 0;
  color: white;
}
.action h1 {
  margin: 30px 0 0 0;
  font-weight: 600;
  font-size: 2.5em;
}
@media (max-width: 650px) {
  .action h1 {
    font-size: 2em;
  }
}
.action p {
  font: 600 2em "Roboto", sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
}
.action p span {
  color: red;
}
@media (max-width: 650px) {
  .action p {
    font-size: 1.8em;
  }
}

/* Конец фикс-фона */
/* Наши услуги */
.info {
  padding-top: 15px;
  background-color: rgba(255, 255, 0, 0.6);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
.info p {
  font-size: 1.1em;
}
.info img {
  width: 80px;
  height: 80px;
  margin: 10px auto;
}
.info .button {
  background-color: rgba(23, 36, 169, 0.7);
  color: white;
  transition: all 1s;
}
.info .button:hover {
  background-color: black;
}

.more {
  margin-top: auto;
}

.boxes {
  padding: 0 10px 20px 10px;
}
.boxes div {
  display: -webkit-flex;
  display: flex;
  flex: 1 1 250px;
  margin: 10px;
  padding: 10px 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  flex-flow: column;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
.boxes div:hover {
  transform: scale(1.1);
}
.boxes div h2 {
  font: bold 1.4em "Roboto", sans-serif;
  margin-bottom: 10px;
}

/* Конец услуг */
/* Продаж */
.sell-info {
  padding-bottom: 30px;
  padding-top: 0;
  background-color: rgba(255, 255, 0, 0.5);
}

.sell {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 960px;
  border-radius: 15px;
  padding: 20px 0;
  justify-content: center;
  border: 3px solid rgba(119, 119, 119, 0.5);
}
@media (max-width: 650px) {
  .sell {
    margin: 0 15px;
  }
}

.sell-heading {
  font-weight: bold;
  max-width: 170px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  bottom: -20px;
  background-color: #ffff7f;
}

.sell-item {
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  width: 270px;
  padding: 10px;
  margin: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
.sell-item:hover {
  transform: scale(1.1);
}
.sell-item table {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 1em;
  margin-bottom: 10px;
}
.sell-item table td {
  border: 1px solid grey;
  text-align: left;
  padding: 2px;
}
.sell-item h3 {
  font: bold 1.4em "Roboto", sans-serif;
  margin: 10px 0 10px 0;
}
.sell-item img {
  width: 230px;
  height: 130px;
  border: 1px solid grey;
}
.sell-item .price {
  margin-top: auto;
}
.sell-item .price span {
  color: red;
}

/* Второй фикс-фон */
.whyusWrapper2 {
  background: url(../imgs/bgwrap/about2.jpg) 70% fixed;
  background-size: cover;
}

.button {
  background-color: black;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  transition: all 1s;
}
.button:hover {
  background-color: rgba(23, 36, 169, 0.8);
  color: white;
}

.aboutWrapper {
  background-color: rgba(255, 255, 0, 0.4);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.about {
  display: -webkit-flex;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 15px;
  flex-flow: row wrap;
}
@media (max-width: 480px) {
  .about {
    justify-content: center;
    text-align: left;
    padding: 30px 20px;
  }
}
.about .our-power, .about .our-power-left {
  flex: 3 1 250px;
  margin: auto auto;
}
.about .our-power h3, .about .our-power-left h3 {
  font-weight: bold;
}
@media (max-width: 480px) {
  .about .our-power h3, .about .our-power-left h3 {
    text-align: center;
  }
}
.about .our-power-wrapper, .about .our-power-wrapper-left {
  background: url(../imgs/muscular.png) no-repeat 50% 50%;
  background-size: contain;
  height: 180px;
  flex: 2 1 180px;
  width: 180px;
}
.about .our-secimage {
  background-image: url(../imgs/bond.png);
  background-position: 50% 50%;
}
@media (max-width: 480px) {
  .about .our-secimage {
    order: 2;
  }
}
.about .our-thirdimage {
  background-image: url(../imgs/cap.png);
  background-position: 50% 50%;
}
.about .our-fourth-image {
  background-image: url(../imgs/like.png);
  background-position: 50% 50%;
}
@media (max-width: 480px) {
  .about .our-fourth-image {
    order: 2;
  }
}
.about h3 {
  font-size: 2em;
  margin: 0 0 5px 0;
}
.about p {
  font-size: 1.1em;
}

.clients {
  background-color: rgba(255, 255, 0, 0.3);
  background-image: url(../imgs/texture.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 20px 0 50px 0;
}
.clients h2 {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
.clients .clients-wrapper {
  margin: 0 auto;
  text-align: center;
}
.clients .clients-wrapper img {
  display: inline-block;
  margin: 20px 50px;
  vertical-align: middle;
  transition: 1s all;
}
.clients .clients-wrapper img:hover {
  transform: scale(1.1);
}

/* Конец второго фикс-фона */
/* Второстепенные страницы */
.poslugWrapper {
  background-color: rgba(255, 255, 0, 0.3);
  padding-bottom: 10px;
}

.contacts {
  text-align: center;
}

.poslug {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0;
  text-align: justify;
}
.poslug .section {
  flex: 3 1 250px;
  font-size: 1.2em;
  padding-top: 10px;
}
.poslug .section::first-letter {
  padding-left: 30px;
}
@media (max-width: 480px) {
  .poslug .section p {
    text-align: center;
    margin-bottom: 0;
  }
}
.poslug .about {
  margin: 10px auto;
  padding: 0;
  max-width: 340px;
  order: 2;
}
.poslug .about .aboutlevels {
  flex: 1 1 250px;
}
.poslug .about .aboutlevels ul {
  margin: 0;
  padding: 30px 0 10px 10px;
  list-style: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  text-align: left;
}
@media (max-width: 480px) {
  .poslug .about .aboutlevels ul {
    margin-bottom: 10px;
  }
}
.poslug .about .aboutlevels ul .secondbutton {
  background: none;
  text-align: center;
  padding: 0 0 10px 0;
}
.poslug .about .aboutlevels ul .secondbutton .button {
  margin: 0;
}
.poslug .about .aboutlevels li {
  background: url(../imgs/checked.png) no-repeat;
  background-size: 30px;
  font-size: 1.1em;
  padding: 0px 10px 30px 40px;
}

.companyWrapper {
  background-color: rgba(252, 255, 0, 0.4);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  padding: 10px 0;
}
.companyWrapper .company, .companyWrapper .company_pobyt {
  max-width: 960px;
  text-align: center;
}
.companyWrapper .company p, .companyWrapper .company_pobyt p {
  font-size: 2em;
}

.poslugy .action, .kompWrapper .action, .mobileWrapper .action, .sateliteWrapper .action, .cctvWrapper .action, .carWrapper .action, .warmWrapper .action {
  margin: 60px 0;
}
@media (max-width: 650px) {
  .poslugy .action h1, .kompWrapper .action h1, .mobileWrapper .action h1, .sateliteWrapper .action h1, .cctvWrapper .action h1, .carWrapper .action h1, .warmWrapper .action h1 {
    font-size: 2em;
  }
}
.poslugy .action p, .kompWrapper .action p, .mobileWrapper .action p, .sateliteWrapper .action p, .cctvWrapper .action p, .carWrapper .action p, .warmWrapper .action p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5em;
  margin-top: 10px;
}

.poslugy {
  background-image: url(../imgs/bgwrap/repair2.jpg);
}

.kompWrapper {
  background-image: url(../imgs/bgwrap/kompWrapper.jpg);
}

.mobileWrapper {
  background-image: url(../imgs/bgwrap/mobileWrapper.jpg);
}

.sateliteWrapper {
  background-image: url(../imgs/bgwrap/sateliteWrapper.jpg);
}

.cctvWrapper {
  background-image: url(../imgs/bgwrap/cctvWrapper.jpg);
}

.carWrapper {
  background-image: url(../imgs/bgwrap/carWrapper.jpg);
}

.warmWrapper {
  background-image: url(../imgs/bgwrap/warmWrapper.jpg);
}

/* Конец */
footer {
  background-color: black;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 20px;
}
footer .copyright p {
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}
footer .footernav {
  margin-right: 30px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  flex: 1 1 250px;
}
@media (max-width: 480px) {
  footer .footernav {
    margin-right: 0;
  }
}
footer .footeradress {
  flex: 1 1 250px;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 480px) {
  footer .footeradress {
    padding: 20px 0;
  }
}
footer .footeradress div {
  margin-bottom: 10px;
  padding: 0 0 0 25px;
}
footer .footeradress .phone {
  background: url("../imgs/icons/footphone.png") 0% 0% no-repeat;
  background-size: 20px;
}
footer .footeradress .adress {
  background: url("../imgs/icons/foothouse.png") 0% 0% no-repeat;
  background-size: 20px;
}
footer .footeradress .time {
  background: url("../imgs/icons/foottime.png") 0% 0% no-repeat;
  background-size: 20px;
}
footer .footeradress p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
footer .footertext {
  flex: 10 1 250px;
  text-align: justify;
  font: 100 0.9em "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
footer .footertext h6 {
  text-align: center;
}
footer ul {
  padding: 0;
  text-align: left;
  list-style: none;
}
footer ul li a {
  font: 0.9em bold Roboto, sans-serif;
}
footer .footer {
  color: white;
  text-align: left;
  flex-flow: row wrap;
}
footer .section {
  max-width: 1050px;
}
footer h6 {
  padding: 0;
}
@media (max-width: 480px) {
  footer h6 {
    text-align: center;
  }
}

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