html {
  font-size: 14px;
}
b,
strong {
  font-weight: 800;
}
body {
  background: #fff;
}
img {
  max-width: 100%;
}
sub {
  top: 0;
  font-size: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
a {
  color: #6699cc;
}
a:hover {
  color: #cc3333;
}
a.focus {
}
a.type {
  font-weight: 800;
  text-decoration: underline;
  color: #003366;
}
a.type:hover {
  color: #990000;
  text-decoration: none;
}
p {
  margin: 0.6em auto;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 600;
}
h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
  margin: 1.5em auto 1em;
  font-family: rubik;
  color: #072544;
}
h4 span {
  font-weight: 800;
}
h1 {
  color: #072544;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3em;
  font-family: rubik;
  text-align: center;
  position: relative;
}
.homepage h1 {
  text-align: left;
}
.homepage h1:after {
  display: none;
}

/*font-family: 'Rubik', sans-serif;
font-family: 'Open Sans', sans-serif;**/

figure {
  max-width: 50%;
  float: left;
  margin: 0.5em 2em 0.5em 0;
  background: #ccc;
  padding: 1em;
  opacity: 0.8;
  filter: grayscale(0.5);
}
figcaption {
  text-align: center;
  opacity: 0;
  line-height: 2em;
  font-weight: 800;
  color: #072544;
  padding: 1em 0 0;
}
figure:hover {
  opacity: 1;
  filter: grayscale(0);
}
figure:hover figcaption {
  opacity: 1;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}
a,
.logo,
figure,
table {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
tr,
td,
th {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.nav a:before,
.nav a:after,
nav a:before,
nav a:after,
.menu-marki-avto li,
ul.partners li,
ul.partners li img,
.hor_menu li:before,
#marki img,
button,
.icon-bar,
figcaption {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.gol {
  color: #52b5ed;
}
.kr {
  color: #cc3333;
}
.fiol {
  color: #987ad9;
}

.nav,
nav {
  font-family: "Rubik", sans-serif;
}
h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 600;
  margin: 1em 0;
  text-transform: uppercase;
  font-family: Rubik;
  color: #072544;
}
h3 span {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2em;
}

h3.module {
  margin: 1em 0 0em;
  border-bottom: 1px #072544 solid;
  max-width: 300px;
}
h3.module img {
  height: inherit;
  width: auto;
  padding: 0.1em 0.2em 0.5em;
}
h5 {
  clear: both;
  font-weight: 700;
  font-family: rubik;
  font-size: 1.5em;
  color: #072544;
  line-height: normal;
  margin: 0.5em auto 0.3em;
}
@-webkit-keyframes shine {
  100% {
    left: 150%;
  }
}
@keyframes shine {
  100% {
    left: 150%;
  }
}

@-webkit-keyframes shine_but {
  100% {
    left: 50%;
  }
}
@keyframes shine_but {
  100% {
    left: 50%;
  }
}

a.button,
button.button {
  color: #fff;
  background-color: #cc3333;
  padding: 1em 1.5em;
  font-weight: 800;
  border-bottom: 2px #990000 solid;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
}
a.button:hover,
button.button:hover {
  background-color: #072544;
  border-color: #0168d3;
  text-decoration: none;
  color: #f5f5f5;
}

button.button {
  text-transform: capitalize;
  border: none;
  padding: 0.8em 1.2em;
}

.logo {
  margin: 0 1em;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* .logo_in:before {
  border: none;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);

  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
} */

/* .logo_in:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 1.75s;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
} */

.logo img {
  width: 110px;
  height: 110px;
}

.logo:hover {
  filter: grayscale(0.5);
}

#button_top {
  margin: 1.5em auto;
}

.phone {
}
.phone a {
  color: #003366;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8em;
  line-height: 1em;
  position: relative;
  /* padding-left: 1.1em;*/
}
.phone a span {
  font-size: 0.8em;
}

.phone a:hover {
  color: #cc3333;
}

.vel:before {
  content: "";
  background: url(../images/velcom.png) left center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}
.mts:before {
  content: "";
  background: url(../images/mts.png) left center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}
.soc_i {
  width: 50%;
  float: left;
  font-size: 1.3em;
}
.vk,
.insta {
  padding: 5px;
  text-decoration: none;
}
.vk:hover,
.insta:hover {
  text-decoration: none;
}
.vk:before {
  content: "\f189";
  font-family: FontAwesome;
  font-size: 1.4em;
  line-height: 1.5em;
}
.insta:before {
  content: "\f16d";
  font-family: FontAwesome;
  font-size: 1.4em;
  line-height: 1.5em;
}
ul.social {
  list-style: none;
  padding: 0;
}
ul.social li {
  font-size: 22px;
  padding: 4px;
  display: inline-block;
}
ul.social li a {
  color: #003366;
}
ul.social li a:hover {
  color: #6699cc;
}
.where {
  color: #003366;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2em;
}
.where span {
  color: #990000;
  font-weight: 800;
}
address {
  color: #003366;
  font-weight: 700;
  font-size: 1.1em;
  line-height: normal;
  margin: 0.3em auto;
  position: relative;
  padding-left: 1em;
}
address:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 1.2em;
  line-height: 1.25em;
  position: absolute;
  left: 0;
}

.map {
  padding-left: 1em;
}

.time {
  color: #003366;
  font-weight: 700;
  font-size: 0.9em;
  line-height: normal;
  margin: 0.3em auto 0.3em 0.3em;
  position: relative;
  padding-left: 1.2em;
}
.time:before {
  content: "\f017";
  font-family: FontAwesome;
  font-size: 1.2em;
  line-height: 1.25em;
  position: absolute;
  left: 0;
}

#kontakt_top {
  margin: 1em auto;
}

#s2 {
  background: #072544;
}

.hor_menu {
  text-align: center;
}
.hor_menu li {
  display: inline-block;
  padding: 0 0.5em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1em;
}
.hor_menu li a {
  color: #ccc;
  padding: 1em;
  position: relative;
}
.hor_menu li a:hover,
.hor_menu li a:focus {
  color: #fff;
  background: none;
}

