
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #000;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 0;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100% !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4 {
  font-family: 'Roboto Condensed', serif;
  margin-bottom: .5rem;
  margin-top: 0;
  line-height: 1.1;
  color: #000;
  /*text-transform: uppercase;*/
}

h1 {
  font-size: 26px;
  color: #FD4A36;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

ul {
  padding: 0
}

li {
  list-style-position: inside;
}

@media(max-width: 767px) {}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
}

.container::after {
  display: table;
  clear: both;
  content: "";
}



@media (min-width: 992px) {
  .container {
    max-width: 98%;
    margin: 0 1%
  }
  .Content .container {
    /*max-width: 90%;*/
    margin: 0 auto
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.333333%;
}

.col-xs-pull-2 {
  right: 16.666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.333333%;
}

.col-xs-pull-5 {
  right: 41.666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.333333%;
}

.col-xs-pull-8 {
  right: 66.666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.333333%;
}

.col-xs-pull-11 {
  right: 91.666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.333333%;
}

.col-xs-push-2 {
  left: 16.666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.333333%;
}

.col-xs-push-5 {
  left: 41.666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.333333%;
}

.col-xs-push-8 {
  left: 66.666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.333333%;
}

.col-xs-push-11 {
  left: 91.666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

/* Navigation */

.nav {
  font-family: 'Roboto Condensed', serif;
  font-weight: 400;
}
.nav-list {
  text-align:center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav-item {
  display: table-cell;
  position:relative;
}
.nav-item a {
  color: #057699;
  font-size: 14px;
  font-weight: 700;
  display:block;
  padding: 4px 5px 5px 5px;
  margin: 10px 5px;
  border-radius: 5px;
  border: 1px solid #c8d0d6;
}
@media(min-width: 992px) {
  /*.nav-item:nth-child(1),
  .nav-item:nth-child(4) {
    width: 18%;
  }*/
}
.nav-item.active > a,
.nav-item:hover > a {
  background: #FD4A36;
  color: #fff;
  border: 1px solid #FD4A36;
}
.nav-item:hover .nav-submenu {
  display:block;
}
/* Navigation submenu */
.nav-submenu {
  background: #fff;
  list-style: none;
  display:none;
  padding-left: 0;
  position:absolute;
  left:0;
  width:100%;
  z-index: 3;
}
.nav-submenu-item a {
  border-radius: 0;
  margin: 0;
  text-align: left;
  border-left: 1px solid #c8d0d6;
  border-right: 1px solid #c8d0d6;
  border-bottom: 1px solid #c8d0d6;
  border-top: 0px solid #c8d0d6;
}
.nav-submenu-item:first-child a {
  border-top: 1px solid #c8d0d6;
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover {
  background: #FD4A36;
  color: #fff
}
.nav-mobile {
  display:none; 
  cursor:pointer;
  float: right;
  background:#FD4A36 url(../images/nav.svg) no-repeat center center;
  background-size:18px;
  height:50px;
  width:50px;
  position: absolute;
  top: 25px;
  right: 10px;
}
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  height:49px;
  width:50px;
  cursor:pointer;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background:url(../images/drop.png) no-repeat center center;
  background-size:20px;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display:block;
  }
  .nav {
    width:100%;
    clear: both;
  }
  .nav-list {
    display:none;
    padding-top: 15px;
  }
  .nav-item {
    width:100%;
    float:none;
    display: block;
  }
  .nav-item > a {
    padding:15px;
  }
  .nav-click {
    display:block;
  }
  .nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display:none;
  }
  .nav-submenu {
    background: #fff;
    position:static;
    width:100%;
  }
  .nav-submenu-item a {
    text-align: center;
  }
}

/* icon */
.topBar {
    background: #057699;
    color: #fff;
    padding: 10px 0
}

.Mobile .topBar {
  text-align: center;
}

.icon {
  background: url('../images/split.png') no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
}


.icon_tel {
  background-position: -20px 0;
  width: 14px;
  height: 27px;
  margin-top: -4px;
}

.Mobile .icon_adr {
    top: 2px;
    position: relative;
}

.icon_adr {
  background-position: 0 0;
  width: 17px;
  height: 27px;
  position: absolute;
    top: -2px;
    left: 0;
}
/*------------------------------------*\
    Header 
\*------------------------------------*/
.topNav {
  padding: 10px 0;
  border-bottom: 4px solid #FD4A36;
  position: relative;
}

.adr {
  float: left;
  margin-top: 4px;
  position: relative;
  padding-left: 25px;
}

.Tablet .adr {
    width: 40%;
}
.tel {
  float: right;
  font-size: 20px;
  font-family: 'Roboto Condensed', serif;
  font-weight: 700;
      margin-right: 1em;
      margin-top: 5px;
}
.Mobile .tel {
    margin-top: 10px;
}
.Mobile .adr, .Mobile .tel {
  float: none;
  display: block;
}
.logo {
  font-family: 'Roboto Condensed', serif;
  font-weight: 400;
  font-size: 30px;
  float: left;
  position: relative;
  padding-left:130px;
  min-height: 80px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  color: #048DB7
}
.logo:before {
    content: "";
    background: url('../images/logo.png') no-repeat center;
    height: 80px;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0
}
.logo > span {
  display: block;
  color: #FD4A36;
  font-size: 24px;
  line-height: 30px;
  padding-left: 24px;
}

@media(max-width: 991px) {
 
}
.btn {
  font-family: 'Roboto Condensed', serif;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  background: #FD4A36;
  border: none;
  color: #fff
}
.btn_devis {
  background: #FD4A36;
  color: #fff;
  float: right;
}

.btn.btn_devis.real {
    margin-right: 5px;
}

@media(max-width: 767px) {
  .btn_devis {
    display: none !important;
  }
}

/*------------------------------------*\
    Contenu 
\*------------------------------------*/
/* Home slider */
.Homeslider {
  height: 440px;
  position: relative;
}
.Homeslider .container {
  height: 100%;
}
.sliderH,
.banner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.imgslide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.formulaire {
  float: right;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding:  3em 15px 15px;
  background: rgba(0,0,0,0.5);
  width: 50%;
}

.Mobile .formulaire {
    padding: 20px 10px 25px;
    float: none;
    width: 100%
}
.formulaire:after {
  display: table;
  clear: both;
  content: "";
}


.titre {
  font-family: 'Roboto Condensed', serif;
  font-weight: 700;
  font-size: 30px;
  color: #FD4A36;
}

.formulaire .titre {
  color: #fff
}
.subtitre {
  font-family: 'Roboto Condensed', serif;
  font-size: 24px;
  color: #fff;
}

input, textarea, keygen, select, button {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 14px
 }
.btn_submit {
  margin-top: 1em
}
.form_input {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  display: block;
  margin-bottom: 2px;
  padding: 10px;
  outline: 0 !important;
  width: 100%;
  -webkit-appearance: none;
}
@media(max-width: 767px) {
  .Homeslider {
    background: rgba(0,0,0,0.6);
    height: inherit;
  }
  .Homeslider .container {
    display: block;
  }
}

.demande_devis, .rappel {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.Mobile .demande_devis, .Mobile .rappel {
    float: none;
    width: 100%;
    margin: 0 ;
}

.rappel .tel {
  float: none;
  color: #fff;
  margin-top: 1em;
    display: block;
    font-size: 16px;
}

/* Banner */
.banner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.zinguerie .banner {
  background-image: url('../images/bg/bg_zinguerie.jpg');
  background-position: top;
}

.velux .banner {
  background-image: url('../images/bg/bg_velux.jpg');
}
.gouttiere .banner {
  background-image: url('../images/bg/bg_gouttiere.jpg');
}
.nettoyage_demoussage_toiture .banner {
  background-image: url('../images/bg/bg_nettoyage_demoussage_toiture.jpg');
}
.reparation_toiture .banner {
  background-image: url('../images/bg/bg_reparation_toiture.jpg');
}
.ravalement .banner {
  background-image: url('../images/bg/bg_ravalement.jpg');
}
.nettoyage-panneau-photovoltaiqu .banner {
  background-image: url('../images/bg/bg_nettoyage-panneau-photovoltaiqu.webp');
}
.nettoyage-de-velux .banner {
  background-image: url('../images/bg/bg_nettoyage-de-velux.webp');
  background-position: center bottom;
}

.Desktop .wdth2 {
  width: 20%;
}

/* Contenu */
.Content {
    margin: 4em 0 0 0;
}

.intro h1, .intro p {
  text-align: center !important
}
.intro h1:after {
    content: "";
    background: #057699;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin: 1em auto;
}


.bg_gray {
  background: #f2f2f2;
  padding: 4em 0;
  margin: 4em 0;
}

.article_one h2,
.article_one p {
}

.bg_artice {
  background-image: url('../images/bg/bg_artice.jpg');
  background-position: center;
  padding: 4em 0;
  margin: 4em 0 0 0;
  position: relative;
  background-size: cover;
}

.bg_artice:after {
  content: '';
  display: block;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.bg_artice h2,
.bg_artice p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.section_bottom {
    margin: 4em 0;
}
.section_bottom .item h2,
.section_bottom .item p {
  text-align: center !important;
}

.section_bottom .item h2:after {
    content: "";
    background: #057699;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin: 1em auto;
}

#footer {
    background: #000;
    color: #fff;
    padding: 4em 0 2.5em;
}

.Mobile #footer > div > div {
  clear: both;
}

#footer h3 {
  color: #FD4A36;
      margin-bottom: 1em;
}

