/*Шрифты*/
@font-face {
  font-family: 'ProximaNova_regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova_bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Базовые цвета */
/*Базовые настройки*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova_regular', sans-serif;
}
ul,
li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a:hover {
  text-decoration: none;
}
button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: none;
}
.button {
  padding: 1.2rem 3rem 1rem 3rem;
  text-transform: uppercase;
  background-color: #fcb303;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 8px;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover {
  cursor: pointer;
  background-color: #ca8f02;
}
section {
  padding: 10rem 0rem;
}
.section-header {
  margin: 0rem 0rem 10rem 0rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
}
.section-header h2 {
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
}
.section-header p {
  font-size: 1.4rem;
}
.section-header_light {
  color: #ffffff;
  margin-top: 0;
}
/*Оформление форм*/
.form-input,
.form-textarea {
  display: block;
  width: 100%;
  margin: 2rem 0rem;
  padding: 1rem;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 18px;
}
.form label {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.5rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  background-color: #ffffff;
}
.form-btn {
  display: block;
  width: 100%;
  height: 5.5rem;
  font-size: 1.6rem;
}
/****************************************/
/*main*/
.main {
  padding: 3rem 0rem 5rem 0rem;
  height: 100vh;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 132, 255, 0.25);
}
.main .logo img {
  width: 80%;
}
.main-content {
  margin-top: 10rem;
}
.main-content h1 {
  margin-top: -1rem;
  margin-bottom: 4rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.45;
  text-transform: uppercase;
  color: #ffffff;
}
.main-subtitle {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  color: #ffffff;
}
.main span {
  display: inline-block;
  padding: 3rem 4rem;
  font-size: 1.8rem;
  background-color: #46b814;
  color: #ffffff;
  text-align: center;
}
.main span strong {
  font-size: 3rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
.main-trigger {
  display: block;
  margin-top: 3rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #ffffff;
}
.main-form {
  display: block;
  padding: 4rem 6rem;
  background-color: #ffffff;
  text-align: center;
}
.main-form-header {
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.main-form small {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.wrap {
  display: table;
  width: 100%;
  height: 7rem;
}
.wrap-block {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.phone-link {
  display: inline-block;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 7rem;
  height: 7rem;
  color: #1a1820;
}
/*Секция с преимуществами*/
.features {
  background-color: #f5f5f5;
}
.features-block {
  text-align: center;
}
.features-block h3 {
  margin-bottom: 3rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.features-block p {
  width: 80%;
  display: inline-block;
  font-size: 1.4rem;
}
.features-img {
  height: 10rem;
  margin-bottom: 3rem;
}
.features-img img {
  width: 10rem;
  display: block;
  margin: 0 auto;
}
.slick-active {
  outline: none;
}
.arrow {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: scaleY(-50%);
          transform: scaleY(-50%);
  border: none;
  z-index: 99;
}
.prev {
  background: url(../img/features/left-arrow.svg) center no-repeat;
  background-size: 70%;
  left: 0;
}
.next {
  background: url(../img/features/right-arrow.svg) center no-repeat;
  background-size: 70%;
  right: 0;
}
/*Секция с ценами*/
.price {
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 132, 255, 0.25);
}
.price-header-btn {
  margin-top: 1rem;
}
.price-button {
  text-align: right;
}
.price-block {
  min-height: 50rem;
  padding: 1rem 2rem;
  background-color: #ffffff;
  -webkit-box-shadow: 7px 12px 21px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 7px 12px 21px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.price-block h4 {
  margin: 3rem 0rem;
  font-size: 1.6rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
.price-block img {
  width: 100%;
  display: inline-block;
  margin-bottom: 2rem;
}
.price-tag {
  display: block;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
.price-list {
  min-height: 14rem;
  line-height: 1.6;
  font-size: 1.4rem;
}
.price-list li:before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  margin: 0rem 1rem 0.5rem 0rem;
  background: url(../img/prices/check.svg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}
/*Секция с отзывами*/
.feedback {
  position: relative;
  background: url(../img/feedback-bg.jpg) no-repeat center;
  background-size: cover;
}
.feedback-prev-btn {
  left: -1.5rem;
}
.feedback-next-btn {
  right: -4.5rem;
}
.feedback-text {
  position: relative;
  margin-top: 2.5rem;
  padding: 1rem;
  font-style: italic;
  border: 2px solid #46b814;
}
.feedback-text::before {
  content: '';
  width: 2rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: -1.6rem;
  left: 3rem;
  background-color: #ffffff;
  border: 2px solid #46b814;
  border-right: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(122deg);
}
.feedback-slider {
  padding: 5rem 6rem;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 10px 18px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 10px 18px 0px rgba(0, 0, 0, 0.3);
}
.feedback-slider .media {
  margin-top: 3rem;
}
.feedback-slider .media h4 {
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.feedback-slider .media-body {
  margin: 1.2rem 0rem 0rem 2rem;
}
.feedback-slider p {
  font-size: 1.6rem;
}
.feedback-slider-btn {
  width: 3rem;
  height: 5rem;
  position: absolute;
  top: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #46b814;
  border: none;
  cursor: pointer;
}
.feedback-slider-btn img {
  width: 100%;
}
.feedback-form {
  background-color: #ffffff;
  -webkit-box-shadow: 7px 12px 21px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 7px 12px 21px 0px rgba(0, 0, 0, 0.5);
  margin-top: 5rem;
  padding: 4rem 10rem;
  text-align: center;
}
.feedback-form h3 {
  margin-bottom: 1rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.feedback-form label {
  -webkit-transform: translate(-50%, 7px);
          transform: translate(-50%, 7px);
}
.feedback-btn {
  max-width: 30rem;
  margin: auto;
}
.hand {
  max-width: 30rem;
  position: absolute;
  bottom: 0;
  left: -5rem;
}
/*Схема работы*/
.section-header_active h2 {
  color: #46b814;
  font-size: 4.5rem;
}
.scheme {
  background: url(../img/scheme-bg.png) no-repeat bottom right;
  background-size: 65rem;
}
.scheme .row {
  margin: 0;
}
.scheme-block {
  min-height: 20rem;
  margin-bottom: 5rem;
  text-align: center;
}
.scheme-block h3 {
  font-size: 2rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
.scheme-block p {
  font-size: 1.3rem;
}
.all-inclusive .media {
  min-height: 9rem;
}
.all-inclusive .media-body {
  margin-top: 0.5rem;
}
.all-inclusive .media h4 {
  font-size: 1.6rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
.all-inclusive .media p {
  font-size: 1rem;
}
.circle {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #46b814;
  border-radius: 50%;
}
.circle-border {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.3rem;
  font-size: 2rem;
  text-align: center;
  line-height: 4rem;
  border: 2px solid #46b814;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
/*Стили для блока - мы развеем все опасения*/
.problems {
  position: relative;
}
.problems-women {
  width: 25rem;
  margin-left: -15rem;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.problems-list {
  padding: 2rem;
  border: 4px solid;
  min-height: 35rem;
}
.problems-list h4 {
  font-size: 2.1rem;
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
.problems-list ul {
  padding: 3rem 2rem 2rem 0rem;
}
.problems-list ul li {
  margin-bottom: 2rem;
  padding-left: 3.5rem;
  position: relative;
  font-size: 1.2rem;
}
.problems-list ul li::before {
  content: '';
  width: 3rem;
  height: 3rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.problems-list_bad {
  border-color: #a4a4a4;
}
.problems-list_bad h4 {
  opacity: 0.5;
}
.problems-list_bad ul li::before {
  background: url(../img/problems/close.svg) no-repeat center;
  background-size: 70%;
}
.problems-list_good {
  border-color: #46b814;
}
.problems-list_good ul li::before {
  background: url(../img/problems/tick.svg) no-repeat center;
  background-size: 70%;
}
/*Стили для блока - материалы*/
.materials {
  background: url(../img/feedback-bg.jpg) no-repeat center;
  background-size: cover;
}
.materials-slider {
  padding-top: 5rem;
}
.materials-img {
  min-height: 18rem;
}
.materials-img img {
  width: 10rem;
  display: block;
  margin: 0 auto;
}
.materials-block h3 {
  margin-bottom: 2rem;
}
.materials-link {
  margin: 0 auto;
  font-size: 1.4rem;
  color: #46b814;
  border-bottom: 1px dotted #46b814;
}
.materials-link:hover {
  color: #348a0f;
}
.materials-offer {
  margin-top: 4rem;
}
/*Стили для блока - посмотрите как мы работаем*/
.tour {
  background: #f5f5f5 url(../img/work/tour.png) bottom 0% left 47% no-repeat;
  background-size: 28%;
}
.tour h1 {
  color: #1a1820;
}
.tour-subtitle {
  font-size: 2.2rem;
  color: #1a1820;
}
.tour-form-botton {
  font-size: 1.3rem;
}
/*Стили для блока - дополнительные услуги*/
.upsell {
  background: #21467a;
}
.upsell .section-header {
  margin: 0;
}
.upsell-block {
  min-height: 30rem;
  margin-bottom: 3rem;
  text-align: center;
  color: #ffffff;
}
.upsell-blocks {
  margin-top: 5rem;
}
.upsell-block img {
  width: 100%;
  max-width: 30rem;
  display: inline-block;
  margin-bottom: 2rem;
}
.upsell-block p {
  font-size: 2rem;
}
/* Стили для блока - контакты*/
.contacts {
  background: #ffffff url(../img/contacts/contact-bg.png) left 65% bottom no-repeat;
  background-size: 30%;
}
.contacts h2 {
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
.contacts p {
  margin: 1rem 0rem 2rem;
  font-size: 1.3rem;
}
.contacts-link {
  display: inline-block;
  color: #1a1820;
  border-bottom: 1px dotted #1a1820;
}
.contacts-link-hover {
  color: #020203;
}
.contacts-form {
  -webkit-box-shadow: 7px 12px 21px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 7px 12px 21px 0px rgba(0, 0, 0, 0.5);
}
.contacts-form h2 {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-family: 'ProximaNova_regular', sans-serif;
}
/*Стили для блока - footer*/
footer {
  padding: 4rem 0rem;
}
footer .logo img {
  width: 60%;
}
.footer-contacts {
  text-align: center;
}
.footer-contacts p {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 1.5rem;
}
.footer-dev-logo {
  text-align: right;
}
.footer-dev-logo img {
  width: 60%;
}
/* Модальные окна */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-content {
  position: fixed;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 4rem 6rem;
  background: #ffffff;
}
.popup-form {
  margin-top: 3rem;
  padding: 0;
}
.popup-close {
  width: 2rem;
  position: absolute;
  top: -1.6rem;
  right: -2rem;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
}
.popup-content {
  text-align: center;
}
.popup-header {
  font-family: 'ProximaNova_bold', sans-serif;
  font-weight: 700;
}