.hor_menu li a:before {
  content: "";
  border-top: 4px solid #990000;
  position: absolute;
  width: 100%;
  top: -5px;
  left: 0;
  right: 0;
  opacity: 0;
}

.hor_menu li a:hover:before {
  top: 0;
  opacity: 1;
}

.hor_menu li a:after {
  content: "";
  border-top: 4px solid #990000;
  position: absolute;
  width: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 0;
}

.hor_menu li a:hover:after {
  bottom: 0px;
  opacity: 1;
}

.hor_menu.ver_menu {
  padding: 15px;
}
.hor_menu.ver_menu li {
  display: block;
  text-align: left;
}
.hor_menu.ver_menu li a {
  color: #072544;
  font-weight: 500;
  padding: 0.5em;
  font-size: 0.8em;
}
.hor_menu.ver_menu li a:before {
  display: none;
}
.hor_menu.ver_menu li a:after {
  border-top: 2px solid #990000;

  bottom: 3px;
}
.hor_menu.ver_menu li a:hover {
  color: #999;
}

.bottom_main_menu .hor_menu li a {
  color: #072544;
  font-weight: 500;
}
.bottom_main_menu .hor_menu li a:hover {
  color: #999;
}

#bottom .hor_menu li a {
}

.hor_menu li:before {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #072544;
  font-weight: bold;
  font-size: 1.2em;
  top: 0.7em;
}

.abw {
  background: #f5f5f5;
  padding: 5px;
  border: 5px #ccc solid;
  box-shadow: 5px 5px 2px #ccc;
}
cite {
  font-weight: 400;
  font-style: italic;
  padding: 0 15px;
}
.abw h5 {
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.3em;
}

.abw p {
  padding: 0 10px;
}

#main_menu .hor_menu li:before {
  display: none;
}

.bottom_main_menu .hor_menu li {
  padding: 0;
  margin: 0 1em;
  text-transform: uppercase;
  font-size: 1.1em;
}

.bottom_main_menu .hor_menu li:hover:before {
  left: 0.1em;
  color: #990000;
}

.hor_menu.ver_menu li:before {
  top: 0.3em;
}

.hor_menu.ver_menu li:hover:before {
  left: 0.2em;
  color: #990000;
}

ul#marki {
  padding: 15px 0;
}
#marki li {
  width: 33.3333333333%;
  float: left;
}
#marki li img {
  width: 100%;
}
#marki li a {
  padding: 0.5em 0;
}
#marki li:hover img {
  filter: grayscale(0.5);
  opacity: 0.5;
}
#marki li:before,
#marki li a:before,
#marki li a:after {
  display: none;
}

.homepage #s3 {
  background: url(../images/bg_14_1.jpg) left center no-repeat;
  padding: 30px 0;
}
.homepage #slider .moduletable {
  float: right;
  padding: 0 0 3em 0;
}

.homepage #s3 .container {
  padding: 30px 15px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.1+10,0.7+30,0.65+85,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 0.65) 85%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 0.65) 85%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 0.65) 85%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

h2 {
  color: #072544;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3em;
  font-family: rubik;
}
h2 .cl1 {
  text-transform: lowercase;
  border-bottom: 1px #072544 solid;
  line-height: 2em;
}
h2 .cl2 {
  font-size: 2em;
  font-weight: 800;
}

.homepage #s3 h2 {
  font-size: 2em;
}

.prob {
  font-size: 1.6em;
  font-weight: 500;
  float: left;
  position: relative;
  padding: 1em 1em 1em 4.3em;
  color: #c33;
}
.no_prob {
  font-size: 1.6em;
  font-weight: 500;
  float: left;
  position: relative;
  padding: 1em 1em 1em 4.3em;
  color: #6699cc;
}
.prob_noprob span {
  text-align: center;
  font-size: 0.8em;
  font-weight: 800;
}

.prob:before {
  content: "?";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4em;
  font-weight: 600;
  font-family: rubik;
  line-height: 1em;
  color: #c33;
  border: 3px #c33 solid;
  width: 1em;
  border-radius: 50%;
  height: 1em;
  text-align: center;
}

.no_prob:before {
  content: "!";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4em;
  font-weight: 600;
  font-family: rubik;
  line-height: 1em;
  color: #6699cc;
  border: 3px #6699cc solid;
  width: 1em;
  border-radius: 50%;
  height: 1em;
  text-align: center;
}

.obrat {
  font-size: 1.5em;
  padding: 0.5em 1em 1.5em;

  font-weight: 600;
  color: #072544;
}
.obrat .cl1 {
  text-transform: uppercase;
  font-size: 1.1em;
}
.obrat .cl2 {
}
.obrat .cl2 span {
  font-family: rubik;
  color: #c33;
}

#s4,
#s14 {
  background: #072544;
}

.evakuator {
  background: #f5f5f5 url(../images/truck.png) 20px center no-repeat;
  background-size: contain;
  padding: 1em 1em 1em 100px;
  font-size: 1.5em;
  color: #072544;
  font-weight: 600;
  font-family: rubik;
  margin: 1em 2em;
  border: 2px #ccc solid;
}

.evakuator span {
  color: #c33;
  font-weight: 800;
  text-transform: uppercase;
}

/*карусель иконок*/

.item .thumb {
  width: 25%;
  cursor: pointer;
  float: left;
}
.item .thumb img {
  width: 100%;
  margin: 2px;
}
.item img {
  width: 100%;
}

.icons_kar .carousel-inner {
  width: 90%;

  margin: 0 5%;
  text-align: center;
}

.menu-marki-avto {
  -webkit-padding-start: 0px;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.menu-marki-avto li {
  width: 12.5%;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 0.5em 0 0.4em;
}
.menu-marki-avto li a {
  color: #fff;
}
.menu-marki-avto li:hover {
  background: #990000;
}
.menu-marki-avto li:hover a {
  color: #f5f5f5;
}
.menu-marki-avto li img {
  max-width: 80px;
}
.menu-marki-avto li span {
  float: left;
  padding: 5px 0;
  width: 100%;
  font-weight: 800;
}

.icons_kar .carousel-control {
  background: none;
  font-weight: bold;
  color: #fff;
  width: auto;
  opacity: 0.8;
  text-shadow: none;
  font-size: 46px;
}
.icons_kar .carousel-control:hover {
  color: #990000;
}

.icons_kar .angle-left {
  position: relative;
}
.icons_kar .angle-right {
  position: relative;
}

.icons_kar .angle-left:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 30px;
  left: 0;
}
.icons_kar .angle-right:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 30px;
  right: 0;
}