#footer a:hover {
  color: #FD4A36;
}

#footer ul {
  margin: 0;
  padding: 0
}

#footer .logo {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#footer p {
  position: relative;
}
#footer p span {
    position: relative;
    left: 25px;
}
#footer .icon_adr {
  position: absolute;
  top: 2px;
  left: 0;
}
.copyright {
    background: #057699;
    padding: 1.5em 0;
    color: #fff
}

.Mobile .copyright {
  text-align: center;
}

.copyright span {
  float: left;
  margin-top: 5px;
}

.copyright a.mentions {
  float: right;
}

.Mobile .copyright span,
.Mobile .copyright a  {
  float: none;
  margin: 1em 0
}

.Mobile .copyright span {
  display: block;
}
.item-left {
    float: left;
    width: 40%;
    padding-right: 2%;
}

.item-right {
    float: right;
    width: 40%;
    padding-left: 2%;
}

.Mobile .item-left {
    float: none;
    width: 100%;
    padding-right: 0;
}

.Mobile .item-right {
    float: none;
    width: 100%;
    padding-left: 0;
}
@media (max-width: 767px) {
  .article_top > div > div > img, .article_one > div > img, .article_top > img {
      margin: 1rem 0;
      width: 100%;
  }
}

.PageDevis {
    margin-bottom: 5em;
}

