﻿@charset "UTF-8"; /* FM base */
@import "../fonts/rouble/rub_ccs.css";
html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.375em;
  color: #333;
  font-family: Arial, sans-serif;
  /*background-image: url(https://tetrapilon.ru/assets/images/snowflakes01.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;*/
}

body {
  font-size: 16px;
}

ol {
  font-size: 100%;
  line-height: 1.375em;
  padding-left: 40px;
}

ul {
  font-size: 100%;
  line-height: 1.375em;
  padding-left: 27px;
}

p,
.p {
  font-size: 100%;
  margin-bottom: 0.875em;
}

table {
  margin: 0 0 22px;
}

img.pull-left {
  margin: 0 15px 22px 0;
}

img.pull-right {
  margin: 0 0 22px 15px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: bold;
  line-height: 1.25em;
  margin: 1.4em 0 0.6em;
  display: block;
}

h1,
.h1 {
  font-size: 130%;
}

h2,
.h2 {
  font-size: 100%;
}

h3,
.h3 {
  font-size: 70%;
}

label {
  font-weight: 400;
}

.form-control {
  color: #333;
}

.red {
  color: red;
}

/* layout base */
h1,
h2,
h3 {
  text-transform: uppercase;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  color: #333;
  font-size: 29px;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child {
  margin-top: 0;
}

a {
  text-decoration: underline;
  color: #9c8972;
}

a:hover:active,
a:focus:active,
a:hover,
a:focus,
a:active {
  outline: 0 none !important;
  color: #ecb660;
  text-decoration: none;
}

a.nohref {
  cursor: default;
}

.doc {
  padding-left: 40px;
  min-height: 40px;
  vertical-align: middle;
  background-position: top left;
  background-size: 35px;
  background-repeat: no-repeat;
}

.doc-pdf {
  background-image: url(icons/pdf-m.png);
}

.doc-word {
  background-image: url(icons/word-m.png);
}

.relative {
  position: relative;
}

.affix {
  position: initial;
  top: 60px;
}

.affix-top,
.affix-bottom {
  position: relative;
}

.vertical-middle,
.vertical-middle * {
  vertical-align: middle;
}

.vertical-top,
.vertical-top * {
  vertical-align: top;
}

.bold {
  font-weight: bold;
  color: #54270c;
}

.lead {
  font-size: 18px;
}

.red {
  color: red;
}

.asterisk {
  font-weight: bold;
  color: red;
  padding-left: 2px;
}

.table-auto {
  width: auto;
}

.table-oversized {
  max-width: 100%;
  overflow-x: auto;
}

.image-left {
  float: left;
  margin: 0 10px 16px 0;
}

.image-right {
  float: right;
  margin: 0 0 16px 10px;
}

.zoom {
  cursor: url(../highslide/graphics/zoomin.html), zoom-in;
}

.dashed span {
  border-bottom: 1px dashed red;
  border-color: inherit;
}

.dashed,
.dashed:hover,
.dashed:focus,
.dashed:active {
  text-decoration: none;
}

/**/
/*** SPECIAL BOOTSTRAP CLASSES ***/
@media (min-width: 480px) {
  .col-sm-nopadding-left {
    padding-left: 0 !important;
  }

  .col-sm-nopadding-right {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .col-md-nopadding-left {
    padding-left: 0 !important;
  }

  .col-md-nopadding-right {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .col-lg-nopadding-left {
    padding-left: 0 !important;
  }

  .col-lg-nopadding-right {
    padding-right: 0 !important;
  }
}

/******/
/* MODAL */
.modal-title {
  text-align: center;
}

/*.modal-dialog { width: 350px; }*/
.modal-content {
  border-radius: 0;
}

.modal-header {
  text-align: right;
}

.modal-header .close {
  margin-left: 10px;
}

.modal-header .close span.sign {
  margin: 0;
  font-size: 150%;
  font-weight: normal;
}

.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
  color: #ecb660;
  outline: none;
}

header .modal-content textarea {
  resize: none;
}

.modal-body .form-group:last-child {
  margin: 0;
}

.modal-footer {
  text-align: center;
}

.modal-footer .btn {
  margin-bottom: 1em;
}

.modal-footer p:last-child {
  padding: 0;
  margin: 0;
}

.red {
  color: #f00;
}

/* FORMS bootstrap */
.form-control-feedback {
  display: none;
}

.btn-default {
  background: #E3AC2B;
  border: none;
  color: #fff;
  /* margin-bottom: 15px; */
  text-decoration: none;
}

.btn-default:active {
  outline: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus {
  color: #fff;
  outline: none;
  background: #f5c77e;
}

.form-control {
  border-radius: 0;
}

.form-control:focus,
.form-control:active {
  border-color: #e49141;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(221, 135, 53, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(221, 135, 53, 0.6);
}

.has-feedback .form-control {
  padding: 6px 12px;
}

.form-validate .has-error input::-webkit-input-placeholder {
  color: #a94442;
}

.form-validate .has-error textarea::-webkit-input-placeholder {
  color: #a94442;
}

.form-validate .has-error *:-moz-placeholder {
  color: #a94442;
}

.form-validate .has-error *::-moz-placeholder {
  color: #a94442;
}

.form-validate .has-error *:-ms-input-placeholder {
  color: #a94442;
}

/**/
#content ul,
#content ol {
  list-style: none;
  margin-bottom: 0.875em;
}

#content ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #edb864;
  border-radius: 20px;
  margin-left: -27px;
  margin-right: 15px;
  vertical-align: baseline;
}

.navbar-default {
  background: #2a2b2b;
  border: none;
}

/** nav menu **/
.preim {
  display: table;
  width: 100%;
}

.preim .action {
  display: table-cell;
  text-align: center;
}

.preim .action img {
  max-width: 100%;
}

.preim .action:last-child img {
  width: 100px;
}

.sup-menu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}

.sup-menu:before,
.sup-menu:after {
  content: "";
  display: table;
  clear: both;
}

.sup-menu li {
  list-style: none;
}

.sup-menu > li {
  float: left;
}

.sup-menu li.drop {
  position: relative;
}

.sup-menu a {
  text-decoration: none;
}

.sup-menu > li > a {
  position: relative;
  display: block;
  padding: 15px 25px;
  color: #ffffff;
}

.sup-menu > li > a:hover,
.sup-menu > li > a.active {
  color: #ecb660;
}

.sup-menu > li.drop > a:hover {
  background: #9e9283;
  color: #fff;
}

.sup-menu > li.drop > a.open {
  background: #9e9283;
  color: #fff;
}

.sup-menu .sup-1,
.sup-menu .sup-2,
.sup-menu .sup-3 {
  position: absolute;
  float: left;
  text-align: left;
  list-style: none;
  display: none;
  z-index: 1000;
}

/*** level-1 ***/
.sup-menu .sup-1 {
  top: 100%;
  left: 0;
  min-width: 160px;
  white-space: nowrap;
  padding: 0;
  /* font-size: 14px;*/
  background-color: #9e9283;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sup-menu .sup-1 > li {
  float: none;
}