/*карусель иконорк конец*/

#s6 {
  padding-bottom: 30px;
  background: url(../images/bg_15.jpg) left center no-repeat;
}

#s6 .container {
  width: 100%;
}

#top_1 {
  margin-left: 450px;
  width: calc(100% - 450px);
  width: -moz-calc(100% - 450px);
  width: -webkit-calc(100% - 450px);
  padding: 0;
}

.category-grid-full .grid-inner {
  position: relative;
  padding: 0;
  cursor: pointer;
}

.category-grid-full .grid-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 25px #000 solid;
  transition: all 0.7s ease;
}
.category-grid-full .grid-inner:hover:after {
  opacity: 0.9;
}
.category-grid-full .category-image {
  display: block;
  overflow: hidden;
}
.category-grid-full .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px;
  color: #fff;
  z-index: 5;
}
.category-grid-full .category-name {
  padding: 0.5em;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.category-grid-full .category-name span {
  font-size: 0.6em;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
}
.category-grid-full .inner a {
  color: #fff;
  font-weight: 700;
}
.category-grid-full img {
  width: 100%;
}

.category-grid-full .grid-inner:hover:before {
  opacity: 0.6;
  transition: all 1s ease 0s;
}

.grid-inner:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.grid-inner img {
  -webkit-transition: all 2s cubic-bezier(0.35, 0.53, 0.3, 0.85);
  transition: all 2s cubic-bezier(0.35, 0.53, 0.3, 0.85);
  width: 100%;
}

.category-image:before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.8s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.8s ease-in-out;
}

.grid-inner:hover .category-image:before {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.grid-inner a.button-more span {
  padding: 0 0 0 1.5em;
}

.grid-inner:nth-child(1) .category-image:before {
  background: rgba(80, 0, 0, 0.8);
}
.grid-inner:nth-child(2) .category-image:before {
  background: rgba(130, 116, 3, 0.8);
}
.grid-inner:nth-child(3) .category-image:before {
  background: rgba(1, 89, 22, 0.8);
}
.grid-inner:nth-child(4) .category-image:before {
  background: rgba(104, 2, 65, 0.8);
}
.grid-inner:nth-child(5) .category-image:before {
  background: rgba(7, 37, 68, 0.8);
}
.grid-inner:nth-child(6) .category-image:before {
  background: rgba(10, 94, 110, 0.8);
}
.grid-inner:nth-child(7) .category-image:before {
  background: rgba(7, 68, 52, 0.8);
}
.grid-inner:nth-child(8) .category-image:before {
  background: rgba(26, 7, 68, 0.8);
}

.grid-inner:nth-child(1):hover .category-image:before {
  background: rgba(80, 0, 0, 0.95);
}
.grid-inner:nth-child(2):hover .category-image:before {
  background: rgba(130, 116, 3, 0.95);
}
.grid-inner:nth-child(3):hover .category-image:before {
  background: rgba(1, 89, 22, 0.95);
}
.grid-inner:nth-child(4):hover .category-image:before {
  background: rgba(104, 2, 65, 0.95);
}
.grid-inner:nth-child(5):hover .category-image:before {
  background: rgba(7, 37, 68, 0.95);
}
.grid-inner:nth-child(6):hover .category-image:before {
  background: rgba(10, 94, 110, 0.95);
}
.grid-inner:nth-child(7):hover .category-image:before {
  background: rgba(7, 68, 52, 0.95);
}
.grid-inner:nth-child(8):hover .category-image:before {
  background: rgba(26, 7, 68, 0.95);
}

body.uslugi_ceny .category-grid-full .grid-inner {
  height: 130px;
}

body.uslugi_ceny .category-grid-full .inner {
  padding: 5px;
}
body.uslugi_ceny .category-grid-full .category-name {
  padding: 1em;
  font-size: 1.5em;
}
body.uslugi_ceny .category-grid-full .category-name span {
  font-size: 0.85em;
}
body.uslugi_ceny .category-grid-full .category-name {
  padding: 1em 1em 0.5em;
}
body.uslugi_ceny .category-grid-full .grid-inner:after {
  border-width: 15px;
}
body.uslugi_ceny .category-grid-full .grid-inner:after {
  border-width: 15px;
}

#s7 {
  padding: 120px 0 30px;
  background: url(../images/bg_16.webp) left top no-repeat;
  margin-top: -10px;
}
#s7 .container {
  width: 100%;
}
body.kontakty #s7 {
  padding: 10px 0 30px;
}

#top_2 {
  margin-left: 450px;
  width: calc(100% - 450px);
  width: -moz-calc(100% - 450px);
  width: -webkit-calc(100% - 450px);
  padding: 0;
}
.about h3 {
  font-size: 4em;
  margin: auto;
  font-weight: 800;
  font-family: rubik;
  color: #072544;
}

.about h3 span {
  text-transform: uppercase;
  font-weight: 300;
}

.about_in {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
  color: #fff;
  padding-right: 5%;
}
.about_in div {
  z-index: 1;
}
.about_in span {
  font-size: 3em;
  line-height: 0.8em;
  top: 0;
  padding-right: 0.5em;
  text-align: left;
  right: 0;
  font-family: Rubik;
  color: #fff;
  z-index: -1;
  position: relative;
  font-weight: 800;
}

.about_in .in:nth-child(1) {
  background: #00a1d7;
}
.about_in .in:nth-child(2) {
  background: #d40310;
}
.about_in .in:nth-child(3) {
  background: #e5ca00;
}
.about_in .in:nth-child(4) {
  background: #981165;
}

.about_in .in:nth-child(1) span {
  text-shadow: 2px 4px 2px #013c50;
}
.about_in .in:nth-child(2) span {
  text-shadow: 2px 4px 2px #4d0005;
}
.about_in .in:nth-child(3) span {
  text-shadow: 2px 4px 2px #6e6100;
}
.about_in .in:nth-child(4) span {
  text-shadow: 2px 4px 2px #4b012f;
}

