@font-face {
    font-family: "BebasNeue";
    src: url('../fonts/BebasNeue-Thin.eot') format('embedded-opentype'),
         url('../fonts/BebasNeue-Thin.woff2') format('woff2'),
         url('../fonts/BebasNeue-Thin.woff') format('woff'),
         url('../fonts/BebasNeue-Thin.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url('../fonts/BebasNeueBold.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueBold.woff2') format('woff2'),
         url('../fonts/BebasNeueBold.woff') format('woff'),
         url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular.woff2') format('woff2'),
         url('../fonts/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body{
    width: 100%;
    padding: 0px;
    margin: 0px;
    /* background-color: #373636; */
    font-family: "BebasNeue", Arial, Helvetica, sans-serif;
    font-size: 18px;
}
body.modal-opened{
  overflow: hidden;
}
@media screen and (max-width: 512px){
    body{
        font-size: 14px;
    }
}
.container{
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 6vw;
    padding-right: 6vw;
    position: relative;
    height: 100vh;
}
.wrapper{
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 100%;
    flex-direction: column;
}
h2{
    text-align: center;
    font-size: 48px;
    margin: 0px;
    padding: 0px 0px 50px 0px;
}
h3{
    padding: 0px;
    margin: 0px;
}
a, a:active, a:hover{
    text-decoration: none;
    color: #fff;
}
.main-menu__container{
    position: absolute;
    width: 100%;
    z-index: 19;
    background-color: rgba(0, 0, 0, 0.3);
}
.main-menu--sticky{
    position:fixed;
    background-color: rgba(0, 0, 0, 0.8);
}
.main-menu__logo{
    position:absolute;
    left: 0px;
    top:120px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #235541;
    padding: 10px 10px 10px 5px;
}
.logo-img{
    width: 50px;
    height: 50px;
}
.main-menu__wrapper {
    padding: 25px 50px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.main-menu__toggle-icon {
    background: #ffffff;
    display: none;
    height: 2px;
    position: relative;
    text-align: left;
    width: 20px;
    right: 15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.main-menu__toggle-icon:before, .main-menu__toggle-icon:after{
    content: "";
    position: absolute;
    background: #ffffff;
    height: 2px;
    width: 20px;
    left: 0px;
    top: -5px;
}
.main-menu__toggle-icon:after{
    top:5px;
}
.main-menu__contacts{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
.main-menu__phone{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.phone-icon__img{
    height: 25px;
    width: auto;
}
.phone-text{
    color:#fff;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
}
.phone-text:hover{
    color:#235541;
    cursor:pointer;
}
.address__icon, .main-menu__address{
    height: 35px;
}
.main-menu__address{
    margin-left: 20px;
}
.address-icon__img{
    height: 35px;
    width: auto;
}
.main-menu__order{
    padding: 5px;
    border:1px solid #fff;
    color: #fff;
    margin-left: 20px;
    border-radius: 5px;
    cursor:pointer;
}
.main-menu__order:hover{
    cursor:pointer;
    border:1px solid #235541;
    color: #235541;
}
.main-menu__list{
    color: #fff;
    justify-content: flex-end;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
}
li.menu-item{
    justify-content: right;
    /* margin-right: 15px; */
    padding: 25px 30px;
}
li.menu-item:hover{
    background-color: #235541;
}
.top-carousel{
    /* height: 500px; */
}
.swiper-slide{
    /*background-color: #000;*/
}
.top-carousel__img{
    width: 100%;
    height: auto;
}
/* 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */
.carousel__navigation{
    background-color: #235541;
    padding: 45px 30px;
    position: relative;
}
.text__title{
    text-align: center;
    color:#fff;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 28px;
}
.title__main{
    font-size: 72px;
}
.navigation__points{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
.point-image--active{
    box-shadow: 0px 0px 15px 2px #fff;
}
.background__lt-point{
    position: absolute;
    left: 0;
    top:30px;
    width: 25%;
    height: 100px;
    background-color: #99b6aa;
}
.lt-point__image{
    height: 100px;
    width: 100px;
    position: absolute;
    right: -50px;
    border-radius: 50px;
    z-index: 2;
    background-color: #badbce;
    background-repeat: no-repeat;
    background-size: cover;
}
.background__rt-point{
    position: absolute;
    right: 0;
    top:30px;
    width: 25%;
    height: 100px;
    background-color: #99b6aa;
}
.rt-point__image{
    height: 100px;
    width: 100px;
    position: absolute;
    left: -50px;
    border-radius: 50px;
    z-index: 2;
    background-color: #badbce;
    background-repeat: no-repeat;
    background-size: cover;
}
.background__lb-point{
    position: absolute;
    left: 0;
    top:70px;
    width: 13%;
    height: 150px;
    background-color: #5f8a78;
}
.lb-point__image{
    height: 150px;
    width: 150px;
    position: absolute;
    right: -75px;
    border-radius: 75px;
    z-index: 2;
    background-color: #badbce;
    background-repeat: no-repeat;
    background-size: cover;
}
.background__rb-point{
    position: absolute;
    right: 0;
    top:70px;
    width: 13%;
    height: 150px;
    background-color: #5f8a78;
}
.rb-point__image{
    height: 150px;
    width: 150px;
    position: absolute;
    left: -75px;
    border-radius: 75px;
    z-index: 2;
    background-color: #badbce;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ABOUT */
.container-about{
    background-image: url(../photo/bg_about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.about__bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.about__content{
    position: relative;
    color: #fff;
    z-index: 3;
}
.about__text{
    font-family: Arial, Helvetica, sans-serif;
}

/* SERVICES */
.container__services{
    background-color: #f6f3ee;
    height: auto;
}
.services__wrapper{
    height: auto;
}
.services__title{
    color:#235541;
}
.services__content{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.service-description{
    display: flex;
    flex-basis: 45vw;
    padding: 30px;
    color: #000;
    height: fit-content;
    border-radius: 5px;
    flex-direction: column;
    margin-right: 40px;
}
.services__list{
    /* flex-basis:45vw; */
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    width: 100%;
    align-items: center;
}
.service{
    width:100%;
    max-width:800px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 15px;
    background-color:#ffffff;
}
.service__title {
    min-height: 50px;
    background-image: url(../photo/IMG_7738.jpeg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #235542;;
    border-radius: 5px;
    padding: 10px 30% 10px 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
}
.service:first-child{
    margin-top: 0px;
}
.service__subtitle{
    padding: 0px;
    margin: 0px;
    color:#fff;
}
.service__sale{
    
}
.service-sale__title{
  position: relative;
  background-color: #225542;
    background-image: url(../sales_main_bgjpg.jpg);
    color: #333;
    text-align: center;
    padding-right: 20px;
    font-weight: 900;
    line-height: 25px;
    height: 250px;
    background-size: contain;
}
.service-sale__text{
    font-size: 42px;
    color: #fff;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 60px;
    width: calc(100% - 380px);
    align-items: center;
    justify-content: center;
}
@media screen and (width < 700px) {
  .service{
      font-weight:500;
  }
  .service-link__title{
    background-position: center;
  }
  .service-sale__text{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.accordion__item {
    cursor: pointer;
    -webkit-transition: padding-bottom 1.5s ease, opacity 0.6s ease;
    transition: padding-bottom 1.5s ease, opacity 0.6s ease;
  }
  .accordion__title {
    position: relative;
    color: #fff;
  }
  .accordion__content {
    display: none;
    padding: 10px 30px;
    padding-right: 20px;
    height: 0;
    opacity: 0;
    -webkit-transition: all 1.7s ease 0.5s;
    transition: all 1.7s ease 0.5s;
  }
  .accordion__item--opened {
    padding-bottom: 15px;
    opacity: 1;
  }
  .accordion__item--opened .accordion__content {
    opacity: 1;
    display: block;
    height: auto;
    border: 1px solid #ddd;
    margin-top: -5px;
  }

/***** NEWS *****/
.container-news{
  background-color: #235541;
  min-height: 100vh;
  height: auto;
}
.news__wrapper{
  /* height: auto; */
}
.news__title{
  color: #fff;
}
.news__list{
  display: flex;
  flex-direction: column;
}
.news-item{
  padding: 25px 5px;
  max-width: 1040px;
}

.news-item__content{
  display: flex;
  flex-direction: row;
  font-size: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 250px;
  width: 100%;
}

.news-item__photo{
  flex-basis: 50%;
  background-image: url(../photo/img_04.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-item__img{
  width: 100%;
  height: auto;
}
.news-item__header{
  display: flex;
  align-items: flex-start;
}
.header__date{
  border: solid 1px #225542;
  border-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 80px;
  background-color: #fff;
  flex-shrink: 0;
  text-align: center;
}
.date__month{
  background: #225542;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.date__date{
  padding: 3px;
  line-height: 20px;
  background-color: #fff;
  color: #000;
}
.news-item__text{
  flex-basis: 50%;
  color: #fff;
  padding: 10px 10px;
}
.news-item__title{
  font-size: 25px;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  text-align: left;
}
.news-item__description{
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
.news-item__footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news-item__more{
  margin: 0px;
  border: solid 1px #fff;
  color: #fff;
  padding: 8px 10px 3px;
  border-radius: 3px;
  cursor: pointer;
  font-family: "BebasNeue";
}
.news-item__date{
  text-align: right;
  margin: 0px;
  padding: 0px;
}
@media screen and (width < 512px){
  .news-item__content{
    flex-direction: column;
    height: auto;
  }
  .news-item__photo{
    width: auto;
    height: 250px;
    flex-basis: unset;
  }
  .news-item__text{
    padding-top: 20px;
  }
}


/* PHOTOS */
.container__photos{
    /* padding: 80px 0px 0px; */
    background-color: #000;
}
.photos__content{
    /* display: flex;
    flex-direction: column; */
    width: 100%;
    height: 70vh;
    background: #000;
    color: #000;
    /* flex-grow: 2;*/
}
.photos__title{
    color:#fff;
    margin-bottom: 30px;
}
/* #photo-gallery{
    flex-wrap: wrap;
} */
/* .photo__img{
    height: auto;
    width: 100%;
    margin-top: -50%;
} */
.photo-slide, .photo-thumb-slide{
  background-size: cover;
  background-position: center;
}
.photo-swiper {
  height: 80%;
  width: 100%;
}

.photo-thumb-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.photo-slide{
  background-size: contain;
}
.photo-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.photo-thumb-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.photo-thumb-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide-thumb-active {
  opacity: 1;
}
.container__partners{
    background-color:#f6f3ee;
}
.partners-swiper-wrapper{
  width: 100vw;
  padding: 0px;
  height: auto;
}
.container__contacts{
    background-color:#f6f3ee;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    height: auto;
}

@media screen and (width < 768px) {
    .main-menu__wrapper {
        padding: 10px 20px;
        font-size: 16px;
        position: relative;
    }
    .main-menu__list{
        position: absolute;
        width: 100vw;
        top: 50px;
        right: -100vw;
        display: none;
        background-color: #235541;
        flex-direction: column;
        transition:right 0.5s ease-in-out 0.2s
    }
    .main-menu--opened{
        display: block;
        right: 0px;
    }
    li.menu-item{
        padding: 10px 20px;
        text-align: center;
    }
    .main-menu__toggle-icon{
        display: block;
    }
    .background__lt-point, .background__rt-point {
        top: 15px;
        width: 10%;
        height: 60px;
    }
    .background__lb-point, .background__rb-point{
        height: 60px;
        top:80px;
    }
    .lt-point__image,.lb-point__image{
        height: 60px;
        width: 60px;
        right: -30px;
        z-index: 2;
    }
    .rt-point__image, .rb-point__image{
        height: 60px;
        width: 60px;
        left: -30px;
        z-index: 2;
    }
    .text__title{
        font-size: 16px;
    }
    .title__main{
        font-size: 32px;
    }
}
@media screen and (width < 512px){
    .carousel__navigation{
        padding: 45px 75px;
    }
    .phone-text{
        display: none;
    }
    .main-menu__logo{
        top:60px;
    }
}

.footer {
    background-color: #235541;
    color: #fff;
  }
  .footer-container{
    height: auto;
    padding-top: 20px;
  }
  .footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    justify-content: space-between;
    /* padding: 30px 0 40px; */
  }
  .footer-menu {
    padding: 10px 15px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .footer__contacts {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    padding: 10px 35px 10px 0px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .contacts__item{
    padding: 5px 0px;
  }
  .footer-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-menu__item {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .footer-menu__link {
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer-menu__link:hover {
    border: 1px solid #fff;
    color: #fff;
  }
  .footer__link{
    text-decoration: underline;
    color: #99b6aa;
  }
  @media screen and (width < 576px) {
    .footer__links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .footer__contacts {
      flex-basis: auto;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
    }
    .footer-menu {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
    }
    .footer-menu__item {
      margin-right: 5px;
      margin-bottom: 20px;
    }
  }
  .copyrights-container{
    height: auto;
    background-color: #235541;
    padding-top: 20px;
  }
  .copyrights-text{
    text-align: center;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.42);
    z-index: 20;
    cursor: pointer;
    display: none;
    overflow: auto;
  }
  .opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex;
    -webkit-justify-content: flex;
    -ms-flex-pack: flex;
    justify-content: flex;
  }
  .opened .modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.42);
  }
  .modal-window {
    position: absolute;
    max-width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    z-index: 21;
    cursor: default;
    box-shadow: 0 0 20px 3px #333;
    margin-bottom: 30px;
    margin-top: -9999px;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
  }
  .modal-window__news{
    /* width: 80%; */
  }
  .modal-header__date{
    width: 55px;
    height: 45px;
  }
  .modal-header__month{
    line-height: 18px;
    font-size: 15px;
  }
  .modal-header__date-date{
    font-size: 19px;
    font-weight: 600;
  }
  .modal-header-bg{
    position: relative;
    width: 100%;
    height: auto;
  }
  .modal-header-img{
    width: 100%;
    height: auto;
  }
  .modal-window.big {
    max-width: 100%;
    width: 800px;
    margin: 30px;
    top:30px
  }
  .modal-window.open {
    margin-top: 0;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
  }
  .modal-header {
    height: 50px;
    line-height: 50px;
    padding: 15px;
    text-align: center;
  }
  .modal-header-news{
    height: auto;
    padding: 5px 10px;
    align-items: center;
  }
  .modal-header.transperent {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    left: 0;
    right: 0;
    z-index: 11;
    display: flex;
  }
  .modal-title {
    font-size: 1.6em;
    text-transform: uppercase;
  }
  .modal-news__title{
    color:#235541
  }
  .btn-close {
    position: fixed;
    top: -5px;
    right: -5px;
    color: #000;
    font-size: 64px;
    font-family: MONOSPACE;
    padding: 0 10px;
    cursor: pointer;
  }
  @media screen and (width < 400px) {
    .btn-close {
      top: -10px;
      right: -10px;
      color: #000;
    }
  }
  @media screen and (width < 576px) {
    .modal-window{
        left: 25%;
        transform: translateX(-20%);
    }
    .modal-window__news.big{
      left: 0;
      transform: translateX(0);
      top:0;
      margin: 0px;
    }
  }
  .modal-body {
    padding: 20px 20px;
    text-align: center;
  }
  .modal-news-body{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
  }
  .modal-body_text {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 24px;
  }
  @media screen and (width < 400px) {
    .modal-body_text {
      margin-bottom: 25px;
      font-size: 16px;
      line-height: 18px;
    }
  }
  .msger{
    width:30%;
  }
  .checkbox_text{
      text-align:left;
  }
  .checkbox_text a{
      color:blue;
  }
  .msgers{
    position:relative;
    display: flex;
    justify-content: space-around;
  }
  .msgers_overlay{
      position:absolute;
      top:0;
      left:0;
      bottom:0;
      right:0;
      background-color:rgba(255,255,255,0.6);
      display:block;
  }
  .msger-icon{
    width: 50px;
    height: 50px;
  }
  .msger-phone-icon{
    background-color: #E91E63;
    border-radius: 25px;
  }
  .msger-icon>img{
    width: 100%;
    height: auto;
  }
  .msger-link{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
  }
  .footer-social-media{
    display: flex;
    flex-direction: row;
  }
  .social-media__item{
      width:50px;
      height:auto;
  }
  .social-media__img{
      width:100%;
      height:auto;
  }
/***** NEWS PAGE ******/
.main-news-top{
  height: calc(100vh - 140px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#main-news{
  background-color: #ffffff;
  min-height: unset;
  height: auto!important;
}
.container-main-news{
  min-height: unset;
  height: auto!important;
}
.main-news__wrapper{
  min-height: unset;
}
.main-news__title{
  color: #333;
}
.main-news__list{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-news-item{
  min-width: 300px;
  max-width: 450px;
  width:30%;
  flex-grow: 1;
}
.main-news-item__content{
  flex-direction: column;
  height: auto;
  flex-basis: 100%;
}
.main-news-item__photo{
  height: 250px;
  flex-basis: unset;
}
.main-news-item__text{
  color: #333;
  flex-basis: unset;
}
.main-news-item__title{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
}
.main-news-item__description{
  height: 95px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main-news-item__more{
  color: #225542;
  border-color: #225542;
}
/****** SALES ********/
.container-sales{
  background-color: #225542;
  height: auto;
  display:flex;
    align-items: center;
    justify-content: center;
}
.sales-wrapper{
    display: flex;
    max-width: 940px;
}
.sales__title{
  color: #fff;
  padding-bottom: 80px;
  padding-top:40px;
}
.sales-item{
  width: 100%;
  padding-bottom: 25px;
  padding-top: 25px;
}
.sales-item__content{
    width: 45%;
    background-color: #fff;
    background: #225542;
    background: linear-gradient(41deg, rgba(34, 85, 66, 1) 3%, rgba(87, 199, 133, 1) 100%);
    color: #ffffff;
    padding: 35px 5% 35px 20px;
    position: relative;
    border-radius: 20px;
}
.sales-item__content--right{
    left: 48%;
    padding: 35px 20px 35px 5%;
    background: linear-gradient(-65deg, rgba(34, 85, 66, 1) 3%, rgba(87, 199, 133, 1) 100%);
}
.sales-item__title{
  font-size: 32px;
}
.sales-item__description{
  font-family: sans-serif;
  font-size: 16px;
}
.sales-item__img{
    position: absolute;
    width: 100%;
    /* background-image: url(static/sales/sale_1.jpg); */
    height: 100%;
    right: -92%;
    top: 0;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -4px 3px 5px 3px #555;
}
.sales-item__img--right{
  right: 92%;
  box-shadow: 4px 3px 5px 3px #555;
}
.sales-item__footer{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.sales-item__dates{
  margin: 0px;
  padding-bottom: 24px;
}
.sales-item-footer__info{
  flex-direction: column;
  justify-content: sp;
  align-items: center;
}
.sales-item__more{
  padding: 15px 30px;
  background: #fff;
  color: #000;
  /* margin-left: 15px; */
  border-radius: 10px;
}
.sales-item__percent{
  font-size: 72px;
  color: #ffff00;
}

@media screen and (width < 576px) {
  .sales-item {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 250px;
  }

  .sales-item__content{
    width: 90%;
  }
  .sales-item__content--right{
    left: 0px;
  }
  .sales-item__img{
    height: 300px;
    right: 0px;
    top: -290px;
    border-radius: 0px;
    box-shadow: none;
  }
}
/*******Targets******/
.container-targets{
  height: auto;
}
.targets__content{
  width: 100%;
}
.targets__list{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.targets-row{
  display: inline-flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.targets-item{
    display: inline-flex;
    position: relative;
    margin-left: -6vw;
    transition: all 1s ease-in-out 0.2s;
    width:25vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.target__right{
  flex-direction: row-reverse;
}
.target__center{
  flex-direction: column;
  text-align: center;
}
.target-img{
    background-color: rgba(22,55,42,0.5);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
.target__center>.target-img{
  padding: 10px;
  background-color: #225542;
}
.target-img>img{
  width: 100%;
  height: auto;
}
.target__text{
  padding-left: 20px;
  /* display: none; */
  font-size: 1.1vw;
  color: #666;
}
.target__center>.target__text{
  padding-left: 0px;
  padding-top: 10px;
}
.target__right>.target__text{
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
}

@media screen and (width < 768px) {
  .targets-row{
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .targets-item{
    margin-left: 0px!important;
    margin-right: 0px!important;
    flex-direction: column;
    padding-bottom: 25px;
    left: 0!important;
    text-align: center!important;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .target__text{
    font-size: 18px;
    width: 80%;
    padding-top: 10px;
    padding-left:0px!important;
    padding-right:0px!important;
    text-align: center!important;
  }
}
/****** Modal-telegram *****/
#telegram-modal{
  background-color:unset;
  position: relative;
  left:0px;
  top:0px;
  height: auto;
}
.bottom {
    position: fixed;
    max-width: none;
    width: 100%;
    margin-bottom: 0px;
    bottom: 0;
}
.modal-telegram-header{
    height: 40px;
    line-height: 40px;
    padding: 10px 10px 0px;
}
.modal-telegram__title {
    text-align: center;
}
.telegram-btn-close {
    top: 5px;
    right: 5px;
    color: #888;
    font-size: 45px;
}
.modal-telegram-body {
    padding: 0px 10% 20px;
    text-align: center;
}
.modal-telegram-text{
  padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
.modal-telegram__button{
  /* display: block; */
  background-color: #225542;
  padding: 10px;
  border-radius: 5px;
  /*width: fit-content;*/
}
.modal-telegram__link {
}
@media screen and (width < 576px) {
    .bottom {
        left: 20%;
    }
    .modal-telegram-text{
    font-size: 14px;
    line-height: 16px;
    }
}

.partners-swiper{
    width: 84vw;
    padding-left: 7vw;
    padding-right: 7vw;
}
.partners__slide{
  display: block;
  width: 20%;
}
.partners__slide>img{
  width: 100%;
  height: auto;
}

.partners-swiper-wrapper{
  width: 100%;
}

/***** Pricing *******/
.container-pricing{
  height: auto;
  padding-bottom: 60px;
}
.pricing__title{
  padding-bottom: 30px;
  padding-top: 50px;
}
.pricing__list{
  display: table;
}
.pricing-item{
  border-bottom: #225542 1px solid;
  display:table-row-group;
}
.pricing-item__content{
  display: table-row;
  justify-content: center;
  align-items: center;
}
.pricing-item__title{
  display:table-cell;
  width: 35%;
  padding: 30px;
  background-color: #225542;
  color:#ffffff;
  font-size: 26px;
  border-bottom: 1px solid #ffffff;
}
.pricing-item__subtitle{
  font-family: sans-serif;
  font-size: 13px;
}
.pricing-item__price{
  width: 55%;
  display:table-cell;
  font-size: 22px;
  color: #225542;
  vertical-align:middle;
  text-align: center;
  border-bottom: #225542 1px solid;
}
@media screen and (width < 576px) {
  .container-pricing{
    padding-left:2px;
    padding-right:2px;
  }
  .pricing-item__title{
    font-size: 16px;  
  }
  .pricing-item__subtitle{
    font-size: 12px;
  }
  .pricing-item__price{
    font-size: 16px;
  }
}

/***** horse_care_landing ****/
.hero{
  background-image: url('../bg/1.jpg');
  background-size: cover;
  background-position: center;
  height: 85vh;
  padding: 10vh 0px 5vh;
  position: relative;
}
.hero-title{
  text-align: center;
  font-size: 64px;
  color: #444;
}
.hero-subtitle{
  text-align: center;
  font-size: 36px;
  color:#888;
}
.hero__footer{
  position: absolute;
  bottom: 7vh;
  color:#ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainpoints__list{
  list-style: none;
  justify-content: center;
  align-items: center;
  /* margin: auto; */
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 10vw;
  padding-right: 10vw;
}
.mainpoints__item{
  width: 25%;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
.item-icon{
  height: 20px;
  width: 20px;
  background-color: #225542;
  text-align: center;
  border-radius: 20px;
  padding: 11px 10px 9px;
  box-shadow: 1px 1px 1px 1px #444444;
}
.item-text{
  font-weight: 600;
  padding-left:10px;
  color:#ffffff;
  text-shadow: 1px 1px 1px #444444;
}
.footer__call{
  text-align: center;
}
.call__button{
  display: inline-block;
  font-family: sans-serif;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(135deg, rgba(181, 106, 45, 0.8), rgba(216, 138, 65, 0.8));
  border-radius: 10px;
  border: none;
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #444444;
}
.call__button:hover{
  transform: translateY(-2px);
  box-shadow: 
    0 6px 18px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);

  background: linear-gradient(135deg, #c77735, #e79a4a);
}

/****** WHY US ******/
.container__whyus{
  height: auto;
}
.whyus__content{
  position: relative;
  width: 100%;
}
.whyus__cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.whyus__card{
  width: 40vw;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 30px;
  background-color: #f4f0e5;
  box-shadow: 1px 1px 3px 2px #ddd;
  border-radius: 5px;
}
.card__header{
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card__title{
  position: absolute;
  width: 50%;
  bottom: -40px;
  left: 20%;
  padding: 10px 10px;
  background-color: #9b5a32;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #444444;
}
.card__body{
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
/****** PHOTO CARE *******/
.container__price-care{
  background-color: #225542;
  background-image: url('../bg/img_22.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 80px;
}
.price-care__title{
  color: #ffffff;
  text-shadow: 1px 1px 1px #888888;
}
.price-care__cards{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
}
.price-care-card{
  width: 40%;
  background-color: hsla(44, 41%, 93%, 0.8);
  min-height: 500px;
  margin-bottom: 30px;
}
.price-care-card__header{
  background-color: #9b5a32;
  color:#ffffff;
  padding: 20px;
  text-align: center;
  font-size: 26px;
}
.price-care-card__title{
  padding-bottom: 10px;
}
.price-care-card__subtitle{
  font-size: 16px;
  line-height: 18px;
  font-family: sans-serif;
}
.price-care-card__body{
  padding: 25px;
  text-align: center;
  color: #225542;
  font-weight: 600;
}
.price-care-card__list{
  color: #000;
  font-size: 16px;
  font-family: sans-serif;
  text-align: left;
  padding-bottom: 20px;
}
.price-care-card__item{
  padding-bottom: 10px;
}
.price-care-card__price{
  font-size: 32px;
  color: #225542;
}
.price-care-cards__wrapper{
  width: 40%;
  display: flex;
  flex-direction: column;
  display: flex;
}
.price-care-cards__wrapper>.price-care-card{
  width: 100%;
}
/****** Customers Pains ********/
.cutostomer-point__list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customers-point{
  width: 25%;
  padding: 15px 15px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.customers-point__icon{
  background-color: #F3F0EA;
  color: #225542;
  padding: 20px;
  border-radius: 5px;
  width: fit-content;
}
.customers-point__text{
  font-size: 24px;
  text-align: center;
  padding: 25px 15px;
}

/***** TERRITORY *****/
.container__territory{
  padding:0px;
  position: relative;
  overflow: hidden;
}
.video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
#territory__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
}
.territory__wrapper{
  justify-content: start;
  align-items: center;
}
.territory__title{
  padding-top: 120px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #888888;
}

.territory__photo{
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.territory-photo__list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 8%;
}
.territory-photo__item{
  width: 25%;
  position: relative;
}
.territory-photo__img{
  opacity: 0.4;
  position: relative;
  width: 100%;
  height: auto;
}
.territory-photo__img:hover{
  opacity: 1;
}
.territory-photo-item__text{
  position: absolute;
  top:50%;
  left:50%;
  min-width: 100%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #444444;
  font-size: 24px;
}
/***** REVIEWS *****/
.container__reviews{
  height: auto;
}
.reviews-swiper-wrapper{
  width: 90vw;
  /* padding-left: 0vw;
  padding-right: 5vw; */
  height: auto;
  padding-bottom: 50px;
}
.reviews__slide{
  display: block;
  background-color: #F3F0EA;
  height: auto;
}
.review__card{
  display: flex;
  flex-grow: 0;
  align-items: center;
  flex-direction: column;
  background-color: #F3F0EA;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.review__photo{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.review__title{
  padding-top: 30px;
  font-size: 24px;
  font-weight: 600;
}
.review__text{
  font-family: sans-serif;
  padding: 20px;
}
.review__call{
  text-align: center;
}
/****** Commercial *****/
.container__commercial{
  background-image: url('../bg/bg_for_index.JPG');
  background-size: cover;
  background-position-x:center;
  width: 100%;
  padding: 0;
}
.commercial__wrapper{
  width: 100%;
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 75%);
}
.commercial__text{
  position: absolute;
  left: 8%;
  color:#ffffff;
  text-align: left;
  width: 30%;
}
.commercial__title{
  font-size: 48px;
  padding-bottom: 20px;
}
.commercial__subtitle{
  font-size: 24px;
  color: #eeeeee;
  /* font-style: italic; */
  padding-bottom: 50px;
  font-family: sans-serif;
}                                                                                                                                                                                                                                     
.commercial__button{
  background-color: #C59A5C;
  padding: 10px;
  font-family: sans-serif;
}
.container__commercial-2{
  padding: 0px;
  height: auto;
  background-color: #000000;
}
.commercial-2__wrapper{
  width: 100%;
  position: relative;
  height: auto;
  min-height: unset;
}
.commersial-2__bg-img{
  width: 100%;
}
.commersial-2__img{
  width: 100%;
  height: auto;
}
.commercial-2__text{
  position:absolute;
  left: 4vw;
}
.commercial-2__title{
  color: #ffffff;
  font-size: 42px;
}
.commercial-2__subtitle{
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 50px;
}
.commercial-2__button{
  color: #000;
  font-size: 22px;
  background-color: #ffc000;
  padding: 15px 25px;
  font-family: sans-serif;
  font-weight: 600;
  border-radius: 8px;
}
@media screen and (width < 1000px) {
    .commersial-2__bg-img{
        width: 100%;
        overflow-x: hidden;
    }
    .commersial-2__img{
        height: 380px;
        width: auto;
    }
}
 @media screen and (width < 620px) {
     .commersial-2__img{
        margin-left:-300px;
     }
  body.horse-care-body{
    font-size: 18px;
  }
  .hero-title{
    font-size: 48px;
  }
  .hero-subtitle{
    font-size: 24px;
  }
  .mainpoints__list{
    flex-direction: column;
  }
  .mainpoints__item{
    width: 100%;
    margin-bottom: 5px;
  }
  .call__button{
    max-width: 80%;
  }
  .whyus__title{
    font-size: 36px;
  }
  .whyus__card{
    width: 80vw;
  }
  .card__title{
    width: 80%;
    left: 5%;
  }
  .price-care__cards{
    flex-direction: column;
  }
  .price-care-card{
    width: 100%;
  }
  .price-care-card__body{
    padding: 15px;
  }
  .price-care-card__list{
    font-size: 14px;
    margin-left: 0px;
    padding-left: 15px;
  }
  .price-care-cards__wrapper{
    width: 100%;
  }
  .price-care-cards__wrapper>.price-care-card{
    width: 100%;
  }
  .container__customers{
    height: auto;
  }
  .cutostomer-point__list {
    flex-direction: column;
  }
  .customers-point {
    width: 100%;
    padding: 15px;
    flex-direction: row;
    justify-content: flex-start;
  }
  .territory-photo__list {
    flex-direction: column;
  }
  .territory-photo__item {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .review__card {
    padding-left: 0;
    padding-right: 0;
  }
  .commercial__text{
      width: 60%;
    }
   ..commersial-2__img{
       
   }
 }