/* Fornts */
@font-face {
  font-family: 'ProximaNova-Reg';
  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;
}
/* colors */
/* Basic sitting */
html {
  font-size: 10px;
}
body {
  font-family: .reg;
}
a:hover {
  text-decoration: none;
}
button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: none;
}
.button {
  font-size: 1.2rem;
  padding: 1em 3rem;
  border-radius: 8px;
  background-color: #f9b001;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button:hover {
  cursor: pointer;
  background-color: #e09e01;
}
/* Typography */
section {
  padding: 10rem 0;
}
.section-header {
  margin: 2rem 0 10rem;
  text-align: center;
}
.section-header_light {
  color: #ffffff;
  margin-top: 0;
}
.section-header h2 {
  font-family: 'ProximaNova-bold', sans-serif;
  font-size: 3rem;
}
.section-header p {
  font-size: 1.4rem;
}
/* main */
.main {
  padding: 3rem 0 5rem;
  background: #ffffff url(../img/main-bg.jpg) center center no-repeat;
  background-size: cover;
  /*форма*/
}
.main-content {
  margin-top: 12rem;
}
.main-content h1 {
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-family: 'ProximaNova-bold', sans-serif;
  text-transform: uppercase;
}
.main-subtitle {
  margin-bottom: 3rem;
  font-size: 2rem;
}
.main span {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #46b914;
  color: white;
  font-size: 1.5rem;
  text-align: center;
}
.main span strong {
  font-size: 2rem;
  font-family: 'ProximaNova-bold', sans-serif;
}
.main-trigger {
  margin-top: 3rem;
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'ProximaNova-bold', sans-serif;
}
.main-form {
  padding: 4rem;
  text-align: center;
  background-color: #ffffff;
}
.main-form-header {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
.main-form-header strong {
  font-size: 1.9rem;
}
.main-form small {
  color: #565656;
}
.main-form-input {
  display: block;
  margin: 2rem 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  padding: 1.2rem;
}
.main-form label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.3rem;
  background-color: #ffffff;
  font-size: 1.3rem;
}
.main-form-btn {
  display: block;
  height: 5rem;
  width: 100%;
  font-size: 1.6rem;
}
.main-form small {
  display: block;
  margin-top: 1.5rem;
}
.main-form-text {
  margin-top: 30px;
  text-align: center;
  color: #565656;
}
.header {
  height: 7rem;
}
.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-size: 1.7rem;
  height: 7rem;
  line-height: 7rem;
  color: #292929;
  text-align: right;
}
/*секция с приемуществами*/
.features-block {
  text-align: center;
}
.features-block h3 {
  font-family: 'ProximaNova-bold', sans-serif;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.features-block p {
  display: inline-block;
  width: 85%;
  font-size: 1.3rem;
}
.features-img {
  height: 8rem;
  margin-bottom: 3rem	;
}
.features-img img {
  display: block;
  margin: 0 auto;
}
.slick-active {
  outline: none;
}
.arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.next {
  background: url(../img/right-arrow.svg) center no-repeat;
  right: 0;
  background-size: 100%;
}
.prev {
  background: url(../img/left-arrow.svg) center no-repeat;
  left: 0;
  background-size: 100%;
}
/* Секция с ценами */
.price {
  background: url(../img/prices/prices-bg.png) center;
  /* карточки с тарифами */
}
.price-header-btn {
  margin-top: 2.5rem;
}
.price-button {
  text-align: right;
}
.price-block {
  padding: 2rem 3rem 4rem;
  min-height: 52rem;
  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 {
  font-size: 1.9rem;
  font-family: 'ProximaNova-bold', sans-serif;
  margin: 3rem 0;
}
.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: 13rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.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 {
  background: url(../img/feedback/feedback-bg.jpg) no-repeat center;
  background-size: cover;
}
.feedback-prev-btn {
  left: -4rem;
}
.feedback-text {
  position: relative;
  margin-top: 4rem;
  padding: 1rem;
  border: 2px solid #46b914;
  font-style: italic;
}
.feedback-text::before {
  content: '';
  display: block;
  position: absolute;
  top: -2rem;
  left: 4rem;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border: 2px solid #46b914;
  border-bottom: none;
  border-top-right-radius: 100px;
}
.feedback-next-btn {
  right: -4rem;
}
.feedback-slider {
  padding: 5rem;
  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 {
  font-size: 1.4rem;
  margin-top: 4rem;
}
.feedback-slider .media h4 {
  font-family: 'ProximaNova-bold', sans-serif;
}
.feedback-slider p {
  font-size: 1.6rem;
}
.feedback-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 5rem;
  background-color: #46b914;
  border: none;
}
.feedback-slider-btn img {
  width: 50%;
}
/* всплывающие окна */
.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.6);
}
.popup-content {
  position: fixed;
  text-align: center;
  left: 50%;
  top: 10%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 4rem;
}
.popup-form {
  margin-top: 3rem;
  padding: 0;
}
.popup-close {
  position: absolute;
  top: -1.7rem;
  right: -2.4rem;
  width: 2rem;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 3rem;
  color: #ffffff;
}
.popup-close:hover {
  cursor: pointer;
}
.popup-headerv {
  font-family: 'ProximaNova-bold', sans-serif;
}
@media (max-width: 991px) {
  .main {
    background-position: top right;
  }
  .phohe-block {
    text-align: center;
  }
  .main-content {
    margin-top: 3rem;
  }
  .main-title {
    padding-bottom: 4rem;
    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_light {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main {
    background-position: top left;
  }
  .main-title h1 {
    font-size: 1.7rem;
  }
  .button {
    font-size: 1rem;
  }
  .header,
  .wrap-block {
    text-align: center;
  }
  .phone-link {
    font-size: 1.5rem;
  }
}