.about_in .in {
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: 15px;
  width: calc(25% - 0.5em);
  width: -moz-calc(25% - 0.5em);
  width: -webkit-calc(25% - 0.5em);
  margin: 0 0.25em;
}

.about_in .about_txt {
  -o-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  font-size: 0.8em;
  font-weight: 800;
}

#s8 {
  padding: 30px 0;
}

/*отзывы*/

#thumbcarousel_otzyvy a.carousel-control {
  background: #072544;
  opacity: 1;
  width: 1.5em;
  height: 1.5em;
  font-size: 3em;
}

#thumbcarousel_otzyvy .angle-left:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 0.55em;
  left: 0.55em;
}

#thumbcarousel_otzyvy .angle-right:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0.55em;
  left: 0.55em;
}

#thumbcarousel_otzyvy a.carousel-control.left {
  left: -1.5em;
  top: calc(50% - 1.5em);
  top: -webkit-calc(50% - 1.5em);
  top: -moz-calc(50% - 1.5em);
}

#thumbcarousel_otzyvy a.carousel-control.right {
  right: -1.5em;
  top: calc(50% - 1.5em);
  top: -webkit-calc(50% - 1.5em);
  top: -moz-calc(50% - 1.5em);
}

#thumbcarousel_otzyvy a {
  text-shadow: none;
  font-weight: 800;
}
#thumbcarousel_otzyvy a:hover {
  background: #ebebeb;
  color: #990000;
}

/*отзывы конец*/

.otzyvy h3 {
  font-size: 3em;
  font-weight: 800;
  font-family: rubik;
  color: #072544;
  text-align: center;
  margin: 0.5em auto;
}

.otzyv_in {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.6+15,0.85+20,0.85+80,0.6+85,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  width: 50%;
  margin-left: 50%;

  min-height: 440px;
  padding: 50px 100px;
}

.moduletable.otzyv_1 {
  background: url(/images/otzyvy/otzyv_1.jpg) center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  position: relative;
}

.otzyv_name {
  font-weight: 600;
  font-family: rubik;
  font-size: 2em;
  line-height: 1.5em;
}
.otzyv_txt {
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3em;
  position: relative;
  padding: 1em 2em;
  margin: 3em 0 0;
}
.otzyv_car {
  font-size: 1.5em;
  color: #990000;
  font-weight: 700;
  line-height: 1.3em;
}

.otzyv_txt:after {
  bottom: 0;
  content: "\0022";
  bottom: -0.3em;
}
.otzyv_txt:before {
  top: 0;
  left: 0;
  content: "\0022";
}
.otzyv_txt:after,
.otzyv_txt:before {
  position: absolute;
  font-size: 7em;
  font-weight: 700;
  color: #ccc;
}

#s8 {
  padding: 100px 0;
}

.ol-styled {
  counter-reset: myCounter;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ol-styled li {
  padding: 0 2em 1em 5em;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1em;
  position: relative;
  font-family: "Open Sans", sans-serif;
  width: 50%;
  float: left;
  margin: 0.3em auto;
  color: #fff;
}

.ol-styled li span.cl2 {
  font-size: 0.7em;
  font-weight: 700;
  line-height: normal;
}

.ol-styled li .cl1 {
}
.ol-styled li span.cl3 {
  font-weight: 800;
  font-family: rubik;
}

.ol-styled li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  font-size: 3em;
  line-height: 2em;
  width: 1.5em;
  height: 2em;
  font-weight: 800;
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-family: "Rubik", sans-serif;
  border-left: 20px #f9dc00 solid;
  color: #fff;
}

.ol-styled li:nth-child(2):before {
  border-color: #d40310;
}
.ol-styled li:nth-child(3):before {
  border-color: #1662b2;
}
.ol-styled li:nth-child(4):before {
  border-color: #00a1d7;
}
.ol-styled li:nth-child(5):before {
  border-color: #28d352;
}
.ol-styled li:nth-child(6):before {
  border-color: #981165;
}

#bottom_1 h3 {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 800;
  color: #fff;
  margin: 1em 0 2em;
  text-transform: uppercase;
  font-family: Rubik;
}

.fullscreen-bg {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 45%;
  padding-top: 750px;
  max-height: 750px;
}
.overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.fullscreen-bg__video {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
}
div.video {
  margin: auto;
  text-align: center;
}
#s9 .container {
  width: 100%;
}
#bottom_1 {
  padding: 0;
}
.module_in {
  width: 1170px;
  padding: 0 15px;
  margin: auto;
}

#s10 {
  padding: 30px 0;
  background: #fff url(../images/bg_17.jpg) bottom left no-repeat;
}
#bottom_3 {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  padding: 0 15px;
}

ul.partners {
  text-align: center;
  list-style-type: none;
  -webkit-padding-start: 0;
}
ul.partners li {
  display: block;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
  padding: 0.3em;
}
ul.partners li img {
  width: 100%;
  padding: 0.3em 0;
  border: 3px #07254424 solid;
}

ul.partners li:hover img {
  border-color: #072544;
}
ul.partners li:before {
  border: none;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

ul.partners li:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 1.75s;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}

ul.partners li:hover:hover {
  filter: grayscale(0.8);
  opacity: 0.8;
}

#s11,
#s17 {
  background: #fff url(../images/bg_18.webp) left bottom no-repeat;
}

.homepage #s11 {
  margin-top: 0;
}
#quest,
#quest_2 {
  width: 50%;
  margin-left: 50%;
  padding: 210px 0 80px;
}
h2.quest {
  position: relative;
  padding-left: 2.2em;
}
h2.quest:before {
  content: "?";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  font-weight: 900;
  font-family: rubik;
  line-height: 1em;
  color: #c33;
  border: 3px #c33 solid;
  width: 1em;
  border-radius: 50%;
  height: 1em;
  text-align: center;
}

p.quest {
  margin: 0.5em 0.5em 2em;
  font-size: 1.5em;
  font-weight: 800;
  color: #072544;
}
p.quest strong {
  color: #c33;
}