.sup-menu .sup-1 > li > a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.sup-menu .sup-1 > li > a:hover,
.sup-menu .sup-1 > li > a.open,
.sup-menu .sup-1 a.active {
  background: #aa9d8d;
  color: #ffdda8;
}

.sup-menu .sup-1 li > .sup-1 {
  left: 100%;
  top: 0;
}

.sup-menu .sup-1 .caret {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  margin-left: 10px;
}

.caret-right {
  border-left: 5px solid;
  border-bottom: 5px solid transparent;
  border-top: 4px solid transparent;
}

.sup-menu > li.drop > .sup-1.expanded {
  display: block;
}

/***/
/*** level-2 ***/
.sup-menu .sup-2 {
  top: 0;
  left: 100%;
  min-width: 160px;
  padding: 0;
  /* font-size: 14px;*/
  background-color: #aa9d8d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sup-menu .sup-2 > li {
  float: none;
}

.sup-menu .sup-2 > li > a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.sup-menu .sup-2 > li > a:hover,
.sup-menu .sup-2 > li > a.open {
  background: #c3ad89;
  color: #ffdda8;
}

.sup-menu .sup-1 > li.drop > .sup-2.expanded {
  display: block;
}

/****/
/*** level-3 ***/
.sup-menu .sup-3 {
  top: 0;
  left: 100%;
  min-width: 160px;
  padding: 0;
  /* font-size: 14px;*/
  background-color: #c3ad89;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sup-menu .sup-3 > li {
  float: none;
}

.sup-menu .sup-3 > li > a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.sup-menu .sup-3 > li > a:hover {
  background: #d2bc97;
}

.sup-menu .sup-2 > li.drop > .sup-3.expanded {
  display: block;
}

/******/

header .phones > .phone {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 150%;
  margin-top: 15px;
}

header .phones > .phone:first-child {
  margin: 0;
}

header .buttons > .btn {
  margin-bottom: 10px;
}

header .buttons > .btn > .glyphicon {
  float: left;
  color: #fff;
  margin-right: 10px;
  font-size: 125%;
  vertical-align: middle;
  line-height: 1;
}

header .buttons > .email {
  color: #ecb660 !important;
}

header .buttons > .email .glyphicon {
  vertical-align: middle;
}

header .buttons > .email a {
  color: #ecb660 !important;
}

header .time {
  display: inline-block;
  text-align: center;
  font-size: 100%;
}

header .time > span:first-child {
  display: inline-block;
  margin-bottom: 1em;
}

.headtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.headsubtitle {
  font-size: 16px;
}

.container > .navbar-collapse {
  margin: 0 -15px;
}

.preim table {
  border-collapse: collapse;
}

.preim table > tbody > tr > td {
  border: none;
}

.preim table > tbody > tr > td > img {
  margin-right: 15px;
}

.divider.head {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 1em;
}

#sidebar {
  position: relative;
}

#sidebar #side-menu {
  background: #f3f0ea;
}

#sidebar #side-menu #side-menu-inner {
  padding: 15px;
}

#side-menu.affix {
}

#side-menu > a {
  font-weight: bold;
  line-height: 1.85em;
}

#side-menu a.active {
  color: #ecb660;
  text-decoration: none;
}

#side-menu > a + ul {
  margin: 5px 0;
}

#side-menu ul {
  padding-left: 0;
  margin: 0;
}

#side-menu ul li {
  font-size: 90%;
  line-height: 1.75em;
}

/*
#side-menu ul li:before{ width: 6px; height: 6px; background: #aa9d8d; vertical-align: middle; margin-right: 5px; margin-left: 0;}
/**/
#side-menu ul li:before {
  content: none;
}

#side-menu ul li a:before {
  content: "";
  display: inline-block;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  background: #aa9d8d;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0;
}

#side-menu ul li a.active:before,
#side-menu ul li a:hover:before {
  background-color: #ecb660;
}

#side-menu ul ul {
  padding-left: 20px;
  margin: 5px 0;
}

#side-menu ul ul li {
}

#side-menu ul ul li:before {
  content: none;
}

@media (min-width: 990px) {
  #side-menu.affix {
    /* width: 210px; */
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  #side-menu.affix {
    width: 212px;
  }
}

#breadcrumbs .breadcrumb {
  padding: 0;
  background: none;
  font-size: 90%;
}

#breadcrumbs .breadcrumb li:before {
  display: none;
}

#breadcrumbs .breadcrumb .divider {
  margin: 0 5px;
  display: inline-block;
  color: #bbb;
}

#breadcrumbs .breadcrumb li a.active {
  color: #bbb;
}

/* .slider-wrapper { width: 100%; background: #eee; } */
.carousel-inner {
  max-width: 1920px;
  margin: 0 auto;
}

.carousel-inner > .item {
  overflow: hidden;
  text-align: center;
}

.slider-wrapper .item > .holder {
  text-align: center;
  background-position: top center !important;
  background-size: cover !important;
  min-height: 500px;
  width: 100%;
  display: block;
}

/* .slider-wrapper .item img { text-align: center; height: 100%; min-height: 365px; width: auto !important; max-width: 1920px !important; display: inline-block; margin: 0 auto; } */
.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators li,
.carousel-indicators .active {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 5px;
  border-radius: 4px;
}

.carousel-indicators li {
  cursor: pointer;
  z-index: 1000;
  border-radius: 4px;
}

.carousel-indicators .active {
  background: #d6bc93;
}

.carousel-caption {
  position: absolute;
  vertical-align: middle;
  text-align: left;
  color: #fefefe;
  width: 100%;
  z-index: 1;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel-caption .title {
  display: table;
  padding: 8px;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.875em;
}

.carousel-caption .title .h1 {
  text-transform: uppercase;
  margin: 0;
}

.carousel-caption .text {
  padding-left: 8px;
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
  display: table;
}

.carousel-caption .btn {
  text-decoration: none;
  margin-bottom: 60px;
}

#nashi-uslugi {
  margin-top: 1.4em;
}

#nashi-uslugi .item {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

#nashi-uslugi .item a {
  display: block;
}

#nashi-uslugi .item .color {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#nashi-uslugi .item:hover .color {
  display: none;
}

/* #nashi-uslugi .item:hover { cursor: pointer; } */
#nashi-uslugi .item:hover img {
  transform: scale(1.15, 1.15);
}

#nashi-uslugi .item img {
  width: 100%;
  transition: 0.5s;
  border: 5px solid #fd7311;
  border: 5px solid #383838;
  border-radius: 0px;
}

#nashi-uslugi .item .text {
  color: #fff;
  position: absolute;
  top: 45%;
  bottom: auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 135%;
  z-index: 1;
  left: 0;
  padding: 0 25px;
}

#why-us,
#repair {
  padding-bottom: 1.4em;
  font-family: "Open Sans Light", Arial, sans-serif;
}

#why-us .h1,
#repair .h1 {
  margin: 1.4em 0;
}

#why-us .item table {
  border: none;
  border-collapse: collapse;
}

