.section-page {
  padding-top: 12px;
  background: url(https://pansionat-annushka.ru/assets/template/img/contentBg.jpg) #f7f7f7 left top repeat;
}
.section-page .section__title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.section-page-inner {
  padding-top: 20px;
  padding-bottom: 75px;
  background: url(../img/section-page-bg.png) center top repeat-y;
}
.section-page-inner.pb-small {
  padding-bottom: 15px;
}

.breadcrumbs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumbs li {
  font-size: 16px;
  color: #b7bcc9;
  margin-right: 8px;
}
.breadcrumbs li a {
  text-decoration: underline;
  color: #b9c476;
}
.breadcrumbs li a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.banners {
  padding-bottom: 85px;
}

.banner {
  background: url(../img/banner-bg.jpg) #f3f9e2 center center no-repeat;
  padding: 40px 90px;
  border-radius: 20px;
  margin-bottom: 50px;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.08);
}
.banner:last-child {
  margin-bottom: 0;
}
.banner:nth-hild(even) {
  background-image: url(../img/banner-bg-2.jpg);
}

.banner__img {
  width: 500px;
}
.banner__img img {
  display: block;
  width: 100%;
}

.banner__info {
  width: calc(100% - 590px);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner__info hr {
  width: 100%;
  height: 0;
  border: none;
  background: transparent;
}

.banner__title {
  font-size: 65px;
  line-height: 50px;
  font-weight: 700;
  color: #8bb314;
  width: 100%;
}

.banner__subtitle {
  width: 100%;
  color: #000000;
  font-size: 47px;
  line-height: 44px;
  font-weight: 700;
}

.banner__description {
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 8px 24px;
  color: #4e4c4d;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
  border: 2px solid #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.banner__bottom {
  width: 100%;
  color: #4e4c4d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  max-width: 220px;
}

.banner__date {
  width: 100%;
  color: #4e4c4d;
  font-size: 26px;
  font-weight: 700;
}

.banner-section {
  background: url(../img/banner-section-bg.png) center top no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 95px;
}
.banner-section .banner {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.banners-section {
  background: url(../img/banners-section-bg.jpg) bottom center no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 90px;
}
.banners-section .banner {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.banners-section .banner__img {
  width: 690px;
}
.banners-section .banner__img img {
  max-width: 100%;
  width: auto;
}
.banners-section .banner__info {
  width: calc(100% - 690px);
}
.banners-section .banner__title {
  font-size: 110px;
  line-height: 80px;
  font-weight: 800;
  padding-bottom: 3%;
}
.banners-section .banner__title.banner__title_small {
  font-size: 72px;
  line-height: 60px;
}
.banners-section .banner__subtitle {
  font-size: 50px;
  line-height: 76px;
}
.banners-section .banner__description {
  font-size: 24px;
}
.banners-section .banner__bottom {
  max-width: 320px;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
}
.banners-section .banner__bottom:last-child {
  margin-bottom: 0;
}
.banners-section .banner__date {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 40px;
}
.banners-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
}

.banners__arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background: #f7fdde;
}
.banners__arrow:before {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-left: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.banners__arrow:hover {
  background: #8bb314;
}
.banners__arrow:hover:before {
  border-color: #fff;
}
.banners__arrow.swiper-button-disabled {
  display: none;
}

.banners__arrow_prev {
  left: -120px;
}
.banners__arrow_prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  left: 26px;
}

.banners__arrow_next {
  right: -120px;
}
.banners__arrow_next:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 21px;
  left: 19px;
}

.banners-slider {
  overflow: hidden;
  margin-bottom: 70px;
}

.banner__signature {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.banner__signature:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background: #e5ae29;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.banners-slider__dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banners-slider__dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  position: relative;
}
.banners-slider__dots span:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.banners-slider__dots span.swiper-pagination-bullet-active {
  background: #8bb314;
}
.banners-slider__dots span.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  border-color: #8bb314;
}

