/* Colors */
/* Basic settings */
html{
  font-size: 10px;
}
body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
}
button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: none;
}
.button {
  padding: 1rem 3rem;
  border-radius: 8px;
  background-color: #fcb303;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover {
  cursor: pointer;
  background-color: #e3a103;
}
/* Оформление форм */
.form {
  /* Поле для ввода */
  /* Подписи к полям */
  /* Кнопка отправки заявку */
}
.form-input,
.form-textarea {
  margin: 2rem 0;
  display: block;  
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 1.5rem;
}
.form label {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.5rem;
  font-size: 1.3rem;
  background-color: #ffffff;
}
.form-btn {
  display: block;
  height: 5.5rem;
  width: 100%;
  font-size: 1.6rem;
}
/* Typography */
section {
  padding: 10rem 0;
}
.section-header {
  margin: 2rem 0 10rem;
  text-align: center;
}
.section-header_ligth {
  color: #ffffff;
}
.section-header h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
}
.section-header p {
  font-size: 1.4rem;
}
/* main */
.main {
  margin-top: 0;
  padding: 2rem 0 5rem;
  background: #ffffff url(../img/main-bg.jpg) center top no-repeat;
  background-size: cover;
  /* Подзаголовок */
  /* Зеленый ярлык */
  /* Оплата по факту */
  /* Главная форма */
}
.main-content {
  margin-top: 10rem;
  /* Главный заголовок */
}
.main-content h1 {
  margin-bottom: 4rem;
  font-size: 4rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.45;
}
.main-subtitle {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.main span {
  display: inline-block;
  padding: 3rem 5rem;
  background-color: #46b814;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  /* Цифра 300 рублей */
}
.main span strong {
  font-size: 3rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.main-trigger {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 3rem;
}
.main-form {
  padding: 4rem 5rem;
  background-color: #ffffff;
  text-align: center;
  /* Заголовок формы */
  /* Подпись под кнопкой */
}
.main-form-header {
  margin-bottom: 4rem;
  font-size: 1.5rem;
}
.main-form-header strong {
  font-size: 1.7rem;
}
.main-form small {
  display: block;
  margin-top: 1.5rem;
}
.header {
  height: 7rem;
}
.wrap {
  display: table;
  width: 100%;
  height: 7rem;
}
.wrap-block {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.phone-block {
  text-align: right;
}
.phone-link {
  display: inline-block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  height: 7rem;
  line-height: 7rem;
  color: #1a1820;
}
/* Оформление секции с преимуществами */
.features-block {
  text-align: center;
}
.features-block h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.features-block p {
  display: inline-block;
  width: 80%;
  font-size: 1.4rem;
}
.features-img {
  height: 8rem;
  margin-bottom: 3rem;
}
.features-img img {
  display: block;
  margin: 0 auto;
}
.slick-active {
  outline: none;
}
.arrow {
  top: 50%;
  -webkit-transform: scaleY(-50%);
          transform: scaleY(-50%);
  position: absolute;
  z-index: 99;
  width: 2rem;
  height: 2rem;
  border: none;
}
.prev {
  left: 0;
  background: url(../img/arrow-left.svg) center no-repeat;
  background-size: 70%;
}
.next {
  right: 0;
  background: url(../img/arrow-right.svg) 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: 2rem 3rem 4rem;
  min-height: 50rem;
  background-color: #ffffff;
  -webkit-box-shadow: 7px 12px 21px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 7px 12px 21px 0px rgba(0, 0, 0, 0.17);
  text-align: center;
}
.price-block h4 {
  margin: 3rem 0;
  font-size: 1.8rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.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: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.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/ico.png) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
}
/* Секция с отзывами */
.feedback {
  position: relative;
  background: url(../img/feedback/feedback-bg.jpg) no-repeat center;
  background-size: cover;
  /* Форма обратной связи */
}
.feedback p {
  font-size: 1.5rem;
}
.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: 0px;
  border-top-right-radius: 100px;
}
.feedback-slider {
  padding: 5rem 6rem;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 10px 18px 0px rgba(0, 0, 0, 0.11);
          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 h4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.feedback-slider .media img {
  margin-right: 15px;
}
.feedback-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.feedback-form label {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
.feedback-btn {
  max-width: 30rem;
  margin: auto;
}
.hand {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 30rem;
}
/* Схема работы */
.scheme {
  background: #ffffff url(../img/scheme/bg-scheme.jpg) bottom right -10rem no-repeat;
  background-size: 70rem;
}
.scheme-block {
  min-height: 30rem;
}
.scheme h3 {
  font-size: 2rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
/* Всё на 100% включено */
.all-inclusive {
  background: #f5f5f5;
}
.all-inclusive h2 {
  color: #46b814;
}
.all-inclusive .media {
  min-height: 9rem;
}
.all-inclusive .media h4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.all-inclusive .media p {
  font-size: 1.3rem;
}
.all-inclusive .media-body {
  margin-left: 1.5rem;
}
.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: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
}
/* Мы развеем все опасения */
.problems {
  position: relative;
}
.problems-women {
  position: absolute;
  width: 25rem;
  bottom: 0;
  left: 50%;
  margin-left: -13rem;
}
.problems-list {
  border: 4px solid;
  margin-bottom: 2rem;
  padding: 2rem;
  min-height: 35rem;
}
.problems-list h4 {
  font-size: 2.1rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.problems-list ul {
  padding-left: 0;
  padding-top: 2rem;
  list-style: none;
}
.problems-list ul li {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-size: 1.3rem;
}
.problems-list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-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/icon-delete.png) center no-repeat;
  background-size: 70%;
}
.problems-list_good {
  border-color: #ff0000;
}
.problems-list_good ul li:before {
  background: url(../img/problems/icon-list-check.png) center no-repeat;
  background-size: 70%;
}
/* Материалы */
.materials {
  background: #ffffff url(../img/materials/bg-reviews.jpg) center no-repeat;
  background-size: cover;
}
.materials-link {
  color: #46b814;
  border-bottom: 1px dotted #46b814;
  font-size: 1.2rem;
}
.materials-link:hover {
  color: #348a0f;
}
.materials img {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.materials-offer {
  margin-top: 4rem;
  font-size: 1.5rem;
  text-align: center;
}
/* Посмотрите как мы работаем */
.tour {
  background: #ffffff url(../img/tour.jpg) center no-repeat;
  background-size: cover;
}
.tour-subtitle {
  font-size: 2rem;
}
.tour-form-btn {
  padding: 1rem 1rem;
}
/* Дополнительные услуги */
.upsell {
  background: #286b0a;
}
.upsell-block {
  text-align: center;
  color: #ffffff;
  min-height: 30rem;
}
.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;
}
/* Контакты  */
.contacts {
  background: #ffffff url(../img/bg-contacts.jpg) center no-repeat;
  background-size: cover;
  /* Заголовок для формы */
}
.contacts h2 {
  font-size: 2.4rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.contacts p {
  font-size: 1.3rem;
  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: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 3rem;
}
/* Подвал сайта */
footer {
  padding: 3rem 0;
}
footer p {
  font-size: 1.2rem;
  margin: 0;
}
.footer-contacts {
  text-align: center;
  padding-top: auto;
}
.footer-dev-logo {
  text-align: right;
}
.footer-dev-logo img {
  width: 15rem;
}
/* Оформление модальных окон */
.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-close {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  width: 2rem;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 3rem;
  color: #ffffff;
}
.popup-form {
  margin-top: 3rem;
  padding: 0;
}
.popup-content {
  position: fixed;
  left: 50%;
  top: 10%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 4rem 6rem;
  text-align: center;
}
.popup-header {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .feedback-form {
    padding: 3rem 5rem;
  }
  .fotorama {
    margin-bottom: 3rem;
  }
  .scheme {
    background-size: 65rem;
  }
  .problems-list {
    min-height: 40rem;
  }
}
@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;
  }
  .price-button {
    text-align: center;
    padding: 2rem 0;
  }
  .price-header-btn {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .price-block {
    margin-top: 2rem;
  }
  .section-header_ligth {
    margin-bottom: 0;
  }
  .feedback-form label {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
  .hand {
    display: none;
  }
  .scheme {
    background-size: 55rem;
  }
  .all-inclusive .media {
    min-height: 10rem;
  }
  .all-inclusive .media h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .problems-list {
    min-height: auto;
  }
  .problems-women {
    display: none;
  }
  .tour {
    background: none;
    background-color: #f5f5f5;
  }
  .contacts {
    background: none;
    background-color: #f5f5f5;
  }
  footer {
    text-align: center;
  }
  .footer-contacts {
    margin: 2rem 0;
  }
  .footer-dev-logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main {
    background-position: top left;
  }
  .main h1 {
    font-size: 2.5rem;
  }
  .header {
    text-align: center;
  }
  .main-content {
    margin-top: 17rem;
  }
  .wrap-block {
    text-align: center;
  }
  .features-block p {
    width: 60%;
  }
  .feedback {
    padding: 1rem;
  }
  .feedback-prev-btn {
    left: 0rem;
  }
  .feedback-next-btn {
    right: 0rem;
  }
  .feedback label {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
  .feedback .section-header {
    margin-bottom: 1rem;
  }
  .scheme {
    padding: 0;
    background: none;
    text-align: center;
  }
  .scheme-block {
    min-height: 20rem;
  }
  .problems-women {
    display: none;
  }
  .tour {
    background: none;
    background-color: #f5f5f5;
  }
}
