html {
  /* width: 100%;*/
  height: 100%;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  width: 100%;
  height: 100%;
  /*  min-width: 300px; */
  /* overflow-y: auto;
  overflow-x: hidden; */
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
.mt-5 {
  margin-top: 80px !important;
}
.ml-2 {
  margin-left: 10px;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-2 {
  margin-bottom: 10px;
}
.page1 {
  height: 1px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .page1 {
    display: none;
  }
}
.mr-2 {
  margin-right: 10px;
}
.red {
  color: #b04d3f !important;
}
.yellow {
  color: #f19a10;
}
a.yellow:hover {
  color: #000 !important;
}
.gray {
  color: #a1a1a1 !important;
}
.m-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ml-20 {
  margin-left: 20%;
}
@media screen and (max-width: 700px) {
  .mauto {
    margin: auto;
  }
}
@media screen and (max-width: 700px) {
  .ml-20 {
    margin-left: 0;
  }
}
.p-10 {
  padding: 0 10%;
}
@media screen and (max-width: 1300px) {
  .p-10 {
    padding: 0 12% 0 12%;
  }
}
@media screen and (max-width: 1200px) {
  .p-10 {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .p-10 {
    padding: 0 8%;
  }
}
@media screen and (max-width: 800px) {
  .p-10 {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .ml-20 {
    margin-left: auto;
  }
}

h4 {
  margin-bottom: 0px;
}

h4 + p {
  margin-top: 0px;
}

h3 {
  margin-top: 40px;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.img-responsive {
  max-width: 100%;
  display: inline !important;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
}

#preloader .logo-preloader {
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  color: #000;
  font-size: 32px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: -3px;
}

#preloader .logo-preloader span {
  font-size: 13px;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#preloader .logo-preloader .animation img {
  animation: spin 2s infinite linear;
  display: block;
  margin: 0 auto;
  width: 110px;
}

section {
  position: relative;
}

.nv {
  opacity: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #6b2a1b;
  margin: auto;
  padding: 0;
  width: 80%;
}

h1 {
  font-size: 42px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0px;
}

h1.home-lh {
  line-height: 46px;
}

h1 span {
  font-size: 26px !important;
}

.italic {
  font-style: italic;
  font-size: 22px;
  line-height: 28px;
  font-weight: lighter;
}

@media (min-width: 1025px) and (max-width: 1289px), only screen and (min-width: 700px) and (max-width: 1024px) {
  h1 {
    font-size: 35px;
    line-height: 35px !important;
  }
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  h1 {
    font-size: 25px;
    line-height: 30px !important;
  }
}

h2 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 5px;
}

h2.home-lh {
  line-height: 28px;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  h2 {
    font-size: 21px;
    line-height: 25px !important;
  }
}

.mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  .mobile {
    display: initial;
  }
}

@media only screen and (max-width: 700px) {
  .m-hidden {
    display: none;
  }
}

.page {
  padding: 0px 10px 80px 10px;
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .page {
    padding: 60px 10px 60px 10px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .page {
    padding: 30px 10px 30px 10px;
  }
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .page {
    padding: 10px 10px 10px 10px;
  }
}

.no-padding {
  padding: 0 !important;
}
@media only screen and (max-width: 1300px) {
  .no-pad {
    padding: 0 !important;
  }
}
.margin {
  margin: 10px;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-80 {
  margin-right: 80px;
}

.table-num {
  display: table;
  margin: auto;
}

.table-num .row {
  display: table-row;
  line-height: 50px;
}

.table-num div {
  display: table-cell;
}

.table-num .number {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  font-size: 46px;
  display: inline-block;
  vertical-align: middle;
}

.table-num .number i {
  font-size: 14px;
  /*font-family: 'Avenir LT Std 35 Light';*/
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}

.table-num .numtext {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  font-size: 16px;
  text-align: left !important;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

.table-num .numtext strong {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  font-size: 20px;
}

.table-num .numtext::before {
  content: " ";
  display: inline-block;
  width: 20px;
  border-top: 1px solid #000;
  top: 50%;
  left: -25px;
  position: absolute;
}

.plus {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  font-size: 19px;
  line-height: 35px;
}

.heavy {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  font-size: 19px;
}

.resp-img {
  max-width: 100%;
}

@media only screen and (max-width: 700px) {
  .resp-img {
    max-width: 90%;
  }
}

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

/* IE 6 & 7 */
.clearfix {
  zoom: 1;
}

.row {
  display: flex;
}
.row-rew {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  .row,
  .row-rew {
    display: block;
    width: 90% !important;
  }
}
[class*="col-"] {
  position: relative;
}

.col-2 {
  width: 25%;
}
.col-3 {
  width: 33.3%;
}
@media only screen and (max-width: 700px) {
  .col-3 {
    width: 50%;
  }
}
.col-4 {
  width: 40%;
  display: inline-block;
}

.col-5 {
  width: 45%;
  display: inline-block;
}

.col-6 {
  width: 60%;
  display: inline-block;
}
.col-8 {
  width: 80%;
}
.col-9 {
  width: 90%;
}
.col-7 {
  width: 70%;
}

.col-10 {
  width: 80%;
}

.col-12 {
  width: 94%;
  display: inline-block;
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .blessures .col-6 {
    width: 60%;
  }
}

@media only screen and (max-width: 800px), only screen and (max-width: 800px) and (orientation: landscape) {
  .blessures .col-5,
  .blessures .col-4 {
    width: 100%;
  }

  .blessures .col-4.margin-80 {
    margin-top: 20px;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .blessures .col-6,
  .blessures .col-7 {
    width: 95%;
    margin: auto;
    display: block;
  }

  .col-5 {
    width: 100%;
  }
}

.table {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 80px;
}

.table .row {
  display: table-row;
  margin-bottom: 10px;
}

.table .col-1 {
  /*width: 30%;*/
  min-width: 150px;
  border-right: 1px solid #000;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 46px;
  /*font-family: 'Avenir LT Std 95 Black';*/
  font-weight: 900;
  display: table-cell !important;
}

.table .col-4 {
  width: 40%;
  padding: 20px 10px 20px 10px;
  display: table-cell !important;
  font-size: 19px;
}

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

@media only screen and (max-width: 700px) {
  .table .col-1 {
    width: 20%;
    height: 100px;
    display: block !important;
    float: left;
    font-size: 36px;
    padding-top: 10px;
  }

  .table .col-4 {
    width: 60%;
    display: block !important;
    height: 100px;
    float: left;
    padding: 10px;
    font-size: 17px;
  }

  .table .col-4:after {
    content: "";
    display: table;
    clear: both;
  }

  .table .col-1:before {
    content: "";
    display: table;
    clear: both;
  }
}

.midle {
  margin: auto;
  display: block;
}

.midle-text {
  text-align: center;
}

.reight-text {
  text-align: right;
}

.right {
  float: right;
}

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

.bold {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.bold strong {
  /*font-family: 'Avenir LT Std 95 Black';*/
  font-weight: 900;
}

.white {
  color: #fff !important;
}

.dark-brown {
  color: #a64a0e !important;
}

.blue-bn {
  color: #5c9fa5 !important;
}

.darkred {
  color: #1c0501 !important;
}

.blue {
  color: #438ed1 !important;
}

.blue-border {
  border-color: #438ed1 !important;
}

.red {
  color: #a43535;
}

.purple {
  color: #60002c !important;
}

.yellow {
  color: #f19a10 !important;
}

.gold {
  color: #5da4aa !important;
}

.gold-bgr {
  background-color: #b19a64 !important;
}

.blue-bgr {
  background-color: #438ed1;
}

.blue-bgr .bottom-lined {
  border-bottom: 1px solid #95bfe5 !important;
}

.bottom-lined {
  border-bottom: 1px solid #6b2a1b;
  width: 70%;
  margin: auto;
  margin-bottom: 35px;
  font-size: 18px;
  /*font-family: 'Avenir LT Std 95 Black';*/
  font-weight: 900;
}

.bottom-lined strong {
  font-size: 14px;
}

.dark-blue-bgr {
  background-color: #2c74b5 !important;
}

.dark-blue-bgr .slick-next {
  background-color: #6ca7db !important;
  color: #ffffff;
}

.dark-blue-bgr .slick-next:hover {
  background-color: #3182c9 !important;
}

.dark-blue-bgr .slick-next::before {
  content: "в†’";
  width: 10px;
  background: url("../images/rectangle.png") top no-repeat;
}

.dark-blue-bgr .slick-next:hover::before {
  background: url("../images/rectangle-hover.png") top no-repeat;
}

.dark-blue-bgr .aprops > .bottom-lined {
  border-bottom: 1px solid #fff !important;
}

.slidefect {
  padding-left: 1000px;
  width: 58vh;
  position: relative;
  opacity: 0;
}

.slider-text {
  -webkit-transition: all, 0.3s, ease, 0.5s;
  -moz-transition: all, 0.3s, ease, 0.5s;
  -o-transition: all, 0.3s, ease, 0.5s;
  transition: all, 0.3s, ease, 0.5s;
}

.slidefect1 {
  width: 58vh;
  opacity: 0;
}

.savoar-plus {
  color: #000;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  float: left;
  padding-left: 30px;
  background: url("../images/accent-line.png") left center no-repeat;
  position: relative;
  bottom: 0;
  left: 0;
}

.savoar-plus:hover {
  left: 20px;
  opacity: 0.5;
  -webkit-transition: all, 0.3s, ease, 0s;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.blesure-slider-text {
  -webkit-transition: all, 0.7s, ease, 0.5s;
  -moz-transition: all, 0.7s, ease, 0.5s;
  -o-transition: all, 0.7s, ease, 0.5s;
  transition: all, 0.7s, ease, 0.5s;
}
.navigat {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
}
.logo {
  top: 20px;
  right: 20px;
  position: absolute;
  width: 100px;
  -webkit-transition: all, 0.3s, ease, 0s;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.logo img {
  width: 80%;
  display: block;
  margin-left: 8px;
}

.logo .btn-donate {
  width: 100px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  /*font-family: 'Avenir LT Std 95 Black';*/
  font-weight: 900;
  text-transform: uppercase;
  /*
  background: rgb(111,6,6);
  background: linear-gradient(90deg, rgba(111,6,6,1) 0%, rgba(200,59,60,1) 100%);
   */
  background-color: #5c9fa5;
  display: block;
  margin-top: 15px;
  border-radius: 10px;
  transition: all, 0.3s, ease, 0s;
  opacity: 0.9;
}

.logo .btn-donate:hover {
  /*background: rgba(111,6,6,1);*/
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 1450px) {
  .logo {
    width: 80px;
  }

  .logo #logo {
    width: 80%;
  }

  .logo .btn-donate {
    width: 80px;
    font-size: 9px;
  }
}

@media only screen and (max-width: 1000px) {
  .logo {
    width: 80px;
  }

  .logo .btn-donate {
    display: none;
  }
}

.aproposimg {
  opacity: 1;
  -webkit-transition: all, 0.3s, ease, 0s;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.btn {
  background-color: #5c9fa5;
  display: inline-block;
  /*text-transform: uppercase;*/
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 8px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.btn-noir {
  background-color: #ffffff;
  display: inline-block !important;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  padding: 8px;
  font-size: 14px;
  border-radius: 8px;
  /*font-family: 'Avenir LT Std 35 Light';*/
  min-width: 130px;
  text-align: center;
}

.btn-noir:hover {
  background-color: #000;
  color: #ffffff;
}

.btn-y {
  border: 2px solid #f19a10 !important;
}

.btn-y:hover {
  background-color: #f19a10 !important;
  color: #ffffff;
}

.btn-p {
  border: 2px solid #60002c !important;
}

.btn-p:hover {
  background-color: #60002c !important;
  color: #ffffff;
}

.btn-b {
  border: 2px solid #5da4aa !important;
}

.btn-b:hover {
  background-color: #5da4aa !important;
  color: #ffffff;
}

.btn-y-fill {
  border: 2px solid #f19a10 !important;
  background-color: #f19a10 !important;
}

.btn-y-fill:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.btn-b-fill {
  border: 2px solid #40bcff !important;
  background-color: #40bcff !important;
}

.btn-b-fill:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.navigat {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 500;
}
.button-menu {
  background: url("../images/menu.png") left no-repeat;
  top: 0px;
  left: 50px;
  height: 80px;
  width: 45px;
  position: absolute;
  position: absolute;
  position: absolute;
  cursor: pointer;
  z-index: 800;
  color: #a3a3a3;
  -webkit-transition: all, 0.3s, ease, 0s;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}
/* @media screen and (max-width: 700px) {
  .button-menu {
    background: url("../images/menu-inverse.png") left no-repeat;
  }
} */
.button-menu span {
  margin-left: 0px;
  margin-top: 70px;
  display: inline-block;
  /*font-family: 'Avenir LT Std 35 Light';*/
  font-size: 13px;
  letter-spacing: 4px;
}

.button-menu:hover {
  color: #fff;
}

.close {
  background: url("../images/menu-ferme.png") left no-repeat;
  top: 5px;
  left: 50px;
  padding-top: 30px;
  height: 45px;
  width: 90px;
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  z-index: 1000;
  position: absolute;
}

.close:hover {
  background: url("../images/menu-ferme.png") left no-repeat;
  opacity: 0.5;
  -webkit-transition: all, 0.3s, ease, 0s;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.bm-ivererse {
  background: url("../images/menu-inverse.png") left no-repeat;
}

.bm-ivererse:hover {
  color: #000;
}

@media only screen and (max-width: 700px) {
  .button-menu {
    top: 20px;
    left: 20px;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
  }

  .button-menu span {
    display: none;
  }

  .close {
    background: url("../images/menu-ferme.png") left no-repeat;
    top: 20px;
    left: 20px;
    background-size: 40px auto;
    padding-top: 0px;
    height: 40px;
    width: 40px;
  }

  .close:hover {
    background: url("../images/menu-ferme.png") left no-repeat;
    background-size: 40px auto;
  }

  .bm-ivererse {
    background-size: 40px auto;
  }
}

.nav-hidden {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.1s ease;
}

nav {
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0px;
  width: 33%;
  height: 100%;
  line-height: 45px;
  background-color: #ffffff;
  z-index: 900;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1700px) {
  nav {
    width: 35%;
  }
}
@media only screen and (max-width: 1600px) {
  nav {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  nav {
    width: 40%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  nav {
    width: 100%;
  }
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  nav {
    width: 100%;
    line-height: 30px;
  }
}

nav .navigation {
  display: table;
  vertical-align: middle;
  height: 95%;
  width: 90%;
  z-index: 600;
  position: relative;
  padding-left: 100px;
}
nav .nav-text {
  font-size: 39px;
  line-height: 40px;
  font-weight: 900;
  padding-bottom: 40px;
  max-width: 380px;
  width: 80%;
}
@media only screen and (max-width: 1601px) {
  nav .nav-text {
    font-size: 33px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1501px) {
  nav .nav-text {
    font-size: 29px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1400px) {
  nav .nav-text {
    font-size: 25px;
    line-height: 27px;
  }
}
nav .navigation ul {
  padding: 0;
  margin: 0;
  line-height: 45px;
}

nav .navigation ul li {
  list-style: none;
  margin-left: 0px;
}

nav .navigation ul li a {
  text-decoration: none;
  font-size: 50px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
}

nav .navigation ul li a:hover {
  padding-left: 100px;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  nav .navigation {
    height: 90%;
    padding-left: 30px !important;
    padding-top: 80px !important;
  }

  nav .navigation ul {
    margin: 0 0 0 0px;
    line-height: 32px !important;
  }

  nav .navigation a:hover {
    /*background: url("../images/menu-line.png") left center no-repeat;*/
    /*background-size: 30px auto !important;*/
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 700px) and (orientation: landscape) {
  nav .navigation {
    padding-left: 150px !important;
    padding-top: 0px !important;
  }
}

nav .navigation1 {
  visibility: hidden;
}

nav .nav1 {
  visibility: visible;
  display: table;
  vertical-align: middle;
  width: 80%;
  height: 95%;
  z-index: 800;
  position: absolute;
  padding-left: 30px;
  top: 0;
  left: 55px;
  background-color: #fff;
}

nav .nav1 ul {
  margin: 0 0 0 40px;
  line-height: 45px;
}

nav .nav1 a {
  color: #000;
  text-decoration: none;
  font-size: 31px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  background: url("../images/menu-pointer.png") left no-repeat;
  padding-left: 30px;
  transition: all 0.3s ease;
}

nav .nav1 ul > li > a {
  font-size: 26px;
  /*font-family: 'Avenir LT Std 35 Light';*/
  /*background: url("../images/menu-line.png") -100px center no-repeat;*/
  background: transparent;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  nav .nav1 ul > li > a {
    font-size: 22px;
  }
}
nav .nav1 ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  width: 0;
  transition: all 0.3s ease;
  background-color: #5c9fa5;
  transform: translate(0px, -50%);
}

nav .nav1 ul > li > a:hover {
  /*background: url("../images/menu-line.png") left center no-repeat;*/
  padding-left: 100px;
}

nav .nav1 ul li a:hover:before {
  width: 40px;
}

nav .nav1 .btn {
  font-size: 14px;
  border-radius: 15px;
  padding: 0px 15px 0px 15px;
  margin-top: 20px;
  background: transparent;
  background-color: #5c9fa5;
  color: #fff;
}

nav .nav1 .btn:hover {
  background-color: #000;
  color: #fff;
}

nav .nav1 .remark {
  margin-left: 40px;
  line-height: 28px;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  nav .nav1 {
    left: 0px;
    width: 100%;
    padding-left: 10px;
    padding-top: 30px;
  }

  nav .nav1 a {
    font-size: 26px;
  }

  nav .nav1 ul {
    margin: 0;
  }

  nav .nav1 ul li > ul {
    margin: 0 0 0 20px !important;
  }

  nav .nav1 ul a {
    font-size: 21px !important;
  }

  nav .nav1 ul a:hover {
    /*background: url("../images/menu-line.png") left center no-repeat;*/
    /*background-size: 30px auto !important;*/
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 700px) and (orientation: landscape) {
  nav .nav1 {
    left: 100px !important;
    padding-left: 20px !important;
    padding-top: 0px !important;
  }
}

nav .row {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav ul li {
  list-style: none;
  margin-left: 0px;
}

nav ul li a.item {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  font-size: 31px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  background: url("../images/menu-line.png") -100px center no-repeat;
  transition: all 0.3s ease;
  position: relative;
}

nav ul li a.item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  /*height:100%;*/
  height: 6px;
  width: 0;
  transition: all 0.3s ease;
  background-color: #5c9fa5;
  /*background: url("../images/menu-line.png") left center no-repeat;*/
  transform: translate(0px, -50%);
}

nav ul li a.item:hover {
  transform: translate(100px, -50%);
}

nav ul li a.item:hover:before {
  width: 40px;
}
@media screen and (max-width: 1601px) {
  nav ul li a.item {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  nav ul li a.item {
    font-size: 25px;
  }
}

@media screen and (max-width: 700px) {
  nav ul li a.item {
    font-size: 25px;
  }
}

/*@media (min-width: 1025px) and (max-width: 1289px) {*/
/*  nav ul li a.item {*/
/*    font-size: 44px;*/
/*  }*/
/*}*/
nav .btn {
  font-size: 14px;
  border-radius: 15px;
  padding: 0px 15px 0px 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  nav .navigation .btn {
    font-size: 15px !important;
  }
}

.page-home,
.news,
.galerie {
  max-width: 1290px;
  margin: auto;
}

.gallery-inner {
  max-width: 1370px;
}

.grid {
  margin-top: 0 !important;
}

.grid li {
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .galerie {
    width: 90%;
  }

  .galerie .grid-item {
    width: 50%;
    padding: 10px !important;
    -webkit-transition: all, 0.2s, ease, 0s;
    -moz-transition: all, 0.2s, ease, 0s;
    -o-transition: all, 0.2s, ease, 0s;
    transition: all, 0.2s, ease, 0s;
  }

  .grid-gallery .grid-item {
    padding: 80px !important;
    width: 50% !important;
  }
}

@media only screen and (max-width: 700px) {
  .grid {
  }

  .galerie .grid-item {
    width: 100%;
    -webkit-transition: all, 0.2s, ease, 0s;
    -moz-transition: all, 0.2s, ease, 0s;
    -o-transition: all, 0.2s, ease, 0s;
    transition: all, 0.2s, ease, 0s;
  }

  .grid-gallery .grid-item {
    padding: 5px !important;
    margin-bottom: 40px;
    width: 100% !important;
  }

  .back-to-gallery {
    width: 100%;
    text-align: center;
  }
}

.galeriepage {
  margin: 100px auto 30px auto !important;
}

.project-text,
.news-slider,
.footer-table {
  max-width: 1150px;
  margin: auto;
}

.news-slider {
  width: 90%;
}
@media (min-width: 1025px) and (max-width: 1289px), only screen and (min-width: 700px) and (max-width: 1024px) {
  .project-text,
  .footer-table {
    width: 90%;
  }
}

.scroll-bottom {
  width: 75px;
  height: 55px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1000;
  cursor: pointer;
}

.scroll-bottom .scroll {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);

  width: 100%;
  text-align: center;
}

.scroll-bottom .scroll a {
  color: #ffffff;
  display: inline-block;
  height: 55px;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: all, 0.3s, ease, 0s;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
  background: transparent url("../images/scroll-down.png") no-repeat;
  background-position: 50% 55%;
  -webkit-transition: all, 0.5s, ease, 0.5s;
  -moz-transition: all, 0.5s, ease, 0.5s;
  -o-transition: all, 0.5s, ease, 0.5s;
  transition: all, 0.5s, ease, 0.5s;
}

.scroll-bottom .scroll a:hover {
  -webkit-transition: all, 0.2s, ease, 0s;
  -moz-transition: all, 0.2s, ease, 0s;
  -o-transition: all, 0.2s, ease, 0s;
  transition: all, 0.2s, ease, 0s;
  background: transparent url("../images/scroll-down1.png") no-repeat;
  background-position: 50% 70%;
}

@media only screen and (max-width: 800px)  {
  .scroll-bottom {
    display: none !important;
  }
}

.page-home-slider {
  height: 100%;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .page-home-slider {
    height: 550px;
    max-height: 550px;
  }
}

.page-home-slider .slider,
.page-home-slider .slick-track,
.page-home-slider .slick-list,
.page-home-slider .aprops {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .page-home-slider .slider,
  .page-home-slider .slick-track,
  .page-home-slider .slick-list,
  .page-home-slider .aprops {
    height: 550px;
    max-height: 550px;
  }
}

.page-home-slider .slick-prev {
  display: none !important;
}

.page-home-slider .slick-next {
  position: absolute;
  right: 0;
  top: 20%;
  height: 80%;
  width: 250px;
  background: none;
  border: 0;
  font-size: 0px;
  background-color: red;
  z-index: 1000;
}

.page-home-slider .image {
  position: relative;
  margin-left: 0px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  -webkit-transition: all, 0.5s, ease, 1.5s;
  -moz-transition: all, 0.5s, ease, 1.5s;
  -o-transition: all, 0.5s, ease, 1.5s;
  transition: all, 0.5s, ease, 1.5s;
}

.page-home-slider .move {
  margin-left: -100px;
  -webkit-transition: all, 0.5s, ease, 1.5s;
  -moz-transition: all, 0.5s, ease, 1.5s;
  -o-transition: all, 0.5s, ease, 1.5s;
  transition: all, 0.5s, ease, 1.5s;
}

.page-home-slider .move1 {
  margin-left: -50px;
  -webkit-transition: all, 0.5s, ease, 0.5s;
  -moz-transition: all, 0.5s, ease, 0.5s;
  -o-transition: all, 0.5s, ease, 0.5s;
  transition: all, 0.5s, ease, 0.5s;
}

.page-home-slider .btn-slide {
  height: 75vh;
  position: absolute;
  right: 0;
  top: 250px;
  width: 15%;
  z-index: 1000;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .page-home-slider .btn-slide {
    height: 300px;
    top: 100px;
  }
}

.page-home-slider .main-slide-text {
  font-size: 43px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 40%;
  margin-left: 12%;
  z-index: 100;
  line-height: 48px;
  animation: slideInLeft;
  animation-duration: 1.2s;
  animation-delay: 0.5;
  width: 45%;
}
@media only screen and (max-width: 1400px) {
  .page-home-slider .main-slide-text {
    font-size: 36px;
    line-height: 40px;
    width: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  .page-home-slider .main-slide-text {
    font-size: 36px;
    line-height: 40px;
    width: 60%;
  }
}
@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .page-home-slider .main-slide-text {
    width: 70%;
    font-size: 30px;
    line-height: 34px;
    top: 25%;
  }
}

.page-home-slider .slider-text {
  top: 55%;
  margin-left: 12%;
  position: absolute;
  z-index: 1500;
  width: 45%;
}

@media only screen and (max-width: 700px),
  only screen and (max-width: 700px) and (orientation: landscape),
  only screen and (min-width: 700px) and (max-width: 1024px) {
  .page-home-slider .slider-text {
    top: 58%;
    width: 70%;
  }
}

.page-home-slider .slider-text h1 {
  font-size: 59px;
  /*font-family: 'Avenir LT Std 95 Black';*/
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  max-width: 650px;
}
@media only screen and (max-width: 1500px) {
  .page-home-slider .slider-text h1 {
    font-size: 47px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .page-home-slider .slider-text h1 {
    font-size: 45px;
  }
}

.page-home-slider .slider-text p {
  color: #fdfdfc;
  font-size: 21px;
  line-height: 30px;
  /*font-family: 'Avenir LT Std 35 Light';*/
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1450px) {
  .page-home-slider .slider-text p {
    font-size: 19px;
    line-height: 28px;
  }
}
.slide-link {
  font-size: 21px;
  padding: 0 5px;
  color: #fff;
  -webkit-transition: all, 0.5s, ease, 0.5s;
  -moz-transition: all, 0.5s, ease, 0.5s;
  -o-transition: all, 0.5s, ease, 0.5s;
  transition: all, 0.5s, ease, 0.5s;
}
.slide-link:hover {
  opacity: 0.6;
}
.page-home-slider .slider-text a:hover h1 {
  transform: translateX(40px);
  -webkit-transition: all, 0.5s, ease, 0.5s;
  -moz-transition: all, 0.5s, ease, 0.5s;
  -o-transition: all, 0.5s, ease, 0.5s;
  transition: all, 0.5s, ease, 0.5s;
}

.page-home-slider .slider-text a:hover p {
  opacity: 0.6;
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .page-home-slider .slider-text {
  }

  .page-home-slider .slider-text h1 {
    font-size: 44px !important;
    line-height: 40px !important;
    margin-bottom: 0 !important;
  }

  .page-home-slider .slider-text p {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px),
  only screen and (max-width: 700px) and (orientation: landscape),
  only screen and (max-width: 700px) {
  .page-home-slider .slider-text {
    bottom: 5%;
  }

  .page-home-slider .slider-text h1 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
  }

  .page-home-slider .slider-text p {
    font-size: 18px !important;
    line-height: 28px;
  }
}

.page-home {
  margin: auto;
  min-height: 100vh;
  text-align: center;
}

.page-home .home-text {
  width: 70%;
  margin: auto;
  margin-bottom: 100px;
}

.page-home .home-text p {
  font-size: 23px;
  line-height: 32px;
}
@media only screen and (max-width: 1300px) {
  .page-home .home-text p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .page-home {
    min-height: auto;
  }

  .page-home .home-text {
    width: 90%;
    margin-bottom: 40px;
  }

  .page-home .home-text p {
    font-size: 20px;
    line-height: 25px;
  }
}

.page-home .accents {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) and (min-width: 1360px) {
  .page-home .accents {
    width: 90%;
    margin: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .page-home .accents {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .page-home .accents {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

.page-home .accents .slick-list {
  margin-left: 33px;
  margin-right: 20px;
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .page-home .accents .slick-list {
    width: 90%;
    margin-left: 6%;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .page-home .accents .slick-list {
    width: 92%;
    margin-left: 4%;
  }
}

@media only screen and (max-width: 700px) {
  .page-home .accents .slick-list {
    margin: auto;
    width: 94%;
    margin-left: 7%;
  }
}

.page-home .accents .slick-next {
  position: absolute;
  right: 0;
  top: 30%;
  background-color: transparent;
  border: 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  padding-top: 10px;
  border-radius: 8px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  cursor: pointer;
  color: transparent;
  height: 50px !important;
}

@media only screen and (max-width: 700px) {
  .page-home .accents .slick-next {
    right: -10px;
  }
}

.page-home .accents .slick-next::before {
  content: "●’";
  height: 50px !important;
  width: 30px;
  display: block;
  background: url("../images/acc-arrow.png") no-repeat;
}

.page-home .accents .slick-next:hover::before {
  background: url("../images/acc-arrow.png") no-repeat;
  opacity: 0.5;
}

.page-home .accents .slick-prev {
  position: absolute;
  left: 0px;
  top: 30%;
  background-color: transparent;
  border: 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  padding-top: 10px;
  border-radius: 8px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  cursor: pointer;
  color: transparent;
}

.page-home .accents .slick-prev::before {
  content: "●’";
  height: 50px !important;
  width: 30px;
  display: block;
  background: url("../images/acc-arrow-prew.png") no-repeat;
}

.page-home .accents .slick-prev:hover::before {
  background: url("../images/acc-arrow-prew.png") no-repeat;
  opacity: 0.5;
}

.page-home .accents .acc-info {
  max-width: 100%;
  padding-right: 30px;
}

.page-home .accents .acc-info a:hover h3,
.page-home .accents .acc-info a:hover p {
  color: #8d8d8d;
  -webkit-transition: all, 0.5s, ease, 0.3s;
  -moz-transition: all, 0.5s, ease, 0.3s;
  -o-transition: all, 0.5s, ease, 0.3s;
  transition: all, 0.5s, ease, 0.3s;
}

.page-home .accents p {
  text-align: left;
  width: 90%;
  min-height: 120px;
  margin-bottom: 20px;
  line-height: 22px;
}

@media only screen and (min-width: 700px) and (max-width: 1024px),
  only screen and (max-width: 700px) and (orientation: landscape) {
  .page-home .accents p {
    min-height: 200px;
  }
}

.page-home .accents img {
  padding-bottom: 0px;
  width: 100%;
}

.page-home .accents h3 {
  background: url("../images/accents-dots.png") top no-repeat;
  color: #000;
  font-size: 26px;
  text-align: center;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0px 20px 0;
  padding: 0;
  padding-top: 70px;
}

.page-home .accents h3 span {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) and (min-width: 700px) {
  .page-home .accents h3 {
    font-size: 26px;
    height: auto !important;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px),
  only screen and (max-width: 700px) and (orientation: landscape),
  only screen and (max-width: 700px),
  (min-width: 1025px) and (max-width: 1289px) {
  .page-home .accents h3 {
    font-size: 26px;
  }
}

.page-home .accent-img {
  display: block;
  max-width: 100%;
  /*margin-right: 30px;*/
  position: relative;
  height: 470px;
  overflow: hidden;
  z-index: 200;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
  .page-home .accent-img {
    height: 390px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1250px) {
  .page-home .accent-img {
    height: 380px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 1200px) {
  .page-home .accent-img {
    height: 360px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1150px) {
  .page-home .accent-img {
    height: 340px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1150px) {
  .page-home .accent-img {
    height: 340px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 1100px) {
  .page-home .accent-img {
    height: 330px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 1025px) {
  .page-home .accent-img {
    height: 320px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 950px) {
  .page-home .accent-img {
    height: 310px;
  }
}

@media screen and (max-width: 950px) and (min-width: 900px) {
  .page-home .accent-img {
    height: 290px;
  }
}

@media screen and (max-width: 900px) and (min-width: 810px) {
  .page-home .accent-img {
    height: 280px;
  }
}

@media screen and (max-width: 810px) and (min-width: 700px) {
  .page-home .accent-img {
    height: 400px;
  }
}

@media screen and (max-width: 670px) and (min-width: 620px) {
  .page-home .accent-img {
    height: 280px !important;
  }
}

@media screen and (max-width: 620px) and (min-width: 540px) {
  .page-home .accent-img {
    height: 250px !important;
  }
}

@media screen and (max-width: 540px) and (min-width: 500px) {
  .page-home .accent-img {
    height: 230px !important;
  }
}

@media screen and (max-width: 500px) and (min-width: 350px) {
  .page-home .accent-img {
    height: 400px !important;
  }
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .page-home .accent-img {
    height: 320px;
  }
}

.page-home .accent-img img {
  width: 100%;
  -webkit-transition: all, 0.5s, ease, 0.3s;
  -moz-transition: all, 0.5s, ease, 0.3s;
  -o-transition: all, 0.5s, ease, 0.3s;
  transition: all, 0.5s, ease, 0.3s;
}

.page-home .accent-img:hover {
  overflow: hidden;
}

.page-home .accent-img:hover img {
  width: 105%;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-transition: all, 0.5s, ease, 0.3s;
  -moz-transition: all, 0.5s, ease, 0.3s;
  -o-transition: all, 0.5s, ease, 0.3s;
  transition: all, 0.5s, ease, 0.3s;
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .page-home .accent-img:hover img {
    margin-left: -10px;
    margin-top: -10px;
    width: 105% !important;
  }
}

.page-home .accent-img:hover div {
  opacity: 1;
}

.page-home .accents .project {
  font-size: 18px;
}

.page-home .accents .project a:hover {
  color: #5c9fa5;
}

.home-news {
  background-color: #f19a10;
  padding-top: 80px;
}

.home-news a {
  color: #fff;
  font-size: 19px;
}

.home-news a:hover {
  color: #000;
}

.home-news.dark-blue-bgr {
  color: #fff;
}

.home-news.dark-blue-bgr a {
  text-decoration: underline;
}

.home-news .slick-slide {
  height: auto !important;
}

.home-news .news-slider .slick-prev {
  visibility: hidden;
}

.home-news .news-slider .slick-next {
  position: absolute;
  right: 4%;
  top: 50%;
  background-color: #f7c370;
  border: 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  border-radius: 8px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  cursor: pointer;
  color: transparent;
}

.home-news .news-slider .slick-next:hover {
  background-color: #db8b0d;
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .home-news .news-slider .slick-next {
    right: -20px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px),
  only screen and (max-width: 700px) and (orientation: landscape) {
  .home-news .news-slider .slick-next {
    right: -50px;
  }
}

@media only screen and (max-width: 700px) and (orientation: landscape), only screen and (max-width: 700px) {
  .home-news .news-slider .slick-next {
    visibility: hidden;
    position: relative;
    margin: auto;
    right: auto;
    margin-left: 40%;
  }
}

.home-news .news-slider .slick-next::before {
  content: " ---";
  width: 20px;
  background: url("../images/rectangle.png") top no-repeat;
}

.home-news .news-slider .slick-next:hover::before {
  background: url("../images/rectangle-hover.png") top no-repeat;
}

.home-news .news-info {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.home-news .title {
  float: left;
  width: 60%;
  max-width: 700px;
}

.home-news .published {
  /*text-transform: uppercase;*/
  font-size: 15px;
  letter-spacing: 1px;
}

.home-news h1 {
  font-size: 39px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  margin: 10px 0 10px 0;
  width: 80%;
}
@media screen and (max-width: 1300px) {
  .home-news h1 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-news h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 700px) {
  .home-news h1 {
    font-size: 30px;
  }
}

.home-news p {
  font-size: 18px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 400;
  line-height: 25px;
  width: 80%;
}

.home-news .image {
  width: 40%;
  float: left;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .home-news .title {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-news .image {
    width: 100%;
    text-align: left;
  }
}

footer {
  line-height: 25px;
  padding: 80px 0 80px 0;
  font-size: 15px;
  background-color: #f2f2f2;
  width: 100%;
}

footer .btn {
  padding: 10px 15px;
  /*font-family: 'Avenir LT Std 35 Light';*/
  font-size: 15px;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  footer {
    padding: 30px 0 50px 0;
  }
}

footer a {
  color: #5c9fa5;
  text-decoration: none;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer a:hover {
  color: #000;
}

footer .footer-table {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
}

footer .addres {
  width: 25%;
  min-height: 150px;
  display: flex;
  align-items: end;
}

footer .addres div {
  width: 100%;
}

footer .social-block {
  width: 50%;
  font-size: 15px;
  min-height: 150px;
  display: flex;
  align-items: end;
  text-align: center;
}

footer .social-block div {
  width: 100%;
}

footer .other {
  width: 25%;
  font-size: 15px;
  min-height: 150px;
  display: flex;
  align-items: end;
  text-align: right;
}

footer .other div {
  width: 100%;
}

/*
footer .media {
  width: 75%;
  font-size: 15px;
  min-height: 150px;
  display: flex;
  align-items: end;
}
footer .media div {
  width: 50%;
  float: left;
}

footer .media .social-block
{
  order: 1;
}

footer .media .other
{
  order: 2;
  text-align: right;
}
*/

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

.text-left {
  text-align: left;
}
/*
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  footer .media {
    width: 60%;
    font-size: 15px;
    float: left;
  }
  footer .media div {
    width: 100%;
  }
}
*/

footer .newsletter {
  display: table-cell;
  vertical-align: bottom;
  width: 35%;
  min-height: 150px;
  position: relative;
}

footer .newsletter .newsletter-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 10;
  display: none;
  color: #a94442;
  cursor: pointer;
}

footer .newsletter input::placeholder {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input::-webkit-input-placeholder

/* Chrome/Opera/Safari */ {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input::-moz-placeholder

/* Firefox 19+ */ {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input:-ms-input-placeholder

/* IE 10+ */ {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input:-moz-placeholder

/* Firefox 18- */ {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input {
  width: 80%;
  color: #000;
  border: 0;
  border-bottom: 3px solid #000;
  background-color: #f2f2f2;
  padding: 10px 0 10px 0;
  float: left;
  border-radius: 0;
}

footer .newsletter input::placeholder {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input::-webkit-input-placeholder

/* Chrome/Opera/Safari */ {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input::-moz-placeholder

/* Firefox 19+ */ {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input:-ms-input-placeholder

/* IE 10+ */ {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter input:-moz-placeholder

/* Firefox 18- */ {
  font-size: 14px;
  opacity: 0.8;
  /*font-family: 'Avenir LT Std 35 Light';*/
}

footer .newsletter .subscribe {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
}

/*
@media (min-width: 1025px) and (max-width: 1289px) {
  footer .newsletter input {
    width: 75%;
  }
}
*/
/*
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  footer .newsletter input {
    width: 90%;
  }
}
*/

@media only screen and (max-width: 700px) {
  footer .addres {
    width: 100%;
    min-height: auto;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }

  footer .social-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  footer .social-block div {
    width: 100%;
  }

  footer .other {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  footer .other div {
    width: 100%;
  }

  /*
  footer .media
  {
    float: none;
    width: 100%;
    min-height: auto;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    text-align: center;
  }

  footer .media div
  {
    width: 100%;
  }

  footer .media .social-block
  {
    order: 2;
  }

  footer .media .other
  {
    order: 1;
    margin-bottom: 20px;
    text-align: center;
  }
*/

  footer .newsletter {
    display: block;
    width: 100%;
    margin-top: 50px;
    min-height: 40px;
    float: left;
  }
}

footer .social {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  transition: all 0.3s ease;
}

footer .social + .social {
  margin-left: 15px;
}

footer .social:hover {
  opacity: 0.5;
}

footer .btn {
  float: left;
  margin-top: 20px;
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  footer .btn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
  }
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  footer .btn {
    float: none;
  }
}

.blessures,
.aprops {
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .blessures,
  .aprops {
    margin-top: 160px;
  }
}
@media screen and (max-width: 800px) {
  .blessures,
  .aprops {
    margin-top: 150px;
  }
}
@media screen and (max-width: 700px) {
  .blessures,
  .aprops {
    margin-top: 100px;
  }
}
.blessures .col-6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .blessures .col-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1990px) and (min-width: 1400px) {
  .blessures h1.huge {
    font-size: 86px !important;
  }
}

.blessures .bless {
  position: relative;
}

.blessures .blesure-slider-text {
  bottom: 15%;
  margin-left: 7%;
  width: 35%;
  position: absolute;
  z-index: 800;
}

.blessures .blesure-slider-text h1 {
  font-size: 60px !important;
  /*font-family: 'Avenir LT Std 95 Black';*/
  font-weight: 900;
  line-height: 57px;
  margin-bottom: 30px;
}

.blessures .blesure-slider-text p {
  color: #fdfdfc;
  font-size: 20px;
  /*font-family: 'Avenir LT Std 35 Light';*/
  letter-spacing: 0.5px;
}

.blessures .blesure-slider-text hr {
  width: 45%;
  float: left;
  opacity: 0.5;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin: 1em 0;
  padding: 0;
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .blessures .blesure-slider-text h1 {
    font-size: 53px !important;
    line-height: 50px !important;
    margin-bottom: 0 !important;
  }

  .blessures .blesure-slider-text p {
    font-size: 18px !important;
  }

  .blessures .blesure-slider-text hr {
    margin: 0em 0 !important;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .blessures .blesure-slider-text h1 {
    font-size: 34px !important;
    margin-bottom: 10px;
  }

  .blessures .blesure-slider-text p {
    font-size: 18px;
    line-height: 2 px;
  }

  .blessures .blesure-slider-text hr {
    margin: 0em 0 !important;
  }
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .blessures .blesure-slider-text {
    width: 90%;
    bottom: 15% !important;
  }

  .blessures .blesure-slider-text h1 {
    font-size: 34px !important;
    margin-bottom: 10px;
  }

  .blessures .blesure-slider-text p {
    font-size: 18px;
    line-height: 2 px;
  }

  .blessures .blesure-slider-text hr {
    margin: 0em 0 !important;
  }
}

.blessures .col-6.midle.bold {
  display: block;
}

.blessures h2 {
  padding-left: 0px;
  color: #a43535;
  margin-bottom: 0;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 33px;
  line-height: 38px;
}
@media screen and (max-width: 1300px) {
  .blessures h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (max-width: 800px) {
  .blessures h2 {
    font-size: 30px;
    line-height: 33px !important;
  }
}
.new-image-container {
  position: relative;
}
@media screen and (max-width: 800px) {
  .new-image-container {
    display: none;
  }
}
.new-image-container .mask1 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.0  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1902.8 191.4' style='enable-background:new 0 0 1902.8 191.4%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cpolygon class='st0' points='1910.5 -4.5 -7 -4.8 -7 176.5 134.6 133.2 134.6 72.8 581.7 72.8 604.4 3 1298.8 3 1321.4 72.8 1762.9 72.8 1762.9 125.6 1910.5 172.8 '/%3E%3C/svg%3E");
  width: 100%;
  height: 190px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  background-repeat: no-repeat;
  background-position: top center;
}
.new-image-container .mask2 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.0  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1902.8 191.4' style='enable-background:new 0 0 1902.8 191.4%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cpolygon class='st0' points='1918.5 -7.5 -3.8 -7.8 -3.8 86.8 140.6 86.8 589.7 86.8 610.4 17 1304.8 17 1327.4 86.8 1768.9 86.8 1918.5 86.8 '/%3E%3C/svg%3E");
  width: 100%;
  height: 190px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  background-repeat: no-repeat;
  background-position: top center;
}
.blessures .image-container {
  padding-bottom: 55px;
}

.blessures .image-container .image1 {
  float: left;
  z-index: 700;
  position: relative;
  display: inline-block;
  left: 0;
  width: 49vw;
  -webkit-transition: all, 0.2s, ease, 0s;
  -moz-transition: all, 0.2s, ease, 0s;
  -o-transition: all, 0.2s, ease, 0s;
  transition: all, 0.2s, ease, 0s;
}

.blessures .image-container .image1 img {
  width: 100%;
}

.blessures .image-container .image2 {
  float: right;
  z-index: 500;
  position: absolute;
  margin-top: 55px;
  right: 0;
  width: 55vw;
  -webkit-transition: all, 0.2s, ease, 0s;
  -moz-transition: all, 0.2s, ease, 0s;
  -o-transition: all, 0.2s, ease, 0s;
  transition: all, 0.2s, ease, 0s;
}

.blessures .image-container .image2 img {
  width: 100%;
}

.blessures .image-container .image2:after {
  content: "";
  display: table;
  clear: both;
}

.blessures .image-container .image3 {
  float: right;
  width: 50vw;
}

.blessures .image-container .image3 img {
  max-width: 100%;
}

.blessures .image-container .active {
  z-index: 750;
  -webkit-transition: all, 0.5s, ease, 0s;
  -moz-transition: all, 0.5s, ease, 0s;
  -o-transition: all, 0.5s, ease, 0s;
  transition: all, 0.5s, ease, 0s;
  opacity: 1;
  filter: alpha(opacity=1);
  /* For IE8 and earlier */
}

.blessures .image-container .img-hover.fade {
  -webkit-transition: all, 0.5s, ease, 0s;
  -moz-transition: all, 0.5s, ease, 0s;
  -o-transition: all, 0.5s, ease, 0s;
  transition: all, 0.5s, ease, 0s;
  z-index: 500;
}

.arrow-link {
  position: relative;
  color: #5b9ea4;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
 
}
@media screen and (max-width: 1000px) { 
  .arrow-link {
    white-space: initial;
  }
}
.arrow-link:hover {
  color: #000;
}
.arrow-link::before {
  content: "";
  position: absolute;
  left: 0 !important;
  background: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-link::after {
  content: "";
  position: relative;
  width: 100%;
}
.project-menu h3 {
  margin-top: 10px;
}
.project-img img {
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .project-img {
    width: 100%;
    margin: 0;
  }
  .project-img img {
    width: 100%;
  }
}
.project-menu .dots {
  background: url("../images/dots.svg") no-repeat;
  background-size: 140px 50px;
  min-width: 140px;
  height: 50px;
  width: 100%;
  background-position: center right;
  margin-bottom: 30px;
}
.project-menu .dots1 {
  background: url("../images/dots1.svg") no-repeat;
  background-size: 140px 50px;
  min-width: 140px;
  height: 50px;
  width: 100%;
  background-position: center right;
  margin-bottom: 30px;
}
.row-rew.project-menu .dots {
  background-position: center left;
}
.right-line ul {
  margin: 0;
  padding: 0;
}
.right-line li {
  list-style: none;
}
.left-line ul {
  margin: 0;
  padding: 0;
}
.left-line li {
  list-style: none;
}
.left-line .arrow-link {
  padding-right: 20px;
  padding-left: 0;
}
.left-line .arrow-link::before {
  content: "";
  position: absolute;
  left: auto !important;
  right: 0 !important;
  background: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .project-menu {
    width: 90%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 900px) {
  .project-menu {
    width: 100%;
    margin-left: 0;
  }
}
.col-50 {
  position: relative;
  width: 50%;
}

.align-middle-right {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
.align-middle-left {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .align-middle-right,
  .align-middle-left {
    position: relative;
    transform: none;
  }
}
.b-0 {
  position: absolute;
  bottom: 25px;
  right: 0;
  text-align: right;
}
.b-0 a:hover {
  color: #6da9ae;
}
@media screen and (max-width: 700px) {
  .b-0 {
    position: relative;
    top: 0px;
    right: 20px;
  }
}

.b-0 p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 1700px) {
  .b-0 p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
  }
}
.header ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.header ul li {
  list-style: none;
  font-weight: 700;
  padding-right: 30px;
  position: relative;
  display: flex;
}
.header .col-6 {
  margin-top: 10px !important;
  margin-bottom: 0px;
}
.header .italic {
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 1300px) {
  .header .italic {
    font-size: 18px;
    line-height: 20px;
  }
}
.breadc {
  font-size: 23px;
  margin-top: auto;
  display: inline-block;
  margin-bottom: 2px;
}
.header li .active {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
p.italic {
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .breadc {
    font-size: 22px;
  }
  .header li .active {
    font-size: 36px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1400px) {
  .breadc {
    font-size: 20px;
  }
  .header li .active {
    font-size: 31px;
    line-height: 33px;
  }
  .header .col-6 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .breadc {
    font-size: 18px;
  }
  .header li .active {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header ul {
    display: block;
  }
  .header ul li {
    width: 100%;
    display: block;
  }
  .breadc {
    font-size: 18px;
  }
  .header li .active {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .header .col-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
}
.header ul li ::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 5px;
  width: 2px;
  height: 20px;
  background-color: #000;
}
@media screen and (max-width: 1000px) {
  .header ul li ::after {
    display: none;
  }
}
.header ul li:last-child ::after {
  display: none;
}

.header h1 {
  color: #000;
  font-size: 83px;
  line-height: 80px;
  margin: 30px 0 20px 0;
}
.header h2 {
  color: #000;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  margin: 0px 0 10px 0;
}
.header h3 {
  font-size: 20px;
  line-height: 24px;
  color: #6da9ae;
  font-weight: 700;
}
@media screen and (max-width: 1900px) {
  .header h3 {
    font-size: 19px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1500px) {
  .header h1 {
    font-size: 65px !important;
    line-height: 62px !important;
  }
}
@media screen and (max-width: 1400px) {
  .header h1 {
    font-size: 55px !important;
    line-height: 51px !important;
    margin: 20px 0 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .header h1 {
    font-size: 53px !important;
    line-height: 53px !important;
  }
}
@media screen and (max-width: 1200px) {
  .header h3 {
    margin-top: 10px;
  }
}
.new-image-container .image img {
  width: 100%;
}

.right-line {
  padding-right: 30px;
  margin-right: 50px;
}
.left-line {
  padding-left: 30px;
  margin-left: 50px;
}

.right-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.left-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.blessures .image-container .fade .overlay {
}

.blessures .image-container .img-hover.fade .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 99.5%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all, 0.5s, ease, 0s;
  -moz-transition: all, 0.5s, ease, 0s;
  -o-transition: all, 0.5s, ease, 0s;
  transition: all, 0.5s, ease, 0s;
  display: block;
}

.blessures .image-container .open {
  width: 0vw;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .blessures .image-container {
    padding-bottom: 10px;
  }

  .blessures .image-container .image1 {
    min-width: 100vw;
  }

  .blessures .image-container .image2 {
    visibility: hidden;
  }
}

.blessures ul.portfolio-links {
  display: table;
  margin-top: 20px;
  margin-bottom: 80px;
  padding: 0;
}

.blessures ul.portfolio-links li {
  list-style-type: none;
  display: table-cell;
}

.blessures ul.portfolio-links .btn {
  margin-right: 20px;
  padding: 8px;
  font-size: 14px;
  width: 130px;
  text-align: center;
  /*font-family: 'Avenir LT Std 35 Light';*/
  background-color: #fff;
  border: 2px solid #a43535;
  color: #000;
}

.blessures ul.portfolio-links .btn:hover {
  background-color: #a43535;
  color: #fff;
}

.blessures ul.portfolio-links li:last-child .btn {
  margin-right: 0px;
}

@media only screen and (max-width: 700px) {
  .blessures ul.portfolio-links li {
    display: table-row;
  }

  .blessures ul.portfolio-links li a {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 700px) and (orientation: landscape) {
  .blessures ul.portfolio-links li {
    display: table-cell;
  }
}

.blessures .sp {
  margin-left: 40%;
}

@media only screen and (max-width: 800px), only screen and (max-width: 800px) and (orientation: landscape) {
  .blessures .sp {
    margin-left: auto;
  }
}

.galerie a {
  display: block;
  position: relative;
}

.galerie a .goverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all, 0.5s, ease, 0s;
  -moz-transition: all, 0.5s, ease, 0s;
  -o-transition: all, 0.5s, ease, 0s;
  transition: all, 0.5s, ease, 0s;
}

.galerie a .goverlay h3 {
  margin: 0 0 5px 0;
  position: relative;
  line-height: 35px;
}

.galerie a .goverlay h3:after {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #000;
}

.galerie a .goverlay hr {
  width: 20%;
  float: left;
}

.galerie a .goverlay span {
  bottom: 0;
  position: absolute;
  display: inline !important;
  padding: 50px;
}

.galerie a:hover .goverlay {
  opacity: 1;
}

.galerie a .goverlay strong {
  display: block;
  color: #a43535;
  margin-top: 10px;
}

.galerie a .goverlay strong:before {
  content: "в—Џ";
  margin-right: 20px;
}

.galerie .btn-noir {
  margin-left: 13%;
}

@media only screen and (max-width: 1024px) {
  .galerie .btn-noir {
    margin-left: 40px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 700px) {
  .galerie .btn-noir {
    margin-left: auto !important;
    margin: auto;
    margin-bottom: 10px;
    margin-right: 30px;
  }

  .galerie .btn-noir:last-child {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .galerie .btn-noir {
    margin-right: 0px;
    clear: both;
    display: block !important;
  }
}

.galerie .col-5 {
  text-align: left;
}

.galerie .col-5 .btn-y {
  margin-left: 5%;
  border: 1px solid #f19a10 !important;
}

@media only screen and (max-width: 700px),
  only screen and (max-width: 700px) and (orientation: landscape),
  only screen and (min-width: 700px) and (max-width: 1024px) {
  .galerie .col-5 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 700px),
  only screen and (max-width: 700px) and (orientation: landscape),
  only screen and (min-width: 700px) and (max-width: 1024px) {
  .galerie .col-4 {
    width: auto;
    display: table;
    margin: auto;
    text-align: center;
    float: none;
    margin-top: 20px;
  }
}

.mlinks {
  float: left;
  padding: 0 20px 0 20px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
}

.mlinks span {
  /*font-family: 'Avenir LT Std 35 Light' !important;*/
  font-size: 15px;
}

.mlinks:hover {
  color: #8d8d8d;
}

@media only screen and (max-width: 800px), only screen and (max-width: 800px) and (orientation: landscape) {
  .mlinks {
    float: none;
  }
}

.arrow {
  padding: 0;
}

.arrow span {
  margin-left: 20px;
}

.galeriepage .galerie {
  margin-bottom: 80px;
}

.hide {
  visibility: hidden;
  opacity: 0;
}

.hide img {
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.aprops {
  position: relative;
  width: 100%;
}

.aprops section.col-12 {
  position: relative;
}

.aprops .image-container {
  display: table;
}

.aprops .image-container .image1,
.aprops .image-container .image3 {
  display: table-cell;
  width: 50%;
}

.aprops .image-container .image1 img,
.aprops .image-container .image3 img {
  max-width: 100%;
}

.grid-gallery {
}

.grid-gallery .grid-item {
  width: 50%;
  opacity: 1;
  padding: 90px;
  float: left;
  box-sizing: border-box;
}

.grid-gallery .grid-item img {
  display: block;
  width: 100%;
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;

  -webkit-transition: all, 0.5s, ease, 0s;
  -moz-transition: all, 0.5s, ease, 0s;
  -o-transition: all, 0.5s, ease, 0s;
  transition: all, 0.5s, ease, 0s;
}

.grid-gallery .grid-item .img {
  position: relative;
}

.grid-gallery .grid-item .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.grid-gallery .grid-item .label {
  display: block;
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.grid-gallery .grid-item .label .title {
  /*font-family: 'Avenir LT Std 95 Black';*/
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  -webkit-transition: all, 0.5s, ease, 0s;
  -moz-transition: all, 0.5s, ease, 0s;
  -o-transition: all, 0.5s, ease, 0s;
  transition: all, 0.5s, ease, 0s;
}

.grid-gallery .grid-item .label .more {
  /*font-family: 'Avenir LT Std 35 Light' !important;*/
  font-size: 15px;
}

.grid-gallery .grid-item .label .line {
  margin: 0 auto;
  width: 260px;
  height: 1px;
  background-color: #420d04;
}

.grid-gallery .grid-item:hover .img:before {
  opacity: 1;
}

.grid-gallery .grid-item:hover .label .title {
  opacity: 0.5;
}

.shop-button {
  position: fixed;
  width: 90px;
  height: 140px;
  top: 46%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.shop-button a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);

  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.shop-button .line {
  position: absolute;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  top: 50%;
  height: 100%;
  width: 1px;
  background-color: #000;

  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.shop-prev-button {
  left: 0;
}

.shop-prev-button a {
  background: transparent url("../images/arrows-l.png") 0px 0px no-repeat;
  background-position: center right;
  right: 9px;
}

.shop-prev-button .line {
  right: 0;
}

.shop-next-button {
  right: 0;
}

.shop-next-button a {
  background: transparent url("../images/arrows-r.png") 8px 50% no-repeat;
  left: 0px;
}

.shop-next-button .line {
  left: 0;
}

.shop-button:hover .line {
  height: 80%;
}

.shop-prev-button:hover a {
  right: 15px;
}

.shop-next-button:hover a {
  left: 15px;
}

.page-shop {
  margin: 0 auto;
  width: 90%;
  max-width: 1700px;
}

.page-shop .page-header {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 10px;
  margin-top: 50px;
  text-align: center;
}

.page-shop .shop-menu {
  /*font-family: 'Avenir LT Std 35 Light';*/
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 100px;
}

.page-shop .shop-menu ul,
.page-shop .shop-menu ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.page-shop .shop-menu ul li {
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all, 0.5s, ease, 0.5s;
  -moz-transition: all, 0.5s, ease, 0.5s;
  -o-transition: all, 0.5s, ease, 0.5s;
  transition: all, 0.5s, ease, 0.5s;
  cursor: pointer;
}

.page-shop .shop-menu ul li:last-child {
  margin-right: 0px;
}

.page-shop .shop-menu ul li.active {
  /*font-family: 'Avenir LT Std 95 Black';*/
  font-weight: 700;
}

.page-shop .shop-menu ul li:hover {
  opacity: 0.5;
}

.page-shop .shop-category {
  width: 100%;
  margin-bottom: 100px;
}

.page-shop .shop-category .shop-category-line {
  margin: 0 auto;
  width: 30%;
  height: 1px;
  background-color: #000;
  margin-bottom: 10px;
}

.page-shop .shop-category .shop-category-title {
  /*font-family: 'Avenir LT Std 35 Light';*/
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.page-shop .shop-category .shop-grid {
  width: 100%;
}

.page-shop .shop-category .shop-grid .grid-item {
  width: 25%;
  opacity: 1;
  padding: 20px;
  float: left;
  box-sizing: border-box;
}

.page-shop .shop-category .shop-grid .grid-item img {
  display: block;
  width: 100%;
  box-sizing: inherit;
}

.page-shop .shop-category .shop-grid .grid-item .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all, 0.5s, ease, 0s;
  -moz-transition: all, 0.5s, ease, 0s;
  -o-transition: all, 0.5s, ease, 0s;
  transition: all, 0.5s, ease, 0s;
}

.page-shop .shop-category .shop-grid .grid-item:hover .img .overlay {
  opacity: 1;
}

.page-shop .shop-item {
  text-align: center;
}

.page-shop .shop-item .item .img {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-shop .shop-item .item .title {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin: 0 auto 100px;
  width: 70%;
  max-width: 800px;
}

.page-shop .shop-item .items {
  font-size: 15px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
  max-width: 600px;
}

.page-shop .shop-item .items .item {
  margin-bottom: 30px;
}

.page-shop .shop-item .items .item .item-title {
  margin-bottom: 10px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  font-size: 17px;
}

.page-shop .shop-item .items .item .item-text {
  margin-bottom: 10px;
}

.page-shop .shop-item .items .item .item-text p {
  padding: 0;
  margin: 0;
}

.page-shop .shop-item .items .item .item-text {
  margin-bottom: 10px;
}

.page-shop .shop-item .items .item .item-form {
}

.page-shop .shop-item .items .item .item-form .price {
  float: left;
  margin-right: 30px;
}

.page-shop .shop-item .items .item .item-form .price strong {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
}

.page-shop .shop-item .items .item .item-form .pay {
  float: left;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all, 0.3s, ease, 0s;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}

.page-shop .shop-item .items .item .item-form .pay:hover {
  background-color: #000;
  color: #fff;
}

.page-shop .shop-item .items .disclaimer {
  font-size: 14px;
  margin-top: 10px;
}

.page-shop .shop-item .items .disclaimer .line {
  width: 50px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #000;
}

@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .aprops .image-container .image3 {
    display: none;
  }

  .aprops .image-container .image1 {
    width: 100%;
  }
}

.aprops .blesure-slider-text {
  top: 45%;
  left: 12%;
  position: absolute;
  z-index: 600;
}

.aprops .aproposimg {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all, 0.5s, ease, 0.5s;
  -moz-transition: all, 0.5s, ease, 0.5s;
  -o-transition: all, 0.5s, ease, 0.5s;
  transition: all, 0.5s, ease, 0.5s;
}

.aprops .aproposimg img {
  width: 100%;
  -webkit-transition: all, 0.5s, ease, 0.5s;
  -moz-transition: all, 0.5s, ease, 0.5s;
  -o-transition: all, 0.5s, ease, 0.5s;
  transition: all, 0.5s, ease, 0.5s;
}

.aprops ul {
  padding: 0;
}

.aprops ul li {
  list-style: none;
  list-style-position: outside;
}

.aprops .div-apropo {
  position: relative;
}
.bullet li {
  list-style: disc !important;
  list-style-position: inside !important;
}
.aprops .div-apropo .col-7 {
  border: 4px solid #f19a10;
  margin-top: -280px;
  float: right;
}
.aprops .div-apropo .col-6 {
  z-index: 2;
}
.div-ccabrol {
  position: relative;
  width: 95%;
  max-width: 910px;
  padding-bottom: 100px;
  margin: auto;
}
.div-ccabrol .cc-text {
  border: 4px solid #f19a10;
  margin-top: -340px;
  position: absolute;
  z-index: 1;
  width: 500px;
  text-align: right;
  right: 0;
 
  
}
/*.div-ccabrol .cc-text.blue-border {
  border: 4px solid #438ed1 !important;
  margin-top: -240px;
  width: 70%;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
 .div-ccabrol .cc-text-image {
  width: 51%;
  height: 65px;
  margin-left: auto;
  background: url("../images/agir-dots.png") right bottom no-repeat;
}
.div-ccabrol h2 {
  font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    width: 51%;
    margin-left: auto;
    text-align: left;
} */
@media screen and (max-width: 850px) {
  .div-ccabrol .cc-text {
    position: relative;
    margin-top: 150px;
  }
 /*  .div-ccabrol .cc-text.blue-border {
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 67%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-ccabrol h2 {
      width: 90%;
      margin-right: auto;
  }
  .div-ccabrol .cc-text-image {
    width: 90%;
    margin: auto;
  } */
}
.div-ccabrol .cc-text h3 {
  width: 70%;
  margin-left: auto;
  text-align: left !important;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
}
.div-ccabrol .cc-text p {
  width: 70%;
  margin-left: auto;
  text-align: left !important;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  .div-ccabrol .cc-text h3 {
    width: 65%;
  }
  .div-ccabrol .cc-text p {
    width: 65%;
  }
}
@media screen and (max-width: 950px) {
  .div-ccabrol .cc-text h3 {
    width: 58%;
  }
  .div-ccabrol .cc-text p {
    width: 58%;
  }
}
@media screen and (max-width: 850px) {
  .div-ccabrol .cc-text {
    width: 100%;
  }
  .div-ccabrol .cc-text h3 {
    width: 90%;
  }
  .div-ccabrol .cc-text p {
    width: 90%;
  }
}
.cc-title {
  position: absolute;
  right: 0;
  text-align: left;
  top: -150px;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 1000px) {
  .cc-title {
    width: 70%;
  }
}
@media screen and (max-width: 850px) {
  .cc-title {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .cc-title {
    width: 90%;
    right: auto;
    left: 20px;
    /* position: relative;
    top: inherit;
    right: inherit; */
    margin: 20px;
  }
}
.cc-links {
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
}
.cc-links span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.cc-links::before {
  content: "";
  position: absolute;
  left: 0 !important;
  background: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
  top: 7px;
}
.cc-links a {
  position: relative;
  padding-right: 5px;
  margin-right: 10px;
}
.cc-links a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 2px;
  height: 15px;
  background-color: #f19a10;
}
.cc-links a:last-child::after {
  display: none;
}
.div-ccabrol .cc-image {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 50%;
}
@media screen and (max-width: 850px) {
  .div-ccabrol .cc-image {
    max-width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .div-ccabrol .cc-image {
    max-width: 100%;
    text-align: center;
    display: block;
  }
  .div-ccabrol .image {
    margin: auto;
  }
}
.aprops .div-apropo .col-5 {
  background: url("../images/agir-dots.png") left bottom no-repeat;
  padding-bottom: 70px;
  margin-right: 50px;
  width: 50%;
  max-width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 14px;
  text-transform: uppercase;
}

.boxes-ensemble {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  margin-bottom: 150px;
}

.boxes-ensemble .box {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 50px;
}

.boxes-ensemble .image-box {
  width: 52%;
  float: left;
}

.boxes-ensemble .image-box img {
  width: 100%;
  display: block;
}

.boxes-ensemble .text-box {
  width: 48%;
  height: 100%;
  position: absolute;
  right: 0;
}

.boxes-ensemble .text-box .line {
  height: 160px;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.boxes-ensemble .text-box .info {
  position: absolute;
  top: 55%;
  left: 90px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  font-size: 20px;
}

.boxes-ensemble .text-box .info .title {
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
}

.boxes-ensemble .box-right .image-box {
  float: right;
}

.boxes-ensemble .box-right .text-box {
  right: auto;
  left: 0;
}

.boxes-ensemble .box-right .text-box .info {
  text-align: right;
  left: auto;
  right: 90px;
}

.boxes-ensemble .box-right .text-box .line {
  left: auto;
  right: 60px;
}



@media screen and (max-width: 1400px) {
  .page-shop .page-header {
    font-size: 50px;
    line-height: 50px;
  }

  .page-shop .shop-menu {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .page-shop .shop-category .shop-grid .grid-item {
    width: 33.333%;
  }
}

@media screen and (max-width: 1000px) {
  .page-shop .shop-category .shop-grid .grid-item {
    width: 50%;
  }

  .page-shop .shop-menu {
    margin: 0 auto;
    width: 70%;
    line-height: 40px;
  }

  .shop-button {
    width: 60px;
  }
}

@media screen and (max-width: 800px) {
  .shop-button {
    width: 40px;
  }

  .boxes-ensemble {
    margin-top: 50px;
  }

  .boxes-ensemble .image-box {
    width: 100%;
    float: none;
  }

  .boxes-ensemble .text-box .info,
  .boxes-ensemble .text-box {
    width: 100%;
    position: relative;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }

  .boxes-ensemble .text-box .line {
    width: 160px;
    height: 1px;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }

  .boxes-ensemble .text-box .info {
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: left !important;
  }
}

@media screen and (max-width: 700px) {
  .page-shop .page-header {
    font-size: 30px;
    line-height: 30px;
  }

  .page-shop .shop-menu {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .page-shop .shop-category .shop-grid .grid-item {
    width: 100%;
  }

  .shop-button {
    display: none;
  }

  .page-shop .shop-item .item .img {
    width: 100%;
  }

  .page-shop .shop-item .item .img img {
    width: 100%;
  }

  .page-shop .shop-item .item .title {
    font-size: 28px;
    line-height: 28px;
    margin: 0 auto 100px;
    width: 100%;
  }
}
@media screen and (max-width: 1790px) and (min-width: 1200px) {
  .aprops .div-apropo {
    width: 70% !important;
  }
  .aprops .div-apropo .col-6 {
    width: 50% !important;
  }
  .aprops .div-apropo .col-5 {
    width: 58% !important;
    max-width: 58% !important;
  }
}
@media only screen and (max-width: 1000px), only screen and (max-width: 1200px) and (orientation: landscape) {
  .aprops .div-apropo {
    width: 80% !important;
  }
  .aprops .div-apropo .col-7 {
    margin-top: -180px !important;
    width: 70%;
  }

  .aprops .div-apropo .col-6 {
    width: 50% !important;
    text-align: center;
  }

  .aprops .div-apropo .col-5 {
    width: 55%;
  } 
}
/* @media (min-width: 1025px) and (max-width: 1289px) {
  .aprops .div-apropo .col-5 {
    margin-top: 70px;
    margin-bottom: 70px;
    width: 45%;
  }
} */

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .aprops .div-apropo {
    width: 80% !important;
  }

  .aprops .div-apropo .col-7 {
    margin-top: -250px;
  }

  .aprops .div-apropo .col-6 {
    width: 50% !important;
  
  }
  .aprops .div-apropo .col-5 {
    width: 45%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}



@media only screen and (max-width: 700px), only screen and (max-width: 700px) and (orientation: landscape) {
  .aprops .div-apropo {
    width: 100% !important;
  }

  .aprops .div-apropo .col-7 {
    margin-top: 0px !important;
    width: 88% !important;
    margin: auto;
    float: none;
  }

  .aprops .div-apropo .col-6 {
    width: 100% !important;
    text-align: center;
  }

  .aprops .div-apropo .col-5 {
    width: 90% !important;
    max-width: 90% !important;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 5%;
  }
}
.our-partners {
  padding: 0px 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
}

.our-partners .top-container {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  height: 60px;
}

.our-partners .top-container .top-title {
  font-size: 19px;
  /*font-family: 'Avenir LT Std 85 Heavy';*/
  font-weight: 700;
  background-color: #fff;
  padding: 10px 30px;
  padding-bottom: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

.our-partners .image-container {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

.our-partners .image-container .partner {
  text-align: center;
  padding: 0px 10px;
}

.our-partners .image-container .partner .image {
  min-height: 85px;
  margin-bottom: 10px;
  position: relative;
}

.our-partners .image-container .partner .image img {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */

  translate: all 0.3s ease;
}

.our-partners .image-container .partner .image img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.our-partners .image-container .next-partners-btn {
  position: absolute;
  right: -10px;
  top: 0px;
}
.our-partners .slick-list {
  width: 100%;
}
.cookie-container {
  position: fixed;
  width: 100%;
  padding: 15px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #cbcbcb;
  box-sizing: border-box;
}

.cookie-container .cookie-data {
  font-size: 15px;
}

.cookie-container .cookie-data .accept {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 13px;
  color: #5c9fa5;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.cookie-container .cookie-data .accept:hover {
  text-decoration: none;
  color: #000;
}

.cookie-container .cookie-data .text {
  width: 100%;
  text-align: center;
}

.cookie-container .cookie-data .text a {
  color: #5c9fa5;
  margin-left: 15px;
}

.cookie-container .cookie-data .text a:hover {
  color: #000;
}

@media screen and (max-width: 1400px) {
  .cookie-container .cookie-data {
    font-size: 12px;
  }

  .cookie-container .cookie-data .accept {
    font-size: 11px;
  }

  .cookie-container .cookie-data .text {
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .cookie-container {
    height: auto;
    line-height: 18px;
  }

  .cookie-container .cookie-data .text {
    width: 80%;
  }
}
.equipe {
  display: flex;
  flex-wrap: wrap;
}
.img-equipe {
  text-align: center;
}
.img-equipe img {
  max-width: 95%;
}
.img-equipe span {
  display: block;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 700px) {
}