#s12 {
  padding: 30px 0 50px;
  background: #fff url(../images/bg_19.jpg) top right no-repeat;
}

blockquote {
  position: relative;
  color: #6699cc;
  padding: 1em 1em 1em 5em;
  font-weight: 700;
  border-left: none;
  margin: 1em auto;
  background: #f5f5f5;
  border: 2px #eee solid;
}
blockquote p {
  margin: auto;
}
blockquote:before {
  content: "!";
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  font-size: 4em;
  font-weight: 800;
  font-family: rubik;
  line-height: 1em;
  color: #6699cc;
  border: 3px #6699cc solid;
  width: 1em;
  border-radius: 50%;
  height: 1em;
  text-align: center;
}

.a_link {
  text-align: center;
  font-weight: 800;
  font-size: 1.4em;
  line-height: normal;
  margin: 1em auto;
}
.a_link a {
  font-weight: 800;
  text-decoration: underline;
}
.a_link a:hover {
  text-decoration: none;
}

#s13 .container {
  width: 100%;
}

.galer .custom div img {
}
.galer .custom div a:before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: rgba(0, 13, 26, 0.8);
}

.galer .custom div a:after {
  content: "+";
  position: absolute;
  color: #ccc;
  top: calc(50% - 30px);
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);

  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
  left: -moz-calc(50% - 30px);
  z-index: 99;
  width: 60px;
  height: 60px;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
  border: 2px #ccc solid;
  font-family: rubik;

  padding-left: 15px;
  padding-top: 26px;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.galer .custom div a:hover:after {
  /*ont-weight: 800;font-size:60px;opacity:0; width: 80px;
    height: 80px;

  top: calc(50% - 40px);
	 top: -webkit-calc(50% - 40px);
	  top: -moz-calc(50% - 40px);
	  
    left: -webkit-calc(50% - 40px);
	 left: calc(50% - 40px);
	  left: -moz-calc(50% - 40px);*/

  -o-transform: scale(3);
  -ms-transform: scale(3);
  -moz-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
  color: #000;
  border-color: #000;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.galer .custom div a img {
  -webkit-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
  width: 100%;
}

.galer .custom div:hover a:before {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.galer .custom div:hover a img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

.galer .custom div {
  position: relative;
  overflow: hidden;
  width: 20%;
  float: left;
}
.item-page.maslo .galer .custom div,
.item-page.diagnostika .galer .custom div,
.item-page.uslugi .galer .custom div,
.item-page.kontakty .galer .custom div {
  width: 50%;
}

.item-page.fotogal .galer .custom div {
  width: 33.3333333%;
}

.galer .custom div a.jcepopup span.jcemediabox-zoom-span {
  width: 100%;
}
.galer .custom div a.jcepopup span.jcemediabox-zoom-image {
  background: none;
}

#foto {
  padding: 0;
}

#foto .galer .custom {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#foto .galer .custom div {
  width: 25%;
}

#s15 {
  padding: 15px 0;
}
#s16 .container {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.85) 20%,
    rgba(255, 255, 255, 0.85) 80%,
    rgba(255, 255, 255, 0.6) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  width: 100%;
}

#s16 {
  background: #fff url(../images/bg_20.jpg) right bottom no-repeat;
  background-size: contain;
}

.bottom_kontakt {
  font-size: 1.5em;
  margin-top: 1em;
}

#s18 {
  background: #072544;
  color: #fff;
  font-weight: 600;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}
#copyright a:hover {
  color: #f5f5f5;
  text-decoration: none;
}
#copyright span {
  color: #d04902;
}

.ot-breadcrumb {
  font-weight: 700;
  margin: 0.5em 0;
  font-family: rubik;
}

.ot-breadcrumb a {
  text-decoration: underline;
}
.ot-breadcrumb a:hover {
  text-decoration: none;
}

#left {
  padding-top: 70px;
}
#com_top {
  margin-top: 1em;
}

.blog.otzyvy h2 {
  font-size: 1.5em;
  font-weight: 600;
}

.blog.otzyvy .item .page-header {
  border-bottom: none;
  margin: 0;
}
.blog.otzyvy .item {
  border: 8px rgba(7, 37, 68, 0) solid;
  margin-bottom: 1em;
  padding: 1em;
  background: #fff;
  position: relative;
}

.blog.otzyvy .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1em;
  background: #072544;
}
.blog.otzyvy .item:hover {
  background: #f5f5f5;
  border-color: #eee;
}

.blog.otzyvy h3,
.item-page.otzyvy h3 {
  font-size: 1em;
  text-align: left;
  margin: 5px 0;
  position: relative;
  padding-left: 1.5em;
}

.blog.otzyvy h3:before,
.item-page.otzyvy h3:before {
  content: "\f1b9";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.blog.otzyvy .page-header h2 a:after {
  content: "\f0e5";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: -0.5em;
}
.blog.otzyvy .page-header h2 a {
  position: relative;
  padding-right: 1em;
}

.blog.otzyvy blockquote,
.item-page.otzyvy blockquote {
  color: #444;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1em;
  border: none;
  padding: 1em 3em 1em 3.5em;
}

.blog.otzyvy blockquote:before,
.item-page.otzyvy blockquote:before {
  top: 0;
  left: 0;
  content: "\0022";
}
.blog.otzyvy blockquote:after,
.item-page.otzyvy blockquote:after {
  content: "\0022";
  right: 0;
  bottom: 0;
}

.blog.otzyvy blockquote:after,
.blog.otzyvy blockquote:before,
.item-page.otzyvy blockquote:before,
.item-page.otzyvy blockquote:after {
  position: absolute;
  font-size: 4em;
  font-weight: 700;
  color: #ccc;
  border: none;
}

.item-page.otzyvy blockquote {
  background: #f5f5f5;
  border: 8px #eee solid;
}

#bottom_right_1 {
  width: 40%;
  margin-left: 0;
  padding: 15px;
}
.moduletable.map {
  padding: 0.5em;
  background: #ccc url(../images/map.jpg) no-repeat center;
  border: 0.5em #ccc solid;
  background-size: cover;
  min-height: 400px;
}

.phones {
  margin: 2em auto;
}
.phones .phone {
  font-size: 1.2em;
  line-height: 2em;
}