#why-us .item table td {
}

#why-us .item table td img {
  margin-right: 10px;
}

#why-us .h1 {
  padding-bottom: 0;
  margin-bottom: 10px;
}

#why-us .subtitle {
  text-align: center;
  margin-bottom: 1.4em;
  font-size: 20px;
}

#repair {
  background-color: #2a2b2b;
  margin-bottom: 1.4em;
}

#repair .item {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 20px;
}

#repair .item .row > .col-xs-8,
#repair .item .row > .col-xs-4 {
  padding: 0 10px;
}

#repair .item .image {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

#repair .item .image > img {
  z-index: 10;
}

#repair .item .image:after {
  content: "";
  display: inline-block;
  width: 50%;
  position: absolute;
  top: 50%;
  border: 1px solid #edb864;
}

#repair div.item:last-of-type .image:after {
  display: none;
}

#content {
  padding-bottom: 15px;
  position: relative;
}

#partners {
  position: relative;
}

.partners-wrapper {
  margin-top: 1.4em;
}

.partners-wrapper .title {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.partners-wrapper .title span {
  background: #fff;
  padding: 0 5px;
}

.partners-wrapper .slider {
  margin-top: -15px;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

.bx-wrapper {
  width: 100%;
  max-width: 100% !important;
  padding: 30px;
  box-shadow: none;
  border: 1px solid #e6e1d4;
  border-radius: 20px;
}

#part-next,
#part-prev {
  display: table;
  width: 50px;
  height: 50px;
  border: 1px solid #e6e1d4;
  background: #fff;
  position: absolute;
  top: 32%;
  border-radius: 50px;
}

#part-next:hover,
#part-prev:hover {
  background: #edb864;
}

#part-next {
  right: -25px;
}

#part-prev {
  left: -25px;
}

#part-next > a,
#part-prev > a {
  font-size: 30px;
  color: #edb864;
  height: 100%;
  width: 100%;
  display: table-cell;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: url(images/button.png);
}

#part-next > a {
  background-position: top right;
}

#part-prev > a {
  background-position: top left;
}

#part-next > a:hover {
  background-position: bottom right;
}

#part-prev > a:hover {
  background-position: bottom left;
}

.copyright {
  font-size: 14px;
  line-height: normal;
}

@media (min-width: 992px) {
  #footer .submenu > li {
    white-space: nowrap;
  }
}

#footer .copy {
  margin: 10px 0;
}

#footer .copy span {
  display: block;
  color: #a9a9a9;
  margin-top: 10px;
}

.icon {
  padding-left: 25px;
  display: inline-block;
  background-position: 0 2px !important;
  background-size: 17px 17px !important;
  margin-bottom: 1.25em;
}

.icon.phone {
  background: url(../image/phone.svg) no-repeat;
}

.icon.phone + .btn {
  margin-bottom: 10px;
}

.icon.mail {
  background: url(../image/envelop.svg) no-repeat;
}

#footer .icon {
  display: block;
  margin-bottom: 0.8em;
}

/* YANDEX SEARCH */
#search {
  margin: 5px 0 !important;
  margin-bottom: 1.25em !important;
}

#search input:focus,
#search-block button:focus {
  outline: none;
}

#search input {
  padding: 0px 0px 0 10px;
  border: none;
  color: #333;
  box-shadow: none;
}

#search .input-group-addon {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}

#search span > button {
  width: 30px;
  border: none;
  background: none;
  color: #efc177;
}

/**/
#map {
  min-height: 360px;
  margin-top: 1em;
}

#map .balloon {
  padding: 10px 5px 0 5px;
}

.form-wrapper {
  background: #bead92;
  padding-top: 15px;
  margin: 35px 0;
  color: #fff;
}

.form-wrapper .h2 {
  color: #fff;
}

.form-wrapper .form-control,
.form-wrapper .btn {
  font-size: 1.125em;
  height: auto;
  line-height: 1.375em;
}

.form-wrapper .btn {
  width: 100%;
  border-radius: 0;
}

.quest-form {
  background: #f3f0ea;
  padding: 15px;
  border: 5px solid #383838;
}

.quest-form p {
  margin: 0;
  margin-top: 0.5em;
}

.nomargin {
  margin: 0;
}

/**/
table.incontacts td .glyphicon {
  color: #bbb;
  margin-right: 10px;
  font-size: 1.2em;
}

table.incontacts td .heading {
  color: #555;
  font-size: 95%;
}

table.incontacts td {
  vertical-align: middle;
}

table.incontacts td .cont {
  font-size: 110%;
}

table.incontacts td a {
  color: #d69d43;
}

/* table.prays */
table.prays tr > td,
table.prays tr > th {
  text-align: center;
}

table.prays tr :first-child {
  text-align: left;
}

table.prays tr :last-child {
  text-align: right;
}

table.prays {
  border-collapse: collapse;
  font-family: "Open Sans", sans-serif;
}

table.prays > thead {
  color: #959595;
}

table.prays > thead > tr > th {
  padding: 8px;
  border-bottom: 1px solid #959595;
  text-align: center;
}

table.prays > tbody > tr > th {
  padding: 8px;
  padding-top: 12px;
  text-align: center;
  font-size: 1.25em;
  font-weight: normal;
}
table.prays.th-style > tbody > tr > th {
  color: #959595;
  border-bottom: 1px solid #959595;
  font-weight: bold;
  font-size: 16px;
}
table.prays.th-style > tbody > tr:first-child th {
  border-top: 0;
}
table.prays > tbody > tr > td {
  padding: 8px;
  color: #515151;
  text-align: center;
}

table.prays > tbody > tr > td:last-child {
  text-align: right;
}

table.prays > tbody > tr:nth-child(even) > td {
  background: #f8f6df;
}

table.prays > tbody > tr:last-child td {
  border-bottom: 1px solid #ddd;
}

#otzivy .otziv {
  border-bottom: 1px solid #aaa;
  margin-bottom: 1.375em;
  padding-bottom: 1.375em;
  font-family: "Open Sans", sans-serif;
}

#otzivy .otziv .title {
  margin-top: 0.875em;
  font-size: 1.375em;
  margin-bottom: 0.375em;
}

#otzivy .otziv .publish {
  font-style: italic;
}

#otzivy .otziv .highslide img {
  border-color: #d9cbbc;
}

#otzivy .otziv .highslide {
  position: relative;
  display: block;
}

#otzivy .otziv .highslide:hover {
  cursor: zoom-in;
}

#otzivy .otziv .highslide .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  text-align: center;
}

#otzivy .otziv .highslide:hover .bg {
  display: flex;
  display: flex;
  background: rgba(129, 114, 96, 0.3);
}

#otzivy .otziv .highslide .bg .glyphicon {
  width: 100%;
  font-size: 30px;
  color: #817260;
}

#actions .action {
  border-bottom: 1px solid #aaa;
  margin-bottom: 1.375em;
  padding-bottom: 1.375em;
  font-family: "Open Sans", sans-serif;
}

#actions .action .title {
  font-size: 1.5em;
  margin-bottom: 0.875em;
}