@media screen and (max-width: 1450px) {
  .banners__arrow {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    padding: 40px;
  }

  .banner__img {
    width: 400px;
  }

  .banner__info {
    width: calc(100% - 440px);
  }

  .banner-section .banner {
    max-width: 740px;
  }

  .banners-section .banner__info {
    width: calc(100% - 510px);
  }
  .banners-section .banner__img {
    width: 490px;
  }
  .banners-section .banner__title {
    font-size: 90px;
    line-height: 70px;
  }
  .banners-section .banner__subtitle {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .banner__img {
    width: 300px;
  }

  .banner__info {
    width: calc(100% - 340px);
  }

  .banner__title {
    font-size: 50px;
  }

  .banner__description {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .banner {
    margin-bottom: 40px;
  }

  .banners {
    padding-bottom: 60px;
  }

  .banner-section .banner {
    max-width: 620px;
  }

  .banner-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .banners-section .banner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .banners-section .banner__img {
    width: 320px;
  }
  .banners-section .banner__info {
    width: calc(100% - 340px);
  }
  .banners-section .banner__title {
    font-size: 65px;
    line-height: 55px;
  }
  .banners-section .banner__title.banner__title_small {
    font-size: 60px;
    line-height: 55px;
  }
  .banners-section .banner__subtitle {
    font-size: 50px;
    line-height: 50px;
  }
  .banners-section .banner__description {
    font-size: 18px;
  }
  .banners-section .banner__bottom {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .banner__signature {
    font-size: 18px;
  }

  .banners-slider {
    margin-bottom: 50px;
  }

  .banners-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .section-page-inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .banner__info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .banner__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .banner {
    margin-bottom: 30px;
  }

  .banner-section {
    background-position: center bottom;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banners-section .banner__info {
    width: 100%;
  }
  .banners-section .banner__img {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banners-slider {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section-page-inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section__title.mb-big {
    margin-bottom: 45px;
  }

  .breadcrumbs li {
    font-size: 14px;
  }

  .banner {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .banner__info {
    margin-bottom: 15px;
  }

  .banner__title {
    font-size: 40px;
    line-height: 40px;
  }

  .banner__subtitle {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banners-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .banners-slider {
    margin-bottom: 20px;
  }

  .banners-section .banner__title.banner__title_small {
    font-size: 44px;
    line-height: 44px;
  }
  .banners-section .banner__description {
    font-size: 16px;
  }
  .banners-section .banner__date {
    font-size: 24px;
    line-height: 30px;
  }
  .banners-section .banner__bottom {
    font-size: 18px;
    line-height: 22px;
    max-width: 240px;
  }

  .banner__signature {
    font-size: 16px;
  }
}



.section-page {
  padding-top: 12px;
  background: url(https://pansionat-annushka.ru/assets/template/img/contentBg.jpg) #f7f7f7 left top repeat;
}
.section-page .section__title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.section-page-inner {
  padding-top: 20px;
  padding-bottom: 75px;
  background: url(../img/section-page-bg.png) center top repeat-y;
}
.section-page-inner.pb-small {
  padding-bottom: 15px;
}

.breadcrumbs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumbs li {
  font-size: 16px;
  color: #b7bcc9;
  margin-right: 8px;
}
.breadcrumbs li a {
  text-decoration: underline;
  color: #b9c476;
}
.breadcrumbs li a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.element_vms {
  padding-bottom: 85px;
}

.element_vm {
  background: url(../img/element_vm-bg.jpg) #f3f9e2 center center no-repeat;
  padding: 40px 90px;
  border-radius: 20px;
  margin-bottom: 50px;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.08);
}
.element_vm:last-child {
  margin-bottom: 0;
}
.element_vm:nth-hild(even) {
  background-image: url(../img/element_vm-bg-2.jpg);
}

.element_vm__img {
  width: 500px;
}
.element_vm__img img {
  display: block;
  width: 100%;
}

.element_vm__info {
  width: calc(100% - 590px);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;

}
.element_vm__info hr {
  width: 100%;
  height: 0;
  border: none;
  background: transparent;
}

.element_vm__title {
  font-size: 65px;
  line-height: 50px;
  font-weight: 700;
  color: #8bb314;
  width: 100%;
}

.element_vm__subtitle {
  width: 100%;
  color: #000000;
  font-size: 47px;
  line-height: 44px;
  font-weight: 700;
}

.element_vm__description {
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 8px 24px;
  color: #4e4c4d;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
  border: 2px solid #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.element_vm__bottom {
  width: 100%;
  color: #4e4c4d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  max-width: 220px;
}

.element_vm__date {
  width: 100%;
  color: #4e4c4d;
  font-size: 26px;
  font-weight: 700;
}

.element_vm-section {
  background: url(../img/element_vm-section-bg.png) center top no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 95px;
}
.element_vm-section .element_vm {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.element_vms-section {
  background: url(/assets/img/element_vms-section-bg.jpg) bottom center no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 90px;
}
.element_vms-section .element_vm {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.element_vms-section .element_vm__img {
  width: 600px;
}
.element_vms-section .element_vm__img img {
  max-width: 100%;
  width: auto;
}
.element_vms-section .element_vm__info {
  width: calc(100% - 600px);
}
.element_vms-section .element_vm__title {
  font-size: 110px;
  line-height: 80px;
  font-weight: 800;
  padding-bottom: 3%;
}
.element_vms-section .element_vm__title.element_vm__title_small {
  font-size: 72px;
  line-height: 60px;
}
.element_vms-section .element_vm__subtitle {
  font-size: 50px;
  line-height: 76px;
}
.element_vms-section .element_vm__description {
  font-size: 24px;
}
.element_vms-section .element_vm__bottom {
  max-width: 430px;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
}
.element_vms-section .element_vm__bottom:last-child {
  margin-bottom: 0;
}
.element_vms-section .element_vm__date {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 40px;
}
.element_vms-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
}

.element_vms__arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background: #f7fdde;
}
.element_vms__arrow:before {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-left: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.element_vms__arrow:hover {
  background: #8bb314;
}
.element_vms__arrow:hover:before {
  border-color: #fff;
}
.element_vms__arrow.swiper-button-disabled {
  display: none;
}

.element_vms__arrow_prev {
  left: -120px;
}
.element_vms__arrow_prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  left: 26px;
}

.element_vms__arrow_next {
  right: -120px;
}
.element_vms__arrow_next:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 21px;
  left: 19px;
}

.element_vms-slider {
  overflow: hidden;
  margin-bottom: 70px;
}

.element_vm__signature {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.element_vm__signature:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background: #e5ae29;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.element_vms-slider__dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.element_vms-slider__dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  position: relative;
}
.element_vms-slider__dots span:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.element_vms-slider__dots span.swiper-pagination-bullet-active {
  background: #8bb314;
}
.element_vms-slider__dots span.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  border-color: #8bb314;
}

@media screen and (max-width: 1450px) {
  .element_vms__arrow {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .element_vm {
    padding: 40px;
  }

  .element_vm__img {
    width: 400px;
  }

  .element_vm__info {
    width: calc(100% - 440px);
  }

  .element_vm-section .element_vm {
    max-width: 740px;
  }

  .element_vms-section .element_vm__info {
    width: calc(100% - 510px);
  }
  .element_vms-section .element_vm__img {
    width: 490px;
  }
  .element_vms-section .element_vm__title {
    font-size: 90px;
    line-height: 70px;
  }
  .element_vms-section .element_vm__subtitle {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .element_vm__img {
    width: 300px;
  }

  .element_vm__info {
    width: calc(100% - 340px);
  }

  .element_vm__title {
    font-size: 50px;
  }

  .element_vm__description {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .element_vm {
    margin-bottom: 40px;
  }

  .element_vms {
    padding-bottom: 60px;
  }

  .element_vm-section .element_vm {
    max-width: 620px;
  }

  .element_vm-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .element_vms-section .element_vm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .element_vms-section .element_vm__img {
    width: 320px;
  }
  .element_vms-section .element_vm__info {
    width: calc(100% - 340px);
  }
  .element_vms-section .element_vm__title {
    font-size: 65px;
    line-height: 55px;
  }
  .element_vms-section .element_vm__title.element_vm__title_small {
    font-size: 60px;
    line-height: 55px;
  }
  .element_vms-section .element_vm__subtitle {
    font-size: 50px;
    line-height: 50px;
  }
  .element_vms-section .element_vm__description {
    font-size: 18px;
  }
  .element_vms-section .element_vm__bottom {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .element_vm__signature {
    font-size: 18px;
  }

  .element_vms-slider {
    margin-bottom: 50px;
  }

  .element_vms-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .section-page-inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .element_vm__info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .element_vm__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .element_vm {
    margin-bottom: 30px;
  }

  .element_vm-section {
    background-position: center bottom;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .element_vms-section .element_vm__info {
    width: 100%;
  }
  .element_vms-section .element_vm__img {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .element_vms-slider {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section-page-inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section__title.mb-big {
    margin-bottom: 45px;
  }

  .breadcrumbs li {
    font-size: 14px;
  }

  .element_vm {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .element_vm__info {
    margin-bottom: 15px;
  }

  .element_vm__title {
    font-size: 40px;
    line-height: 40px;
  }

  .element_vm__subtitle {
    font-size: 40px;
    line-height: 40px;
  }

  .element_vm-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .element_vms-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .element_vms-slider {
    margin-bottom: 20px;
  }

  .element_vms-section .element_vm__title.element_vm__title_small {
    font-size: 44px;
    line-height: 44px;
  }
  .element_vms-section .element_vm__description {
    font-size: 16px;
  }
  .element_vms-section .element_vm__date {
    font-size: 24px;
    line-height: 30px;
  }
  .element_vms-section .element_vm__bottom {
    font-size: 18px;
    line-height: 22px;
    max-width: 240px;
  }

  .element_vm__signature {
    font-size: 16px;
  }
}