.phones .time {
  font-size: 1em;
}

.address .where {
  font-size: 1.4em;
}
.address address {
  color: #003366;
}
.item-page.uslugi .page-header h1 {
  color: #fff;
  z-index: 9;
}

.item-page.uslugi .page-header:before {
  content: "";
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: 15px;
  width: calc(25% - 0.5em);
  width: -moz-calc(25% - 0.5em);
  width: -webkit-calc(25% - 0.5em);
  position: absolute;
  z-index: 7;
  top: 0;
  left: -30px;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.8s ease-in-out;
  background: rgb(7, 37, 68);
  transition: all 0.8s ease-in-out;
}
.item-page.uslugi .page-header:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.8s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease-in-out;
  z-index: 3;
}
.item-page.uslugi .page-header {
  position: relative;
  padding: 2.5em 0;
}
.item-page.diagnostika .page-header {
  background: url(/images/zag/diagnostika.jpg) center no-repeat;
  padding: 2.5em 0;
}
.item-page.maslo .page-header {
  background: url(/images/zag/maslo.jpg) center no-repeat;
  padding: 2.5em 0;
}
.item-page.dsg_cvt .page-header {
  background: url(/images/zag/dsg_cvt.jpg) center no-repeat;
  padding: 2.5em 0;
}
.item-page.gidroblok .page-header {
  background: url(/images/zag/gidroblok.jpg) center no-repeat;
  padding: 2.5em 0;
}
.item-page.gidrotransformator .page-header {
  background: url(/images/zag/gidrotransformator.jpg) center no-repeat;
  padding: 2.5em 0;
}
.item-page.remont .page-header {
  background: url(/images/zag/remont.jpg) center no-repeat;
  padding: 2.5em 0;
}
.item-page.ebu .page-header {
  background: url(/images/zag/ebu.jpg) center no-repeat;
  padding: 2.5em 0;
}
.item-page.tuning .page-header {
  background: url(/images/zag/tuning.jpg) center no-repeat;
  padding: 2.5em 0;
}
#bottom_left_1 {
  width: 60%;
  margin-left: 0;
  padding-left: 0;
}

.item-page.kontakty h2 {
  margin-top: 1em;
}
.item-page.kontakty .address address {
  font-size: 1.5em;
}
/*форма*/

.simplecallback.forma.simplecallback-overlayed {
  width: 800px;
  width: 350px;
  left: calc(50% - 175px);
  left: -moz-calc(50% - 175px);
  left: -webkit-calc(50% - 175px);
  margin: auto;
  outline: 5px #072544 solid;
  box-shadow: 10px 10px 30px #072544;
  border-radius: 0;
}

.simplecallback.forma label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  width: 80%;
  margin: 5px auto;
}

.simplecallback.forma textarea.input-block-level {
  display: inline-block;
  width: 80%;
  min-height: 80px;
}
.simplecallback.forma button {
  margin: 20px auto auto;
}

.simplecallback.forma .input-block-level {
  min-height: 40px;
}

.marki ul.hor_menu {
  margin-bottom: 0;
}

/*форма конец*/
.marki p.opisanie,
.marki blockquote {
  clear: both;
}
.marki ul {
  clear: both;
  margin: auto;
  margin-bottom: 20px;
}
p.vopros {
  position: relative;
  color: #c33;
  font-size: 1.5em;
  padding: 0.2em 0.2em 0.2em 3em;
  font-weight: 700;
  border-left: 0;
  margin: 1em auto;
  background: #f5f5f5;
  border: 2px #eee solid;
}
p.vopros:before {
  content: "?";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 2em;
  font-weight: 600;
  font-family: rubik;
  line-height: 1em;
  color: #c33;
  border: 3px #c33 solid;
  width: 1em;
  border-radius: 50%;
  height: 1em;
  text-align: center;
}
p.opisanie {
  border: 2px #eee solid;
  padding: 1em;
  font-weight: 300;
  margin: 0.5em;
  font-size: 1.4em;
  clear: both;
}

#jcemediabox-popup-numbers {
  display: block;
  line-height: 2em;
  padding: 0 50px;
}

.item-page.fotogal h2 {
  margin: 1.5em auto 0.5em;
}
ul {
  font-weight: 700;
  color: #072544;
}
ul.plus {
  list-style-type: none;
}
ul.plus li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2em;
  margin: 0.5em auto;
}
ul.plus li:before {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.item-page.marki .page-header + p img {
  background: #072544;
  padding: 0.8em;
  float: left;
  margin: 2em;
  transform: rotateY(0);
  transition: all 1.2s ease 0s;
}

#s5:hover .item-page.marki .page-header + p img {
  transform: rotateY(360deg);
  transition: all 1.2s ease 0s;
  background-color: #eee;
  filter: grayscale(0.5);
  opacity: 0.5;
}

/*меню*/

.navbar-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  background: #fff;
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  background: #fff;
}
.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #fff;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #fff;
}

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: auto;
}

/*меню*/
table {
  border: 8px rgba(7, 37, 68, 0.2) solid;
}
table:hover {
  border-color: #072544;
}
th {
  font-size: 1.7em;
  color: #072544;
  font-weight: 600;
  text-transform: uppercase;
  font-family: rubik;
  text-align: center;
  position: relative;
  padding: 1em;
}

.usluga_in {
  padding: 20px 10px;
  border-bottom: 2px #072544 solid;
}
body.uslugi .usluga_in {
  border-bottom: none;
}
.usluga_in table {
  border: 5px #ccc solid;
  box-shadow: 10px 10px 5px #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.usluga_in tbody {
}
.usluga_in tr {
  background: #fff;
  border-bottom: 2px rgba(7, 37, 68, 0) solid;
}
.usluga_in tr:first-child {
  background: #dedede;
  border: none;
}
.usluga_in tr:first-child:hover {
  background: #dedede;
  border: none;
}
.usluga_in th {
}
.usluga_in td {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 2em;
  padding: 0.5em 1.5em;
}
.usluga_in h3 {
}