.PageDevis label {
    margin: 1em 0;
    display: block;
}

.list-categories {
  margin: 0
}

.list-categories li {
  list-style: none;
  display: table-cell;
}

.Mobile .list-categories li {
  float: left;
  width: 50%
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}




.Categories h2 {
    text-align: center;
    margin: 2em 0;
}

.Item-cat {
    display: block;
    position: relative;
}
.Item-cat img {
    width: 100%;
}
.titre-cat {
    font-weight: bold;
    position: absolute;
    z-index: 3;
    top: 0;
    text-align: center;
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: normal;
    padding: 30% 10px;
    transition: all .3s;
    margin: 0
}

.Tablet .titre-cat {
   padding: 20% 10px;
}

.Mobile .titre-cat {
   padding: 27% 10px;
}

.Item-cat:hover .titre-cat {
  background: rgba(0, 0, 0, 0.6);
}

.competences {
  text-align: center;
  margin-top: 2em;
  padding: 2em 0 0 0;
  border-top: 1px solid #b5b5b5
}
.competences > h2:after {
    content: "";
    background: #057699;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin: 1em auto;
}



.text-wk {
    float: right;
}

.text-wk p{
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
    margin-top: 0;
    float: none;
}

.logo_akisiweb {
  float: right;
      margin-top: 10px;
}
.logo_akisiweb img {
  margin: 0 auto;
  width: 70%;
}
@media(max-width: 543px) {
  .copyright p,
  .logo_akisiweb {
    float: none;
    text-align: center;
  }
  .logo_akisiweb {
    margin-top: 15px;
  }
}

.Mapcontainer {
    height: 425px;
    margin-top: 2em;
}
#mail, #mail2, #mail3 { display: none; }
span.tel a,
#footer p a {
    background: #FD4A36;
    padding: 5px;
    border-radius: 10px;
}