@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #57616b; }
  body::-webkit-scrollbar {
    width: 16px; }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #8564c1;
    box-shadow: inset 0 0 6px #8564c1; }
  body::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #8564c1;
    outline: 1px solid #8564c1; }

.animate {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  position: relative; }
  .animate h1 {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -120) translateZ(0px);
    transform: matrix(1, 0, 0, 1, 0, -120) translateZ(0px); }
  .animate p {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -120) translateZ(0px);
    transform: matrix(1, 0, 0, 1, 0, -120) translateZ(0px); }

.animate.active p {
  position: relative;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -5) translateZ(0px) translateY(0);
  transform: matrix(1, 0, 0, 1, 0, -5) translateZ(0px) translateY(0); }

.animate.active h1 {
  position: relative;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -5) translateZ(0px) translateY(0);
  transform: matrix(1, 0, 0, 1, 0, -5) translateZ(0px) translateY(0); }

.section_outer {
  max-width: 1140px;
  margin: 0 auto; }

.section_header {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px #ccc;
  box-shadow: 0px 0px 7px 0px #ccc;
  height: 94px; }
  .section_header .mobile_menu_wrapper {
    display: none; }
  .section_header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
  .section_header_logo {
    font-family: 'Grand Hotel', cursive;
    font-size: 52px;
    color: #8564c1;
    position: relative;
    width: 250px; }
    .section_header_logo a {
      text-decoration: none;
      color: #8564c1; }
    .section_header_logo span {
      position: absolute;
      left: 15%;
      bottom: 0;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      font-weight: 800; }
  .section_header_nav_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .section_header_nav_list a {
      text-decoration: none;
      text-transform: uppercase;
      color: #57616b;
      font-family: 'Work Sans', sans-serif;
      font-size: 15px;
      font-weight: 500;
      padding: 36px 0px;
      margin: 0 20px;
      border-bottom: 2px solid #ffffff;
      -webkit-transition: .2s linear;
      transition: .2s linear; }
      .section_header_nav_list a:hover {
        border-bottom: 2px solid #8564c1;
        color: #8564c1;
        -webkit-transition: .2s linear;
        transition: .2s linear; }
  .section_header_btn_book_now a {
    background-color: #8564c1;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    padding: 38px 30px;
    text-decoration: none; }

.section_heading {
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 500;
  text-align: center; }

.section_paragraph {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #bbc1cd;
  max-width: 60%;
  margin: 0 auto;
  text-align: center; }

.fixed_phone {
  position: fixed;
  right: 0;
  top: calc(50% - 25px);
  z-index: 5; }
  .fixed_phone a {
    font-family: 'Work Sans', sans-serif;
    padding: 15px 20px 15px 30px;
    text-decoration: none;
    color: #57616b;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 10px 3px #ccc;
    box-shadow: 0px 6px 10px 3px #ccc;
    border-radius: 5px;
    position: relative; }
    .fixed_phone a::before {
      content: '';
      position: absolute;
      left: 7px;
      bottom: 13px;
      width: 17px;
      height: 20px;
      background-image: url(../img/phone_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }

.section_services {
  margin-top: 130px;
  text-align: center;
  font-family: 'Work Sans', sans-serif; }
  .section_services_price_block {
    max-width: 85%;
    margin: 0 auto; }
  .section_services_price_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px; }
  .section_services_price_item {
    width: 170px;
    height: 170px;
    border-radius: 5px;
    background-color: #8564c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #4b3770;
    position: relative;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear; }
    .section_services_price_item::before {
      content: '';
      position: absolute;
      top: -20px;
      left: calc(50% - 20px);
      width: 40px;
      height: 20px;
      border-radius: 50% 50% 00 / 100% 100% 0 0;
      background-color: #8564c1; }
    .section_services_price_item::after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: calc(50% - 20px);
      width: 40px;
      height: 20px;
      border-radius: 0 0 50% 50% / 0 0 100% 100%;
      background-color: #8564c1; }
    .section_services_price_item_wrapper {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      height: 100%; }
      .section_services_price_item_wrapper:hover .section_services_price_item {
        -webkit-transform: rotateY(180deg) scaleX(-1);
        transform: rotateY(180deg) scaleX(-1);
        -webkit-transition: 0.4s linear;
        transition: 0.4s linear; }
    .section_services_price_item_service {
      height: 25%;
      width: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 600;
      text-transform: capitalize;
      margin: 15% auto 0; }
    .section_services_price_item_rate {
      color: #ffffff;
      font-size: 41px;
      padding: 5px; }
    .section_services_price_item_time {
      text-transform: uppercase;
      font-weight: 500; }

.section_estimator {
  margin-top: 130px;
  font-family: 'Work Sans', sans-serif; }
  .section_estimator_wrapper {
    height: 460px;
    width: 100%;
    -webkit-box-shadow: 0px 6px 10px -3px #ccc;
    box-shadow: 0px 6px 10px -3px #ccc;
    margin-top: 80px; }
  .section_estimator_main_block {
    padding: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section_estimator_options_block {
    width: 660px;
    margin-right: 80px; }
    .section_estimator_options_block .estimator_small_option {
      width: 70px;
      height: 70px;
      border: 2px solid #bbc1cd;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 20px;
      font-weight: 500;
      color: #bbc1cd; }
    .section_estimator_options_block .estimator_big_option {
      width: 160px;
      height: 70px;
      font-size: 14px;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 2px solid #bbc1cd;
      border-radius: 5px;
      text-align: center;
      padding: 0 20px;
      color: #bbc1cd; }
    .section_estimator_options_block .estimator_small_option.active {
      background-color: #8564c1;
      border-color: #8564c1;
      cursor: pointer;
      color: #ffffff; }
    .section_estimator_options_block .estimator_big_option.active {
      background-color: #8564c1;
      border-color: #8564c1;
      cursor: pointer;
      color: #ffffff; }
    .section_estimator_options_block .estimator_label {
      width: 120px;
      font-size: 20px;
      color: #57616b;
      text-transform: capitalize;
      font-weight: 500; }
    .section_estimator_options_block .estimator_category:not(:last-child) {
      margin-bottom: 25px; }
    .section_estimator_options_block_bedrooms {
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section_estimator_options_block_bedrooms div {
        -webkit-transition: .3s linear;
        transition: .3s linear; }
        .section_estimator_options_block_bedrooms div:hover {
          -webkit-box-shadow: 0px 4px 9px 3px #ccc;
          box-shadow: 0px 4px 9px 3px #ccc;
          cursor: pointer; }
    .section_estimator_options_block_bathrooms {
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section_estimator_options_block_bathrooms div {
        -webkit-transition: .3s linear;
        transition: .3s linear; }
        .section_estimator_options_block_bathrooms div:hover {
          -webkit-box-shadow: 0px 4px 9px 3px #ccc;
          box-shadow: 0px 4px 9px 3px #ccc;
          cursor: pointer; }
    .section_estimator_options_block_condition {
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section_estimator_options_block_condition div {
        -webkit-transition: .3s linear;
        transition: .3s linear; }
        .section_estimator_options_block_condition div:hover {
          -webkit-box-shadow: 0px 4px 9px 3px #ccc;
          box-shadow: 0px 4px 9px 3px #ccc;
          cursor: pointer; }
    .section_estimator_options_block_type {
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section_estimator_options_block_type div {
        -webkit-transition: .3s linear;
        transition: .3s linear; }
        .section_estimator_options_block_type div:hover {
          -webkit-box-shadow: 0px 4px 9px 3px #ccc;
          box-shadow: 0px 4px 9px 3px #ccc;
          cursor: pointer; }
  .section_estimator_result_block_text {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px; }
  .section_estimator_result_block_time {
    font-size: 20px;
    font-weight: 500;
    color: #8564c1;
    margin-bottom: 10px; }
  .section_estimator_result_block_price {
    font-size: 65px;
    font-weight: 400;
    color: #8564c1;
    margin-bottom: 65px;
    display: inline-block; }
    .section_estimator_result_block_price_wrapper {
      position: relative; }
    .section_estimator_result_block_price_cleaen {
      position: relative;
      display: inline-block;
      bottom: 18px;
      width: 50px;
      font-size: 14px;
      font-weight: 500;
      color: #bbc1cd;
      text-transform: uppercase; }
  .section_estimator_result_block_btn {
    border: none;
    outline: none;
    color: #bbc1cd;
    background-color: #ffffff;
    min-width: 230px;
    padding: 20px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    border: 2px solid #bbc1cd;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
    .section_estimator_result_block_btn:hover {
      color: #ffffff;
      background-color: #8564c1;
      border: 2px solid #8564c1; }
    @media (max-width: 1024px) {
      .section_estimator_result_block_btn {
        min-width: 200px;
        max-width: 215px; } }

.section_slider {
  font-family: 'Work Sans', sans-serif;
  margin-top: 130px;
  margin-bottom: 200px; }
  .section_slider_content {
    margin-top: 80px; }
    .section_slider_content_wrapper:focus {
      outline: none; }
    .section_slider_content_slide {
      height: 300px;
      width: 360px;
      border: 10px solid #eef6f8;
      border-radius: 10px;
      position: relative;
      padding: 35px; }
      .section_slider_content_slide::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        top: 0;
        border-top: 60px solid #eef6f8;
        border-left: 60px solid transparent;
        z-index: -1; }
      .section_slider_content_slide::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: 0;
        top: 0;
        background-color: #ffffff;
        border-radius: 30px; }
      .section_slider_content_slide_header {
        position: relative;
        margin-bottom: 30px; }
      .section_slider_content_slide_heading {
        font-size: 31px;
        font-weight: 500;
        color: #8564c1; }
        .section_slider_content_slide_heading_discount {
          position: absolute;
          top: 0;
          left: 30%;
          color: #ed5792; }
          .section_slider_content_slide_heading_discount .slide_heading_discount_save {
            font-size: 17px;
            font-weight: 500;
            display: block; }
          .section_slider_content_slide_heading_discount .slide_heading_discount_was {
            font-size: 13px;
            font-weight: 500;
            display: block; }
      .section_slider_content_slide_subheading {
        font-size: 20px;
        font-weight: 500; }
      .section_slider_content_slide_main {
        margin-bottom: 40px; }
      .section_slider_content_slide_content {
        font-size: 16px;
        color: #bbc1cd;
        line-height: 24px; }
      .section_slider_content_slide_footer_code {
        color: #8564c1; }

.slick-active .section_slider_content_slide {
  -webkit-animation: 0.5s linear slideAnim;
  animation: 0.5s linear slideAnim; }

@-webkit-keyframes slideAnim {
  from {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideAnim {
  from {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slick-dots li.slick-active button:before {
  color: #57616b;
  opacity: 1; }

.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  top: 70px;
  width: 20px;
  height: 20px;
  content: '•';
  -webkit-text-stroke: 1px #e1e9f1;
  opacity: 1;
  color: #fff; }

.section_tables {
  font-family: 'Work Sans', sans-serif;
  background-color: #fafcfd;
  min-width: 100%; }
  .section_tables_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; }
    .section_tables_table_wrapper:nth-child(1) {
      padding-top: 110px; }
    .section_tables_table_wrapper:nth-child(2) {
      padding-top: 65px; }
    .section_tables_table_wrapper:nth-child(3) {
      padding-top: 65px;
      padding-bottom: 130px; }
    .section_tables_table_header th:not(:first-child) {
      width: 23%; }
    .section_tables_table_header th:first-child {
      width: 31%; }
    .section_tables_table_body .vacuum {
      position: relative; }
    .section_tables_table_body .vacuum::before {
      content: 'Areas';
      position: absolute;
      color: #fff;
      background-color: #8564c1;
      padding: 10px 15px;
      border-radius: 5px;
      left: -40px;
      bottom: 60px;
      -webkit-box-shadow: 0px 5px 12px 2px #ccc;
      box-shadow: 0px 5px 12px 2px #ccc; }
    .section_tables_table_body .kitchen {
      position: relative; }
    .section_tables_table_body .kitchen::before {
      content: 'Kitchen';
      position: absolute;
      color: #fff;
      background-color: #8564c1;
      padding: 10px 15px;
      border-radius: 5px;
      left: -40px;
      bottom: 60px;
      -webkit-box-shadow: 0px 5px 12px 2px #ccc;
      box-shadow: 0px 5px 12px 2px #ccc; }
    .section_tables_table_body .wet {
      position: relative; }
    .section_tables_table_body .wet::before {
      content: 'Wet Areas';
      position: absolute;
      color: #fff;
      background-color: #8564c1;
      padding: 10px 15px;
      border-radius: 5px;
      left: -40px;
      bottom: 60px;
      -webkit-box-shadow: 0px 5px 12px 2px #ccc;
      box-shadow: 0px 5px 12px 2px #ccc; }
    .section_tables_table_body {
      background-color: #ffffff;
      -webkit-box-shadow: 0px 6px 10px -3px #ccc;
      box-shadow: 0px 6px 10px -3px #ccc; }
    .section_tables_table_header {
      border-left: 30px solid #fafcfd;
      border-right: 30px solid #fafcfd; }
    .section_tables_table .table_header {
      height: 80px;
      font-size: 20px;
      color: #57616b;
      font-weight: 500; }
    .section_tables_table .table_content_header,
    .section_tables_table .table_content {
      height: 50px;
      padding-top: 5px;
      vertical-align: top;
      border-bottom: 1px solid #ccc;
      width: 23%; }
      .section_tables_table .table_content_header_row:first-child,
      .section_tables_table .table_content_row:first-child {
        border-top: 30px solid #ffffff;
        height: 70px; }
      .section_tables_table .table_content_header_row:last-child th,
      .section_tables_table .table_content_header_row:last-child td,
      .section_tables_table .table_content_row:last-child th,
      .section_tables_table .table_content_row:last-child td {
        border-bottom: 30px solid #ffffff; }
    .section_tables_table .table_content:last-child {
      border-right: 30px solid #ffffff; }
    .section_tables_table .table_content_header {
      width: 31%;
      font-size: 16px;
      font-weight: 400;
      color: #bbc1cd;
      text-align: left;
      border-left: 30px solid #ffffff; }
    .section_tables_table .table_content.yes {
      vertical-align: middle;
      text-align: center;
      padding-bottom: 15px; }
      .section_tables_table .table_content.yes::before {
        content: '';
        background-image: url(../img/check_yes.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 15px;
        position: absolute; }
    .section_tables_table .table_content.no {
      vertical-align: middle;
      text-align: center;
      padding-bottom: 15px; }
      .section_tables_table .table_content.no::before {
        content: '';
        background-image: url(../img/check_no.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 15px;
        position: absolute; }

.section_you_get {
  font-family: 'Work Sans', sans-serif;
  margin-top: 130px; }
  .section_you_get h1 {
    text-transform: none; }
  .section_you_get_right_img_block, .section_you_get_left_img_block {
    width: 95%;
    margin: 0 auto;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .section_you_get_right_img_block.first_block {
    overflow: hidden; }
    .section_you_get_right_img_block.first_block .section_you_get_right_img_block_img {
      -webkit-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out;
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
      width: 53%;
      height: 390px;
      -webkit-box-shadow: 0px 5px 12px 2px #ccc;
      box-shadow: 0px 5px 12px 2px #ccc; }
      .section_you_get_right_img_block.first_block .section_you_get_right_img_block_img img {
        width: 100%;
        height: 100%; }
  .section_you_get .first_block.active .section_you_get_right_img_block_img,
  .section_you_get .first_block.active .img_block_list_item,
  .section_you_get .first_block.active h4 {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .section_you_get .first_block.active h4 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .section_you_get .first_block.active .img_block_list_item:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .section_you_get .first_block.active .img_block_list_item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .section_you_get .first_block.active .img_block_list_item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .section_you_get .first_block.active .img_block_list_item:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .section_you_get .first_block.active .img_block_list_item:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .section_you_get .first_block.active .img_block_list_item:nth-child(6) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .section_you_get .first_block.active .img_block_list_item:nth-child(7) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .section_you_get_left_img_block.second_block .section_you_get_left_img_block_img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    width: 53%;
    height: 390px;
    -webkit-box-shadow: 0px 5px 12px 2px #ccc;
    box-shadow: 0px 5px 12px 2px #ccc; }
    .section_you_get_left_img_block.second_block .section_you_get_left_img_block_img img {
      width: 100%;
      height: 100%; }
  .section_you_get .second_block.active .section_you_get_left_img_block_img,
  .section_you_get .second_block.active .img_block_list_item,
  .section_you_get .second_block.active h4 {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .section_you_get .second_block.active h4 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .section_you_get .second_block.active .img_block_list_item:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .section_you_get .second_block.active .img_block_list_item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .section_you_get .second_block.active .img_block_list_item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .section_you_get .second_block.active .img_block_list_item:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .section_you_get .second_block.active .img_block_list_item:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .section_you_get .second_block.active .img_block_list_item:nth-child(6) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .section_you_get_right_img_block.third_block .section_you_get_right_img_block_img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    width: 53%;
    height: 390px;
    -webkit-box-shadow: 0px 5px 12px 2px #ccc;
    box-shadow: 0px 5px 12px 2px #ccc; }
    .section_you_get_right_img_block.third_block .section_you_get_right_img_block_img img {
      width: 100%;
      height: 100%; }
  .section_you_get .third_block.active .section_you_get_right_img_block_img,
  .section_you_get .third_block.active .img_block_list_item,
  .section_you_get .third_block.active h4 {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .section_you_get .third_block.active h4 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .section_you_get .third_block.active .img_block_list_item:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .section_you_get .third_block.active .img_block_list_item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .section_you_get .third_block.active .img_block_list_item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .section_you_get .third_block.active .img_block_list_item:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .section_you_get .third_block.active .img_block_list_item:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .section_you_get .third_block.active .img_block_list_item:nth-child(6) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .section_you_get .third_block.active .img_block_list_item:nth-child(7) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .section_you_get_left_img_block.fourth_block .section_you_get_left_img_block_img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    width: 53%;
    height: 390px;
    -webkit-box-shadow: 0px 5px 12px 2px #ccc;
    box-shadow: 0px 5px 12px 2px #ccc; }
    .section_you_get_left_img_block.fourth_block .section_you_get_left_img_block_img img {
      width: 100%;
      height: 100%; }
  .section_you_get .fourth_block.active .section_you_get_left_img_block_img,
  .section_you_get .fourth_block.active .img_block_list_item,
  .section_you_get .fourth_block.active h4 {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .section_you_get .fourth_block.active h4 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .section_you_get .fourth_block.active .img_block_list_item:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .section_you_get .fourth_block.active .img_block_list_item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .section_you_get .fourth_block.active .img_block_list_item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .section_you_get .fourth_block.active .img_block_list_item:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .section_you_get .fourth_block.active .img_block_list_item:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .section_you_get .fourth_block.active .img_block_list_item:nth-child(6) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .section_you_get .fourth_block.active .img_block_list_item:nth-child(7) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .section_you_get .fourth_block.active .img_block_list_item:nth-child(8) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .section_you_get_right_img_block_text {
    width: 34%;
    margin: 0 auto; }
    .section_you_get_right_img_block_text h4 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 20px;
      -webkit-transition: 0.5s linear;
      transition: 0.5s linear;
      -webkit-transform: translateX(-150%);
      transform: translateX(-150%); }
    .section_you_get_right_img_block_text .img_block_list {
      list-style: none;
      margin-left: 40px; }
      .section_you_get_right_img_block_text .img_block_list_item {
        color: #737777;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        position: relative;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%); }
        .section_you_get_right_img_block_text .img_block_list_item::before {
          content: '';
          position: absolute;
          left: -40px;
          bottom: calc(50% - 7px);
          width: 17px;
          height: 14px;
          background-image: url(../img/check_yes.png);
          background-size: contain;
          background-repeat: no-repeat; }
  .section_you_get_left_img_block_text {
    width: 40%;
    margin-left: auto; }
    .section_you_get_left_img_block_text h4 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 20px;
      -webkit-transition: 0.5s linear;
      transition: 0.5s linear;
      -webkit-transform: translateX(150%);
      transform: translateX(150%); }
    .section_you_get_left_img_block_text .img_block_list {
      list-style: none;
      margin-left: 40px; }
      .section_you_get_left_img_block_text .img_block_list_item {
        color: #57616b;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        position: relative;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear;
        -webkit-transform: translateX(150%);
        transform: translateX(150%); }
        .section_you_get_left_img_block_text .img_block_list_item::before {
          content: '';
          position: absolute;
          left: -40px;
          bottom: calc(50% - 7px);
          width: 17px;
          height: 14px;
          background-image: url(../img/check_yes.png);
          background-size: contain;
          background-repeat: no-repeat; }
  .section_you_get_info {
    margin: 130px 0; }
  .section_you_get_info_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .section_you_get_info_block_icon_item {
      color: #8564c1;
      font-weight: 600;
      font-size: 15px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      margin: 0 50px 0 40px;
      position: relative; }
      .section_you_get_info_block_icon_item::before {
        content: '';
        position: absolute;
        left: -40px;
        bottom: 0;
        width: 24px;
        height: 24px;
        background-image: url(../img/inform_icon.png);
        background-size: contain;
        background-repeat: no-repeat; }
    .section_you_get_info_block_text {
      max-width: 55%;
      color: #bbc1cd; }

.fourth_block .img_block_list_item::before {
  background-image: url(../img/plus.png); }

.section_ready_to_book {
  font-family: 'Work Sans', sans-serif;
  width: 100%;
  background-color: #fafcfd;
  padding-top: 100px; }
  .section_ready_to_book_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 90px;
    position: relative; }
    .section_ready_to_book_wrapper::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      border-radius: 30px;
      background-color: #bbc1cd; }
  .section_ready_to_book_text {
    width: 50%; }
    .section_ready_to_book_text h1 {
      text-align: left; }
    .section_ready_to_book_text p {
      text-align: left;
      margin: 0;
      max-width: 90%;
      font-size: 18px; }
  .section_ready_to_book_btn {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .section_ready_to_book_btn button {
      border: none;
      outline: none;
      color: #bbc1cd;
      background-color: #ffffff;
      min-width: 230px;
      padding: 20px 25px;
      border-radius: 30px;
      text-transform: uppercase;
      border: 2px solid #bbc1cd;
      font-weight: 500;
      cursor: pointer;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
      .section_ready_to_book_btn button:hover {
        color: #ffffff;
        background-color: #8564c1;
        border: 2px solid #8564c1; }
      @media (max-width: 1024px) {
        .section_ready_to_book_btn button {
          min-width: 200px;
          max-width: 215px; } }

.section_footer {
  font-family: 'Work Sans', sans-serif;
  padding: 100px 0;
  background-color: #fafcfd; }
  .section_footer .footer_inner_block_wrapper {
    color: #57616b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .section_footer .footer_inner_block_wrapper .footer_inner_block {
      width: 23%; }
    .section_footer .footer_inner_block_wrapper .footer_inner_block:first-child {
      width: 31%; }
    .section_footer .footer_inner_block_wrapper .first_block_content {
      width: 75%;
      margin-right: auto; }
      .section_footer .footer_inner_block_wrapper .first_block_content .section_header_logo {
        margin-bottom: 40px; }
    .section_footer .footer_inner_block_wrapper .second_section_contact_list {
      width: 70%;
      margin: 0 auto;
      list-style: none; }
      .section_footer .footer_inner_block_wrapper .second_section_contact_list .second_section_contact_item {
        margin-bottom: 40px;
        position: relative; }
        .section_footer .footer_inner_block_wrapper .second_section_contact_list .second_section_contact_item a {
          text-decoration: none;
          color: #57616b;
          font-weight: 500; }
        .section_footer .footer_inner_block_wrapper .second_section_contact_list .second_section_contact_item::before {
          content: '';
          position: absolute;
          background-size: contain;
          background-repeat: no-repeat; }
        .section_footer .footer_inner_block_wrapper .second_section_contact_list .second_section_contact_item:nth-child(1)::before {
          left: -30px;
          top: -6px;
          width: 22px;
          height: 19px;
          background-image: url(../img/home_icon.png); }
        .section_footer .footer_inner_block_wrapper .second_section_contact_list .second_section_contact_item:nth-child(2)::before {
          left: -30px;
          top: 5px;
          width: 14px;
          height: 20px;
          background-image: url(../img/phone_icon.png); }
        .section_footer .footer_inner_block_wrapper .second_section_contact_list .second_section_contact_item:nth-child(3)::before {
          left: -33px;
          top: 0px;
          width: 23px;
          height: 23px;
          background-image: url(../img/at_icon.png); }
      .section_footer .footer_inner_block_wrapper .second_section_contact_list .contact_item_list {
        list-style: none; }
    .section_footer .footer_inner_block_wrapper .third_section_nav_list {
      width: 70%;
      margin: 0 auto;
      list-style: none; }
      .section_footer .footer_inner_block_wrapper .third_section_nav_list .third_section_nav_item {
        margin-bottom: 15px; }
        .section_footer .footer_inner_block_wrapper .third_section_nav_list .third_section_nav_item a {
          text-decoration: none;
          text-transform: uppercase;
          color: #57616b;
          font-weight: 500;
          -webkit-transition: .3s linear;
          transition: .3s linear; }
          .section_footer .footer_inner_block_wrapper .third_section_nav_list .third_section_nav_item a:hover {
            color: #8564c1; }
    .section_footer .footer_inner_block_wrapper .fourth_section_available_list {
      width: 55%;
      margin: 0 auto;
      list-style: none; }
      .section_footer .footer_inner_block_wrapper .fourth_section_available_list .fourth_section_available_item {
        margin-bottom: 20px; }
      .section_footer .footer_inner_block_wrapper .fourth_section_available_list .fourth_section_available_item:last-child span {
        position: relative; }
        .section_footer .footer_inner_block_wrapper .fourth_section_available_list .fourth_section_available_item:last-child span::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #bbc1cd; }
      .section_footer .footer_inner_block_wrapper .fourth_section_available_list .fourth_section_available_item:first-child {
        color: #8564c1;
        font-weight: 500;
        margin-bottom: 35px;
        position: relative; }
        .section_footer .footer_inner_block_wrapper .fourth_section_available_list .fourth_section_available_item:first-child::before {
          content: '';
          position: absolute;
          left: -30px;
          top: 0px;
          width: 22px;
          height: 19px;
          background-image: url(../img/location_icon.png);
          background-size: contain;
          background-repeat: no-repeat; }
  .section_footer_info_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .section_footer_info_block .creator_block_text {
      margin-bottom: 30px;
      font-weight: 500;
      font-size: 15px;
      position: relative; }
      .section_footer_info_block .creator_block_text::after {
        content: '';
        position: absolute;
        right: 0;
        top: 7px;
        height: 1px;
        width: 45px;
        background-color: #57616b; }
    .section_footer_info_block .creator_logo {
      max-width: 140px; }
    .section_footer_info_block .terms_and_policy_block {
      width: 50%;
      margin: 0 auto; }
      .section_footer_info_block .terms_and_policy_block .terms_and_policy_list {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .section_footer_info_block .terms_and_policy_block .terms_and_policy_list a {
          text-decoration: none;
          color: #bbc1cd; }

@media (max-width: 1440px) {
  .fixed_phone a {
    padding: 10px 15px 10px 25px;
    font-size: 14px; }
    .fixed_phone a::before {
      bottom: 9px; } }

@media (max-width: 1024px) {
  .section_outer {
    max-width: 960px; }
  .fixed_phone {
    display: none; }
  .section_heading {
    font-size: 38px; }
  .section_paragraph {
    font-size: 16px;
    max-width: 65%; }
  .section_header_logo {
    width: 160px; }
    .section_header_logo span {
      left: 23%; }
  .section_header a.section_header_nav_link {
    margin: 0 10px; }
  .section_header .section_header_nav_item:nth-child(3) a {
    padding: 36px 10px; }
  .section_services {
    margin-top: 100px; }
    .section_services_price_list {
      margin-top: 60px; }
    .section_services_price_item {
      width: 140px;
      height: 140px; }
      .section_services_price_item::before {
        top: -15px;
        left: calc(50% - 15px);
        width: 30px;
        height: 15px; }
      .section_services_price_item::after {
        bottom: -15px;
        left: calc(50% - 15px);
        width: 30px;
        height: 15px; }
      .section_services_price_item_service {
        font-size: 16px;
        margin: 10% auto 0; }
      .section_services_price_item_rate {
        font-size: 38px; }
  .section_estimator {
    margin-top: 100px; }
    .section_estimator_wrapper {
      height: 435px; }
    .section_estimator_main_block {
      padding: 40px; }
    .section_estimator_options_block {
      margin-right: 60px;
      width: 600px; }
      .section_estimator_options_block .estimator_label {
        font-size: 18px;
        width: 110px; }
    .section_estimator .estimator_small_option {
      width: 60px;
      height: 60px; }
    .section_estimator .estimator_big_option {
      width: 140px;
      height: 60px;
      padding: 0 10px; }
    .section_estimator_result_block_text {
      font-size: 18px; }
    .section_estimator_result_block_time {
      font-size: 18px; }
    .section_estimator_result_block_price {
      font-size: 58px; }
  .section_slider {
    margin-top: 100px;
    margin-bottom: 150px; }
    .section_slider_content {
      margin-top: 60px; }
      .section_slider_content_slide {
        height: 280px;
        width: 300px;
        margin: 0 auto;
        padding: 20px; }
        .section_slider_content_slide_header {
          margin-bottom: 20px; }
        .section_slider_content_slide_heading {
          font-size: 26px; }
          .section_slider_content_slide_heading_discount {
            left: 35%; }
            .section_slider_content_slide_heading_discount .slide_heading_discount_save {
              font-size: 15px; }
        .section_slider_content_slide_subheading {
          font-size: 18px; }
        .section_slider_content_slide_main {
          margin-bottom: 30px; }
  .section_tables_table_wrapper:nth-child(1) {
    padding-top: 80px; }
  .section_tables_table_wrapper:nth-child(3) {
    padding-bottom: 100px; }
  .section_you_get {
    margin-top: 100px; }
    .section_you_get_right_img_block, .section_you_get_left_img_block {
      padding-top: 70px; }
    .section_you_get_info {
      margin: 100px 0; }
      .section_you_get_info_block_text {
        max-width: 70%; }
  .section_ready_to_book {
    padding-top: 80px; }
    .section_ready_to_book_text {
      width: 55%; }
      .section_ready_to_book_text p {
        max-width: 100%; }
  .section_footer {
    padding: 80px 0; }
    .section_footer .footer_inner_block_wrapper .second_section_contact_list .second_section_contact_item {
      margin-bottom: 30px; }
    .section_footer .footer_inner_block_wrapper .fourth_section_available_list .fourth_section_available_item:first-child {
      margin-bottom: 30px; }
    .section_footer .footer_inner_block_wrapper .third_section_nav_list {
      width: 75%; }
    .section_footer_info_block .terms_and_policy_block {
      width: 60%; } }

@media (max-width: 812px) {
  .section_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3; }
    .section_header_content {
      background-color: #fff;
      z-index: 6; }
    .section_header_btn_book_now {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
    .section_header .mobile_menu_wrapper {
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      right: 25px;
      top: 25px;
      z-index: 5; }
    .section_header .mobile_menu {
      position: absolute;
      right: 10px;
      top: 25px;
      width: 30px;
      height: 2px;
      background-color: #57616b;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
      .section_header .mobile_menu::before, .section_header .mobile_menu::after {
        content: '';
        position: absolute;
        right: 0;
        width: 30px;
        height: 2px;
        background-color: #57616b;
        z-index: 5;
        -webkit-transition: .3s linear;
        transition: .3s linear; }
      .section_header .mobile_menu::after {
        -webkit-transform: translateY(10px);
        transform: translateY(10px); }
      .section_header .mobile_menu::before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px); }
    .section_header .mobile_menu.active {
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
      background-color: transparent; }
      .section_header .mobile_menu.active::after {
        -webkit-transform: rotate(45deg) translate(25px, -25px);
        transform: rotate(45deg) translate(25px, -25px); }
      .section_header .mobile_menu.active::before {
        -webkit-transform: rotate(-45deg) translate(25px, 25px);
        transform: rotate(-45deg) translate(25px, 25px); }
    .section_header a.section_header_nav_link {
      margin: 0;
      font-size: 20px;
      padding: 20px 0;
      width: 100%;
      display: block;
      border-bottom: 2px solid #fafcfd; }
    .section_header .section_header_nav_item:nth-child(3) a {
      padding: 20px 0; }
    .section_header_wrapper {
      position: absolute;
      top: 95px;
      right: -100%;
      width: 100%;
      background-color: #fafcfd;
      height: 330px;
      -webkit-box-shadow: 0px 0px 7px 0px #ccc;
      box-shadow: 0px 0px 7px 0px #ccc;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
    .section_header_wrapper.active {
      right: 0; }
    .section_header_nav {
      height: 100%; }
      .section_header_nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 100%; }
      .section_header_nav_item {
        width: 100%;
        text-align: center; } }

@media (max-width: 768px) {
  .section_outer {
    max-width: 720px; }
  .section_services {
    margin-top: 150px; }
    .section_services_price_block {
      max-width: 90%; }
    .section_services_price_list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .section_services_price_item {
      margin: 30px 10px;
      width: 160px;
      height: 160px; }
  .section_estimator {
    margin-top: 80px; }
    .section_estimator_wrapper {
      margin-top: 60px;
      height: 600px; }
    .section_estimator_main_block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .section_estimator_options_block {
      margin: 0 auto; }
    .section_estimator_result_block {
      width: 95%;
      margin: 0 auto; }
      .section_estimator_result_block_text {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 30px auto 10px; }
      .section_estimator_result_block_price_wrapper {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: inline-block; }
      .section_estimator_result_block_btn {
        position: absolute;
        right: 11%; }
  .section_tables_table_wrapper:nth-child(3) {
    padding-bottom: 80px; }
  .section_you_get {
    margin-top: 80px; }
    .section_you_get_right_img_block_text {
      width: 40%;
      margin: 0; }
      .section_you_get_right_img_block_text .img_block_list_item {
        font-size: 14px; }
    .section_you_get_left_img_block_text .img_block_list_item {
      font-size: 14px; }
    .section_you_get .section_you_get_right_img_block .section_you_get_right_img_block_img {
      height: 250px; }
    .section_you_get .section_you_get_left_img_block .section_you_get_left_img_block_img {
      height: 250px; }
  .section_ready_to_book_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .section_ready_to_book_btn button {
      margin: 0 auto; }
    .section_ready_to_book_btn button:first-child {
      margin: 20px auto 25px; }
  .section_footer .footer_inner_block_wrapper {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
    .section_footer .footer_inner_block_wrapper .fourth_section_available_list {
      width: 70%; }
    .section_footer .footer_inner_block_wrapper .footer_inner_block:first-child {
      width: 45%; }
    .section_footer .footer_inner_block_wrapper .footer_inner_block {
      width: 45%;
      margin-bottom: 50px;
      height: 200px; }
    .section_footer .footer_inner_block_wrapper .third_section_nav_list .third_section_nav_item {
      margin-bottom: 21px; }
  .section_footer_first_section .first_block_content {
    margin: 0 auto; } }

@media (max-width: 576px) {
  .section_outer {
    max-width: 540px; } }

@media (max-width: 414px) {
  .section_header {
    height: 50px; }
    .section_header_wrapper {
      top: 50px; }
    .section_header_wrapper.active {
      top: 50px; }
    .section_header .section_heading {
      font-size: 34px; }
    .section_header .mobile_menu_wrapper {
      top: 0;
      right: 10px; }
    .section_header_logo {
      font-size: 26px;
      width: 85px;
      position: relative;
      left: 5px; }
      .section_header_logo a span {
        left: 20%;
        bottom: -5px; }
    .section_header_btn_book_now a {
      padding: 15px 30px; }
  .section_paragraph {
    font-size: 14px;
    max-width: 80%;
    max-width: 100%; }
  .section_outer {
    max-width: 400px; }
  .section_services {
    margin-top: 100px; }
  .section_slider_content_slide {
    margin: 0 auto; }
  .section_estimator_main_block {
    padding: 5px;
    height: 100%; }
  .section_estimator_options_block {
    width: 325px; }
    .section_estimator_options_block .estimator_category:not(:last-child) {
      margin-bottom: 25px; }
    .section_estimator_options_block .estimator_category {
      position: relative; }
    .section_estimator_options_block .estimator_label {
      position: absolute;
      bottom: 70px;
      left: 0;
      width: 100%;
      text-align: center; }
    .section_estimator_options_block .estimator_small_option {
      width: 50px;
      height: 50px; }
    .section_estimator_options_block .estimator_big_option {
      width: 105px;
      height: 50px;
      padding: 0 5px;
      font-size: 12px; }
  .section_estimator_result_block {
    position: relative; }
    .section_estimator_result_block_text {
      margin: 30px auto 20px; }
    .section_estimator_result_block_time {
      display: block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto; }
    .section_estimator_result_block_btn {
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
    .section_estimator_result_block_price_wrapper {
      margin: 0 auto;
      display: block; }
  .section_tables_table_wrapper:nth-child(1) {
    padding-top: 60px; }
  .section_tables_table_header {
    border-left: 10px solid #fafcfd;
    border-right: 10px solid #fafcfd; }
  .section_tables_table .table_header {
    font-size: 18px; }
  .section_tables_table .table_content:last-child {
    border-right: 10px solid #fff; }
  .section_tables_table .table_content_header {
    border-left: 10px solid #fff;
    font-size: 14px; }
  .section_tables_table_wrapper:last-child {
    padding-bottom: 60px; }
  .section_tables_table_body .vacuum::before,
  .section_tables_table_body .wet::before,
  .section_tables_table_body .kitchen::before {
    left: -10px; }
  .section_you_get {
    margin-top: 60px; }
    .section_you_get_right_img_block {
      padding-top: 60px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .section_you_get_right_img_block_text {
        width: 100%;
        margin-bottom: 15px; }
        .section_you_get_right_img_block_text h4 {
          font-size: 20px; }
        .section_you_get_right_img_block_text .img_block_list {
          margin-left: 35px; }
    .section_you_get_left_img_block {
      padding-top: 60px;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }
      .section_you_get_left_img_block_text {
        width: 100%;
        margin-bottom: 15px; }
        .section_you_get_left_img_block_text h4 {
          font-size: 20px; }
        .section_you_get_left_img_block_text .img_block_list {
          margin-left: 35px; }
    .section_you_get_info {
      margin: 60px 0; }
      .section_you_get_info_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 10px; }
        .section_you_get_info_block_text {
          max-width: 100%;
          margin-top: 20px; }
  .section_you_get .img_block_list_item {
    font-size: 12px; }
  .section_you_get .first_block.active .img_block_list_item,
  .section_you_get .second_block.active .img_block_list_item,
  .section_you_get .third_block.active .img_block_list_item,
  .section_you_get .fourth_block.active .img_block_list_item {
    -webkit-transform: translateX(3%);
    transform: translateX(3%); }
  .section_you_get .section_you_get_left_img_block .section_you_get_left_img_block_img {
    width: 100%; }
  .section_you_get .section_you_get_right_img_block .section_you_get_right_img_block_img {
    width: 100%; }
  .section_ready_to_book {
    padding-top: 60px; }
    .section_ready_to_book p,
    .section_ready_to_book h1 {
      text-align: center; }
    .section_ready_to_book_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 60px; }
    .section_ready_to_book_text, .section_ready_to_book_btn {
      width: 100%; }
      .section_ready_to_book_text button:first-child, .section_ready_to_book_btn button:first-child {
        margin: 20px auto 15px; }
  .section_footer .section_footer_second_section .second_section_contact_list .second_section_contact_item {
    margin-bottom: 20px; }
  .section_footer .footer_inner_block_wrapper .third_section_nav_list .third_section_nav_item {
    margin-bottom: 17px; }
  .section_footer .footer_inner_block_wrapper {
    position: relative; }
    .section_footer .footer_inner_block_wrapper .fourth_section_available_list .fourth_section_available_item:first-child::before {
      left: -20px; }
    .section_footer .footer_inner_block_wrapper .footer_inner_block {
      width: 48%;
      font-size: 14px; }
  .section_footer_second_section {
    position: absolute;
    top: 0;
    right: 30px; }
  .section_footer_third_section .third_section_footer_nav .third_section_nav_list {
    margin: 0 auto 0 0; }
  .section_footer_info_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 85%; }
    .section_footer_info_block .terms_and_policy_block {
      width: 50%;
      margin: 0 0 0 55px; }
      .section_footer_info_block .terms_and_policy_block .terms_and_policy_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .section_footer_info_block .terms_and_policy_block .terms_and_policy_list .terms_and_policy_item {
          margin-bottom: 10px; } }

@media (max-width: 375px) {
  .section_outer {
    max-width: 360px; }
  .section_services_price_item {
    width: 140px;
    height: 140px; } }

/*# sourceMappingURL=style.css.map */