#actions .action .text {
  margin-bottom: 1.375em;
}

#actions .action img {
  border: 2px solid #d9cbbc;
}

#actions .action .more a {
  text-decoration: none;
}

#uslugi-list .usluga {
  margin-bottom: 1em;
}

#uslugi-list .usluga a {
  display: block;
  position: relative;
  overflow: hidden;
}

#uslugi-list .usluga a .bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(194, 175, 150, 0.6);
}

#uslugi-list .usluga a:hover .bg {
  background: transparent;
}

#uslugi-list .usluga a .bg .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.275em;
  width: 100%;
  display: inline-block;
  padding: 0 0px;
}

#uslugi-list .usluga a img {
  transition: 0.5s;
}

#uslugi-list .usluga a:hover img {
  transform: scale(1.15, 1.15);
}

/* PAGINATION */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #817260;
  border-color: #817260;
}

.pagination > li > a,
.pagination > li > span {
  color: #333;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333;
  background: #bda88f;
  border-color: #bda88f;
}

/***/
/* GALLERY */
#gallery .image {
  margin-bottom: 1.375em;
}

#gallery .image .zoom {
  display: block;
  border: 2px solid #bda88f;
  overflow: hidden;
}

#gallery .image .zoom img {
}

#gallery .image .zoom .bg {
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#gallery .image .zoom:hover .bg {
  background: rgba(189, 168, 143, 0.5);
}

#gallery .image .zoom .tr {
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  background: rgba(129, 114, 96, 0.7);
  position: absolute;
  bottom: -50px;
  right: -50px;
}

#gallery .z-in {
  display: inline-block;
  font-size: 1.5em;
  color: #fff;
  margin-left: 10px;
  transform: rotate(-45deg);
}

.back-to a {
  text-decoration: none;
}

.back-to a .text {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.back-to a:hover .text {
  text-decoration: none;
}

/**/
.top-image {
  margin-bottom: 1em;
}

/*****/
.table.detail th {
  text-align: center;
}

.table.detail td:nth-child(odd),
.table.detail th:nth-child(odd) {
  background: #f8f6df;
}

.table.detail tr:last-child td,
.table.detail tr:last-child th {
  border-bottom: 1px solid #ddd;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel {
  border: 0 none;
  border-radius: 0 !important;
  box-shadow: none;
}

.panel-default > .panel-heading a {
  display: block;
  margin-right: 32px;
  line-height: 32px;
  text-decoration: none;
}

.panel-default > .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  text-align: center;
  font-size: 20px;
  display: block;
  content: "\e253";
  float: right;
  margin-right: -32px;
  width: 32px;
  height: 32px;
}

.panel-default > .panel-heading a.collapsed:after {
  content: "\e252";
}

.panel-default {
  border-color: #ecebeb;
}

.panel {
  background-color: transparent;
}

.panel-heading {
  padding: 10px 15px 10px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 8px;
}

.panel-default > .panel-heading {
}

.panel-body {
  padding: 0;
  margin: 0 0 15px 0;
}

/*RESPONSIVE*/
@media (min-width: 768px) and (max-width: 989px) {
  #repair .item .image:after {
    width: 80%;
  }

  #repair div.item:nth-of-type(3) .image:after {
    display: none;
  }

  .sup-menu > li > a {
    padding: 15px;
  }

  #uslugi-list .usluga a .bg .title {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 350px;
  }

  .header-wrapper {
    position: relative;
    padding-top: 110px;
  }

  #header {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 25px;
  }

  #repair .item {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /** nav menu **/
  .sup-menu {
    margin: 0 -15px;
    display: block;
  }

  .sup-menu .sup-1,
  .sup-menu .sup-2,
  .sup-menu .sup-3 {
    position: relative;
    float: none;
    padding: 0 10px;
  }

  .sup-menu li a {
    background: transparent;
    margin: 0;
  }

  .sup-menu > li {
    float: none;
    padding: 0;
  }

  .sup-menu li.drop {
    display: block;
  }

  .sup-menu > li > a {
    position: inherit;
    display: block;
    padding: 10px;
    color: #fff;
  }

  .sup-menu > li > a:hover {
    color: #ffdda8;
  }

  .sup-menu > li.drop > a.open {
    background: #9e9283;
    color: #ffdda8;
  }

  /* no caret */
  .caret {
    display: none;
  }

  li.drop > a:after {
    content: "+";
    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    border-radius: 20px;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
  }

  li.drop > a:hover:after,
  li.drop > a.open:after {
    content: "-";
    color: #ffdda8;
    border-color: #ffdda8;
    line-height: 0.7em;
  }

  /*** level-1 ***/
  .sup-menu .sup-1 {
    min-width: 100%;
    left: 0;
    top: 100%;
    padding: 0;
    /* font-size: 14px;*/
    background-color: #aa9d8d;
  }

  .sup-menu .sup-1 > li {
    float: none;
    padding: 0;
  }

  .sup-menu .sup-1 > li > a {
    color: #fff;
    display: block;
    padding: 10px;
    padding-left: 20px;
  }

  .sup-menu .sup-1 > li > a:hover,
  .sup-menu .sup-1 > li.open > a {
    color: #ffdda8;
    background: #aa9d8d;
  }

  .sup-menu > li.drop > .sup-1.expanded {
    display: block;
  }

  /***/
  /*** level-2 ***/
  .sup-menu .sup-2 {
    min-width: 100%;
    padding: 0;
    left: 0;
    top: 100%;
    background-color: #aa9d8d;
  }

  .sup-menu .sup-2 > li > a {
    color: #fff;
    padding: 10px;
    padding-left: 30px;
  }

  .sup-menu .sup-2 > li > a:hover,
  .sup-menu .sup-2 > li.open > a {
    color: #ffdda8;
    background: #c3ad89;
  }

  /****/
  /*** level-3 ***/
  .sup-menu .sup-3 {
    min-width: 100%;
    padding: 0;
    left: 0;
    top: 100%;
    /* font-size: 14px;*/
    background-color: #c3ad89;
  }

  .sup-menu .sup-3 > li > a {
    color: #fff;
    padding: 10px;
    padding-left: 40px;
  }

  .sup-menu .sup-3 > li > a:hover {
    background: #d2bc97;
    color: #f9d9a6;
  }

  /*****/
  .modal-dialog {
    width: auto;
  }

  #header {
    text-align: center;
    margin-bottom: 25px;
  }

  #header .phones {
    padding-bottom: 25px;
    border-bottom: 2px solid #f3f0ea;
  }

  #header .logo img {
    margin-bottom: 25px;
    width: 52%;
  }

  #nav {
    min-height: 40px;
    position: initial;
  }

  #nav.navbar-fixed-top {
    position: fixed;
    box-shadow: 0 0 10px 1px #666;
  }

  #nav .navbar-header .modal-button {
    float: right;
    background: none;
    border: none;
    height: 40px;
    width: 40px;
    margin-left: 5px;
  }

  #nav .navbar-header .modal-button .glyphicon {
    font-size: 150%;
    color: #8c7e6e;
  }

  #nav .navbar-header .modal-button .glyphicon:hover {
    color: #dbc19a;
  }

  #nav .navbar-toggle {
    background: #9e9283;
    border: none;
    float: left;
    color: #fff;
    height: 40px;
    width: 100px;
    margin: 0;
    margin-right: 15px;
    border-radius: 0;
  }

  #nav .navbar-toggle .icon-bar {
    background: #fff;
    margin-top: 2px;
  }

  #nav .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  #nav .navbar-toggle .sr-only {
    position: inherit;
    float: right;
    width: auto;
    height: auto;
  }

  #nav .navbar-collapse {
    background: #9e9283;
    border: none;
    position: initial;
  }

  #repair .item .image:after {
    top: 100%;
    height: 100%;
    left: 50%;
    width: 0;
  }

  #why-us .item table td {
    vertical-align: middle;
  }

  #otzivy .otziv > .row > div:first-child {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