.usluga_in table:hover {
  box-shadow: 5px 5px 0 #666;
}
.usluga_in tr td:last-child {
  font-size: 1.5em;
  text-transform: uppercase;
}
.usluga_in tr td:first-child {
  text-align: left;
}
.usluga_in tr:hover {
  background: #f5f5f5;
  border-bottom: 2px #ccc solid;
}
.usluga_in tr td:first-child {
  width: 70%;
}
.usluga_in tr td:last-child {
  width: 30%;
}
/*responsive*/

.body-bg {
  max-width: 1920px;
  min-width: 350px;
  margin: auto;
  background: #fff;
  border: #ccc solid;
  border-width: 0 2px;
}
ul.breadcrumb {
  background: #fff;
}
@media (max-width: 1700px) {
  fullscreen-bg__video {
    width: 120%;
  }
}
@media (max-width: 1600px) {
  .about_in span {
    font-size: 2em;
  }

  .about_in {
    font-size: 1.6em;
  }

  .about h3 {
    font-size: 3em;
  }
  bottom_1 h3 {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: 800;
    color: #fff;
    margin: 1em 0 0;
  }

  #s11,
  #s17 {
    background-position-x: -300px;
  }

  .category-grid-full .inner {
    padding: 20px;
  }
  .category-grid-full .category-name {
    font-size: 2em;
  }

  #bottom_1 h3 {
  }

  .fullscreen-bg__video {
    width: 150%;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 13px;
  }

  #top_1 {
    margin-left: 350px;
    width: calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    padding: 0;
  }
  #s6 {
    background-size: contain;
  }

  h1 {
    font-size: 2.5em;
  }

  #s7 {
    background-size: 1420px auto;
    background-position-y: 50px;
  }

  .module_in {
    width: 1100px;
  }

  .fullscreen-bg {
    padding-top: 700px;
    max-height: 700px;
  }
  #s11,
  #s17 {
    padding-top: 20px;
  }

  #s11,
  #s17 {
    background-size: auto 400px;
    background-position-x: -200px;
  }
  #quest,
  #quest_2 {
    width: 60%;
    margin-left: 40%;
    padding: 130px 0 35px;
  }

  #top_2 {
    margin-left: 350px;
    width: calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    padding: 0;
  }
  #marki li img {
    width: 100%;
    max-width: 70px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 13px;
  }
  h2 .cl2 {
    font-size: 1.8em;
    font-weight: 800;
  }
  h2 .cl1 {
    font-size: 0.9em;
  }
  .prob {
    font-size: 1.5em;
  }

  .no_prob {
    font-size: 1.5em;
  }

  .obrat .cl2 {
    font-size: 1em;
  }
  body.uslugi_ceny .category-grid-full .grid-inner {
    height: 105px;
  }
  .homepage #s3 {
    padding: 20px 0;
  }

  #top_2 {
    margin-left: 350px;
    width: calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    padding: 0;
  }
  h3 span {
    font-size: 1.7em;
  }
  #s11,
  #s17 {
    background-size: auto 400px;
    background-position-x: -240px;
  }
  #quest,
  #quest_2 {
    width: 60%;
    margin-left: 40%;
    padding: 100px 0 20px;
  }

  .hor_menu li a {
    padding: 0.5em;
  }

  .hor_menu li {
    font-size: 1em;
    line-height: 1.4em;
  }
  .navbar {
    min-height: 0;
  }

  .homepage #s3 {
    padding: 10px 0;
    background-position-x: -260px;
  }

  .logo {
    margin: auto;
  }
  #kontakt_top {
    margin: 0.5em auto;
    font-size: 0.85em;
  }

  #button_top {
    margin: 0.5em auto;
    font-size: 0.85em;
  }

  .category-grid-full .grid-inner {
    height: 150px;
    overflow: hidden;
  }

  #top_1 {
    margin-left: 250px;
    width: calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    padding: 0;
  }
  #s6 {
    background-position-y: bottom;
  }
  #s7 {
    background-size: 1220px auto;
    background-position-y: 90px;
  }

  .about_in .in {
    width: calc(50% - 0.5em);
    width: -moz-calc(25% - 0.5em);
    width: -webkit-calc(50% - 0.5em);
    margin: 0.25em;
  }

  .about_in span {
    font-size: 3em;
  }

  #s7 {
    padding: 20px 0 0;
    background-position-y: 130px;
  }

  .menu-marki-avto li img {
    max-width: 60px;
  }

  .icons_kar .carousel-control {
    font-size: 36px;
  }

  .menu-marki-avto li span {
    font-weight: 400;
  }

  .homepage #s3 .container {
    padding: 15px;
    background-position-x: -100px;
  }

  h2 .cl2 {
    font-size: 1.6em;
  }

  #bottom_1 h3 {
    max-width: 750px;
    margin: 1em auto;
    font-size: 1.8em;
  }

  .prob {
    margin: auto;
  }
  .no_prob {
    margin: auto;
  }

  .ol-styled li {
    width: 100%;
  }

  .ol-styled li:before {
    font-size: 2.5em;
    border-left-width: 15px;
  }

  .module_in {
    width: 750px;
  }
  .fullscreen-bg {
    padding-top: 900px;
    max-height: 900px;
  }

  .fullscreen-bg__video {
    width: 220%;
  }

  #foto .galer .custom div {
    width: 33.3333%;
  }

  .bottom_main_menu .hor_menu li {
    font-size: 1em;
    margin: 0 0.35em;
    padding: 0 0.4em;
  }

  .hor_menu li:before {
    top: 0.35em;
  }

  #bottom_right_1 {
    font-size: 0.85em;
  }

  #s11,
  #s17 {
    background-size: auto 350px;
    background-position-x: -220px;
  }

  a.button,
  button.button {
    font-size: 1em;
  }

  #s10 {
    padding: 30px 0 0;
  }

  h2 {
    font-size: 2em;
  }

  h1 {
    font-size: 2.2em;
  }
  h4 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.4em;
  }

  blockquote:before {
    font-size: 2.5em;
  }

  blockquote {
    padding: 0.2em 1em 0.2em 3em;
    line-height: 1.2em;
    font-weight: 600;
  }
  h2.quest:before {
    font-size: 1.5em;
  }
  .simplecallback.forma .input-block-level {
    border: 1px #333 solid;
  }


  #foto .galer .custom{
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  #kontakt_top,
  #button_top {
    width: 50%;
  }
  h2 .cl2 {
    font-size: 1.4em;
  }

  .prob:before,
  .no_prob:before {
    font-size: 3em;
  }

  .prob,
  .no_prob {
    padding: 0.5em 1em 0.5em 3.3em;
  }

  #s6 {
    background-size: cover;
  }

  #top_1 {
    margin-left: 150px;
    width: calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
  }

  #top_2 {
    margin-left: 50px;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
  }

  #s7 {
    background: #fff;
  }

  .ol-styled li:before {
    font-size: 2em;
    border-left-width: 10px;
  }
  .ol-styled li {
    margin: 0.1em auto;
    margin-left: 10%;
    width: 90%;
  }

  .ol-styled li {
    padding: 0 2em 1em 3.5em;
  }

  .fullscreen-bg__video {
    width: 300%;
  }

  #s11,
  #s17 {
    background-position-x: -280px;
  }
  h2.quest {
    position: relative;
    padding-left: 1.6em;
  }

  body.kontakty #top_2 {
    margin-left: 0;
    width: 100%;
  }

  body.kontakty #left {
    display: none !important;
  }

  .otzyvy h3 {
    font-size: 1.5em;
  }

  #left h3 {
    text-align: center;
  }

  th {
    font-size: 1.4em;
  }
  .usluga_in td {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2em;
  }

  .usluga_in tr td:last-child {
    font-size: 1.2em;
  }
}

