/* Оформлении скции с приемушествам */
.features h2 {
  font-size: 3.6rem;
  font-family: 'ProximaNova_bold', sans-serif;
}
.features-block {
  text-align: center;
}
.features-block h3 {
  font-family: 'ProximaNova_bold', sans-serif;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.features-block p {
  display: inline-block;
  width: 80%;
  font-size: 1.5rem;
  text-align: center;
}
.features-img {
  height: 8rem;
  margin-bottom: 3rem;
}
.features-img img {
  display: block;
  margin: 0 auto;
}
.slick-active {
  outline: none;
}
.arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 99;
  width: 2rem;
  height: 2rem;
  border: none;
}
.prev {
  left: 0;
  background: url(../img/featuers/left-arrow.png) center no-repeat;
  background-size: 70%;
}
.next {
  right: 0;
  background: url(../img/featuers/right-arrow.png) center no-repeat;
  background-size: 70%;
}
/* Секция с ценами*/
.price {
  background: #46b814 url(../img/prices/prices.bg.jpg) center;
  /*Карточка с тарифом*/
}
.price-header-btn {
  margin-top: 2.5rem;
}
.price-button {
  text-align: right;
}
.price-block {
  padding: 1rem 3rem 4rem;
  min-height: 50rem;
  background-color: #ffffff;
  box-shadow: 0 14px 21px rgba(0, 0, 0, 0.17);
  text-align: center;
}
.price-block h4 {
  margin: 3rem 0;
  font-size: 1.9rem;
  font-family: 'ProximaNova_bold', sans-serif;
}
.price-block img {
  width: 100%;
  max-width: 30rem;
  display: inline-block;
  margin-bottom: 2rem;
}
.price-tag {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.9rem;
  font-family: 'ProximaNova_bold', sans-serif;
}
.price-list {
  padding: 0;
  list-style: none;
  min-height: 14rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.price-list li:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/prices/check.svg) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
}
/* Секция с отзывами */
.feedback {
  position: relative;
  background: url(../img/feedback/bg.jpg) no-repeat center;
  background-size: cover;
  /* Форма обратной связи */
}
.feedback-prev-btn {
  left: -4rem;
}
.feedback-next-btn {
  right: -4rem;
}
.feedback-text {
  position: relative;
  margin-top: 2rem;
  padding: 1rem;
  border: 2px solid #46b814;
  font-style: italic;
}
.feedback-text::before {
  content: '';
  display: block;
  position: absolute;
  top: -2rem;
  left: 4rem;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border: 2px solid #46b814;
  border-bottom: none;
  border-top-right-radius: 100px;
}
.feedback .mother {
  font-style: normal;
}
.feedback-slider {
  padding: 5rem 6rem;
  background-color: #ffffff;
  box-shadow: 6px 10px 18px 0px rgba(0, 0, 0, 0.11);
}
.feedback-slider .media {
  margin-top: 3rem;
  font-size: 1.4rem;
}
.feedback-slider .media-body {
  margin-left: 1.3rem;
}
.feedback-slider .media h4 {
  font-family: 'ProximaNova_bold', sans-serif;
}
.feedback-slider p {
  font-size: 1.6rem;
}
.feedback-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 5rem;
  background-color: #46b814;
  border: none;
}
.feedback-slider-btn img {
  width: 50%;
}
.feedback-form {
  margin-top: 5rem;
  padding: 4rem 10rem;
  background-color: #ffffff;
  text-align: center;
}
.feedback-form h3 {
  margin-bottom: 1rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-size: 2rem;
}
.feedback-form label {
  transform: translate(-50%, 5px);
}
.feedback-btn {
  max-width: 30rem;
  margin: auto;
}
.hand {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 30rem;
}
/* Схема работы */
.scheme {
  background: #ffffff url(../img/scheme/hend.png) bottom -10rem right -15rem no-repeat;
  background-size: 65rem;
}
.scheme-block {
  min-height: 30rem;
}
.scheme-block h3 {
  font-size: 2.2rem;
  font-family: 'ProximaNova_bold', sans-serif;
}
.scheme-block p {
  font-size: 1.5rem;
}
/* Всё на 100% включено */
.section-header_active h2 {
  color: #46b814;
}
.all-inclusive {
  background: #f5f5f5;
}
.all-inclusive .media {
  min-height: 1rem;
  font-size: 1.4rem;
}
.all-inclusive .media h4 {
  font-family: 'ProximaNova_bold', sans-serif;
  font-size: 1.6rem;
}
.all-inclusive .media-body {
  margin-left: 1rem;
}
.circle {
  display: inline-block;
  background-color: #46b814;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.circle-border {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  padding: 0.3rem;
  border: 2px solid #46b814;
  border-radius: 50%;
  text-align: center;
  line-height: 4rem;
  color: #ffffff;
  font-family: 'ProximaNova_bold', sans-serif;
  font-size: 2rem;
}
/* Оформлкние модальных окон */
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
  font-size: 1.6rem;
  position: fixed;
  left: 50%;
  top: 10%;
  background-color: #ffffff;
  transform: translateX(-50%);
  padding: 3rem 2rem;
}
.popup-form {
  margin-top: 3rem;
}
.popup-close {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  width: 2rem;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 3rem;
  color: #ffffff;
}
.popup-content {
  text-align: center;
  font-size: 1.8rem;
}
.popup-header {
  font-size: 1.8rem;
  font-family: 'ProximaNova_bold', sans-serif;
}
/* Мы развеем все проблемы */
.problems {
  position: relative;
}
.problems-women {
  position: absolute;
  width: 30rem;
  bottom: 0;
  left: 50%;
  transform: translateY(0%);
  margin-left: -18rem;
}
.problems-list {
  border: 4px solid;
  margin-bottom: 2rem;
  padding: 2rem;
  min-height: 35rem;
}
.problems-list h4 {
  font-size: 2.1rem;
  font-family: 'ProximaNova_bold', sans-serif;
}
.problems-list ul {
  list-style: none;
  padding-left: 0;
  padding-top: 2rem;
}
.problems-list ul li {
  padding-left: 3.5rem;
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
.problems-list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
.problems-list_bad {
  border-color: #e8e8e8;
}
.problems-list_bad h4 {
  opacity: 0.5;
}
.problems-list_bad ul li:before {
  background: url(../img/problems/problems.svg.png) center no-repeat;
  background-size: 70%;
}
.problems-list_good {
  border-color: #358015;
}
.problems-list_good ul li:before {
  background: url(../img/problems/checked-symbol.png) center no-repeat;
  background-size: 70%;
}
/* Материалы */
.materials {
  background: #ffffff url(../img/materials/bg-materials.png) center no-repeat;
  background-size: cover;
}
.materials-slider {
  padding-top: 5rem;
}
.materials-link {
  color: #46b814;
  border-bottom: 1px dotted #46b814;
  font-size: 1.3rem;
}
.materials-link:hover {
  color: #235c0a;
}
.materials-offer {
  font-size: 1.5rem;
  margin-top: 4rem;
}
.materials-offer a {
  font-size: 1.5rem;
}
.materials-block {
  min-height: 35rem;
}
.materials img {
  display: block;
  margin: 0 auto;
}
/* Посмотрите как мы работаем */
.tour {
  background: #ffffff url(../img/bg-works.jpg) center left no-repeat;
  background-size: cover;
}
.tour-subtitle {
  font-size: 2.2rem;
}
.tour-btn {
  padding: 1rem 1.5rem;
}
/* Дополнительные услуги */
.upsell {
  background: #286b0a;
}
.upsell-block {
  min-height: 30rem;
  text-align: center;
  color: #ffffff;
}
.upsell-blocks {
  margin-top: 3rem;
}
.upsell-block img {
  display: inline-block;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 30rem;
}
.upsell-block p {
  font-size: 2rem;
  margin-bottom: 2rem;
}
/* Контакты */
.contacts {
  background: #ffffff url(../img/contacts-bg.jpg) center bottom no-repeat;
  background-size: cover;
  /*Заголовок для формы*/
}
.contacts h2 {
  font-size: 3.6rem;
  font-family: 'ProximaNova_bold', sans-serif;
}
.contacts p {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.contacts-link {
  display: inline-block;
  color: #1a1820;
  border-bottom: 1px dotted #1a1820;
}
.contacts-link:hover {
  color: #020203;
}
.contacts-form h2 {
  font-size: 1.9rem;
  font-family: 'ProximaNova_Reg', sans-serif;
  margin-bottom: 3rem;
}
/* Оформление подвала (footer) */
.footer {
  padding: 4rem 0;
}
.footer-contacts {
  font-size: 1.7rem;
  text-align: center;
  padding-top: 0.5rem;
}
.footer-contacts p {
  margin: 0;
}
.footer-dev-logo {
  font-size: 1.4rem;
  text-align: right;
}
@media (max-width: 2700px) {
  .scheme {
    background: #ffffff url(../img/scheme/hend.png) bottom -18rem right -15rem no-repeat;
    background-size: 100rem;
  }
}
@media (max-width: 1800px) {
  .scheme {
    background-size: 90rem;
  }
}
@media (max-width: 1500px) {
  .scheme {
    background: #ffffff url(../img/scheme/hend.png) bottom -13rem right -15rem no-repeat;
    background-size: 70rem;
  }
  .materials-block {
    min-height: 35rem;
  }
}
@media (max-width: 1199px) {
  .feedback-form {
    padding: 3rem 5rem;
  }
  .feedback .fotorama {
    margin-bottom: 3rem;
  }
  .scheme {
    background: #ffffff url(../img/scheme/hend.png) bottom -10rem right -15rem no-repeat;
    background-size: 60rem;
  }
  .all-inclusive .media {
    min-height: 15rem;
  }
  .problems-list {
    min-height: 40rem;
  }
  .tour {
    background: #ffffff url(../img/bg-works.jpg) center left no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .main {
    background-position: top right;
  }
  .phone-block {
    text-align: center;
  }
  .main-content {
    margin-top: 3rem;
  }
  .main-title {
    padding-bottom: 3rem;
    text-align: center;
  }
  .left-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: scaleY(-50%);
  }
  .price-button {
    text-align: center;
    padding: 2rem 0;
  }
  .price-header-btn {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .price-block {
    margin-top: 2rem;
  }
  .section-header_light {
    color: #ffffff;
    margin-bottom: 0;
  }
  .feedback-form label {
    transform: translate(-50%, -50%);
    margin-top: 2rem;
  }
  .feedback-form .number {
    width: 12rem;
  }
  .scheme {
    background: #ffffff url(../img/scheme/hend.png) bottom -10rem right -15rem no-repeat;
    background-size: 65rem;
  }
  .hand {
    display: none;
  }
  .all-inclusive .media {
    min-height: 15rem;
    font-size: 1.3rem;
  }
  .all-inclusive .media h4 {
    font-family: 'ProximaNova_bold', sans-serif;
    font-size: 1.4rem;
  }
  .all-inclusive .media-body {
    margin-left: 0.5rem;
  }
  .fix .media h4 {
    font-family: 'ProximaNova_bold', sans-serif;
    font-size: 1.3rem;
  }
  .problems {
    margin-bottom: -4rem;
  }
  .problems-list {
    min-height: 45rem;
  }
  .problems-women {
    display: none;
  }
  .tour {
    background: none;
    background-color: #f5f5f5;
  }
  .upsell-price p {
    margin-bottom: 5rem;
  }
  .contacts {
    background: none;
    background-color: #f5f5f5;
  }
  .contacts-form {
    margin-top: 3rem;
  }
  .footer {
    text-align: center;
  }
  .footer-dev-logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main {
    background-position: top left;
  }
  .header {
    text-align: center;
  }
  .main-content {
    margin-top: 14rem;
  }
  .tour-content {
    margin-top: 0rem;
  }
  .wrap-block {
    text-align: center;
  }
  .features-block p {
    width: 60%;
  }
  .feedback-prev-btn {
    left: 0rem;
  }
  .feedback-next-btn {
    right: 0rem;
  }
  .scheme {
    background: none;
    text-align: center;
  }
  .scheme-block {
    min-height: 20rem;
  }
  .all-inclusive {
    background: #f5f5f5;
  }
  .all-inclusive .media {
    min-height: 12rem;
    font-size: 1.6rem;
  }
  .all-inclusive .media h4 {
    font-family: 'ProximaNova_bold', sans-serif;
    font-size: 1.8rem;
  }
  .all-inclusive .media-body {
    margin-left: 1rem;
  }
  .problems-list {
    min-height: auto;
  }
  .materials-block p {
    width: 100%;
  }
  .upsell-price p {
    margin-bottom: 2rem;
  }
  .footer {
    text-align: center;
  }
  .footer-contacts {
    margin: 2rem 0;
  }
  .footer-dev-logo {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .main-title h1 {
    font-size: 3rem;
  }
  .tour-title h1 {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
  .tour {
    background: #ffffff url(../img/bg-works.jpg) center right -20rem no-repeat;
    background-size: cover;
  }
}
@media (max-width: 400px) {
  .main-title h1 {
    font-size: 2.4rem;
  }
  .section-header {
    margin: -3rem 0 7rem;
    text-align: center;
  }
  .materials p {
    font-size: 1.6rem;
  }
  .materials-offer a {
    font-size: 1.6rem;
  }
  .tour-title h1 {
    font-size: 3rem;
  }
}
