.swiper-slide {
  height: 430px; }

.bread-crumbs {
  font-size: 16px;
  margin-top: 40px; }
  .bread-crumbs a {
    color: #5c5c5c;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .bread-crumbs a:after {
      content: '';
      width: 5px;
      height: 10px;
      background: url(../images/arrow-right.png) no-repeat center 100%;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 10px; }
    .bread-crumbs a:last-child:after {
      display: none; }

.aesthetics {
  font-family: 'Roboto', sans-serif; }
  .aesthetics__title {
    font-size: 30px;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif; }
    .aesthetics__title-text {
      font-size: 20px;
      margin-top: 22px;
      text-align: center;
      font-weight: bold;
      max-width: 790px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px; }
  .aesthetics-block {
    background: url(../images/bg.jpg) repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  .aesthetics-right {
    background: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    -webkit-box-shadow: 0 0 15px #eee;
    box-shadow: 0 0 15px #eee; }
    .aesthetics-right__title {
      color: #86b143;
      font-size: 30px;
      text-align: left;
      margin: 25px 25px 20px; }
    .aesthetics-right__text {
        width:85%;
      font-size: 16px;
      margin: 5px 25px; }
    .aesthetics-right__link {
      margin: 15px 25px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
      background: #87b243;
      font-size: 14px;
      color: white;
      text-decoration: none;
      height: 45px;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      .aesthetics-right__link:hover {
        text-decoration: none;
        color: white; }
    .aesthetics-right-soc {
      font-size: 16px;
      margin: 10px 25px;
      border-top: 1px solid #e1e1e1;
      padding-top: 10px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); }
      .aesthetics-right-soc__link {
        margin: 0 25px; }
        .aesthetics-right-soc__link a {
          margin-right: 10px; }

.swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.slider {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 0 15px #eeeeee;
  box-shadow: 0 0 15px #eeeeee; }

.gallery-thumbs {
  padding: 15px;
  background: white; }
  .gallery-thumbs .swiper-slide {
    height: 90px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden; }
    .gallery-thumbs .swiper-slide:before {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: black;
      content: ''; }
    .gallery-thumbs .swiper-slide img {
      width: 100%;
      position: relative;
      z-index: 1;
      opacity: .5; }
    .gallery-thumbs .swiper-slide-thumb-active img {
      opacity: 1; }

.swiper-button-next, .swiper-button-prev {
  width: 55px;
  height: 55px;
  background-color: #87b243;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: 25% 25%;
  background-size: 25%; }

.swiper-pagination {
  color: white; }

.map {
  background: white;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 30px 15px;
  -webkit-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
  padding: 25px; }
  .map__title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    margin-bottom: 25px; }
  .map p {
    font-size: 16px;
    margin: 5px 0; }
    .map p a {
      color: #87b243;
      font-weight: bold; }

.brends {
  margin-bottom: 50px; }
  .brends__title {
    margin-top: 60px;
    font-size: 30px;
    width: 100%;
    margin-bottom: 30px; }
  .brends .row .block {
    background: white;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px; }
  .brends-img {
    width: 100%;
    height: 150px;
    overflow: hidden; }
    .brends-img img {
      min-width: 100%;
      min-height: 100%; }
  .brends-tags {
    color: #5c5c5c;
    font-size: 14px;
    background: #eaeaea;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 20px;
    padding: 5px 10px; }
    .brends-tags a {
      color: #5c5c5c;
      text-decoration: none; }
  .brends-city {
    font-size: 16px;
    color: #49b8d3;
    background: url(../images/maps.png) no-repeat 20px center;
    padding-left: 40px; }
    .brends-city span {
      border-bottom: 1px dotted #49b8d3; }
.brends b
{
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 7px;
    margin-top: 7px;
    display: block;
}
  .brends p {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 7px;
    margin-top: 7px;
    display: block; 
    height: 61px;
  }
  .brends__link {
    font-size: 16px;
    color: white;
    text-decoration: none;
    background: #49b8d3 url(../images/arrow.png) no-repeat 90% center;
    padding: 5px 35px 5px 10px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 25px; }
  .brends-button {
    position: absolute;
    color: white;
    padding: 5px 10px;
    right: 30px;
    top: 15px;
    font-size: 14px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .brends-button.green {
      background: #86b143; }
    .brends-button.pink {
      background: #cc99cc; }

a.swiper-button-prev.swiper-button-white.backto {
  position: fixed;
  bottom: 4% !important;
  left: 2%;
  margin: 0;
  top: initial; }

@media (max-width: 1199px) {
  .aesthetics-right {
    padding-bottom: 20px; }
  .slider {
    margin-bottom: 30px; }
  .aesthetics-right__link {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) {
  .gallery-top .swiper-slide {
    height: 200px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat; }
  .brends__title {
    font-size: 22px; }
  .brends .row .block {
    margin-bottom: 20px; }
  .brends-img {
    height: 190px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .brends .mobile-scroll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    overflow-x: scroll;
    margin: 0 -30px 0 0; }
    .brends .mobile-scroll .col {
      width: 315px; }
  .aesthetics-right {
    padding-bottom: 20px; }
  .gallery-thumbs .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .gallery-thumbs .swiper-slide img {
    min-height: 100%;
    width: initial;
    min-width: 100%;
    max-width: 100%;
    height: initial; }
  .gallery-top .swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }
  .slider {
    margin-bottom: 30px; } }