@media (max-width: 479px) {
  #nashi-uslugi .item > .text {
    margin: 0 -15px;
  }

  #nashi-uslugi .row:last-child {
    margin: 0;
  }

  #footer {
    text-align: center;
  }

  #footer .icon {
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

h1 + .h2 {
  margin-top: 0;
}

#scrollNavArrow {
  display: none;
  cursor: pointer;
  left: 100%;
  margin-left: -100px;
  margin-top: -100px;
  opacity: 0.8;
  position: fixed;
  top: 100%;
  z-index: 40;
  background: #9f9384;
  color: #fff;
  padding: 5px 30px 15px !important;
  border-radius: 0px;
  font-size: 48px;
  line-height: 1em;
}

#scrollNavArrow {
  opacity: 1;
}

.rem-block {
  font-size: 0;
  margin: 0 -5px;
}

.rem-block img {
  display: inline-block;
  width: 24%;
  margin: 0 5px;
  margin-bottom: 10px;
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  -webkit-transition:
    width 0.2s,
    opacity 0.4s;
  transition:
    width 0.2s,
    opacity 0.4s;
  opacity: 1;
  background-color: #efc14e;
  z-index: 999999;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1024;
}

.modal {
  position: relative;
  /*    width: 65vmin;*/
  height: 45vmin;
  min-height: 25em;
  min-width: 20em;
}

.modal,
.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal__container {
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  color: #333;
  border-radius: 2px;
}

.modal__header {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__body {
  margin: 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}

.modal__footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 1em;
}

.modal__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.modal__controls_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal__x {
  cursor: pointer;
  font-size: 24px;
  line-height: 0.5;
}

.modal__x_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-default-button {
  float: right;
}

