body {
  overflow-x: hidden;
  width: 100vw;
}

.img-thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}

body {
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #8c428f;
}

a:hover {
  text-decoration: none;
  color: #b451b9;
}

button {
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.active {
  display: inline;
}

@media screen and (min-width: 1360px) {
  .container {
    max-width: 1320px !important;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1359px) {
  .container {
    max-width: 1200px !important;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1249px) {
  .container {
    max-width: 1100px !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1149px) {
  .container {
    max-width: 980px !important;
  }
}

@media screen and (min-width: 850px) and (max-width: 992px) {
  .container {
    max-width: 800px !important;
  }
}

h2 {
  font-family: Lato;
  color: #656565;
  font-size: 1.063em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

h2::after {
  background: #8c428f;
  content: ' ';
  display: block;
  height: 3px;
  position: absolute;
  width: 60px;
  margin-top: 30px;
}

h3 {
  font-family: Lato;
  color: #8c428f;
  font-size: 1em;
  font-weight: 900;
}

p {
  font-family: Lato;
  color: #656565;
  font-size: 0.813em;
  font-weight: 400;
}

.container-home {
  padding-top: 120px;
  background-size: cover;
  background-image: url(../images/homebg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 119px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-home > .row {
  display: contents;
}

.container-home-small .home-text p {
  margin: 25px 0 50px;
}

.container-home-small .home-services {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page_other .container-home {
  min-height: 440px;
}

.page_other .container-home .home-text {
  display: none;
}

.home-text {
  font-family: Lato;
  color: #ffffff;
  margin-left: 111px;
}

.home-text h1 {
  color: #ffffff;
  font-size: 2.2em;
  font-weight: 900;
}

.home-text h4 {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  margin: 12px 0;
}

.home-text p {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  margin: 55px 0 66px;
}

.home-text p a {
  color: #ff6b18 !important;
}

@media screen and (min-width: 993px) and (max-width: 1359px) {
  .home-text {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 992px) {
  .home-text {
    width: 95%;
    margin: auto;
  }
}

.home-box {
  margin-left: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-box .home-input {
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(67, 67, 67, 0.08);
          box-shadow: 0px 0px 18px 0px rgba(67, 67, 67, 0.08);
  width: 920px;
}

@media screen and (max-width: 767px) {
  .home-box .home-input {
    width: 100%;
  }
}

.home-box .home-input .home-input-content {
  border: 1px solid #ebebeb;
  min-height: 60px;
}

.home-box .home-input .home-input-content .icon {
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-box .home-input .home-input-content .space {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  padding: 7px 0;
}

.home-box .home-input .home-input-content .space label {
  font-family: Lato;
  color: #cbcbcb;
  font-size: 0.688em;
  font-weight: 900;
  margin: 0;
}

.home-box .home-input .home-input-content .space input {
  font-family: Lato;
  color: #656565;
  font-size: 0.875em;
  font-weight: 300;
  border: none;
}

.home-box .home-input .home-input-content .space input ::-webkit-input-placeholder {
  opacity: 1;
}

.home-box .home-input .home-input-content .space input :-ms-input-placeholder {
  opacity: 1;
}

.home-box .home-input .home-input-content .space input ::-ms-input-placeholder {
  opacity: 1;
}

.home-box .home-input .home-input-content .space input ::placeholder {
  opacity: 1;
}

.home-box .home-input .home-input-content .space select {
  font-family: Lato;
  color: #656565;
  font-size: 0.875em;
  font-weight: 300;
  border: none;
}

.home-box .home-search-box {
  border-radius: 3px;
  background: #ff6b18 url("../images/search.png") center center no-repeat;
  border: none;
  width: 120px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-box .home-search-box .home-search {
  font-family: Lato;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 900;
  display: -ms-grid;
  display: grid;
}

.home-box .home-search-box .home-search img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .home-box .home-search-box {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 450px) {
  .home-box .home-search-box {
    min-height: 50px;
  }
}

.home-box .home-search-box:hover {
  background-color: #8c428f;
}

@media screen and (min-width: 993px) and (max-width: 1359px) {
  .home-box {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 992px) {
  .home-box {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .home-box {
    display: block;
  }
}

.home-services {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-services a .home-services-box {
  border-radius: 3px;
  background-color: #8c428f;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(67, 67, 67, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(67, 67, 67, 0.2);
  width: 265px;
  height: 60px;
  font-family: Lato;
  color: #ffffff;
  font-size: 1em;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-home-submenu {
  border-bottom: 1px solid #ebebeb;
  min-height: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-home-submenu > .row {
  display: contents;
}

.container-home-submenu .home-submenu-box {
  float: left;
  width: 20%;
  border-left: 1px solid #ebebeb;
}

@media screen and (max-width: 991px) {
  .container-home-submenu .home-submenu-box {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .container-home-submenu .home-submenu-box a > .row {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container-home-submenu .home-submenu-box .icon {
  width: 30%;
  height: 54px;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .container-home-submenu .home-submenu-box .icon {
    width: 100%;
    text-align: center;
  }
}

.container-home-submenu .home-submenu-box .text {
  padding-left: 23px;
}

@media screen and (max-width: 1200px) {
  .container-home-submenu .home-submenu-box .text {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .container-home-submenu .home-submenu-box .text {
    text-align: center;
  }
}

.container-home-submenu .home-submenu-box .text h4 {
  font-family: Lato;
  color: #656565;
  font-size: 1em;
  font-weight: 900;
}

.container-home-submenu .home-submenu-box .text p {
  font-family: Lato;
  color: #cbcbcb;
  font-size: 0.688em;
  font-weight: 400;
  margin-bottom: 0;
}

.home-submenu-box:last-child {
  border-right: 1px solid #ebebeb;
}

.home-header {
  border-bottom: 1px solid #ebebeb;
  height: 79px;
  margin-bottom: 29px;
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-recommended-box {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  max-width: 300px !important;
  margin-left: 0 !important;
  padding: 14px 18px !important;
  float: left !important;
  min-height: 381px;
}

@media screen and (max-width: 1280px) {
  .home-recommended-box {
    width: 277px !important;
  }
}

@media screen and (max-width: 450px) {
  .home-recommended-box {
    width: 100vw !important;
  }
}

.home-recommended-box h3 {
  margin-top: 26px !important;
}

.home-recommended-box .adress {
  margin-bottom: 30px;
}

.home-recommended-box .adress img {
  width: 17px !important;
  height: auto;
}

.home-recommended-box .image {
  width: 100%;
  height: 250px;
  background: #eee;
}

.home-recommended-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-recommended-box p.addres_p {
  height: 37px;
  overflow: hidden;
}

.home-recommended-box p.addres_p a {
  color: #000;
}

.image {
  position: relative;
  height: 215px;
}

.image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.image .city {
  border-radius: 3px;
  background-color: #ffffff;
  width: 96px;
  height: 30px;
  padding: 5px;
  font-family: Lato;
  color: #656565;
  font-size: 0.688em;
  font-weight: 900;
  position: absolute;
  right: 27px;
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image .city a {
  color: #000;
}

.bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  margin-bottom: 0;
  min-height: 381px;
}

.home-space {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.home-space-box {
  border-bottom: 1px solid #ebebeb;
  margin: 22px 18px;
  padding-bottom: 22px;
}

.home-space-box .image {
  width: 100%;
  position: relative;
}

.home-space-box .image img {
  width: 100%;
}

.home-space-box h3 {
  margin-top: 10px;
  text-transform: uppercase;
}

.home-space-box .adress a {
  color: #000;
}

.adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adress p {
  color: #adadad;
  margin-bottom: 0;
  padding-left: 10px;
}

.adress p a {
  color: #000;
}

.advice {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ebebeb;
  margin-top: 50px;
}

.home-advice {
  width: 1069px;
}

@media screen and (max-width: 1245px) {
  .home-advice {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .home-advice {
    width: 100%;
  }
}

.news .news-box {
  border: none;
  margin: 18px 0;
  padding-right: 33px;
}

.news h3 {
  text-transform: none;
}

.news .city {
  text-transform: uppercase;
}

.news .image {
  margin: 30px 0;
  position: relative;
  height: auto;
}

.news a {
  display: block;
}

.news .news-box-headers {
  margin: 18px 0;
  border-left: 1px solid #ebebeb;
}

.read-more {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #8c428f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  width: 138px;
  height: 40px;
  font-family: Lato;
  color: #8c428f;
  font-size: 0.875em;
  font-weight: 400;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 27px;
}

.read-more:hover {
  background-color: #8c428f;
  color: #fff !important;
}

.single-opinion {
  margin: 26px 0 13px;
}

.single-opinion .photo {
  background-color: #fff;
}

.single-opinion .photo .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url(../images/man.jpg);
}

@media screen and (max-width: 765px) {
  .single-opinion .photo .avatar {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 600px) {
  .single-opinion .photo .avatar {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 360px) {
  .single-opinion .photo .avatar {
    width: 40px;
    height: 40px;
  }
}

.single-opinion .content {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 22px;
}

.single-opinion .content .sentence {
  margin-top: 30px;
}

.single-opinion .content .sentence p {
  color: #656565;
}

@media screen and (max-width: 600px) {
  .single-opinion .content .sentence img {
    display: none;
  }
}

.new-object .new-object-box {
  padding: 14px 18px;
  border-right: 1px solid #ebebeb;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-grid;
  display: grid;
  /* margin: 30px 0; */
  padding-top: 30px !important;
}

.home .new-object .new-object-box.local-box{
	margin:0 !important;
}

.new-object .new-object-box.wyrozniony p{
	color: #515050;
}

.new-object .new-object-box.wyrozniony{
	background:#8c428f2b;
	
}

@media screen and (max-width: 992px) {
  .new-object .new-object-box {
    margin: 0;
    padding: 0 18px;
  }
}

.new-object .new-object-box .adress {
  margin-bottom: 30px;
}

.new-object .cemetery {
  display: block !important;
}

.new-object .cemetery p {
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 0.75em;
}

.new-object .cemetery p b {
  font-weight: 900;
  font-size: 1.17em;
}

.new-object .cemetery .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
}

.new-object .cemetery .one img {
  width: 41px;
  margin-right: 17px;
}

@media screen and (max-width: 992px) {
  .local {
    margin: 20px 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 18px !important;
  }
}

.container-menu {
  position: fixed;
  z-index: 10;
  font-size: 16px;
  height: 115px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: #fff;
}

.container-menu .my-nav {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
}

.container-menu .logo {
  width: 20%;
}

@media screen and (max-width: 992px) {
  .container-menu .logo {
    width: 50%;
  }
}

.container-menu .logo a {
  display: -ms-inline-grid;
  display: inline-grid;
  margin-left: 15px;
}

@media screen and (max-width: 600px) {
  .container-menu .logo img {
    width: 95%;
  }
}

.container-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 69%;
}

@media screen and (min-width: 1250px) and (max-width: 1359px) {
  .container-menu .menu {
    width: 67%;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1249px) {
  .container-menu .menu {
    width: 62%;
  }
}

@media screen and (min-width: 993px) and (max-width: 1149px) {
  .container-menu .menu {
    width: 62%;
  }
}

@media screen and (max-width: 992px) {
  .container-menu .menu {
    width: 10%;
  }
}

@media screen and (max-width: 992px) {
  .container-menu .menu {
    height: 80px;
    top: 0;
    z-index: 3;
    background-color: transparent;
    left: 0;
  }
}

.container-menu .menu ul {
  list-style: none;
  display: inherit;
  margin-bottom: 0px;
  padding-left: 90px;
  padding-right: 24px;
}

@media screen and (max-width: 1650px) {
  .container-menu .menu ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .container-menu .menu ul {
    display: none;
    margin-top: 100px;
    position: absolute;
    top: 40%;
    right: 0;
    width: 100%;
    padding-left: 0;
    background-color: #f8f8f8;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 5;
  }
}

.container-menu .menu ul li {
  padding: 0 31px;
}

@media screen and (max-width: 992px) {
  .container-menu .menu ul li {
    padding: 15px 26px;
  }
}

.container-menu .menu ul li a {
  font-family: Lato;
  color: #656565;
  font-size: 0.875em;
  font-weight: 400;
  padding: 13px 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.container-menu .menu ul li a:hover {
  color: #8c428f;
}

.add-for {
  width: 20%;
  border-radius: 3px;
  background-color: #8c428f;
  max-width: 138px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-for a {
  font-family: Lato;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .add-for {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    text-align: center;
  }
}

.hamburger {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 0;
  width: 31px;
  height: 42px;
  z-index: 10;
}

.hamburger i {
  background: #656565;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.hamburger i:nth-child(1) {
  top: 10px;
}

.hamburger i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.hamburger i:nth-child(3) {
  bottom: 10px;
}

.menu-open i:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-open i:nth-child(2) {
  display: none;
}

.menu-open i:nth-child(3) {
  bottom: 21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menu ul li a {
    font-size: 0.75em;
  }
}

.footer {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ebebeb;
  padding: 27px 0 34px;
  margin-top: 80px;
}

.footer ul {
  padding-left: 0;
  list-style: none;
}

.footer ul a {
  font-family: Lato;
  color: #656565;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 5;
}

.footer ul li a {
  text-transform: none;
  font-family: Lato;
  color: #656565;
  font-size: 0.813em;
  font-weight: 400;
  line-height: 2.308;
}

@media screen and (max-width: 991px) {
  .footer ul {
    text-align: center;
  }
}

.footer p {
  font-family: Lato;
  color: #656565;
  font-size: 0.813em;
  font-weight: 400;
  margin-bottom: 9px;
}

.footer p b {
  font-weight: 900;
}

.footer .footer-last {
  text-align: right;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (max-width: 991px) {
  .footer .footer-last {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer .footer-last .footer-name {
    margin-top: 20px;
  }
}

.home-line {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .home-line {
    display: none;
  }
}

.home-line > .row {
  display: contents;
}

.home-line ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.home-line ul li {
  font-family: Lato;
  color: #adadad;
  font-size: 0.813em;
  font-weight: 700;
  padding-right: 14px;
}

.home-line ul li a {
  font-family: Lato;
  color: #656565;
  font-size: 1em;
  font-weight: 700;
}

.new-object > .row {
  height: 100%;
}

.local-box {
  display: block !important;
  border-right: none !important;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 49px 0 !important;
  margin: 25px 0 !important;
}

.local-box .local-box-content {
  border-right: 1px solid #ebebeb;
  padding: 0 18px;
}

.local-box .local-box-content a {
  color: #8c428f;
}

.local-box .image {
  display: initial;
  display: block;
}

.local-box .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 260px;
  min-height: 260px;
}

.local-box .image .city a {
  color: #000;
}

.local-box .adress p {
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 0.78em;
}

.local-box .adress img {
  width: 11px;
}

.local-box .adress a {
  color: #000;
}

.local-box .map {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px !important;
}

.local-box .map p {
  color: #656565;
  font-weight: 900;
  font-size: 0.82em;
}

.local-box .read-more {
  margin-top: -6px;
}

.no-border {
  border: none !important;
}

.pager {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #ebebeb;
}

.pager .pager-box {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #8c428f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  font-family: Lato;
  color: #8c428f;
  font-size: 0.875em;
  font-weight: 400;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}

.pager .pager-box:hover,
.pager .pager-active {
  color: #fff;
  background-color: #8c428f;
}

.specyfication-header {
  margin: 24px 0 48px;
}

.specyfication-header h1 {
  font-family: Lato;
  color: #8c428f;
  font-size: 1.875em;
  font-weight: 900;
  margin-bottom: 19px;
}

.specyfication-header .adress img {
  width: 11px;
}

.specyfication-header .adress p {
  font-size: 1em;
}

.add_opinion {
  background: #8c428f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
  margin-top: 20px;
  text-align: center;
}

.p_btn {
  background: #eee;
  font-size: medium !important;
  padding: 5px;
  color: gray !important;
  margin-left: 5px;
  cursor: pointer;
}

.counter {
  margin-left: 33px;
  font-size: 11px;
  margin-top: 8px;
  color: #989898;
}

.img-sm {
  width: 16px !important;
}

.page_other .bx-wrapper {
  max-width: 100%;
  height: 100%;
}

.page_other .bx-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 460px;
}

.page_other .bx-wrapper li {
  height: 100%;
}

.jcarousel-clip-vertical {
  height: 100%;
}

.specyfication-slider .slider {
  margin: 0 auto;
  height: 460px;
}

@media screen and (max-width: 767px) {
  .specyfication-slider .slider {
    max-height: 400px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .specyfication-slider .slider {
    height: 300px;
  }
}

.specyfication-slider .slider ul {
  height: 100%;
  list-style: none;
  margin-left: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .specyfication-slider .slider ul {
    max-height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .specyfication-slider .slider ul {
    height: 300px;
  }
}

.specyfication-slider .slider ul li a {
  height: 100%;
  display: block;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .specyfication-slider .slider ul li a {
    margin-right: 0;
  }
}

.specyfication-slider .slider ul li a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.specyfication-slider .slider-min {
  position: relative;
}

@media screen and (max-width: 767px) {
  .specyfication-slider .slider-min {
    display: none;
  }
}

.specyfication-slider .slider-min ul {
  height: auto;
  margin-bottom: 0;
}

.specyfication-slider .slider-min ul li img {
  max-height: 120px;
  padding: 3px 0 !important;
}

.specyfication-slider a {
  display: inline-block;
  border: 0;
}

.specyfication-slider a.active {
  display: inline-block;
}

.specyfication-slider .bx-wrapper a {
  display: block;
  border: none;
  padding: 10px;
  margin: 0;
}

.specyfication-slider .bx-wrapper a img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.specyfication-slider .bx-wrapper .bx-controls-direction a {
  display: inline;
  z-index: 1;
}

.specyfication-slider .bx-wrapper .bx-prev {
  background: url(../images/prev-product.png) no-repeat;
  background-position: center;
}

.specyfication-slider .bx-wrapper .bx-next {
  background: url(../images/next-product.png) no-repeat;
  background-position: center;
}

.specyfication-slider .bx-wrapper .bx-prev:focus,
.specyfication-slider .bx-wrapper .bx-prev:hover,
.specyfication-slider .bx-wrapper .bx-prev:focus,
.specyfication-slider .bx-wrapper .bx-next:hover {
  background-position: center;
  border: none;
}

.specyfication-local {
  min-height: 114px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.specyfication-local .specyfication-local-box {
  border-right: 1px solid #e4e4e4;
}

@media screen and (max-width: 1149px) {
  .specyfication-local .specyfication-local-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .specyfication-local .specyfication-local-box {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 15px;
  }
}

.specyfication-local .specyfication-local-box .img {
  margin-right: 20px;
  margin-top: 5px;
}

.specyfication-local .specyfication-local-box p {
  font-family: Lato;
  color: #656565;
  font-size: 1em;
  font-weight: 900;
  margin-bottom: 12px;
}

.specyfication-local .specyfication-local-box span {
  font-family: Lato;
  color: #944e97;
  font-size: 1.563em;
  font-weight: 900;
  line-height: 1;
}

.specyfication-local .specyfication-local-box:last-of-type {
  border-right: none;
  padding-left: 55px;
}

@media screen and (max-width: 1149px) {
  .specyfication-local .specyfication-local-box:last-of-type {
    padding-left: 15px;
  }
}

.specyfication-local .specyfication-local-box:nth-child(2) {
  padding-left: 55px;
}

@media screen and (max-width: 1149px) {
  .specyfication-local .specyfication-local-box:nth-child(2) {
    padding-left: 15px;
  }
}

.specyfication-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .specyfication-social {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0 !important;
  }
}

.specyfication-social .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 550px) {
  .specyfication-social .social {
    display: -ms-grid;
    display: grid;
  }
}

.specyfication-social .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #8c428f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #8c428f;
  /* width: 279px; */
  height: 40px;
  padding: 0 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .specyfication-social .question {
    margin: auto;
    margin-top: 15px;
  }
}

.specyfication-social .question a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Lato;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
}

.specyfication-social .question:hover {
  background-color: #fff;
}

.specyfication-social .question:hover a {
  color: #8c428f;
}

.social-box {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #8c428f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 0 30px;
  height: 40px;
  margin-right: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 1149px) {
  .social-box {
    padding: 0 25px;
  }
}

@media screen and (max-width: 550px) {
  .social-box {
    margin: 15px 0 0 0;
  }
}

.social-box a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Lato;
  color: #8c428f;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
}

.social-box:hover {
  background-color: #8c428f;
}

.social-box:hover a {
  color: #fff;
}

.mapa_hide {
  display: none;
}

.social-local {
  float: left;
  margin-top: -10px;
}

.specyfication-describtion {
  padding: 22px 20px 7px;
}

.specyfication-describtion p b {
  font-family: Lato;
  color: #656565;
  font-size: 1.15em;
  font-weight: 900;
}

.specyfication-describtion p a {
  color: #8c428f;
}

.specyfication-describtion ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.specyfication-describtion ul li {
  font-family: Lato;
  color: #656565;
  font-size: 0.813em;
  font-weight: 400;
}

.specyfication-describtion .single-opinion .sentence {
  margin-top: 22px;
}

.specyfication-describtion .single-opinion p {
  line-height: 1.8;
}

.specyfication-describtion .single-opinion .sentence {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.specyfication-describtion .single-opinion .sentence img {
  margin-top: 4px;
}

.specyfication-describtion iframe {
  height: -webkit-fill-available;
  max-height: 521px;
  margin-bottom: 15px;
}

.specyfication-opinion {
  padding: 1px 16px;
}

.opinion-name h3 {
  margin-bottom: 0;
}

.opinion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.opinion-header .adress {
  margin-top: 8px;
  margin-left: 10px;
}

.opinion-rate h3 {
  text-align: right;
}

.content:nth-child(3) {
  border: none;
}

.single-opinion:last-of-type {
  border-bottom: 1px solid #ebebeb;
}

.add-opinion form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.add-opinion form input,
.add-opinion form textarea {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  width: 519px;
  min-height: 49px;
  font-family: Lato;
  color: #b3b3b3;
  font-size: 0.875em;
  font-weight: 400;
  padding: 12px 20px;
  margin-top: 30px;
  resize: none;
}

@media screen and (max-width: 767px) {
  .add-opinion form input,
  .add-opinion form textarea {
    width: 98%;
  }
}

@media screen and (max-width: 500px) {
  .add-opinion form input,
  .add-opinion form textarea {
    width: 100%;
  }
}

.add-opinion form h3 {
  margin-bottom: 5px;
}

.add-opinion form .opionion {
  text-align: center;
  margin: 30px auto 23px;
}

.add-opinion form .opionion input {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #8c428f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #8c428f;
  width: 180px;
  min-height: 40px;
  max-height: 40px;
  font-family: Lato;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0;
  cursor: pointer;
}

.form-add-for form input,
.form-add-for form textarea {
  font-family: Lato;
  color: #656565;
  font-size: 0.875em;
  font-weight: 700;
  padding: 1px;
  border: 1px solid #ebebeb !important;
}

.form-add-for form textarea {
  width: 100%;
  resize: none;
}

.form-add-for form .add-for {
  color: #fff;
  margin-top: 30px;
}

.form-add-for form .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.form-add-for form .home-box {
  margin-left: 0;
}

.form-add-for form .home-box select {
  padding: 2px;
  border: 1px solid #ebebeb !important;
}

.form-add-for form .home-box .space .container-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-add-for form .home-box .space .container-file .add-for {
  margin: 0;
  float: left;
  height: 33px;
  width: 106px;
  color: #fff;
}

.form-add-for form .home-box .space label {
  color: #656565 !important;
  font-size: 0.8em !important;
  margin-bottom: 4px !important;
}

.form-add-for form .map {
  height: 500px;
}

.form-add-for form input[type="submit"] {
  max-width: 157px;
  height: 50px;
  margin: 0;
}

.form-add-for form .custom-file-upload {
  padding: 0;
}

.form-add-for form .custom-file-upload .add-for {
  z-index: 1;
  margin: 0;
  height: 33px;
  width: 106px;
}

.form-add-for form input[type="file"] {
  position: absolute;
  width: 90%;
  padding-left: 8px;
  opacity: 0;
}

.send-msg {
  display: none;
}

.jcarousel-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #eee url("../images/next.svg") center center no-repeat;
  background-size: 13px auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.jcarousel-next {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #eee url("../images/next.svg") center center no-repeat;
  background-size: 13px auto;
  cursor: pointer;
}

.jcarousel-container-vertical {
  height: 100%;
}

.jcarousel-item {
  width: 100%;
  height: 90px;
}

.form_kontakt {
  margin-bottom: 20px;
  font-size: small;
  color: gray;
}

.form_kontakt input[type=text],
.form_kontakt textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: small;
  padding: 3px 5px;
}

.form_kontakt input[type=submit] {
  background: #8c428f;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  border: none;
  font-size: small;
}
/*# sourceMappingURL=style.css.map */