/* fonts */
@font-face {
  font-family: 'ProximaNova_Rg';
  src: 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.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 settings */
/* line 38, style.less */
html {
  font-size: 10px;
}
/* line 42, style.less */
body {
  font-family: ProximaNova_Rg, sans-serif;
}
/* line 45, style.less */
a:hover {
  text-decoration: none;
}
/* line 48, style.less */
button {
  cursor: pointer;
}
/* line 52, style.less */
button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: none;
}
/* line 56, style.less */
.buttn {
  font-size: 1.2rem;
  padding: 1rem 3rem;
  border-radius: 8px;
  background-color: #ffb504;
  color: white;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 65, style.less */
.buttn:hover {
  background-color: #eaa500;
}
/* line 69, style.less */
.btn-small-screen {
  display: none;
}
/* typography */
/* line 76, style.less */
section {
  padding: 10rem 0;
}
/* main */
/* line 81, style.less */
.main {
  padding: 3rem 0.5rem;
  background: #ffffff url(../img/background_main.jpg) center center no-repeat;
  background-size: cover;
}
/* line 85, style.less */
.main-content {
  margin-top: 10rem;
}
/* line 87, style.less */
.main-content h1 {
  margin-top: 0;
  font-family: 'ProximaNova_Bold', sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  margin-bottom: 4rem;
  line-height: 1.45;
}
/* line 96, style.less */
.main-subtitle {
  margin-bottom: 4rem;
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 2.4rem;
}
/* line 102, style.less */
.main-trigger {
  display: block;
  margin-top: 3rem;
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
}
/* line 109, style.less */
.main span {
  display: inline-block;
  padding: 3rem 5rem;
  font-size: 1.8rem;
  text-align: center;
  color: white;
  background-color: #49bf15;
}
/* line 116, style.less */
.main span strong {
  font-size: 3rem;
  font-family: 'ProximaNova_Bold', sans-serif;
}
/* line 121, style.less */
.main-form {
  display: block;
  padding: 4rem 5rem;
  background-color: white;
  text-align: center;
}
/* line 126, style.less */
.main-form-header {
  margin-bottom: 4rem;
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.7rem;
}
/* line 130, style.less */
.main-form-header strong {
  font-size: 1.8rem;
}
/* line 134, style.less */
.main-form-input {
  display: block;
  margin: 2rem 0;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 1.5rem;
  border-radius: 5px;
}
/* line 142, style.less */
.main-form-btn {
  font-size: 1.6rem;
}
/* line 146, style.less */
.main-form-label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.5rem;
  font-size: 1.3rem;
  background-color: white;
}
/* line 154, style.less */
.main-form small {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.5rem;
}
/* line 160, style.less */
.main-comment {
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.2rem;
  text-align: left;
}
/* line 166, style.less */
.header {
  height: 7rem;
}
/* line 170, style.less */
.wrap {
  display: table;
  width: 100%;
  height: 7rem;
}
/* line 174, style.less */
.wrap-block {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
/* line 181, style.less */
.phone {
  text-align: right;
}
/* line 184, style.less */
.phone-link {
  display: inline-block;
  font-family: 'ProximaNova_Bold', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  height: 7rem;
  line-height: 7rem;
  color: #1a1820;
}
/*Секция приемущества*/
/* line 196, style.less */
.features {
  text-align: center;
}
/* line 198, style.less */
.features h2 {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 3.6rem;
}
/* line 202, style.less */
.features h3 {
  margin-top: 6.3rem;
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 2rem;
}
/* line 207, style.less */
.features p {
  margin-top: 3.5rem;
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.5rem;
}
/* line 212, style.less */
.features-block {
  vertical-align: text-top;
  margin-top: 13rem;
  /* display:inline-block; */
  /* width:274px; */
}
/* line 217, style.less */
.features-block img {
  display: block;
  margin: 0 auto;
}
/* line 223, style.less */
.features .slick-active {
  outline: none;
}
/* line 226, style.less */
.features-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: scaleY(-50%);
          transform: scaleY(-50%);
  z-index: 99;
  width: 2rem;
  height: 2rem;
  border: none;
}
/* line 237, style.less */
.features .prev {
  background: url(../img/left-arrow.svg) center no-repeat;
  left: 10%;
}
/* line 242, style.less */
.features .next {
  background: url(../img/right-arrow.svg) center no-repeat;
  right: 10%;
}
/* Секция с ценами */
/* line 249, style.less */
.prices {
  background: #49bf15 url(../img/prices-bg.jpg) center;
  text-align: center;
  padding-top: 12rem;
}
/* line 253, style.less */
.prices-list-small {
  display: none;
}
/* line 257, style.less */
.prices-header {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 3.6rem;
  color: white;
}
/* line 263, style.less */
.prices h3 {
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.4rem;
  color: white;
  margin-top: 2rem;
}
/* line 269, style.less */
.prices-header-btn-small {
  display: none;
}
/* line 273, style.less */
.prices-header-btn {
  text-align: right;
  margin-top: 0.4rem;
}
/* line 276, style.less */
.prices-header-btn .buttn {
  padding: 2rem 1rem;
}
/* line 280, style.less */
.prices-box {
  margin-top: 4rem;
  background-color: white;
  padding: 2rem 3rem;
  text-align: center;
  -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);
  min-height: 60rem;
}
/* line 287, style.less */
.prices-box img {
  width: 100%;
  max-width: 30rem;
}
/* line 291, style.less */
.prices-box .price-header {
  font-family: 'ProximaNova_Bold', sans-serif;
  color: black;
  font-size: 1.9rem;
  margin-bottom: 3rem;
}
/* line 298, style.less */
.prices-box p {
  margin-top: 3rem;
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 1.9rem;
}
/* line 302, style.less */
.prices-box p span {
  font-size: 3rem;
}
/* line 306, style.less */
.prices-box ul {
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  min-height: 14rem;
  list-style: none;
  text-align: center;
  padding: 0;
}
/* line 314, style.less */
.prices-box ul li:before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  background: url(../img/price-checked.svg) center no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}
/* Секция отзывы */
/* line 330, style.less */
.feedback {
  background: url('../img/feedback/feedback_bg.jpg') center no-repeat;
  text-align: center;
}
/* line 333, style.less */
.feedback-for-small {
  display: none;
}
/* line 336, style.less */
.feedback-slik-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 5rem;
  background-color: #49bf15;
  padding: 1rem 1rem;
  border: none;
}
/* line 346, style.less */
.feedback-prev-btn {
  left: -4rem;
}
/* line 349, style.less */
.feedback-next-btn {
  right: -4rem;
}
/* line 354, style.less */
.feedback-header {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 3.6rem;
  color: #1a1820;
}
/* line 359, style.less */
.feedback-slik {
  background-color: white;
  -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);
}
/* line 363, style.less */
.feedback-box {
  padding: 6rem 6rem;
}
/* line 367, style.less */
.feedback-fotorama {
  display: inline-block;
  padding-bottom: 2rem;
}
/* line 374, style.less */
.feedback-text {
  display: inline-block;
  text-align: left;
  color: #1a1820;
  font-size: 1.6rem;
}
/* line 381, style.less */
.feedback-text-description p {
  display: block;
  position: relative;
  top: -10px;
  line-height: 2.5;
  font-family: ProximaNova_Rg, sans-serif;
}
/* line 388, style.less */
.feedback-text-description strong {
  font-family: 'ProximaNova_Bold', sans-serif;
}
/* line 394, style.less */
.feedback-text > img {
  display: inline;
  margin-top: 3rem;
  vertical-align: top;
}
/* line 399, style.less */
.feedback-text > p {
  margin-top: 3rem;
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 1rem;
}
/* line 405, style.less */
.feedback-text > p strong {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 1.6rem;
}
/* line 411, style.less */
.feedback-avatar-speech {
  background: url('../img/feedback/feedback-avatar-speech.png') center no-repeat;
  background-size: 100% 100%;
}
/* line 414, style.less */
.feedback-avatar-speech p {
  font-style: italic;
  padding-top: 10px;
  padding-left: 5px;
}
/* line 420, style.less */
.feedback-form-header {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 2.2rem;
  color: #1a1820;
}
/* line 425, style.less */
.feedback-form {
  text-align: center;
  margin-top: 10rem;
  background-color: white;
  padding: 5rem 10rem;
}
/* line 431, style.less */
.feedback-form-row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* line 438, style.less */
.feedback-form form label {
  -webkit-transform: translate(-50%, 7px);
          transform: translate(-50%, 7px);
}
/* line 442, style.less */
.feedback-form-img {
  position: absolute;
  left: -15%;
  top: 40%;
}
/* line 449, style.less */
.feedback-row {
  position: relative;
}
/* Секция схема работы */
/* line 455, style.less */
.scheme-working {
  text-align: center;
  background: url('../img/sheme-of-working/scheme-hand.jpg') bottom right no-repeat;
  background-size: 40rem;
}
/* line 461, style.less */
.scheme-working-header {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 3.6rem;
}
/* line 464, style.less */
.scheme-working-header p {
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.6rem;
  margin-top: 5rem;
}
/* line 470, style.less */
.scheme-working-box {
  min-height: 15rem;
  text-align: left;
  margin-top: 6rem;
}
/* line 474, style.less */
.scheme-working-box img {
  max-height: 6rem;
}
/* line 477, style.less */
.scheme-working-box h4 {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 2.2rem;
  margin: 3rem 0;
}
/* line 483, style.less */
.scheme-working-box p {
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.5rem;
}
/* секция все включено на 100% */
/* line 491, style.less */
.all-inclusive {
  padding: 0;
  background-color: #f5f5f5;
  text-align: center;
}
/* line 495, style.less */
.all-inclusive h3 {
  padding-top: 12rem;
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 4.8rem;
  color: #49bf15;
}
/* line 500, style.less */
.all-inclusive h3 p {
  font-family: ProximaNova_Rg, sans-serif;
  margin-top: 4rem;
  margin-bottom: 10rem;
  font-size: 1.6rem;
  color: black;
}
/* line 509, style.less */
.all-inclusive .round {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: 2px solid #49bf15;
  border-radius: 50%;
  padding: 3px;
}
/* line 516, style.less */
.all-inclusive .round .iner-round {
  width: 100%;
  height: 100%;
  background-color: #49bf15;
  border-radius: 50%;
}
/* line 521, style.less */
.all-inclusive .round .iner-round p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 2rem;
  color: white;
}
/* line 532, style.less */
.all-inclusive .media {
  margin-bottom: 6rem;
  min-height: 9rem;
}
/* line 535, style.less */
.all-inclusive .media-header {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 1.6rem;
  margin-left: 0.8rem;
}
/* line 540, style.less */
.all-inclusive .media-text {
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.1rem;
  margin-left: 0.8rem;
}
/* line 545, style.less */
.all-inclusive .media-body {
  margin-top: 1.5rem;
}
/* Секция Мы развеем все сомнения */
/* line 551, style.less */
.no-problems {
  text-align: center;
  position: relative;
}
/* line 554, style.less */
.no-problems h2 {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 3.6rem;
  margin-bottom: 8rem;
}
/* line 560, style.less */
.no-problems-list h3 {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 2.1rem;
  margin: 5rem 0;
}
/* line 566, style.less */
.no-problems-list ul {
  list-style: none;
  text-align: left;
}
/* line 569, style.less */
.no-problems-list ul li {
  position: relative;
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.3rem;
  margin-top: 2rem;
  padding-left: 3rem;
}
/* line 576, style.less */
.no-problems-list ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 1.3rem;
  height: 1.3rem;
}
/* line 588, style.less */
.no-problems-bad {
  min-height: 38rem;
  border: 4px solid #e8e8e8;
}
/* line 589, style.less */
.no-problems-bad h3 {
  opacity: 0.5;
}
/* line 596, style.less */
.no-problems-bad ul li:before {
  background: url('../img/No-problems/bad.png');
  background-size: cover;
}
/* line 603, style.less */
.no-problems-good {
  min-height: 38rem;
  border: 4px solid #49bf15;
}
/* line 608, style.less */
.no-problems-good ul li:before {
  background: url('../img/No-problems/good.png');
  background-size: cover;
}
/* line 615, style.less */
.no-problems img {
  position: absolute;
  bottom: 0;
  width: 31.4rem;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*Адаптивность*/
@media (max-width: 991px) {
  /* line 633, style.less */
  .phone {
    text-align: center;
  }
  /* line 636, style.less */
  .main {
    background-position: top right;
  }
  /* line 638, style.less */
  .main-title {
    text-align: center;
    padding-bottom: 3rem;
  }
  /* line 642, style.less */
  .main-content {
    margin-top: 3rem;
  }
  /* line 645, style.less */
  .main-comment {
    margin-top: 2rem;
  }
  /* line 649, style.less */
  .prices-header-btn {
    text-align: center;
    padding-top: 2rem;
  }
  /* line 655, style.less */
  .feedback-form-img {
    display: none;
  }
  /* line 658, style.less */
  .feedback-form-header {
    font-size: 1.9rem;
  }
  /* line 662, style.less */
  .feedback-prev-btn {
    left: 0rem;
  }
  /* line 665, style.less */
  .feedback-next-btn {
    right: 0rem;
  }
  /* Секция Мы развеем все сомнения */
  /* line 670, style.less */
  body > section.no-problems > img {
    display: none;
  }
  /* line 675, style.less */
  .no-problems-list ul {
    padding-left: 0;
  }
  /* line 679, style.less */
  .no-problems-good {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  /* line 685, style.less */
  .header {
    height: auto;
    text-align: center;
  }
  /* line 689, style.less */
  .wrap-block {
    text-align: center;
  }
}
@media (max-width: 575px) {
  /* line 695, style.less */
  .phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  /* line 698, style.less */
  .phone-link {
    font-size: 1.4rem;
  }
  /* line 702, style.less */
  .button-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 704, style.less */
  .button-block .btn-big-screen {
    display: none;
  }
  /* line 707, style.less */
  .button-block .btn-small-screen {
    font-size: 1.2rem;
    display: block;
  }
  /* line 714, style.less */
  .logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2rem;
  }
  /* line 718, style.less */
  .main {
    background: #ffffff url(../img/main-bgk-small-scr.jpg) center center no-repeat;
    background-size: cover;
    background-position: top 7.5rem right 0;
    padding: 0;
  }
  /* line 724, style.less */
  .main-title h1 {
    font-size: 2.2rem;
  }
  /* line 728, style.less */
  .main-subtitle {
    font-size: 1.8rem;
  }
  /* line 731, style.less */
  .main-trigger {
    font-size: 1.9rem;
  }
  /* line 734, style.less */
  .main-comment {
    text-align: center;
  }
  /* line 740, style.less */
  .slick-dots > li > button:before,
  .slick-dots > li.slick-active > button:before {
    font-size: 10px;
    color: green;
  }
  /* line 745, style.less */
  .phone-link {
    font-size: 1.2rem;
  }
  /* line 748, style.less */
  .buttn {
    padding: 1rem 2rem;
  }
  /* line 751, style.less */
  .main-form {
    padding: 4rem 2rem;
  }
  /* line 753, style.less */
  .main-form small {
    font-size: 1.2rem;
  }
  /* секция приемущества на маленьких экранах */
  /* line 759, style.less */
  .features {
    padding: 5rem 3rem;
  }
  /* line 760, style.less */
  .features h2 {
    font-size: 2.4rem;
  }
  /* line 763, style.less */
  .features h3 {
    font-size: 2rem;
  }
  /* line 766, style.less */
  .features p {
    font-size: 1.6rem;
  }
  /* line 770, style.less */
  .features-block {
    margin-top: 5rem;
  }
  /* line 772, style.less */
  .features-block h3 {
    margin-top: 3.6rem;
  }
  /* line 776, style.less */
  .features-btn {
    top: 20%;
  }
  /* line 779, style.less */
  .features .prev {
    left: 0;
  }
  /* line 782, style.less */
  .features .next {
    right: 0;
  }
  /* line 786, style.less */
  .prices {
    padding: 4rem 1rem;
  }
  /* line 788, style.less */
  .prices-header {
    font-size: 2.4rem;
  }
  /* line 790, style.less */
  .prices-header-btn-small {
    font-family: 'ProximaNova_Bold', sans-serif;
    margin-top: 2.9rem;
    font-size: 1.5rem;
    display: block;
  }
  /* line 795, style.less */
  .prices-header-btn-small button {
    padding: 2.7rem 1.7rem;
  }
  /* line 799, style.less */
  .prices-header-btn {
    display: none;
  }
  /* line 803, style.less */
  .prices-box {
    margin-top: 2.6rem;
    min-height: 0;
  }
  /* line 807, style.less */
  .prices h3 {
    font-family: ProximaNova_Rg, sans-serif;
    font-size: 1.8rem;
  }
  /* line 811, style.less */
  .prices-list-small {
    display: block;
    font-family: ProximaNova_Rg, sans-serif;
    color: #006b00;
    font-size: 1.8rem;
    text-decoration: underline;
    margin-top: 1.4rem;
    margin-bottom: 2.4rem;
  }
  /* line 820, style.less */
  .prices-list {
    display: none;
  }
  /* line 824, style.less */
  body > section.prices > div > div:nth-child(2) > div:nth-child(1) {
    padding: 0;
  }
  /* line 827, style.less */
  body > section.prices > div > div:nth-child(2) > div:nth-child(2) {
    padding: 0;
  }
  /* line 830, style.less */
  body > section.prices > div > div:nth-child(2) > div:nth-child(3) {
    padding: 0;
  }
  /* секция отзывы */
  /* line 834, style.less */
  .feedback {
    padding: 4rem 0;
  }
  /* line 836, style.less */
  .feedback-row {
    padding: 0;
    position: static;
    /* xxxxxxxxxxxxxxxxx */
  }
  /* line 841, style.less */
  .feedback-box {
    padding: 0;
  }
  /* line 845, style.less */
  .feedback-text-description > p {
    line-height: 2;
    font-size: 1.6rem;
  }
  /* line 849, style.less */
  .feedback-text img,
  .feedback-text p {
    margin-top: 1.5rem;
  }
  /* line 854, style.less */
  .feedback-avatar-speech > p {
    margin-top: 0rem;
    padding-top: 2.5rem;
  }
  /* line 858, style.less */
  .feedback-form {
    padding: 0;
  }
  /* line 860, style.less */
  .feedback-form-row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 865, style.less */
  .feedback-for-small {
    display: inline-block;
    font-family: ProximaNova_Rg, sans-serif;
    font-size: 1.5rem;
    margin: 43px auto;
  }
  /* секция Схемы работы на маленьких*/
  /* line 873, style.less */
  .scheme-working {
    padding-top: 0;
    background: none;
  }
  /* line 877, style.less */
  .scheme-working-header {
    font-family: 'ProximaNova_Bold', sans-serif;
    font-size: 2.4rem;
  }
  /* line 880, style.less */
  .scheme-working-header p {
    font-family: ProximaNova_Rg, sans-serif;
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
  /* line 886, style.less */
  .scheme-working-box {
    min-height: 15rem;
    text-align: center;
    margin-top: 3.4rem;
  }
  /* line 890, style.less */
  .scheme-working-box img {
    /* margin: auto; */
    max-height: 6rem;
  }
  /* line 894, style.less */
  .scheme-working-box h4 {
    font-family: 'ProximaNova_Bold', sans-serif;
    font-size: 2.2rem;
    margin: 2.2rem 0;
  }
  /* line 900, style.less */
  .scheme-working-box p {
    font-family: ProximaNova_Rg, sans-serif;
    font-size: 1.5rem;
  }
  /* Секция все включено на маленьких экранах */
  /* line 910, style.less */
  .all-inclusive h3 {
    padding-top: 4.5rem;
    font-size: 2.6rem;
  }
  /* line 913, style.less */
  .all-inclusive h3 p {
    margin-top: 2.9rem;
    margin-bottom: 4.8rem;
  }
  /* line 919, style.less */
  .all-inclusive .media {
    min-height: 9rem;
    margin-bottom: 2rem;
  }
}
/* Всплывающие окна */
/* получить консультацию */
/* line 931, style.less */
.main-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
/* line 939, style.less */
.main-popup-close {
  position: fixed;
  right: -2rem;
  top: -1.6rem;
  color: white;
  background-color: transparent;
  font-size: 3rem;
  font-weight: 900;
  width: 2rem;
  text-align: center;
  border: none;
}
/* line 951, style.less */
.main-popup-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  padding: 3rem;
}
/* line 953, style.less */
.main-popup-content h2 {
  font-family: 'ProximaNova_Bold', sans-serif;
  font-size: 1.8rem;
}
/* line 957, style.less */
.main-popup-content p {
  font-family: ProximaNova_Rg, sans-serif;
  font-size: 1.8rem;
}