.modal-enter,
.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal,
.modal-leave-active .modal {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pop_up_box {
  max-width: 320px;
  width: 100%;
}

.buttons {
  margin-bottom: 30px;
}

.prices {
  background: #2a2b2b;
  color: #fff;
  font-size: 0;
  max-width: 1200px;
  margin: 0px AUTO 50px;
  font-family: Arial;
  padding: 1px 0 0;
}
.prices .price_block {
  display: inline-block;

  width: 25%;

  font-size: 17px;

  vertical-align: top;

  padding: 0px 30px 35px;
}
.prices .title {
  font: 600 18px Arial;

  color: #E3AC2B;

  text-transform: uppercase;

  text-align: center;

  margin-bottom: 20px;
}
.prices .white_sect {
  background: #fff;

  color: #2a2b2b;

  font-size: 16px;

  text-align: center;

  border-radius: 20px;

  padding: 20px 0;

  text-transform: uppercase;

  margin-bottom: 20px;
}
.prices .price_val {
  font-size: 43px;

  color: #E3AC2B;

  line-height: 1em;

  text-transform: initial;

  margin-bottom: 10px;
}
.prices .price_val span.int {
  font-size: 51px;
}

.prices .price_val span.rouble {
  font-size: 35px;
}
.prices .descr {
  font-size: 14px;

  min-height: 100px;

  margin-bottom: 0px;
}
.prices .descr p {
  text-align: center;
}
.prices ul {
  list-style-position: inside;
  padding: 0;
  line-height: 1.2;
}
.prices .button {
  display: block;

  background: #E3AC2B;

  line-height: 40px;

  padding: 0 40px;

  border-radius: 20px;

  color: #fff;

  text-decoration: none;

  text-align: center;

  font-size: 20px;

  text-transform: uppercase;
}
.prices .button:hover {
  opacity: 0.8;
}
.white_sect.hit {
  position: relative;
}
.white_sect.hit:after {
  display: block;
  position: absolute;
  top: -16px;
  right: -16px;
  width: 105px;
  height: 105px;
  content: "";
  background: url(../image/hit.png) center no-repeat;
}
.rouble {
  font-family: "rouble";
}

/*Блоки с иконками*/
.iconblock-2 {
  text-align: center;
  padding: 12px;
}
.iconblock-2 .icon {
  transition: all 1s ease;
  position: relative;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: 4px solid #bde1ff;
  margin: 0 auto;
  font-size: 64px;
  color: #337ab7;
  padding: 20px;
  box-sizing: content-box;
}
.iconblock-2:hover .icon {
  border: 4px solid #337ab7;
}
.iconblock-2 .icon i,
.iconblock-2 .icon img {
  position: relative;
  z-index: 2;
  height: 64px;
  width: 64px;
}
.iconblock-2 .icon:before {
  content: "";
  height: 60px;
  width: 112px;
  position: absolute;
  top: 22px;
  left: -4px;
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}
.iconblock-2:hover .icon:before {
  transform: rotate(90deg);
}
.iconblock-2 h3 {
  transition: all 0.2s ease 0s;
  color: #337ab7;
  font-size: 20px;
  margin: 8px 0;
}
.iconblock-2:hover h3 {
  color: #000;
  transform: translateY(-5px);
}
/*Нумерованные списки*/
.list6a {
  padding: 0;
  list-style: none;
}
.list6a li {
  padding: 6px;
}
.list6a li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #77aedb;
  content: "\2606";
  transition-duration: 0.5s;
}
.list6a li:hover:before {
  color: #337ab7;
  content: "\2605";
}
.list6b {
  padding: 0;
  list-style: none;
}
.list6b li {
  padding: 6px;
}
.list6b li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #c0c0c0;
  content: "\2714";
  transition-duration: 0.5s;
}
.list6b li:hover:before {
  color: #337ab7;
  content: "\2714";
}
.list5b {
  padding: 0;
  list-style: none;
}
.list5b li {
  position: relative;
  padding: 10px 30px;
  background: linear-gradient(to left, #efefef 0%, #fff, #efefef);
  border: 2px solid #c0c0c0;
  color: #506a6b;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  text-align: center;
  background-size: 100% 100%;
  z-index: 1;
}
.list5b li:hover {
  border: 2px solid #adcee9;
}
.list5b li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  background: linear-gradient(to left, #e2f0fa 0%, #fff, #e2f0fa);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.list5b li:hover:before {
  width: 100%;
  opacity: 1;
}
.list5a {
  padding: 0;
  list-style: none;
}
.list5a li {
  position: relative;
  padding: 10px 30px;
  background: linear-gradient(to left, #adcee9 0%, #fff, #adcee9);
  border: 2px solid #337ab7;
  color: #506a6b;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  text-align: center;
  background-size: 100% 100%;
  z-index: 1;
}
.list5a li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  background: linear-gradient(to left, #ebf3fa 0%, #fff, #ebf3fa);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.list5a li:hover:before {
  width: 100%;
  opacity: 1;
}
.list4b {
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list4b li {
  position: relative;
  padding: 12px 20px 20px 28px;
  margin-left: 40px;
  transition-duration: 0.3s;
}
.list4b li:before {
  border: 6px solid transparent;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  width: 42px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #adcee9;
  counter-increment: li;
  content: counter(li);
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list4b li:hover:before {
  color: #337ab7;
}
.list4b li:after {
  position: absolute;
  top: 0;
  left: -30px;
  width: 42px;
  height: 42px;
  border: 6px solid #dddddd;
  border-radius: 50%;
  content: "";
  opacity: 0.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list4b li:hover:after {
  animation: 500ms ease-in-out 0s bounceIn;
  opacity: 1;
  border: 6px solid #adcee9;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.list4a {
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list4a li {
  position: relative;
  padding: 12px 20px 20px 28px;
  margin-left: 40px;
  transition-duration: 0.3s;
}
.list4a li:before {
  border: 6px solid transparent;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  width: 42px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #77aedb;
  counter-increment: li;
  content: counter(li);
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list4a li:hover:before {
  color: #337ab7;
}
.list4a li:after {
  position: absolute;
  top: 0;
  left: -30px;
  width: 42px;
  height: 42px;
  border: 6px solid #3399ff;
  border-radius: 50%;
  content: "";
  opacity: 0.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list4a li:hover:after {
  animation: 500ms ease-in-out 0s bounceIn;
  opacity: 1;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.list2b {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list2b li {
  position: relative;
  border: 2px solid #dddddd;
  background: #fafafa;
  padding: 16px 20px 16px 28px;
  margin: 12px 0 12px 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list2b li:hover {
  background: #f0f5fb;
  border: 2px solid #adcee9;
}
.list2b li:before {
  line-height: 32px;
  position: absolute;
  top: 4px;
  left: -40px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #77aedb;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list2b li:hover:before {
  width: 46px;
  background: #337ab7;
}
.list2b li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #77aedb;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list2b li:hover:after {
  margin-left: 6px;
  border-left-color: #337ab7;
}
.list1a {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list1a li {
  border: 2px solid #337ab7;
  background: #ebf3fa;
  position: relative;
  margin-bottom: 20px;
  padding: 16px 10px;
}
.list1a li:hover {
  z-index: 1;
}
.list1a li:before {
  border: 2px solid #337ab7;
  position: absolute;
  top: -14px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #337ab7;
  background: #f7fafd;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list1a li:hover:before {
  background: #337ab7;
  color: #fff;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.list1a li:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: -1;
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.list1a li:hover:after {
  width: 100%;
}
/*Блок статей*/
.article {
  height: 350px;
  width: 425px;
  background: #4d4d4d;
  overflow: hide;
  text-align: center;
}

.bt-news {
  background: #e4a53e;
  height: 30px;
  width: 300px;
  margin: 60px;
  margin-top: -165px;
  border-radius: 7px;
  padding: 4px 0;
  position: absolute;
  text-align: center;
}

.bt-news:hover {
  background: #38a40e;
  height: 30px;
  width: 300px;
  margin: 60px;
  margin-top: -165px;
  border-radius: 7px;
  position: absolute;
  text-align: center;
}

.bt-text,
.bt-text a:hover {
  font-family: Myriad Pro;
  font-size: 24px;
  font-stretch: expanded;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
}

.article-title {
  width: 405px;
  height: 150px;
  font-family: New Style;
  font-size: 24px;
  margin: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-top: -120px;
}

/*Слайдер работ для презентации ремонтов*/
* {
  margin: 0;
  padding: 0;
}

.slider {
  width: 100%; /*Same as width of the large image*/
  position: relative;
  /*Instead of height we will use padding*/
  padding-top: 510px; /*That helps bring the labels down*/

  /*Lets add a shadow*/
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}

/*Last thing remaining is to add transitions*/
.slider > img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

.slider input[name="slide_switch"] {
  display: none;
}

.slider label {
  /*Lets add some spacing for the thumbnails*/
  margin: 18px 4px 0 0;
  border: 3px solid #999;

  float: left;
  cursor: pointer;
  transition: all 0.5s;

  /*Default style = low opacity*/
  opacity: 0.6;
}

.slider label img {
  display: block;
}

/*Time to add the click effects*/
.slider input[name="slide_switch"]:checked + label {
  border-color: #666;
  opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name="slide_switch"] ~ img {
  opacity: 0;
  transform: scale(1.1);
  width: 100%;
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name="slide_switch"]:checked + label + img {
  opacity: 1;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Картинка с текстом*/
.example3 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.example3 .example_beauty,
.width-lg {
  width: 100%;
}
.example3 .example_text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  color: #fff;

  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.example3 h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
}
.example3 span {
  font-size: 16px;
}
/*Картинка с текстом*/
/*Шкала времени*/
.main-timeline {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  width: 860px;
}
.main-timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #cfcdcd;
  position: absolute;
  top: 0;
  left: 50%;
}
.main-timeline .timeline {
  width: 50%;
  clear: both;
  position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #cfcdcd;
  box-sizing: content-box;
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px #cfcdcd;
  position: absolute;
  top: -54px;
  right: -11px;
  transform: rotate(45deg);
}
.main-timeline .timeline:last-child:before {
  top: auto;
  bottom: -54px;
}
.main-timeline .timeline:last-child:nth-child(even):before {
  right: auto;
  left: -11px;
}
.main-timeline .timeline-icon {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #cfcdcd;
  position: absolute;
  top: 17px;
  right: -13px;
  z-index: 1;
  transform: rotate(45deg);
}
.main-timeline .timeline-icon:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-icon:before {
  background: #39b3ff;
}
.main-timeline .timeline-content {
  width: 85%;
  padding: 18px 30px;
  background: #fff;
  text-align: right;
  float: left;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .timeline-content {
  border: 1px solid #cfcdcd;
}
.main-timeline .timeline-content:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #cfcdcd;
  position: absolute;
  top: 21px;
  right: -7.3px;
  transform: rotate(45deg);
  transition: all 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-content:before {
  background: #39b3ff;
  border-color: #39b3ff;
}
.main-timeline .timeline-content:after {
  content: "";
  width: 11%;
  height: 1px;
  background: #cfcdcd;
  position: absolute;
  top: 28px;
  right: -14%;
}
.main-timeline .date {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #39b3ff;
  margin: 0 0 8px;
  transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .date {
  color: #444;
}
.main-timeline .title {
  font-size: 18px;
  color: #444;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .title {
  color: #39b3ff;
}
.main-timeline .description {
  font-size: 16px;
  color: #777;
  line-height: 28px;
  margin-top: 8px;
}
.main-timeline .timeline:nth-child(2n),
.main-timeline .timeline:nth-child(2n) .timeline-content {
  float: right;
  text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
  right: 0;
  left: -12px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  left: -7.3px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:after {
  left: -14%;
}
@media only screen and (max-width: 767px) {
  .main-timeline {
    padding-left: 20px;
  }
  .main-timeline:before {
    left: 20px;
  }
  .main-timeline .timeline {
    width: 100%;
  }
  .main-timeline .timeline,
  .main-timeline .timeline-content {
    float: right;
    text-align: left;
  }
  .main-timeline .timeline:first-child:before,
  .main-timeline .timeline:last-child:nth-child(odd):before {
    right: auto;
    left: -11px;
  }
  .main-timeline .timeline-icon {
    right: 0;
    left: -12px;
  }
  .main-timeline .timeline-content:before {
    left: -7.3px;
  }
  .main-timeline .timeline-content:after {
    left: -14%;
  }
}
/*Шкала времени*/

/*Прайс лист для страниц*/

.pricingTable {
  text-align: center;
  background: #7f909a;
  color: #dfeaf0;
  border-radius: 3px;
}
.pricingTable .pricingTable-header {
  color: #333;
}
.pricingTable .heading {
  background: linear-gradient(to bottom, #425159 13%, #364751 100%);
  display: block;
  padding: 10px 0;
}
.pricingTable .heading h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1px;
}
.pricingTable .heading span {
  color: #fff;
}
.pricingTable .price-value {
  color: #7f909a;
  background: #dfeaf0;
  font-size: 30px;
  font-weight: 700;
  padding: 30px 0;
  display: block;
  position: relative;
}
.pricingTable .price-value:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -21px;
  height: 21px;
  background:
    linear-gradient(-45deg, transparent 75%, #dfeaf0 75%) 0 50%,
    linear-gradient(45deg, transparent 75%, #dfeaf0 75%) 0 50%;
  background-repeat: repeat-x;
  background-size: 10px;
}
.pricingTable .price-value > .month {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.pricingTable .special {
  position: absolute;
  top: 29%;
  right: -7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #33444e;
  padding: 10px;
}
.pricingTable .special:before {
  content: "";
  border-left: 10px solid transparent;
  border-top: 21px solid #33444e;
  border-bottom: 21px solid #33444e;
  position: absolute;
  left: -10px;
  top: 0;
}
.pricingTable .special:after {
  content: "";
  border-bottom: 5px solid #273035;
  border-left: 7px solid #12191c;
  position: absolute;
  right: 0;
  top: 100%;
}
.pricingTable .pricingContent {
  font-size: 13px;
  text-align: left;
  padding: 35px 0;
  position: relative;
}
.pricingTable .pricingContent ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.pricingTable .pricingContent ul li {
  padding: 7px 25px;
  border-bottom: 1px solid #dfeaf0;
  list-style-type: none;
}
.pricingTable .pricingContent ul li:last-child {
  border-bottom: none;
}
.pricingTable .pricingContent i.fa {
  margin: 0 10px 0 0;
  font-size: 14px;
}

.pricingTable .pricingTable-description {
  font-size: 13px;
  padding: 0 10px 30px;
}
.pricingTable.blue .heading {
  background: linear-gradient(to bottom, #18a4ef 13%, #0285cb 100%);
}

.pricingTable.blue .heading span {
  color: #fff;
}

.pricingTable.blue .special {
  background: #139fec;
}
.pricingTable.blue .special:before {
  border-left-color: transparent;
  border-top-color: #139fec;
  border-bottom-color: #139fec;
}
.pricingTable.blue .special:after {
  border-left-color: #294f67;
}
.main-serv-img {
  width: 100%;
  margin-right: 10px;
  height: auto;
}
.main-serv-img {
  padding-right: 15px;
}
.serv-block img {
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  .pricingTable {
    margin-bottom: 10px;
  }
}
/*Прайс лист для страниц*/
#nashi-uslugi .text {
  background-color: rgb(42, 43, 43);
  padding: 7px;
}
.serv_img {
  width: 100%;
}
.plan_img {
  width: 100%;
  max-height: 300px;
}
.button_more {
  padding: 20px 30px;
  background: #eca843;
  cursor: pointer;
  width: 80%;
  font-size: 20px;
  border-radius: 3px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.button_more:hover {
  background: #000;
  color: #ffd24d;
}
.price-block {
  display: none;
}
.background-grey {
  background: #f6f6f6;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.room-main-img img {
  width: 100%;
}
.room-plus ul {
  list-style: none;
  padding-left: 0px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 12px;
}
.room-plus ul li:before {
  content: "\f046";
  color: #fdb22b;
  font-family: FontAwesome;
  font-size: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.room-plus p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.room-plus p > span {
  font-size: 14px;
  color: #5b5b5b;
  font-weight: normal;
}
.room-plus ul li {
  font-size: 18px;
  padding-bottom: 15px;
}
.room-plus-phone {
  text-align: center;
}
.room-plus-phone a {
  text-decoration: none;
  text-decoration: none;
  font-size: 36px;
  font-weight: 800;
  color: #333;
  font-family: Bebas Neue;
}
.room-plus-phone a:hover {
  color: #333;
}
.room-plus-phone a span {
  color: #E3AC2B;
}
.room-plus-phone a:hover span {
  color: #E3AC2B;
}
.calc-button {
  background: #e5a802;
  color: white;
  text-decoration: none;
  padding: 14px;
  border-radius: 3px;
  width: 80%;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}
.room-plus-calc {
  text-align: center;
  margin-top: 13px;
}
.calc-button:hover {
  color: white;
  opacity: 0.9;
}
.content-text {
  padding: 60px 0;
}
.owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-item {
  height: 470px;
}
.row.slider-block {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}
.owl-item .item {
  height: 100%;
}
.slider-block {
  height: 500px;
  margin-bottom: 30px;
}
.room-plan-img {
  position: relative;
  height: 100%;
  background: white;
  border-radius: 5px;
  text-align: center;
}
.plan-img-block {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 15px;
  left: 50%;
}
.owl-carousel {
  position: relative;
}
.owl-theme .owl-nav {
  margin-top: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  position: absolute;
  width: 100%;
  color: white;
}
.owl-next {
  margin-left: 80% !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}
.price-block table {
  background: white;
}
.you-can-item {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  text-align: center;
  padding-bottom: 30px;
  background: white;
}
.you-can-item-title {
  padding: 20px 0;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #e5a802;
}
.you-can-item-title.white {
  background: white;
  border-bottom: 1px solid #e8e8e8;
}
.you-can-item-title.grey {
  background: #e8e8e8;
}
.you-can-item-title.green {
  background: #54a802;
  color: white;
}
.you-can-item-title.red {
  background: #ff0018;
  color: white;
}
.you-can-item-text p {
  color: #E3AC2B;
  font-size: 35px;
  font-weight: bold;
  font-family: Bebas Neue;
  margin-top: 30px;
  margin-bottom: 0px;
}
.best-block {
  text-align: center;
}
.best-block-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.article-item-img {
  position: relative;
  text-align: center;
  height: 100%;
}
.article-item img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.article-item-text {
  background: #e8e8e8;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.article-item-link a {
  font-size: 18px;
  color: white;
  background: #fdb22b;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}
.article-item-link a:hover {
  color: #fdb22b;
  background: #000;
}
.article-item-link {
  margin-top: 15px;
}
.article-item {
  height: 400px;
}
.room-plan-title p {
  font-size: 30px;
  font-weight: 500;
  color: #E3AC2B;
  font-family: Bebas Neue;
}
.bg-black {
  background: #2a2c2b;
  padding-top: 15px;
  padding-bottom: 15px;
}
table.tbl-brd td {
  border: 1px solid;
}
#mroof {
  border: 1px solid #E3AC2B;
  border-radius: 3px;
  color: #E3AC2B;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#mroof-label {
  color: #E3AC2B;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.article-img {
  height: 400px;
  width: 100%;
}
.article-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 500px) {
  .background-grey h1,
  .background-grey h2 {
    font-size: 22px;
    padding: 0 15px;
  }
  .article-img {
    height: 150px;
  }
  .content-text h2 {
    padding: 15px;
    font-size: 18px;
  }
  .room-plus,
  .room-plan-title {
    margin-top: 10px;
  }
  .content-text p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .owl-item {
    height: 300px;
  }
  .plan-img-block {
    position: relative;
    transform: none;
    padding-right: 15px;
    top: 0;
  }
  .button_more {
    position: relative;
  }
  .col-md-5.room-plan-img {
    height: auto;
    padding-bottom: 15px;
  }
  .col-md-10.col-md-offset-1 {
    margin-top: 40px;
  }
  .best-block .phone {
    font-size: 26px;
  }
  .best-block-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
  }
  .you-can-item-title {
    padding: 10px 0;
    font-size: 14px;
  }
  .you-can-item-text p {
    font-size: 24px;
  }
  .you-can-item-text span {
    font-size: 14px;
  }
  .bg-black {
    margin-bottom: 15px !important;
  }
}
#sl {
  text-decoration: none;
  color: #333;
  font-size: 24px;
}
#sl:hover {
  text-decoration: underline;
}
/*	Похожие материалы	*/
.article_sim {
  background: #4d4d4d;
  width: 30%;
  height: 280px;
  float: left;
  margin: 10px 10px;
  text-align: center;
}
.article_sim span {
  width: 250px;
}
.article_sim img {
  width: 100%;
  height: 180px;
}
.article_sim span + span a {
  padding: 20px 5px;
}

.article_sim a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}
#similar {
  width: 100%;
  margin: 20px auto;
}
@media (max-width: 800px) {
  #similar {
    width: 100%;
  }
  .article_sim {
    width: 46%;
  }
}
@media (max-width: 550px) {
  #similar {
    width: 100%;
  }
  .article_sim {
    width: 100%;
  }
}

/*	Popup	*/
#bg_popup {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  display: none;
  position: fixed;
  z-index: 99999;
  top: 20%;
  width: 100%;
  height: 100%;
}

#popup {
  /*background: #fff;*/
  width: 30%;
  left: 60%;
  margin-left: -25%;
  /*padding: 5px 20px 13px 20px;*/
  position: relative;
  /*-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;*/
}
#popup img {
  width: 100%;
}
.closes {
  display: block;
  position: absolute;
  top: -12px;
  right: 5px;
  width: 25px;
  height: 25px;
  line-height: 28px;
  color: #fff;
  background: #1ba600;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  padding: 0px 0 0 7px;
  text-decoration: none;
}
.closes:hover {
  background-color: #f30;
}
/*	Popup при закрытии окна	*/
.outssye {
  /*opacity: 1!important;*/
  visibility: visible !important;
}
.outss {
  /*opacity:0;*/
  /*visibility: hidden;*/
  font-family: Arial;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.outsscl,
.outsscl a {
  cursor: pointer;
  position: absolute;
  line-height: 32px;
  font-size: 32px;
  top: 0px;
  right: 5px;
  color: #e40000;
  z-index: 10;
  text-decoration: none;
}
.outsscl:hover {
  color: #000;
}
.outss .outssback {
  background: #000;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
}
.outss .outsstext {
  padding: 0px;
  background: #f6fcff;
  position: fixed;
  top: 120px;
  left: 50%;
  margin-left: -25%;
  border-radius: 13px;
  text-align: center;
  width: 50%;
}
.outsstext h3 {
  font-size: 30px;
  font-weight: normal;
}
.outsstext p {
  font-size: 18px;
  margin: 0.875em 0;
}
@media (max-width: 480px) {
  #bg_popup {
    display: none !important;
  }
  /*#popup {
		width: 65%;
		left: 43%;	
	}
	#popup img {
		width: 100%;
	}
	.preim .calcbox-adaptive img {
		width: 95%;
	}*/
}
#leftp {
  float: left;
  width: 50%;
  height: auto;
  padding: 20px;
}
#rightp {
  width: 50%;
  background: url(/modeal.png);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 50%;
}
.modal__body_p {
  width: 100%;
}
.modal__body_p input {
  border-radius: 1px;
}
#call_exit {
  width: 90%;
  margin: 0 auto;
}

.shareyan {
  text-align: center;
  padding: 15px 0 0 0;
  list-style: none !important;
}

.shareyan ul li:before {
  background: none !important;
}

.ditto_page {
  margin: 0 2px;
}
#stati_anons {
  clear: both;
  min-height: 200px;
}
#stati_anons img {
  margin-right: 10px;
  width: 200px !important;
  height: 133px !important;
}
@media (max-width: 500px) {
  #stati_anons img {
    width: 100% !important;
  }
}

.budni {
  float: left;
  background: #00b945;
  padding: 5px;
  margin: 5px;
}

.rest {
  float: left;
  background: #ff1300;
  padding: 5px;
  margin: 5px;
}

.actionew img {
  width: 100%;
}

.colorBack {
  background-color: #fff9e9;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}

.colorWr {
  color: #E3AC2B;
}

.NewMore {
  text-align: center;
}

.actionew h2 {
  font-weight: 200;
  text-align: center;
}

.3dtur1 {
  text-align: center;
}
/*	Cookies	*/
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-family: Verdana, sans-serif;
  color: #fff;
  background: #337ab7;
  padding: 10px 20px;
  border-top: 4px solid #bfe2ff;
}
/* Оформление кнопок */
.cookie_btn {
  display: inline-block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  padding: 4px 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #337ab7;
  border: 2px solid #bfe2ff;
}
.cookie_btn:hover {
  color: #fff;
}
.cookie_btn:after,
.cookie_btn:before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #fff;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.cookie_btn:before {
  top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
  width: 100%;
  left: 0;
}