@media (max-width: 767px) {
  #navbar-main ul {
    text-align: center;
    padding: 1em;
  }
  #navbar-main li {
    width: 100%;
    font-weight: 400;
    font-size: 1.2em;
    float: left;
  }
  #navbar-main li a {
    padding: 0.5em 0 0.5em;
  }
  #navbar-main li a:before {
    display: none;
  }
  #navbar-main li a:after {
    border-top-width: 1px;
    width: 50%;
    left: 25%;
  }
  #navbar-main {
    border-top: 1px #ccc solid;
  }
  #navbar-main {
  }
  #navbar-main {
  }

  .logo img {
    padding: 0.5em;
    width: 90px;
    height: 90px;
  }

  #slider .custom {
    padding: 0 2em;
  }
  h2 .cl1 {
    font-size: 0.8em;
    font-weight: 500;
  }

  #s4 {
    display: none;
  }

  #top_1 {
    margin-left: 0;
    width: 100%;
  }
  .category-grid-full .category-name {
    font-size: 1.4em;
  }
  .category-grid-full .grid-inner {
    height: 130px;
  }

  a.button,
  button.button {
    font-size: 1.2em;
  }

  .module_in {
    width: auto;
  }

  #bottom_1 h3 {
    font-size: 1.4em;
  }
  .fullscreen-bg {
    padding-top: 950px;
    max-height: 950px;
  }
  .fullscreen-bg__video {
    width: 380%;
  }

  #s11,
  #s17 {
    background: #f5f5f5;
  }

  #quest,
  #quest_2 {
    width: 100%;
    margin-left: 0;
    padding: 0 30px 30px;
  }

  .galer .custom div a:after {
    top: calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    left: -moz-calc(50% - 15px);

    width: 30px;
    height: 30px;
    font-size: 20px;
    padding-left: 7.5px;
    padding-top: 13px;
  }
  .menu-marki-avto li span {
    font-weight: 400;
    display: none;
  }
  .icons_kar .angle-left:before,
  .icons_kar .angle-right:before {
    top: 18px;
    font-weight: 400;
  }

  #bottom_right_1 {
    font-size: 0.85em;
    width: 60%;
    margin-left: 20%;
  }
  #bottom_left_1 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel {
    padding: 5px 0;
  }
  .moduletable.map {
    padding: 0;
    min-height: 200px;
  }

  h3 span {
    font-size: 1.2em;
  }

  #left .moduletable {
    width: 50%;
    float: left;
  }
  #left .moduletable.abw {
    width: 100%;
    float: left;
  }

  #left {
    padding-top: 0;
  }
  #marki li {
    width: 20%;
    float: left;
  }

  ul.breadcrumb {
    background: #fff;
    padding: 5px;
  }
  .icons_kar .carousel-control {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 11px;
  }
  #kontakt_top,
  #button_top {
    text-align: center;
    width: 100%;
  }

  address:before,
  .time:before {
    position: relative;
    padding-right: 0.2em;
  }

  h2 .cl1 {
    font-size: 0.7em;
    font-weight: 500;
  }
  .prob,
  .no_prob {
    font-size: 1em;
  }

  .prob:before,
  .no_prob:before {
    border-width: 1px;
  }
  .obrat .cl1 {
    text-transform: uppercase;
    font-size: 0.8em;
  }
  .obrat .cl2 {
    font-size: 0.6em;
  }
  h2 .cl2 {
    font-size: 1.3em;
  }

  .about h3 {
    font-size: 3em;
    line-height: 1em;
  }
  .homepage #bottom_1 {
    display: none !important;
  }
  #foto .galer .custom div {
    width: 50%;
  }

  #bottom_right_1 {
    width: 70%;
    margin-left: 15%;
  }

  blockquote {
    font-size: 1.2em;
  }

  #marki li {
    width: 33.33333%;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 11px;
  }

  .homepage #s3 h2 {
    font-size: 1.5em;
  }
  a.button,
  button.button {
    font-size: 1em;
  }
  .homepage #s3 .container {
    padding: 0 15px;
  }

  .homepage #s3 {
    padding: 0;
  }
  .category-grid-full .grid-inner {
    height: 100px;
  }
  .category-grid-full .category-name {
    font-size: 1.2em;
  }

  .category-grid-full .inner a {
    font-size: 0.8em;
  }

  #s6 {
    background: #fff;
    padding: 0;
  }

  .about_in {
    font-size: 1.1em;
  }

  #top_2 {
    margin-left: 20px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
  }
  .about h3 {
    font-size: 2.5em;
  }

  #s10 {
    padding: 0;
  }

  h1:after {
    content: "";
    height: 2px;
    bottom: -3px;
  }
}

/*responsive end*/
