.stopka {

    height: auto;
    margin: 0 auto !important;
    padding: 5px 0;
    width: 100%;
}
/* The container */
.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: -250px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #000;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
    background-color: #000;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {
    background-color: #01b4d7a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
    top: 3px;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Style the checkmark/indicator */
.container_check:hover .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






@font-face {
  font-family: "Akrobat-Bold";
  src: url("../fonts/akrobat/Akrobat-Bold.otf");
}

@font-face {
  font-family: "Akrobat-Light";
  src: url("../fonts/akrobat/Akrobat-Light.otf");
}

@font-face {
  font-family: "Akrobat-Regular";
  src: url("../fonts/akrobat/Akrobat-Regular.otf");
}

.clearfix {
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
#sended{
  position: fixed;
  top: 60px;
  right: 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Akrobat-Regular;
  background: #000;
  color: #ffff;
  font-weight:bold;
  width: 300px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: solid 1px;
  opacity: 0;

}
body {
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

a {
  text-decoration: none;
  color: #aaa6a3;
}

*:focus {
  outline: none;
}

img {
  border: none;
}

.wrapper {
  width: 1185px;
  max-width: 1185px;
  height: auto;
  margin: auto;
  color: #191919;
    font-family: Akrobat-Regular;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
}

@media only screen and (max-width: 1195px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  clear: both;
}

.slider__slides {
  width: 100%;
  height: auto;
  clear: both;
}

.slider__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.slider__logo {
  background: url("../images/top-logo.png") center center no-repeat;
  width: 226px;
  height: 193px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.slider__arrow_down {
  background: url("../images/arrow-down.png") center center no-repeat;
  width: 78px;
  height: 40px;
  margin: auto;
  bottom: 35px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.navbar {
  background-color: #e3d6c6;
  width: 100%;
  height: 73px;
  clear: both;
}

@media only screen and (max-width: 1195px) {
  .navbar {
    height: auto;
  }
}

.navbar__logo {
  width: auto;
  font-size: 20px;
  font-family: Akrobat-Bold;
  color: #191919;
  letter-spacing: 1px;
  margin-top: 25px;
  float: left;
}

@media only screen and (max-width: 1195px) {
  .navbar__logo {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    float: none;
    display: block;
    clear: both;
  }
}

.navbar__nav {
  width: auto;
  float: right;
}

@media only screen and (max-width: 1195px) {
  .navbar__nav {
    width: 100%;
    float: none;
    display: inline-block;
    clear: both;
  }
}

.navbar__nav__ul {
  list-style: none;
  display: block;
  height: 71px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1195px) {
  .navbar__nav__ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 780px) {
  .navbar__nav__ul {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
  }
}

.navbar__nav__item {
  width: auto;
  font-size: 18px;
  font-family: Akrobat-Light;
  color: #5f5f5f;
  text-transform: uppercase;
  margin: 0 20px;
  padding: 0;
  float: left;
  transition: 0.2s color;
}

@media only screen and (max-width: 780px) {
  .navbar__nav__item {
    margin-bottom: 10px;
  }
  .navbar__nav__item:last-child {
    margin-bottom: 0;
  }
}

.navbar__nav__item:hover {
  color: #2c2c2c;
}

.navbar__nav__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1195px) {
  .navbar__nav__item:last-child {
    margin-right: 20px;
  }
}

.navbar__nav__item a {
  color: #5f5f5f;
  transition: 0.2s color;
}

.navbar__nav__item a:hover {
  color: #2c2c2c;
}

.description {
  background-color: #f6e8d6;
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  clear: both;
}

.description.description--subpage {
  background: none;
  padding: 30px 0;
}

@media only screen and (max-width: 1200px) {
  .description.description--subpage {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.description a {
  color: #202020;
}

.description a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 780px) {
  .description {
    padding: 50px;
  }
}

.description__text {
  width: 80%;
  letter-spacing: 2px;
  font-size: 58px;
  font-family: Akrobat-Bold;
  color: #2c2c2c;
  text-align: center;
  line-height: 80px;
  margin: auto;
}

@media only screen and (max-width: 1195px) {
  .description__text {
    font-size: 40px;
  }
}

@media only screen and (max-width: 780px) {
  .description__text {
    font-size: 28px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 540px) {
  .description__text {
    font-size: 20px;
    line-height: 35px;
  }
}

.offer {
  background-color: #f7f7f7;
  width: 100%;
  padding: 60px 0 0 0;
  clear: both;
}

.offer__item {
  width: 100%;
  padding: 0 0 60px 0;
  box-sizing: border-box;
  clear: both;
}

.offer__item:nth-child(even) .offer__photo {
  float: right;
}

.offer__item:nth-child(even) .offer__description {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
  float: left;
}

@media only screen and (max-width: 780px) {
  .offer__item:nth-child(even) .offer__description {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 540px) {
  .offer__item:nth-child(even) .offer__description {
    text-align: center;
    padding: 20px 30px;
  }
}

.offer__item:nth-child(even) .offer__description__text {
  padding: 0 0 0 45%;
  text-align: right;
}

@media only screen and (max-width: 1195px) {
  .offer__item:nth-child(even) .offer__description__text {
    padding: 0 0 0 10%;
  }
}

@media only screen and (max-width: 780px) {
  .offer__item:nth-child(even) .offer__description__text {
    text-align: left;
    padding: 0;
  }
}

@media only screen and (max-width: 540px) {
  .offer__item:nth-child(even) .offer__description__text {
    text-align: center;
  }
}

@media only screen and (max-width: 540px) {
  .offer__item {
    padding-bottom: 0;
  }
}

.offer__photo {
  background-size: cover;
  background-repeat: no-repeat;
  width: 48.5%;
  height: 483px;
  float: left;
}

@media only screen and (max-width: 780px) {
  .offer__photo {
    width: 100%;
    height: 400px;
    float: none;
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 540px) {
  .offer__photo {
    height: 200px;
  }
}

.offer__description {
  width: 51%;
  letter-spacing: 0.5px;
  height: auto;
  padding: 30px 0 0 50px;
  box-sizing: border-box;
  float: right;
}

@media only screen and (max-width: 780px) {
  .offer__description {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 540px) {
  .offer__description {
    text-align: center;
    padding: 20px 30px;
  }
}

.offer__description__heading {
  width: 100%;
  font-size: 36px;
  font-family: Akrobat-Bold;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  clear: both;
}

@media only screen and (max-width: 540px) {
  .offer__description__heading {
    font-size: 27px;
  }
}

.offer__description__text {
  width: 100%;
  font-size: 20px;
  font-family: Akrobat-Regular;
  color: #191919;
  line-height: 27px;
  padding: 0 45% 0 0;
  margin-bottom: 30px;
  text-align: left;
  box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 1195px) {
  .offer__description__text {
    padding: 0 10% 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .offer__description__text {
    font-size: 18px;
    padding: 0;
    text-align: center;
  }
}

.offer__description__read_more {
  font-size: 18px;
  font-family: Akrobat-Bold;
  color: #191919;
}

@media only screen and (max-width: 540px) {
  .offer__description__read_more {
    font-size: 16px;
  }
}

.offer__description__read_more a {
  color: #191919;
}

.offer__description__read_more a:hover {
  text-decoration: underline;
}

.offer__long_text {
  width: 100%;
  font-size: 20px;
  font-family: Akrobat-Regular;
  color: #191919;
  line-height: 27px;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  box-sizing: border-box;
  clear: both;
}

.offer__read_more {
  font-size: 19px;
  font-family: Akrobat-Bold;
  color: #191919;
  display: block;
  clear: both;
  cursor: pointer;
}

.offer__more_content {
  display: none;
}


.gallery {
  background-color: #efeae5;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 1195px) {
  .gallery {
    padding: 30px;
  }
}

.gallery__heading {
  width: 100%;
  margin-bottom: 40px;
  clear: both;
}

.gallery__heading__title {
  font-size: 38px;
  font-family: Akrobat-Bold;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: left;
}

@media only screen and (max-width: 540px) {
  .gallery__heading__title {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    clear: both;
  }
}

.gallery__heading__all_galleries {
  font-size: 18px;
  font-family: Akrobat-Regular;
  color: #191919;
  letter-spacing: 1px;
  margin: 11px 0 0 0;
  float: right;
}

@media only screen and (max-width: 540px) {
  .gallery__heading__all_galleries {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    clear: both;
  }
}

.gallery__heading__all_galleries a {
  color: #191919;
}

.gallery__heading__all_galleries a:hover {
  text-decoration: underline;
}

.gallery__photos {
  width: 100%;
  clear: both;
}

.gallery__photo {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
}

.gallery__photo:nth-child(4n+0) {
  margin-right: 0;
}

.gallery__photo:hover img {
  filter: grayscale(100%);
}

@media only screen and (max-width: 780px) {
  .gallery__photo {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .gallery__photo:nth-child(3n+0) {
    margin-right: 0;
  }
  .gallery__photo:nth-child(4n+0) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 540px) {
  .gallery__photo {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .gallery__photo:nth-child(2n+0) {
    margin-right: 0;
  }
  .gallery__photo:nth-child(3n+0) {
    margin-right: 2%;
  }
  .gallery__photo:nth-child(4n+0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 450px) {
  .gallery__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gallery__photo:nth-child(2n+0) {
    margin-right: 0;
  }
  .gallery__photo:nth-child(3n+0) {
    margin-right: 0;
  }
  .gallery__photo:nth-child(4n+0) {
    margin-right: 0;
  }
}

.gallery__photo img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: 0.2s all;
}

@media only screen and (max-width: 450px) {
  .gallery__photo img {
    width: 100%;
  }
}

.contact {
  background-color: #f7f7f7;
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  clear: both;
}

.contact__heading {
  width: 100%;
  font-size: 38px;
  font-family: Akrobat-Bold;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 1195px) {
  .contact__heading {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .contact__heading {
    text-align: center;
    padding: 0;
  }
}

.contact__photo {
  background: url("../images/contact-photo.png") no-repeat;
  background-size: cover;
  width: 50%;
  height: 668px;
  float: left;
}

@media only screen and (max-width: 780px) {
  .contact__photo {
    display: none;
  }
}

.contact__contact {
  width: 50%;
  margin: 0;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  float: left;
}

@media only screen and (max-width: 780px) {
  .contact__contact {
    width: 100%;
    float: none;
    padding: 0;
    clear: both;
  }
}

.contact__contact__address {
  width: 100%;
  font-size: 18px;
  font-family: Akrobat-Regular;
  color: #464646;
  line-height: 29px;
  margin-bottom: 75px;
  box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 780px) {
  .contact__contact__address {
    padding-left: 32px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .contact__contact__address {
    text-align: center;
    padding: 0;
  }
}

.contact__contact__highlight {
  font-size: 24px;
  font-family: Akrobat-Bold;
}

.contact__contact__highlight--black {
  color: #000000;
}

.contact__contact__form {
  background-color: #efeae5;
  width: calc(100% + 50px);
  height: auto;
  padding: 35px 50px;
  margin: 0 0 0 -50px;
  box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 780px) {
  .contact__contact__form {
    width: 100%;
    margin: 0;
    padding: 35px;
  }
}

.contact__contact__form_group {
  width: 50%;
  height: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 1195px) {
  .contact__contact__form_group {
    width: 100%;
  }
}

.contact__contact__form_group button[type=submit] {
  background-color: #ffffff;
  font-size: 20px;
  font-family: Akrobat-Regular;
  color: #000000;
  padding: 5px 45px 6px 45px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000000;
  float: right;
}

.contact__contact__form_group button[type=submit]:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}

.contact__contact__form_label {
  width: 100%;
  font-size: 20px;
  font-family: Akrobat-Regular;
  color: #000000;
  text-transform: uppercase;
  margin: 7px 0 4px 10px;
  display: block;
  clear: both;
}

.contact__contact__form_control {
  background: none;
  width: 100%;
  font-size: 20px;
  font-family: Akrobat-Regular;
  color: #000000;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  clear: both;
}

.contact__contact__form_control::-webkit-input-placeholder {
  /* Chrome */
  color: #000000;
}

.contact__contact__form_control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.contact__contact__form_control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}

.contact__contact__form_control:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}

.contact__contact__form_control:focus {
  padding-left: 9px;
  border-left: 1px solid #000000;
}

.contact__contact__form_textarea {
  background: none;
  width: 100%;
  font-size: 20px;
  font-family: Akrobat-Regular;
  color: #000000;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  border: 1px solid #000000;
  resize: none;
  clear: both;
}

.map {
  background-color: #f7f7f7;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

.map__heading {
  width: 100%;
  font-size: 38px;
  font-family: Akrobat-Bold;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 1195px) {
  .map__heading {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .map__heading {
    text-align: center;
    padding: 0;
  }
}

.map__content {
  width: 100%;
  height: 500px;
  clear: both;
}

.content__heading {
  width: 100%;
  font-size: 38px;
  font-family: Akrobat-Bold;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 30px 0;
  box-sizing: border-box;
  clear: both;
}

@media only screen and (max-width: 1200px) {
  .content__heading {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.navbar.fix-to-top {
  background-color: rgba(227, 214, 198, 0.3);
  position: absolute;
  top: 0;
  z-index: 2;
}

.no-bg {
  background: none;
}

.categories_list {
  width: 100%;
  clear: both;
}

.categories_list .categories_list__item {
  width: auto;
  margin-right: 20px;
  float: left;
}

.categories_list .categories_list__item:last-child {
  margin-right: 0;
}

.gallery_tags {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  clear: both;
}

.gallery_tags__items {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}

.gallery_tags__item {
  width: auto;
  color: #000000;
  font-size: 18px;
  padding: 0 0 5px 0;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  position: relative;
}

.gallery_tags__item:after {
  background-color: #000000;
  width: 2px;
  height: 35%;
  content: '';
  top: 24%;
  right: -15px;
  position: absolute;
  z-index: 1;
}

.gallery_tags__item:hover,
.gallery_tags__item--active {
  border-bottom: 2px solid #000000;
}
.gallery_tags__item:last-child {
  margin-right: 0;
}
.gallery_tags__item:last-child:after {
  display: none;
}