.content {
  padding-bottom: 60px; }
  .content .slider_header {
    font: 500 16px/30px "Fira Sans", sans-serif;
    margin: -80px 0px 40px 0px;
    color: white;
    text-align: center; }

.block_next, .block .style_colors {
  padding: 0; }
  .block_next .config_next, .block .style_colors .config_next {
    width: 180px;
    height: 40px;
    margin-top: 40px;
    background-color: #f7e821;
    font: 400 14px/40px "Fira Sans", sans-serif;
    color: #434343;
    border-radius: 20px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    .block_next .config_next:hover, .block .style_colors .config_next:hover {
      background-color: #fffc00; }
    .block_next .config_next:disabled, .block .style_colors .config_next:disabled {
      cursor: default;
      background-color: #e3e3e3;
      color: #fff; }
.block .style_colors {
  width: 100%;
  overflow: hidden;
  margin-top: 10px; }
.block .style_color {
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
  margin: 25px 10px 0px 0px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border-width 0.2s ease;
  -moz-transition: border-width 0.2s ease;
  -o-transition: border-width 0.2s ease;
  transition: border-width 0.2s ease; }
  .block .style_color:after {
    background: url(../img/icon_accept.png) center no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .block .style_color:hover:after, .block .style_color.current:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .block .style_color.current {
    cursor: default; }
  .block .style_color:last-child {
    margin-right: 0px; }
.block .style_separator {
  float: left;
  width: 1px;
  padding-left: 10px;
  border-left: 1px solid #e3e3e3;
  height: 75px;
  color: #939393;
  line-height: 0.9; }
.block .style_colors .config_next {
  float: right;
  margin-top: 30px;
  width: 140px; }
.block_price .config_next {
  position: static;
  right: 20px;
  bottom: 20px;
  width: 160px;
  height: 40px;
  margin-top: 35px;
  background-color: #f7e821;
  font: 400 14px/40px "Fira Sans", sans-serif;
  color: #434343;
  border-radius: 20px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  .block_price .config_next:hover {
    background-color: #fffc00; }
  .block_price .config_next:disabled {
    cursor: default;
    background-color: #e3e3e3;
    color: #fff; }
.block.block9 .options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-left: 0;
  min-width: 100%;
  min-height: 200px;
  overflow-x: auto; }
  .block.block9 .options_title {
    padding: 0 15px;
    font-size: 16px;
    color: #434343;
    margin: 15px 0;
    font-weight: bold; }
  .block.block9 .options::-webkit-scrollbar {
    display: none; }
.block.block9 .option {
  width: 280px;
  min-width: 280px;
  height: 335px;
  float: left;
  margin-left: 10px;
  overflow: hidden;
  padding: 2px 9px 9px;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }
  @media only screen and (min-width: 0px) and (max-width: 575px) {
    .block.block9 .option {
      width: 220px;
      min-width: 220px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .block.block9 .option {
      width: 280px;
      min-width: 280px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .block.block9 .option {
      width: 280px;
      min-width: 280px; } }
  @media only screen and (min-width: 992px) and (max-width: 1259px) {
    .block.block9 .option {
      width: 280px;
      min-width: 280px; } }
  .block.block9 .option_title {
    display: table;
    width: 100%;
    height: 60px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 0px) and (max-width: 575px) {
      .block.block9 .option_title {
        height: 40px; } }
  .block.block9 .option h4 {
    display: table-cell;
    vertical-align: middle;
    font: 500 16px/20px "Fira Sans", sans-serif;
    color: #434343; }
  .block.block9 .option_img {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden; }
    .block.block9 .option_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .block.block9 .option_price {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 5px; }
    .block.block9 .option_price_wrp {
      font: 400 14px/30px Arial;
      color: #434343;
      -webkit-transition: opacity 0.15s ease-out;
      -moz-transition: opacity 0.15s ease-out;
      -o-transition: opacity 0.15s ease-out;
      transition: opacity 0.15s ease-out; }
    .block.block9 .option_price:after {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      top: 0;
      left: 50%;
      margin-left: -15px;
      background: url(../img/option_selected.png) center no-repeat;
      background-size: 30px 30px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.15s ease-out;
      -moz-transition: opacity 0.15s ease-out;
      -o-transition: opacity 0.15s ease-out;
      transition: opacity 0.15s ease-out; }
  .block.block9 .option_text {
    font: 400 14px/20px Arial;
    color: #707070; }
    @media only screen and (min-width: 0px) and (max-width: 575px) {
      .block.block9 .option_text {
        font: 400 12px/17px Arial; } }
  .block.block9 .option:hover {
    border-color: #f7e821; }
    .block.block9 .option:hover .option_img img {
      -webkit-transform: scale(1.07);
      -moz-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  .block.block9 .option.selected {
    border-color: #f7e821; }
    .block.block9 .option.selected .option_price_wrp {
      opacity: 0; }
    .block.block9 .option.selected .option_price:after {
      opacity: 1;
      visibility: visible; }
.block.block12 .block12_price_title {
  padding: 0 15px;
  font-size: 16px;
  color: #434343;
  margin: 15px 0;
  font-weight: bold; }
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .block.block1 {
    height: 50px;
    background-color: #f7e821; }
    .block.block1 .block_inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      align-content: center;
      position: relative;
      height: 50px;
      align-items: center; }
      .block.block1 .block_inner .config_reset {
        display: none; }
      .block.block1 .block_inner .modal-steps-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-content: center;
        align-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: transparent;
        font-size: 30px; }
        .block.block1 .block_inner .modal-steps-list:before {
          display: inline-block;
          content: "...";
          line-height: 4px;
          position: absolute;
          top: 13px;
          right: 15px; }
    .block.block1 .steps {
      padding-left: 15px; }
      .block.block1 .steps a {
        color: #434343; }
    .block.block1 .step {
      display: none; }
      .block.block1 .step.current {
        display: block;
        font-weight: 500; }
  .block.block2 {
    padding: 21px 15px 0; }
    .block.block2 h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 9px; }
      .block.block2 h3 span {
        color: #14ba03; }
    .block.block2 .block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px;
      margin-bottom: 22px; }
      .block.block2 .block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block.block2 .block_config_rooms div:first-child {
          left: 0px; }
        .block.block2 .block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block.block2 .block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block.block2 .block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block.block2 .block_config_rooms div:last-child {
          left: 156px; }
        .block.block2 .block_config_rooms div:hover, .block.block2 .block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block.block2 .block_config_rooms div.current {
          cursor: default; }
    .block.block2 .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 24px; }
      .block.block2 .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 10px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block.block2 .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block.block2 .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block.block2 .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block.block2 .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block.block2 .input_wrp.input_area_wrp {
        width: 196px; }
        .block.block2 .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
  .block.block3 {
    padding: 0 15px; }
    .block.block3.block_config h3 {
      font: 500 16px/26px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 7px;
      line-height: 21px; }
      .block.block3.block_config h3 span {
        color: #14ba03; }
    .block.block3.block_config .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block.block3.block_config.block_price h3 {
      margin-bottom: 0px; }
    .block.block3.block_config.block_price.block12 h3 {
      width: 380px;
      line-height: 60px;
      float: left; }
    .block.block3.block_config .style_colors {
      width: 100%;
      height: 60px; }
    .block.block3.block_config .style_color {
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 20px;
      border-radius: 50%;
      border: 10px solid #f9f9f9;
      cursor: pointer;
      -webkit-transition: border-width 0.2s ease;
      -moz-transition: border-width 0.2s ease;
      -o-transition: border-width 0.2s ease;
      transition: border-width 0.2s ease; }
      .block.block3.block_config .style_color:hover, .block.block3.block_config .style_color.current {
        border-width: 5px; }
      .block.block3.block_config .style_color.current {
        cursor: default; }
      .block.block3.block_config .style_color:last-child {
        margin-right: 0px; }
    .block.block3.block_config .input_wrp {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .block.block3.block_config .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block.block3.block_config .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block.block3.block_config .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 10px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block.block3.block_config .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block.block3.block_config .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block.block3.block_config .input_wrp.input_area_wrp {
        width: 180px; }
        .block.block3.block_config .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block.block3.block_config.block_contact .block_inner {
      width: 100%; }
    .block.block3.block_config.block_contact .input_wrp {
      margin-bottom: 0; }
    .block.block3.block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block.block3.block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block.block3.block_config_rooms div:first-child {
          left: 0px; }
        .block.block3.block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block.block3.block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block.block3.block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block.block3.block_config_rooms div:last-child {
          left: 156px; }
        .block.block3.block_config_rooms div:hover, .block.block3.block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block.block3.block_config_rooms div.current {
          cursor: default; }
    .block.block3.block_config_plan {
      width: 100%;
      display: table; }
    .block.block3.block_config .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block.block3.block_config .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block.block3.block_config .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block.block3.block_config .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block.block3.block_config .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block.block3.block_config .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block.block3.block_config .plan_text_inner.wide {
            padding: 12px 12px; }
      .block.block3.block_config .plan:nth-child(3n) {
        margin-right: 0; }
      .block.block3.block_config .plan:nth-child(4n), .block.block3.block_config .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block.block3.block_config .plan:hover {
        border-color: #f7e821; }
      .block.block3.block_config .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block.block3 .block_text {
      line-height: 21px;
      margin-bottom: 15px;
      font: 400 14px/22px Arial;
      color: #707070; }
    .block.block3 .input_overlay_noadress {
      display: inline-block;
      float: right;
      color: #334472;
      font-size: 14px;
      border-bottom: 1px #334472 dashed;
      text-decoration: none;
      margin: 15px 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .block.block3 .input_overlay_noadress:hover {
        color: red;
        border-bottom: 1px red dashed; }
      .block.block3 .input_overlay_noadress:active {
        border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
  .block.block4 {
    padding: 0 15px;
    clear: both; }
    .block.block4 h3 {
      font: 500 16px/26px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 7px; }
      .block.block4 h3 span {
        color: #14ba03; }
    .block.block4 .block_text {
      line-height: 21px;
      margin-bottom: 15px; }
    .block.block4 .block_config_plan {
      display: flex;
      flex-flow: row nowrap;
      align-content: flex-start;
      justify-content: flex-start;
      margin-left: 0;
      min-width: 100%;
      min-height: 200px;
      overflow-x: auto; }
      .block.block4 .block_config_plan .plan {
        width: 220px;
        min-width: 220px;
        height: 220px;
        margin-left: 0;
        overflow: hidden;
        padding: 0;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative; }
        .block.block4 .block_config_plan .plan + .plan {
          margin-left: 10px; }
        .block.block4 .block_config_plan .plan_img {
          width: 100%;
          height: 100%;
          background-color: #f9f9f9;
          padding: 10px; }
          .block.block4 .block_config_plan .plan_img img {
            max-width: 100%; }
        .block.block4 .block_config_plan .plan_text {
          position: absolute;
          top: 50%;
          left: 9px;
          right: 9px;
          min-height: 40px;
          margin-top: -20px;
          font-size: 0;
          line-height: 0;
          text-align: center; }
          .block.block4 .block_config_plan .plan_text_inner {
            display: inline-block;
            min-height: 40px;
            min-width: 40px;
            max-width: 160px;
            background-color: #f7e821;
            font: 400 14px/16px "Fira Sans", sans-serif;
            color: #434343;
            text-align: center;
            padding: 12px 0px;
            border-radius: 20px;
            overflow: hidden; }
            .block.block4 .block_config_plan .plan_text_inner sup {
              font-size: 11px;
              line-height: 11px; }
            .block.block4 .block_config_plan .plan_text_inner.wide {
              padding: 12px 12px; }
        .block.block4 .block_config_plan .plan:hover {
          border-color: #f7e821; }
        .block.block4 .block_config_plan .plan.current {
          border-color: #f7e821;
          cursor: default; }
  .block.block6 {
    padding: 0 15px;
    margin-bottom: 20px; }
    .block.block6 .style_colors {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: center;
      align-content: center;
      overflow: hidden;
      margin-top: 10px; }
      .block.block6 .style_colors .config_next {
        width: 100%;
        order: 1;
        margin-top: 10px; }
      .block.block6 .style_colors .config_time + .style_color {
        margin-left: 15px; }
    .block.block6 .style_title {
      font-size: 16px;
      color: #434343;
      margin: 15px 0;
      font-weight: normal; }
    .block.block6 .style_color {
      position: relative;
      width: 50px;
      height: 50px;
      margin: 0;
      margin-bottom: 15px; }
      .block.block6 .style_color:after {
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px; }
      .block.block6 .style_color + .style_color {
        margin-left: 15px; }
    .block.block6 .style_separator {
      float: left;
      padding-left: 0;
      border-left: none;
      width: 100%;
      height: 25px;
      margin-bottom: 15px;
      color: #939393;
      line-height: normal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: center;
      align-content: center;
      align-items: center; }
  .block_slider {
    height: 200px;
    background-color: #e3e3e3; }
  .block .config_next {
    width: 100px;
    height: 40px;
    margin-top: 15px;
    background-color: #f7e821;
    font: 400 14px/40px "Fira Sans", sans-serif;
    color: #434343;
    border-radius: 20px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    .block .config_next:hover {
      background-color: #fffc00; }
    .block .config_next:disabled {
      cursor: default;
      background-color: #e3e3e3;
      color: #fff; }
  .block .glide__slide_caption,
  .block .glide__arrows {
    display: none; }
  .block .glide--horizontal .glide__bullets {
    bottom: 10px;
    height: auto; }
    .block .glide--horizontal .glide__bullets .glide__bullet {
      margin-bottom: 3px; }
  .block_price_wrp {
    display: flex; }
    .block_price_wrp .config_price {
      width: 50%;
      padding: 0 15px;
      text-align: center; }
    .block_price_wrp .config_time {
      width: 50%;
      padding: 0 15px;
      text-align: center; }
    .block_price_wrp > * {
      position: relative;
      float: left;
      font: 500 16px/60px "Fira Sans", sans-serif;
      color: #434343; }
  .block_price .block12_wrp {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    z-index: 100;
    background-color: #f9f9f9;
    border-top: 2px solid #f7e821;
    box-sizing: border-box; }
    .block_price .block12_wrp .block_inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      align-content: center;
      align-items: center;
      padding: 0 15px; }
      .block_price .block12_wrp .block_inner .block12_price_title,
      .block_price .block12_wrp .block_inner h3 {
        width: 100%;
        margin: 10px 0 5px;
        padding: 0; }
      .block_price .block12_wrp .block_inner .block_price_wrp {
        width: 70%;
        height: 54px;
        padding: 0; }
        .block_price .block12_wrp .block_inner .block_price_wrp .config_price,
        .block_price .block12_wrp .block_inner .block_price_wrp .config_time {
          padding: 0 15px 0 0;
          text-align: left; }
          .block_price .block12_wrp .block_inner .block_price_wrp .config_price:before,
          .block_price .block12_wrp .block_inner .block_price_wrp .config_time:before {
            left: 0; }
          .block_price .block12_wrp .block_inner .block_price_wrp .config_price .price,
          .block_price .block12_wrp .block_inner .block_price_wrp .config_time .price {
            position: relative; }
      .block_price .block12_wrp .block_inner .config_next {
        margin: 0;
        width: 30%;
        min-height: 40px;
        height: auto;
        line-height: 1.2;
        padding: 3px 6px; }
  .block_config.block_price {
    padding: 15px 15px 0; }
    .block_config.block_price h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      line-height: 20px;
      margin-bottom: 5px; }
    .block_config.block_price .config_next {
      position: relative;
      top: 0;
      right: auto;
      width: 160px;
      height: 40px;
      margin: auto;
      margin-top: 35px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_config.block_price .config_next:hover {
        background-color: #fffc00; }
      .block_config.block_price .config_next:disabled {
        cursor: default;
        background-color: #e3e3e3;
        color: #fff; }
    .block_config.block_price.block12 {
      padding-top: 50px; }
  .block_config.block_contact {
    padding: 15px 15px 0; }
    .block_config.block_contact .block_inner {
      width: 100%; }
    .block_config.block_contact h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      line-height: 20px;
      margin-bottom: 5px; }
    .block_config.block_contact .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block_config.block_contact.block_price {
      margin-top: 20px; }
      .block_config.block_contact.block_price h3 {
        margin-bottom: 0px;
        margin-top: 0px; }
      .block_config.block_contact.block_price.block12 h3 {
        width: 380px;
        line-height: 60px;
        float: left; }
    .block_config.block_contact .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 20px; }
      .block_config.block_contact .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block_config.block_contact .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block_config.block_contact .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block_config.block_contact .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block_config.block_contact .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block_config.block_contact .input_wrp a.input_overlay_noadress {
        position: absolute;
        height: 20px;
        right: 10px;
        top: 5px;
        color: #334472;
        font-size: 14px;
        border-bottom: 1px #334472 dashed;
        text-decoration: none;
        padding: 5px 2px 0px 2px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .block_config.block_contact .input_wrp a.input_overlay_noadress:hover {
          color: red;
          border-bottom: 1px red dashed; }
        .block_config.block_contact .input_wrp a.input_overlay_noadress:active {
          border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
      .block_config.block_contact .input_wrp.input_area_wrp {
        width: 196px; }
        .block_config.block_contact .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block_config.block_contact.block_contact .input_wrp {
      margin-bottom: 0; }
    .block_config.block_contact_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block_config.block_contact_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block_config.block_contact_rooms div:first-child {
          left: 0px; }
        .block_config.block_contact_rooms div:nth-child(2) {
          left: 39px; }
        .block_config.block_contact_rooms div:nth-child(3) {
          left: 78px; }
        .block_config.block_contact_rooms div:nth-child(4) {
          left: 117px; }
        .block_config.block_contact_rooms div:last-child {
          left: 156px; }
        .block_config.block_contact_rooms div:hover, .block_config.block_contact_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block_config.block_contact_rooms div.current {
          cursor: default; }
    .block_config.block_contact_plan {
      width: 100%;
      display: table; }
    .block_config.block_contact .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block_config.block_contact .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block_config.block_contact .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block_config.block_contact .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block_config.block_contact .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block_config.block_contact .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block_config.block_contact .plan_text_inner.wide {
            padding: 12px 12px; }
      .block_config.block_contact .plan:nth-child(3n) {
        margin-right: 0; }
      .block_config.block_contact .plan:nth-child(4n), .block_config.block_contact .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block_config.block_contact .plan:hover {
        border-color: #f7e821; }
      .block_config.block_contact .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block_config.block_contact + .block_config.block_price {
      margin-top: 15px;
      padding: 15px;
      background: #f9f9f9; }
      .block_config.block_contact + .block_config.block_price .block_inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        align-items: center; }
        .block_config.block_contact + .block_config.block_price .block_inner h3,
        .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp,
        .block_config.block_contact + .block_config.block_price .block_inner .config_next {
          width: 100%; }
        .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          -moz-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-content: center;
          align-content: center;
          align-items: center; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price,
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time {
            width: auto;
            position: relative;
            font: 500 16px/60px "Fira Sans", sans-serif;
            color: #434343;
            text-align: left;
            padding: 0 20px 0 40px; }
            .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price:before,
            .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time:before {
              position: absolute;
              content: "";
              top: 15px;
              left: 0;
              height: 25px; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price:before {
            width: 32px;
            background: url(../img/icon_feature2.png) left no-repeat;
            background-size: auto 25px; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time:before {
            width: 28px;
            background: url(../img/icon_feature3.png) left no-repeat;
            background-size: auto 25px; }
        .block_config.block_contact + .block_config.block_price .block_inner .config_next {
          margin-top: 10px; }
  .block_confirmation {
    padding: 15px 15px 0; }
    .block_confirmation .block_inner {
      padding: 50px 0; }
    .block_confirmation h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      margin-bottom: 16px; }
    .block_confirmation_text {
      font: 400 14px/22px Arial;
      color: #707070;
      margin-bottom: 65px; }
    .block_confirmation .thanx {
      display: block;
      width: 100%;
      height: 40px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      cursor: pointer;
      text-align: center;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_confirmation .thanx:hover {
        background-color: #fffc00; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .block.block1 {
    height: 50px;
    background-color: #f7e821; }
    .block.block1 .block_inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      align-content: center;
      position: relative;
      height: 50px;
      align-items: center; }
      .block.block1 .block_inner .config_reset {
        display: none; }
      .block.block1 .block_inner .modal-steps-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-content: center;
        align-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: transparent;
        font-size: 30px; }
        .block.block1 .block_inner .modal-steps-list:before {
          display: inline-block;
          content: "...";
          line-height: 4px;
          position: absolute;
          top: 15px;
          right: 15px; }
    .block.block1 .steps {
      padding-left: 15px; }
      .block.block1 .steps a {
        color: #434343; }
    .block.block1 .step {
      display: none; }
      .block.block1 .step.current {
        display: block;
        font-weight: 500; }
  .block.block2 {
    padding: 21px 15px 0; }
    .block.block2 h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 9px; }
      .block.block2 h3 span {
        color: #14ba03; }
    .block.block2 .block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px;
      margin-bottom: 22px; }
      .block.block2 .block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block.block2 .block_config_rooms div:first-child {
          left: 0px; }
        .block.block2 .block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block.block2 .block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block.block2 .block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block.block2 .block_config_rooms div:last-child {
          left: 156px; }
        .block.block2 .block_config_rooms div:hover, .block.block2 .block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block.block2 .block_config_rooms div.current {
          cursor: default; }
    .block.block2 .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 24px; }
      .block.block2 .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 10px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block.block2 .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block.block2 .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block.block2 .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block.block2 .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block.block2 .input_wrp.input_area_wrp {
        width: 196px; }
        .block.block2 .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
  .block.block3 {
    padding: 0 15px; }
    .block.block3.block_config h3 {
      font: 500 16px/26px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 7px; }
      .block.block3.block_config h3 span {
        color: #14ba03; }
    .block.block3.block_config .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block.block3.block_config.block_price h3 {
      margin-bottom: 0px; }
    .block.block3.block_config.block_price.block12 h3 {
      width: 380px;
      line-height: 60px;
      float: left; }
    .block.block3.block_config .style_colors {
      width: 100%;
      height: 60px; }
    .block.block3.block_config .style_color {
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 20px;
      border-radius: 50%;
      border: 10px solid #f9f9f9;
      cursor: pointer;
      -webkit-transition: border-width 0.2s ease;
      -moz-transition: border-width 0.2s ease;
      -o-transition: border-width 0.2s ease;
      transition: border-width 0.2s ease; }
      .block.block3.block_config .style_color:hover, .block.block3.block_config .style_color.current {
        border-width: 5px; }
      .block.block3.block_config .style_color.current {
        cursor: default; }
      .block.block3.block_config .style_color:last-child {
        margin-right: 0px; }
    .block.block3.block_config .input_wrp {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .block.block3.block_config .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block.block3.block_config .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block.block3.block_config .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 10px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block.block3.block_config .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block.block3.block_config .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block.block3.block_config .input_wrp.input_area_wrp {
        width: 180px; }
        .block.block3.block_config .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block.block3.block_config.block_contact .input_wrp {
      margin-bottom: 0; }
    .block.block3.block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block.block3.block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block.block3.block_config_rooms div:first-child {
          left: 0px; }
        .block.block3.block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block.block3.block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block.block3.block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block.block3.block_config_rooms div:last-child {
          left: 156px; }
        .block.block3.block_config_rooms div:hover, .block.block3.block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block.block3.block_config_rooms div.current {
          cursor: default; }
    .block.block3.block_config_plan {
      width: 100%;
      display: table; }
    .block.block3.block_config .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block.block3.block_config .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block.block3.block_config .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block.block3.block_config .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block.block3.block_config .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block.block3.block_config .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block.block3.block_config .plan_text_inner.wide {
            padding: 12px 12px; }
      .block.block3.block_config .plan:nth-child(3n) {
        margin-right: 0; }
      .block.block3.block_config .plan:nth-child(4n), .block.block3.block_config .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block.block3.block_config .plan:hover {
        border-color: #f7e821; }
      .block.block3.block_config .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block.block3 .block_text {
      line-height: 21px;
      margin-bottom: 15px; }
    .block.block3 .input_overlay_noadress {
      display: inline-block;
      float: right;
      color: #334472;
      font-size: 14px;
      border-bottom: 1px #334472 dashed;
      text-decoration: none;
      margin: 15px 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .block.block3 .input_overlay_noadress:hover {
        color: red;
        border-bottom: 1px red dashed; }
      .block.block3 .input_overlay_noadress:active {
        border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
  .block.block4 {
    padding: 0 15px;
    clear: both; }
    .block.block4 h3 {
      font: 500 16px/26px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 7px; }
      .block.block4 h3 span {
        color: #14ba03; }
    .block.block4 .block_text {
      line-height: 21px;
      margin-bottom: 15px; }
    .block.block4 .block_config_plan {
      display: flex;
      flex-flow: row nowrap;
      align-content: flex-start;
      justify-content: flex-start;
      margin-left: 0;
      min-width: 100%;
      min-height: 200px;
      overflow-x: auto; }
      .block.block4 .block_config_plan .plan {
        width: 220px;
        min-width: 220px;
        height: 220px;
        margin-left: 0;
        overflow: hidden;
        padding: 0;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative; }
        .block.block4 .block_config_plan .plan + .plan {
          margin-left: 10px; }
        .block.block4 .block_config_plan .plan_img {
          width: 100%;
          height: 100%;
          background-color: #f9f9f9;
          padding: 10px; }
          .block.block4 .block_config_plan .plan_img img {
            max-width: 100%; }
        .block.block4 .block_config_plan .plan_text {
          position: absolute;
          top: 50%;
          left: 9px;
          right: 9px;
          min-height: 40px;
          margin-top: -20px;
          font-size: 0;
          line-height: 0;
          text-align: center; }
          .block.block4 .block_config_plan .plan_text_inner {
            display: inline-block;
            min-height: 40px;
            min-width: 40px;
            max-width: 160px;
            background-color: #f7e821;
            font: 400 14px/16px "Fira Sans", sans-serif;
            color: #434343;
            text-align: center;
            padding: 12px 0px;
            border-radius: 20px;
            overflow: hidden; }
            .block.block4 .block_config_plan .plan_text_inner sup {
              font-size: 11px;
              line-height: 11px; }
            .block.block4 .block_config_plan .plan_text_inner.wide {
              padding: 12px 12px; }
        .block.block4 .block_config_plan .plan:hover {
          border-color: #f7e821; }
        .block.block4 .block_config_plan .plan.current {
          border-color: #f7e821;
          cursor: default; }
  .block.block6 {
    padding: 0 15px;
    margin-bottom: 20px; }
    .block.block6 .style_colors {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: center;
      align-content: center;
      overflow: hidden;
      margin-top: 10px; }
      .block.block6 .style_colors .config_next {
        width: 100%;
        order: 1; }
    .block.block6 .style_title {
      font-size: 16px;
      color: #434343;
      margin: 15px 0;
      font-weight: normal; }
    .block.block6 .style_color {
      position: relative;
      width: 50px;
      height: 50px; }
      .block.block6 .style_color:after {
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px; }
  .block_slider {
    height: 200px;
    background-color: #e3e3e3; }
  .block .config_next {
    width: 100px;
    height: 40px;
    margin-top: 15px;
    background-color: #f7e821;
    font: 400 14px/40px "Fira Sans", sans-serif;
    color: #434343;
    border-radius: 20px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    .block .config_next:hover {
      background-color: #fffc00; }
    .block .config_next:disabled {
      cursor: default;
      background-color: #e3e3e3;
      color: #fff; }
  .block .glide__slide_caption,
  .block .glide__arrows {
    display: none; }
  .block .glide--horizontal .glide__bullets {
    bottom: 10px;
    height: auto; }
    .block .glide--horizontal .glide__bullets .glide__bullet {
      margin-bottom: 3px; }
  .block_price_wrp {
    display: flex; }
    .block_price_wrp .config_price {
      width: 50%;
      padding: 0 15px;
      text-align: center; }
    .block_price_wrp .config_time {
      width: 50%;
      padding: 0 15px;
      text-align: center; }
    .block_price_wrp > * {
      position: relative;
      float: left;
      font: 500 16px/60px "Fira Sans", sans-serif;
      color: #434343; }
      .block_price_wrp > *:before {
        position: absolute;
        content: "";
        top: 0;
        left: 38px;
        width: 60px;
        height: 60px; }
    .block_price_wrp .config_price:before {
      background: url(../img/icon_feature2.png) left no-repeat;
      background-size: auto 40px; }
    .block_price_wrp .config_time:before {
      background: url(../img/icon_feature3.png) left no-repeat;
      background-size: auto 38px; }
  .block_price .block12_wrp {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    z-index: 100;
    background-color: #f9f9f9;
    border-top: 2px solid #f7e821;
    box-sizing: border-box; }
    .block_price .block12_wrp .block_inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      align-content: center;
      align-items: center;
      padding: 0 15px; }
      .block_price .block12_wrp .block_inner .block12_price_title {
        width: 100%;
        margin: 10px 0;
        padding: 0; }
      .block_price .block12_wrp .block_inner .block_price_wrp {
        width: 80%;
        padding: 0; }
        .block_price .block12_wrp .block_inner .block_price_wrp .config_price,
        .block_price .block12_wrp .block_inner .block_price_wrp .config_time {
          padding: 0 15px 0 55px;
          text-align: left; }
          .block_price .block12_wrp .block_inner .block_price_wrp .config_price:before,
          .block_price .block12_wrp .block_inner .block_price_wrp .config_time:before {
            left: 0; }
      .block_price .block12_wrp .block_inner .config_next {
        margin: 0;
        width: 20%; }
  .block_config.block_price {
    padding: 15px 15px 0; }
    .block_config.block_price h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      line-height: 20px;
      margin-bottom: 5px; }
    .block_config.block_price .config_next {
      position: relative;
      top: 0;
      right: auto;
      width: 160px;
      height: 40px;
      margin: auto;
      margin-top: 35px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_config.block_price .config_next:hover {
        background-color: #fffc00; }
      .block_config.block_price .config_next:disabled {
        cursor: default;
        background-color: #e3e3e3;
        color: #fff; }
    .block_config.block_price.block12 {
      padding-top: 50px; }
  .block_config.block_contact {
    padding: 15px 15px 0; }
    .block_config.block_contact .block_inner {
      width: 100%; }
    .block_config.block_contact h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      line-height: 20px;
      margin-bottom: 5px; }
    .block_config.block_contact .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block_config.block_contact.block_price {
      margin-top: 20px; }
      .block_config.block_contact.block_price h3 {
        margin-bottom: 0px;
        margin-top: 0px; }
      .block_config.block_contact.block_price.block12 h3 {
        width: 380px;
        line-height: 60px;
        float: left; }
    .block_config.block_contact .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 20px; }
      .block_config.block_contact .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block_config.block_contact .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block_config.block_contact .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block_config.block_contact .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block_config.block_contact .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block_config.block_contact .input_wrp a.input_overlay_noadress {
        position: absolute;
        height: 20px;
        right: 10px;
        top: 5px;
        color: #334472;
        font-size: 14px;
        border-bottom: 1px #334472 dashed;
        text-decoration: none;
        padding: 5px 2px 0px 2px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .block_config.block_contact .input_wrp a.input_overlay_noadress:hover {
          color: red;
          border-bottom: 1px red dashed; }
        .block_config.block_contact .input_wrp a.input_overlay_noadress:active {
          border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
      .block_config.block_contact .input_wrp.input_area_wrp {
        width: 196px; }
        .block_config.block_contact .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block_config.block_contact.block_contact .input_wrp {
      margin-bottom: 0; }
    .block_config.block_contact_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block_config.block_contact_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block_config.block_contact_rooms div:first-child {
          left: 0px; }
        .block_config.block_contact_rooms div:nth-child(2) {
          left: 39px; }
        .block_config.block_contact_rooms div:nth-child(3) {
          left: 78px; }
        .block_config.block_contact_rooms div:nth-child(4) {
          left: 117px; }
        .block_config.block_contact_rooms div:last-child {
          left: 156px; }
        .block_config.block_contact_rooms div:hover, .block_config.block_contact_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block_config.block_contact_rooms div.current {
          cursor: default; }
    .block_config.block_contact_plan {
      width: 100%;
      display: table; }
    .block_config.block_contact .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block_config.block_contact .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block_config.block_contact .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block_config.block_contact .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block_config.block_contact .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block_config.block_contact .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block_config.block_contact .plan_text_inner.wide {
            padding: 12px 12px; }
      .block_config.block_contact .plan:nth-child(3n) {
        margin-right: 0; }
      .block_config.block_contact .plan:nth-child(4n), .block_config.block_contact .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block_config.block_contact .plan:hover {
        border-color: #f7e821; }
      .block_config.block_contact .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block_config.block_contact + .block_config.block_price {
      margin-top: 15px;
      padding: 15px;
      background: #f9f9f9; }
      .block_config.block_contact + .block_config.block_price .block_inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        align-items: center; }
        .block_config.block_contact + .block_config.block_price .block_inner h3,
        .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp,
        .block_config.block_contact + .block_config.block_price .block_inner .config_next {
          width: 100%; }
        .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          -moz-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-content: center;
          align-content: center;
          align-items: center; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price,
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time {
            width: auto;
            position: relative;
            font: 500 16px/60px "Fira Sans", sans-serif;
            color: #434343;
            text-align: left;
            padding: 0 20px 0 40px; }
            .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price:before,
            .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time:before {
              position: absolute;
              content: "";
              top: 15px;
              left: 0;
              height: 25px; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price:before {
            width: 32px;
            background: url(../img/icon_feature2.png) left no-repeat;
            background-size: auto 25px; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time:before {
            width: 28px;
            background: url(../img/icon_feature3.png) left no-repeat;
            background-size: auto 25px; }
        .block_config.block_contact + .block_config.block_price .block_inner .config_next {
          margin-top: 10px; }
  .block_confirmation {
    padding: 15px 15px 0; }
    .block_confirmation .block_inner {
      padding: 50px 0; }
    .block_confirmation h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      margin-bottom: 16px; }
    .block_confirmation_text {
      font: 400 14px/22px Arial;
      color: #707070;
      margin-bottom: 65px; }
    .block_confirmation .thanx {
      display: block;
      width: 100%;
      height: 40px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      cursor: pointer;
      text-align: center;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_confirmation .thanx:hover {
        background-color: #fffc00; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block.block1 {
    height: 50px;
    background-color: #f7e821; }
    .block.block1 .block_inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      align-content: center;
      position: relative;
      height: 50px;
      align-items: center; }
      .block.block1 .block_inner .config_reset {
        display: none; }
      .block.block1 .block_inner .modal-steps-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-content: center;
        align-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: transparent;
        font-size: 30px; }
        .block.block1 .block_inner .modal-steps-list:before {
          display: inline-block;
          content: "...";
          line-height: 4px;
          position: absolute;
          top: 15px;
          right: 15px; }
    .block.block1 .steps {
      padding-left: 15px; }
      .block.block1 .steps a {
        color: #434343; }
    .block.block1 .step {
      display: none; }
      .block.block1 .step.current {
        display: block;
        font-weight: 500; }
  .block.block2 {
    padding: 21px 15px 0; }
    .block.block2 h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 9px; }
      .block.block2 h3 span {
        color: #14ba03; }
    .block.block2 .block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px;
      margin-bottom: 22px; }
      .block.block2 .block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block.block2 .block_config_rooms div:first-child {
          left: 0px; }
        .block.block2 .block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block.block2 .block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block.block2 .block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block.block2 .block_config_rooms div:last-child {
          left: 156px; }
        .block.block2 .block_config_rooms div:hover, .block.block2 .block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block.block2 .block_config_rooms div.current {
          cursor: default; }
    .block.block2 .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 24px; }
      .block.block2 .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 10px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block.block2 .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block.block2 .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block.block2 .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block.block2 .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block.block2 .input_wrp.input_area_wrp {
        width: 196px; }
        .block.block2 .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
  .block.block3 {
    padding: 0 15px; }
    .block.block3.block_config h3 {
      font: 500 16px/26px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 7px; }
      .block.block3.block_config h3 span {
        color: #14ba03; }
    .block.block3.block_config .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block.block3.block_config.block_price h3 {
      margin-bottom: 0px; }
    .block.block3.block_config.block_price.block12 h3 {
      width: 380px;
      line-height: 60px;
      float: left; }
    .block.block3.block_config .style_colors {
      width: 100%;
      height: 60px; }
    .block.block3.block_config .style_color {
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 20px;
      border-radius: 50%;
      border: 10px solid #f9f9f9;
      cursor: pointer;
      -webkit-transition: border-width 0.2s ease;
      -moz-transition: border-width 0.2s ease;
      -o-transition: border-width 0.2s ease;
      transition: border-width 0.2s ease; }
      .block.block3.block_config .style_color:hover, .block.block3.block_config .style_color.current {
        border-width: 5px; }
      .block.block3.block_config .style_color.current {
        cursor: default; }
      .block.block3.block_config .style_color:last-child {
        margin-right: 0px; }
    .block.block3.block_config .input_wrp {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .block.block3.block_config .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block.block3.block_config .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block.block3.block_config .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 10px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block.block3.block_config .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block.block3.block_config .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block.block3.block_config .input_wrp.input_area_wrp {
        width: 180px; }
        .block.block3.block_config .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block.block3.block_config.block_contact .input_wrp {
      margin-bottom: 0; }
    .block.block3.block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block.block3.block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block.block3.block_config_rooms div:first-child {
          left: 0px; }
        .block.block3.block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block.block3.block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block.block3.block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block.block3.block_config_rooms div:last-child {
          left: 156px; }
        .block.block3.block_config_rooms div:hover, .block.block3.block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block.block3.block_config_rooms div.current {
          cursor: default; }
    .block.block3.block_config_plan {
      width: 100%;
      display: table; }
    .block.block3.block_config .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block.block3.block_config .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block.block3.block_config .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block.block3.block_config .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block.block3.block_config .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block.block3.block_config .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block.block3.block_config .plan_text_inner.wide {
            padding: 12px 12px; }
      .block.block3.block_config .plan:nth-child(3n) {
        margin-right: 0; }
      .block.block3.block_config .plan:nth-child(4n), .block.block3.block_config .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block.block3.block_config .plan:hover {
        border-color: #f7e821; }
      .block.block3.block_config .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block.block3 .block_text {
      line-height: 21px;
      margin-bottom: 15px; }
    .block.block3 .input_overlay_noadress {
      display: inline-block;
      float: right;
      color: #334472;
      font-size: 14px;
      border-bottom: 1px #334472 dashed;
      text-decoration: none;
      margin: 15px 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .block.block3 .input_overlay_noadress:hover {
        color: red;
        border-bottom: 1px red dashed; }
      .block.block3 .input_overlay_noadress:active {
        border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
  .block.block4 {
    padding: 0 15px;
    clear: both; }
    .block.block4 h3 {
      font: 500 16px/26px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 7px; }
      .block.block4 h3 span {
        color: #14ba03; }
    .block.block4 .block_text {
      line-height: 21px;
      margin-bottom: 15px; }
    .block.block4 .block_config_plan {
      display: flex;
      flex-flow: row nowrap;
      align-content: flex-start;
      justify-content: flex-start;
      margin-left: 0;
      min-width: 100%;
      min-height: 200px;
      overflow-x: auto; }
      .block.block4 .block_config_plan .plan {
        width: 220px;
        min-width: 220px;
        height: 220px;
        margin-left: 0;
        overflow: hidden;
        padding: 0;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative; }
        .block.block4 .block_config_plan .plan + .plan {
          margin-left: 10px; }
        .block.block4 .block_config_plan .plan_img {
          width: 100%;
          height: 100%;
          background-color: #f9f9f9;
          padding: 10px; }
          .block.block4 .block_config_plan .plan_img img {
            max-width: 100%; }
        .block.block4 .block_config_plan .plan_text {
          position: absolute;
          top: 50%;
          left: 9px;
          right: 9px;
          min-height: 40px;
          margin-top: -20px;
          font-size: 0;
          line-height: 0;
          text-align: center; }
          .block.block4 .block_config_plan .plan_text_inner {
            display: inline-block;
            min-height: 40px;
            min-width: 40px;
            max-width: 160px;
            background-color: #f7e821;
            font: 400 14px/16px "Fira Sans", sans-serif;
            color: #434343;
            text-align: center;
            padding: 12px 0px;
            border-radius: 20px;
            overflow: hidden; }
            .block.block4 .block_config_plan .plan_text_inner sup {
              font-size: 11px;
              line-height: 11px; }
            .block.block4 .block_config_plan .plan_text_inner.wide {
              padding: 12px 12px; }
        .block.block4 .block_config_plan .plan:hover {
          border-color: #f7e821; }
        .block.block4 .block_config_plan .plan.current {
          border-color: #f7e821;
          cursor: default; }
  .block.block6 {
    padding: 0 15px;
    margin-bottom: 20px; }
    .block.block6 .style_colors {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: center;
      align-content: center;
      overflow: hidden;
      margin-top: 10px; }
      .block.block6 .style_colors .config_next {
        margin-top: 30px;
        margin-left: 30px;
        width: 140px;
        order: 1; }
    .block.block6 .style_title {
      font-size: 16px;
      color: #434343;
      margin: 15px 0;
      font-weight: bold; }
    .block.block6 .style_color {
      position: relative;
      width: 50px;
      height: 50px; }
      .block.block6 .style_color:after {
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px; }
  .block_slider {
    height: 350px;
    background-color: #e3e3e3; }
  .block .config_next {
    width: 100px;
    height: 40px;
    margin-top: 15px;
    background-color: #f7e821;
    font: 400 14px/40px "Fira Sans", sans-serif;
    color: #434343;
    border-radius: 20px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    .block .config_next:hover {
      background-color: #fffc00; }
    .block .config_next:disabled {
      cursor: default;
      background-color: #e3e3e3;
      color: #fff; }
  .block .glide__slide_caption,
  .block .glide__arrows {
    display: none; }
  .block .glide--horizontal .glide__bullets {
    bottom: 10px;
    height: auto; }
    .block .glide--horizontal .glide__bullets .glide__bullet {
      margin-bottom: 3px; }
  .block_price_wrp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    padding: 0 15px; }
    .block_price_wrp > * {
      position: relative;
      width: 180px;
      height: 100%;
      float: left;
      padding-left: 62px;
      font: 500 16px/60px "Fira Sans", sans-serif;
      color: #434343; }
      .block_price_wrp > *:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 60px;
        height: 60px; }
    .block_price_wrp .config_price:before {
      background: url(../img/icon_feature2.png) left no-repeat;
      background-size: auto 40px; }
    .block_price_wrp .config_time:before {
      background: url(../img/icon_feature3.png) left no-repeat;
      background-size: auto 38px; }
  .block_price .block12_wrp {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    z-index: 100;
    background-color: #f9f9f9;
    border-top: 2px solid #f7e821;
    box-sizing: border-box; }
    .block_price .block12_wrp .block_inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      align-content: center;
      align-items: center;
      padding: 0 15px; }
      .block_price .block12_wrp .block_inner .block12_price_title {
        width: 100%;
        margin: 10px 0;
        padding: 0; }
      .block_price .block12_wrp .block_inner .block_price_wrp {
        width: 70%;
        padding: 0; }
        .block_price .block12_wrp .block_inner .block_price_wrp .config_price,
        .block_price .block12_wrp .block_inner .block_price_wrp .config_time {
          padding: 0 15px 0 55px;
          text-align: left; }
          .block_price .block12_wrp .block_inner .block_price_wrp .config_price:before,
          .block_price .block12_wrp .block_inner .block_price_wrp .config_time:before {
            left: 0; }
      .block_price .block12_wrp .block_inner .config_next {
        margin: 0; }
  .block_config.block_price {
    padding: 15px 15px 0; }
    .block_config.block_price h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      line-height: 20px;
      margin-bottom: 5px; }
    .block_config.block_price .config_next {
      position: relative;
      top: 0;
      right: auto;
      width: 160px;
      height: 40px;
      margin: auto;
      margin-top: 35px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_config.block_price .config_next:hover {
        background-color: #fffc00; }
      .block_config.block_price .config_next:disabled {
        cursor: default;
        background-color: #e3e3e3;
        color: #fff; }
    .block_config.block_price.block12 {
      padding-top: 50px; }
  .block_config.block_contact {
    padding: 15px 15px 0; }
    .block_config.block_contact .block_inner {
      width: 100%; }
    .block_config.block_contact h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      line-height: 20px;
      margin-bottom: 5px; }
    .block_config.block_contact .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block_config.block_contact.block_price {
      margin-top: 20px; }
      .block_config.block_contact.block_price h3 {
        margin-bottom: 0px;
        margin-top: 0px; }
      .block_config.block_contact.block_price.block12 h3 {
        width: 380px;
        line-height: 60px;
        float: left; }
    .block_config.block_contact .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 20px; }
      .block_config.block_contact .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block_config.block_contact .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block_config.block_contact .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block_config.block_contact .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block_config.block_contact .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block_config.block_contact .input_wrp a.input_overlay_noadress {
        position: absolute;
        height: 20px;
        right: 10px;
        top: 5px;
        color: #334472;
        font-size: 14px;
        border-bottom: 1px #334472 dashed;
        text-decoration: none;
        padding: 5px 2px 0px 2px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .block_config.block_contact .input_wrp a.input_overlay_noadress:hover {
          color: red;
          border-bottom: 1px red dashed; }
        .block_config.block_contact .input_wrp a.input_overlay_noadress:active {
          border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
      .block_config.block_contact .input_wrp.input_area_wrp {
        width: 196px; }
        .block_config.block_contact .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block_config.block_contact.block_contact .input_wrp {
      margin-bottom: 0; }
    .block_config.block_contact_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block_config.block_contact_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block_config.block_contact_rooms div:first-child {
          left: 0px; }
        .block_config.block_contact_rooms div:nth-child(2) {
          left: 39px; }
        .block_config.block_contact_rooms div:nth-child(3) {
          left: 78px; }
        .block_config.block_contact_rooms div:nth-child(4) {
          left: 117px; }
        .block_config.block_contact_rooms div:last-child {
          left: 156px; }
        .block_config.block_contact_rooms div:hover, .block_config.block_contact_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block_config.block_contact_rooms div.current {
          cursor: default; }
    .block_config.block_contact_plan {
      width: 100%;
      display: table; }
    .block_config.block_contact .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block_config.block_contact .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block_config.block_contact .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block_config.block_contact .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block_config.block_contact .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block_config.block_contact .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block_config.block_contact .plan_text_inner.wide {
            padding: 12px 12px; }
      .block_config.block_contact .plan:nth-child(3n) {
        margin-right: 0; }
      .block_config.block_contact .plan:nth-child(4n), .block_config.block_contact .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block_config.block_contact .plan:hover {
        border-color: #f7e821; }
      .block_config.block_contact .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block_config.block_contact + .block_config.block_price {
      margin-top: 15px;
      padding: 15px;
      background: #f9f9f9; }
      .block_config.block_contact + .block_config.block_price .block_inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        align-items: center; }
        .block_config.block_contact + .block_config.block_price .block_inner h3,
        .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp,
        .block_config.block_contact + .block_config.block_price .block_inner .config_next {
          width: 100%; }
        .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          -moz-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-content: center;
          align-content: center;
          align-items: center; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price,
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time {
            width: auto;
            position: relative;
            font: 500 16px/60px "Fira Sans", sans-serif;
            color: #434343;
            text-align: left;
            padding: 0 20px 0 40px; }
            .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price:before,
            .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time:before {
              position: absolute;
              content: "";
              top: 15px;
              left: 0;
              height: 25px; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price:before {
            width: 32px;
            background: url(../img/icon_feature2.png) left no-repeat;
            background-size: auto 25px; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time:before {
            width: 28px;
            background: url(../img/icon_feature3.png) left no-repeat;
            background-size: auto 25px; }
        .block_config.block_contact + .block_config.block_price .block_inner .config_next {
          margin-top: 10px; }
  .block_confirmation {
    padding: 15px 15px 0; }
    .block_confirmation .block_inner {
      padding: 50px 0; }
    .block_confirmation h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      margin-bottom: 16px; }
    .block_confirmation_text {
      font: 400 14px/22px Arial;
      color: #707070;
      margin-bottom: 65px; }
    .block_confirmation .thanx {
      display: block;
      width: 100%;
      height: 40px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      cursor: pointer;
      text-align: center;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_confirmation .thanx:hover {
        background-color: #fffc00; } }
@media only screen and (min-width: 992px) and (max-width: 1259px) {
  .block.block1 {
    height: 50px;
    background-color: #f7e821; }
    .block.block1 .block_inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      align-content: center;
      position: relative;
      height: 50px;
      align-items: center; }
      .block.block1 .block_inner .config_reset {
        display: none; }
      .block.block1 .block_inner .modal-steps-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-content: center;
        align-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: transparent;
        font-size: 30px; }
        .block.block1 .block_inner .modal-steps-list:before {
          display: inline-block;
          content: "...";
          line-height: 4px;
          position: absolute;
          top: 15px;
          right: 15px; }
    .block.block1 .steps {
      padding-left: 15px; }
      .block.block1 .steps a {
        color: #434343; }
    .block.block1 .step {
      display: none; }
      .block.block1 .step.current {
        display: block;
        font-weight: 500; }
  .block.block2 {
    padding: 21px 15px 0; }
    .block.block2 h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 9px; }
      .block.block2 h3 span {
        color: #14ba03; }
    .block.block2 .block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px;
      margin-bottom: 22px; }
      .block.block2 .block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block.block2 .block_config_rooms div:first-child {
          left: 0px; }
        .block.block2 .block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block.block2 .block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block.block2 .block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block.block2 .block_config_rooms div:last-child {
          left: 156px; }
        .block.block2 .block_config_rooms div:hover, .block.block2 .block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block.block2 .block_config_rooms div.current {
          cursor: default; }
    .block.block2 .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 24px; }
      .block.block2 .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 10px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block.block2 .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block.block2 .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block.block2 .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block.block2 .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block.block2 .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block.block2 .input_wrp.input_area_wrp {
        width: 196px; }
        .block.block2 .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
  .block.block3 {
    padding: 0 15px; }
    .block.block3.block_config h3 {
      font: 500 16px/26px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 7px; }
      .block.block3.block_config h3 span {
        color: #14ba03; }
    .block.block3.block_config .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block.block3.block_config.block_price h3 {
      margin-bottom: 0px; }
    .block.block3.block_config.block_price.block12 h3 {
      width: 380px;
      line-height: 60px;
      float: left; }
    .block.block3.block_config .style_colors {
      width: 100%;
      height: 60px; }
    .block.block3.block_config .style_color {
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 20px;
      border-radius: 50%;
      border: 10px solid #f9f9f9;
      cursor: pointer;
      -webkit-transition: border-width 0.2s ease;
      -moz-transition: border-width 0.2s ease;
      -o-transition: border-width 0.2s ease;
      transition: border-width 0.2s ease; }
      .block.block3.block_config .style_color:hover, .block.block3.block_config .style_color.current {
        border-width: 5px; }
      .block.block3.block_config .style_color.current {
        cursor: default; }
      .block.block3.block_config .style_color:last-child {
        margin-right: 0px; }
    .block.block3.block_config .input_wrp {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .block.block3.block_config .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block.block3.block_config .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block.block3.block_config .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 10px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block.block3.block_config .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block.block3.block_config .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block.block3.block_config .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block.block3.block_config .input_wrp.input_area_wrp {
        width: 180px; }
        .block.block3.block_config .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block.block3.block_config.block_contact .input_wrp {
      margin-bottom: 0; }
    .block.block3.block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block.block3.block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block.block3.block_config_rooms div:first-child {
          left: 0px; }
        .block.block3.block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block.block3.block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block.block3.block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block.block3.block_config_rooms div:last-child {
          left: 156px; }
        .block.block3.block_config_rooms div:hover, .block.block3.block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block.block3.block_config_rooms div.current {
          cursor: default; }
    .block.block3.block_config_plan {
      width: 100%;
      display: table; }
    .block.block3.block_config .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block.block3.block_config .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block.block3.block_config .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block.block3.block_config .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block.block3.block_config .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block.block3.block_config .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block.block3.block_config .plan_text_inner.wide {
            padding: 12px 12px; }
      .block.block3.block_config .plan:nth-child(3n) {
        margin-right: 0; }
      .block.block3.block_config .plan:nth-child(4n), .block.block3.block_config .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block.block3.block_config .plan:hover {
        border-color: #f7e821; }
      .block.block3.block_config .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block.block3 .block_text {
      line-height: 21px;
      margin-bottom: 15px; }
    .block.block3 .input_overlay_noadress {
      display: inline-block;
      float: right;
      color: #334472;
      font-size: 14px;
      border-bottom: 1px #334472 dashed;
      text-decoration: none;
      margin: 15px 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .block.block3 .input_overlay_noadress:hover {
        color: red;
        border-bottom: 1px red dashed; }
      .block.block3 .input_overlay_noadress:active {
        border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
  .block.block4 {
    padding: 0 15px;
    clear: both; }
    .block.block4 h3 {
      font: 500 16px/26px "Fira Sans", sans-serif;
      color: #434343;
      margin-bottom: 7px; }
      .block.block4 h3 span {
        color: #14ba03; }
    .block.block4 .block_text {
      line-height: 21px;
      margin-bottom: 15px; }
    .block.block4 .block_config_plan {
      display: flex;
      flex-flow: row nowrap;
      align-content: flex-start;
      justify-content: flex-start;
      margin-left: 0;
      min-width: 100%;
      min-height: 200px;
      overflow-x: auto; }
      .block.block4 .block_config_plan .plan {
        width: 220px;
        min-width: 220px;
        height: 220px;
        margin-left: 0;
        overflow: hidden;
        padding: 0;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative; }
        .block.block4 .block_config_plan .plan + .plan {
          margin-left: 10px; }
        .block.block4 .block_config_plan .plan_img {
          width: 100%;
          height: 100%;
          background-color: #f9f9f9;
          padding: 10px; }
          .block.block4 .block_config_plan .plan_img img {
            max-width: 100%; }
        .block.block4 .block_config_plan .plan_text {
          position: absolute;
          top: 50%;
          left: 9px;
          right: 9px;
          min-height: 40px;
          margin-top: -20px;
          font-size: 0;
          line-height: 0;
          text-align: center; }
          .block.block4 .block_config_plan .plan_text_inner {
            display: inline-block;
            min-height: 40px;
            min-width: 40px;
            max-width: 160px;
            background-color: #f7e821;
            font: 400 14px/16px "Fira Sans", sans-serif;
            color: #434343;
            text-align: center;
            padding: 12px 0px;
            border-radius: 20px;
            overflow: hidden; }
            .block.block4 .block_config_plan .plan_text_inner sup {
              font-size: 11px;
              line-height: 11px; }
            .block.block4 .block_config_plan .plan_text_inner.wide {
              padding: 12px 12px; }
        .block.block4 .block_config_plan .plan:hover {
          border-color: #f7e821; }
        .block.block4 .block_config_plan .plan.current {
          border-color: #f7e821;
          cursor: default; }
  .block.block6 {
    padding: 0 15px;
    margin-bottom: 20px; }
    .block.block6 .style_colors {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: center;
      align-content: center;
      overflow: hidden;
      margin-top: 10px; }
      .block.block6 .style_colors .config_next {
        margin-top: 30px;
        margin-left: 30px;
        width: 140px;
        order: 1; }
    .block.block6 .style_title {
      font-size: 16px;
      color: #434343;
      margin: 15px 0;
      font-weight: bold; }
    .block.block6 .style_color {
      position: relative;
      width: 50px;
      height: 50px; }
      .block.block6 .style_color:after {
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px; }
  .block_slider {
    height: 350px;
    background-color: #e3e3e3; }
  .block .config_next {
    width: 100px;
    height: 40px;
    margin-top: 15px;
    background-color: #f7e821;
    font: 400 14px/40px "Fira Sans", sans-serif;
    color: #434343;
    border-radius: 20px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    .block .config_next:hover {
      background-color: #fffc00; }
    .block .config_next:disabled {
      cursor: default;
      background-color: #e3e3e3;
      color: #fff; }
  .block .glide__slide_caption,
  .block .glide__arrows {
    display: none; }
  .block .glide--horizontal .glide__bullets {
    bottom: 10px;
    height: auto; }
    .block .glide--horizontal .glide__bullets .glide__bullet {
      margin-bottom: 3px; }
  .block_price_wrp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    padding: 0 15px; }
    .block_price_wrp > * {
      position: relative;
      width: 180px;
      height: 100%;
      float: left;
      padding-left: 62px;
      font: 500 16px/60px "Fira Sans", sans-serif;
      color: #434343; }
      .block_price_wrp > *:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 60px;
        height: 60px; }
    .block_price_wrp .config_price:before {
      background: url(../img/icon_feature2.png) left no-repeat;
      background-size: auto 40px; }
    .block_price_wrp .config_time:before {
      background: url(../img/icon_feature3.png) left no-repeat;
      background-size: auto 38px; }
  .block_price .block12_wrp {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    z-index: 100;
    background-color: #f9f9f9;
    border-top: 2px solid #f7e821;
    box-sizing: border-box; }
    .block_price .block12_wrp .block_inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      align-content: center;
      align-items: center;
      padding: 0 15px; }
      .block_price .block12_wrp .block_inner .block12_price_title {
        margin: 10px 0;
        padding: 0 15px 0 0; }
      .block_price .block12_wrp .block_inner .config_next {
        margin: 0; }
      .block_price .block12_wrp .block_inner .block_price_wrp {
        width: auto;
        padding: initial; }
  .block_config.block_price {
    padding: 15px 15px 0; }
    .block_config.block_price h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      line-height: 20px;
      margin-bottom: 5px; }
    .block_config.block_price .config_next {
      position: relative;
      top: 0;
      right: auto;
      width: 160px;
      height: 40px;
      margin: auto;
      margin-top: 35px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_config.block_price .config_next:hover {
        background-color: #fffc00; }
      .block_config.block_price .config_next:disabled {
        cursor: default;
        background-color: #e3e3e3;
        color: #fff; }
    .block_config.block_price.block12 {
      padding-top: 10px; }
  .block_config.block_contact {
    padding: 15px 15px 0; }
    .block_config.block_contact .block_inner {
      width: 100%; }
    .block_config.block_contact h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343;
      line-height: 20px;
      margin-bottom: 5px; }
    .block_config.block_contact .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block_config.block_contact.block_price {
      margin-top: 20px; }
      .block_config.block_contact.block_price h3 {
        margin-bottom: 0px;
        margin-top: 0px; }
      .block_config.block_contact.block_price.block12 h3 {
        width: 380px;
        line-height: 60px;
        float: left; }
    .block_config.block_contact .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 20px; }
      .block_config.block_contact .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block_config.block_contact .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block_config.block_contact .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block_config.block_contact .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block_config.block_contact .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block_config.block_contact .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block_config.block_contact .input_wrp a.input_overlay_noadress {
        position: absolute;
        height: 20px;
        right: 10px;
        top: 5px;
        color: #334472;
        font-size: 14px;
        border-bottom: 1px #334472 dashed;
        text-decoration: none;
        padding: 5px 2px 0px 2px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .block_config.block_contact .input_wrp a.input_overlay_noadress:hover {
          color: red;
          border-bottom: 1px red dashed; }
        .block_config.block_contact .input_wrp a.input_overlay_noadress:active {
          border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
      .block_config.block_contact .input_wrp.input_area_wrp {
        width: 196px; }
        .block_config.block_contact .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block_config.block_contact.block_contact .input_wrp {
      margin-bottom: 0; }
    .block_config.block_contact_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block_config.block_contact_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block_config.block_contact_rooms div:first-child {
          left: 0px; }
        .block_config.block_contact_rooms div:nth-child(2) {
          left: 39px; }
        .block_config.block_contact_rooms div:nth-child(3) {
          left: 78px; }
        .block_config.block_contact_rooms div:nth-child(4) {
          left: 117px; }
        .block_config.block_contact_rooms div:last-child {
          left: 156px; }
        .block_config.block_contact_rooms div:hover, .block_config.block_contact_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block_config.block_contact_rooms div.current {
          cursor: default; }
    .block_config.block_contact_plan {
      width: 100%;
      display: table; }
    .block_config.block_contact .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block_config.block_contact .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block_config.block_contact .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block_config.block_contact .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block_config.block_contact .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block_config.block_contact .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block_config.block_contact .plan_text_inner.wide {
            padding: 12px 12px; }
      .block_config.block_contact .plan:nth-child(3n) {
        margin-right: 0; }
      .block_config.block_contact .plan:nth-child(4n), .block_config.block_contact .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block_config.block_contact .plan:hover {
        border-color: #f7e821; }
      .block_config.block_contact .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block_config.block_contact + .block_config.block_price {
      margin-top: 15px;
      padding: 15px;
      background: #f9f9f9; }
      .block_config.block_contact + .block_config.block_price .block_inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        align-items: center; }
        .block_config.block_contact + .block_config.block_price .block_inner h3,
        .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp,
        .block_config.block_contact + .block_config.block_price .block_inner .config_next {
          width: 100%; }
        .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          -moz-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-content: center;
          align-content: center;
          align-items: center; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price,
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time {
            width: auto;
            position: relative;
            font: 500 16px/60px "Fira Sans", sans-serif;
            color: #434343;
            text-align: left;
            padding: 0 20px 0 40px; }
            .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price:before,
            .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time:before {
              position: absolute;
              content: "";
              top: 15px;
              left: 0;
              height: 25px; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_price:before {
            width: 32px;
            background: url(../img/icon_feature2.png) left no-repeat;
            background-size: auto 25px; }
          .block_config.block_contact + .block_config.block_price .block_inner .block_price_wrp .config_time:before {
            width: 28px;
            background: url(../img/icon_feature3.png) left no-repeat;
            background-size: auto 25px; }
        .block_config.block_contact + .block_config.block_price .block_inner .config_next {
          margin-top: 10px; }
  .block_confirmation {
    padding: 15px 15px 0; }
    .block_confirmation .block_inner {
      padding: 50px 0; }
    .block_confirmation h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      margin-bottom: 16px; }
    .block_confirmation_text {
      font: 400 14px/22px Arial;
      color: #707070;
      margin-bottom: 65px; }
    .block_confirmation .thanx {
      display: block;
      width: 100%;
      height: 40px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      cursor: pointer;
      text-align: center;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_confirmation .thanx:hover {
        background-color: #fffc00; } }
@media only screen and (min-width: 1260px) {
  .block {
    width: 100%; }
    .block_text {
      font: 400 14px/22px Arial;
      color: #fff;
      margin-bottom: 20px; }
    .block.options_container {
      overflow: hidden;
      width: 1180px;
      margin: 0px auto; }
      .block.options_container h3 {
        margin: 20px 0px 10px 15px; }
    .block.block9 {
      min-width: 20%;
      width: initial;
      float: left;
      position: relative;
      margin: 0px 15px 0px -15px; }
      .block.block9 .option {
        width: 280px;
        height: 335px;
        float: left;
        margin-left: 15px;
        overflow: hidden;
        padding: 2px 9px 9px;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease; }
        .block.block9 .options {
          display: table;
          min-width: 100%;
          margin-left: 15px; }
        .block.block9 .option_title {
          display: table;
          width: 100%;
          height: 44px;
          margin-bottom: 5px; }
        .block.block9 .option h4 {
          display: table-cell;
          vertical-align: middle;
          font: 500 16px/20px "Fira Sans", sans-serif;
          color: #434343; }
        .block.block9 .option_img {
          width: 100%;
          height: 160px;
          margin-bottom: 10px;
          overflow: hidden; }
          .block.block9 .option_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        .block.block9 .option_price {
          position: relative;
          width: 100%;
          height: 30px;
          margin-bottom: 5px; }
          .block.block9 .option_price_wrp {
            font: 400 14px/30px Arial;
            color: #434343;
            -webkit-transition: opacity 0.15s ease-out;
            -moz-transition: opacity 0.15s ease-out;
            -o-transition: opacity 0.15s ease-out;
            transition: opacity 0.15s ease-out; }
          .block.block9 .option_price:after {
            position: absolute;
            content: "";
            width: 30px;
            height: 30px;
            top: 0;
            left: 50%;
            margin-left: -15px;
            background: url(../img/option_selected.png) center no-repeat;
            background-size: 30px 30px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity 0.15s ease-out;
            -moz-transition: opacity 0.15s ease-out;
            -o-transition: opacity 0.15s ease-out;
            transition: opacity 0.15s ease-out; }
        .block.block9 .option_text {
          font: 400 14px/20px Arial;
          color: #707070; }
        .block.block9 .option:first-child {
          margin-left: 0px; }
        .block.block9 .option:nth-child(4n) {
          margin-right: 0px; }
        .block.block9 .option:nth-child(4n) ~ .option {
          margin-top: 20px; }
        .block.block9 .option:nth-child(5n) {
          margin-left: 0px; }
        .block.block9 .option:nth-child(5n) ~ .option {
          margin-top: 20px; }
        .block.block9 .option:hover {
          border-color: #f7e821; }
          .block.block9 .option:hover .option_img img {
            -webkit-transform: scale(1.07);
            -moz-transform: scale(1.07);
            -ms-transform: scale(1.07);
            -o-transform: scale(1.07);
            transform: scale(1.07); }
        .block.block9 .option.selected {
          border-color: #f7e821; }
          .block.block9 .option.selected .option_price_wrp {
            opacity: 0; }
          .block.block9 .option.selected .option_price:after {
            opacity: 1;
            visibility: visible; }
      .block.block9 .block_inner {
        width: auto;
        position: relative; }
        .block.block9 .block_inner:after {
          content: "";
          position: absolute;
          left: 7px;
          top: 30px;
          bottom: 0px;
          width: 1px;
          background: #f7e821; }
    .block_inner {
      position: relative;
      width: 580px;
      margin: 0px auto;
      overflow: hidden; }
      .block9 .block_inner {
        min-width: 40%; }
      .block1 .block_inner, .block8 .block_inner, .block10 .block_inner, .block11 .block_inner, .block12 .block_inner {
        width: 1180px; }
      .block_confirmation .block_inner {
        width: 780px;
        padding: 50px 100px 60px;
        border: 2px solid #e3e3e3; }
      .block_price .block_inner {
        position: relative;
        height: 110px;
        padding: 10px 20px;
        margin-bottom: 20px;
        background-color: #f9f9f9; }
      .block_price.block12 .block_inner {
        height: 80px; }
    .block_narrow {
      float: left;
      width: 50%; }
    .block h1 {
      font: 500 36px/50px "Fira Sans", sans-serif; }
    .block_slider {
      height: 540px;
      background-color: #e3e3e3; }
    .block.block1 {
      height: 90px;
      border-bottom: 2px solid #f7e821;
      background: url(../img/bg_head.jpg) center -200px no-repeat;
      background-size: cover;
      margin-bottom: 30px; }
      .block.block1 h1 {
        color: #f7e821;
        margin-bottom: 10px; }
    .block .config_reset {
      position: absolute;
      top: 25px;
      right: 0px;
      width: 180px;
      height: 40px;
      border-radius: 20px;
      border: 1px solid #fff;
      font: 400 14px/38px "Fira Sans", sans-serif;
      color: #fff;
      background-color: transparent;
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      -o-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      .block .config_reset:hover {
        background-color: rgba(255, 255, 255, 0.25); }
    .block .config_break {
      position: absolute;
      top: 2px;
      right: 215px;
      height: 40px;
      border-width: 0px;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #fff;
      background-color: transparent;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .block .config_break:hover {
        color: #f7e821; }
    .block .steps {
      width: 100%;
      height: 65px;
      overflow: hidden; }
      .block .steps .step {
        position: relative;
        width: 40px;
        height: 100%;
        float: left;
        margin-left: 195px;
        padding-top: 25px; }
        .block .steps .step_name {
          position: absolute;
          top: 10px;
          right: 40px;
          font: 500 16px/30px "Fira Sans", sans-serif;
          color: #fff;
          opacity: 1;
          padding: 10px 10px 60px 10px;
          margin: -10px 0px 0px -10px;
          z-index: 1000;
          min-width: 100px;
          text-align: right; }
        .block .steps .step_point {
          position: relative;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background-color: rgba(255, 255, 255, 0.18);
          z-index: 1; }
          .block .steps .step_point:after {
            position: absolute;
            content: "";
            top: 10px;
            left: 10px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #f7e821; }
        .block .steps .step_line {
          position: absolute;
          bottom: 19px;
          right: 30px;
          width: 215px;
          height: 2px;
          background-color: #f7e821; }
        .block .steps .step.step1 {
          margin-left: 100px;
          z-index: 5; }
        .block .steps .step.step2 {
          z-index: 4; }
        .block .steps .step.step3 {
          z-index: 3; }
        .block .steps .step.step4 {
          z-index: 2; }
        .block .steps .step.step5 {
          z-index: 1; }
          .block .steps .step.step5:after {
            position: absolute;
            content: "";
            bottom: 19px;
            left: 30px;
            width: 115px;
            height: 2px;
            background-color: #fff; }
        .block .steps .step_link {
          color: white; }
        .block .steps .step .step_link {
          color: inherit; }
        .block .steps .step .step_name {
          color: white;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .block .steps .step .step_link:hover .step_name {
          color: #f7e821;
          opacity: 1; }
        .block .steps .step > .step_name {
          color: #f7e821; }
        .block .steps .step.current ~ .step .step_link .step_name {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .block .steps .step.current ~ .step > .step_name {
          color: white;
          opacity: .36; }
        .block .steps .step.current ~ .step .step_link:hover .step_name {
          opacity: 1;
          color: #f7e821; }
        .block .steps .step.current ~ .step .step_point:after {
          background-color: #fff; }
        .block .steps .step.current ~ .step .step_line {
          background-color: #fff; }
    .block_style {
      padding-top: 60px; }
      .block_style .style {
        position: relative;
        width: 100%;
        border: 1px solid #e3e3e3;
        padding: 0px 19px 15px;
        margin-bottom: 20px;
        cursor: pointer;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease; }
        .block_style .style h3 {
          font: 500 16px/50px "Fira Sans", sans-serif;
          color: #434343;
          text-transform: uppercase;
          text-align: center; }
        .block_style .style_img {
          width: 100%;
          height: 280px;
          object-fit: cover;
          font-size: 0;
          line-height: 0;
          border-bottom: 2px solid #f7e821;
          overflow: hidden;
          margin-bottom: 10px; }
          .block_style .style_img img {
            width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        .block_style .style_text {
          width: 360px;
          font: 400 14px/22px Arial;
          color: #707070;
          padding-top: 5px; }
        .block_style .style_bottom {
          position: relative;
          width: 100%;
          min-height: 60px; }
        .block_style .style_btn {
          position: absolute;
          top: 10px;
          right: 0;
          width: 160px;
          height: 40px;
          background-color: #f7e821;
          font: 400 14px/40px "Fira Sans", sans-serif;
          color: #434343;
          border-radius: 20px;
          -webkit-transition: background-color 0.25s ease;
          -moz-transition: background-color 0.25s ease;
          -o-transition: background-color 0.25s ease;
          transition: background-color 0.25s ease; }
          .block_style .style_btn:hover {
            background-color: #fffc00; }
        .block_style .style:last-child {
          margin-bottom: 0px; }
        .block_style .style:hover {
          border-color: #f7e821; }
          .block_style .style:hover .style_img img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
    .block_config h3 {
      font: 500 16px/32px "Fira Sans", sans-serif;
      color: #434343; }
    .block_config .block_info_text {
      font: 400 14px/22px Arial;
      color: #707070; }
    .block_config.block_price {
      margin-top: 20px; }
      .block_config.block_price h3 {
        margin-bottom: 0px;
        margin-top: 0px; }
      .block_config.block_price.block12 h3 {
        width: 380px;
        line-height: 60px;
        float: left; }
    .block_config .input_wrp {
      position: relative;
      width: 100%;
      height: 40px;
      margin-bottom: 20px; }
      .block_config .input_wrp .label_area {
        position: absolute;
        top: 0px;
        right: 16px;
        font: 400 14px/40px Arial;
        color: #434343;
        pointer-events: none; }
        .block_config .input_wrp .label_area sup {
          font-size: 11px;
          line-height: 22px; }
      .block_config .input_wrp input.input_text {
        width: 100%;
        height: 40px;
        border: 1px solid #e3e3e3;
        padding: 9px 15px;
        font: 400 14px/20px Arial;
        color: #434343; }
        .block_config .input_wrp input.input_text::-webkit-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config .input_wrp input.input_text::-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config .input_wrp input.input_text:-moz-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config .input_wrp input.input_text:-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config .input_wrp input.input_text::-ms-input-placeholder {
          color: #939393;
          opacity: 1; }
        .block_config .input_wrp input.input_text::placeholder {
          color: #939393;
          opacity: 1; }
        .block_config .input_wrp input.input_text:focus {
          border-color: #f7e821; }
        .block_config .input_wrp input.input_text.error {
          border-color: rgba(241, 59, 75, 0.8); }
      .block_config .input_wrp a.input_overlay_noadress {
        position: absolute;
        height: 20px;
        right: 10px;
        top: 5px;
        color: #334472;
        font-size: 14px;
        border-bottom: 1px #334472 dashed;
        text-decoration: none;
        padding: 5px 2px 0px 2px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .block_config .input_wrp a.input_overlay_noadress:hover {
          color: red;
          border-bottom: 1px red dashed; }
        .block_config .input_wrp a.input_overlay_noadress:active {
          border-bottom: 1px rgba(255, 0, 0, 0) dashed; }
      .block_config .input_wrp.input_area_wrp {
        width: 196px; }
        .block_config .input_wrp.input_area_wrp input.input_text {
          padding-right: 40px; }
    .block_config.block_contact .input_wrp {
      margin-bottom: 0; }
    .block_config_rooms {
      position: relative;
      width: 200px;
      height: 40px; }
      .block_config_rooms div {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        float: left;
        font: 400 14px/38px Arial;
        color: #939393;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #e3e3e3;
        z-index: 1; }
        .block_config_rooms div:first-child {
          left: 0px; }
        .block_config_rooms div:nth-child(2) {
          left: 39px; }
        .block_config_rooms div:nth-child(3) {
          left: 78px; }
        .block_config_rooms div:nth-child(4) {
          left: 117px; }
        .block_config_rooms div:last-child {
          left: 156px; }
        .block_config_rooms div:hover, .block_config_rooms div.current {
          border-color: #f7e821;
          color: #f7e821;
          z-index: 2; }
        .block_config_rooms div.current {
          cursor: default; }
    .block_config_plan {
      width: 100%;
      display: table; }
    .block_config .plan {
      position: relative;
      width: 180px;
      height: 180px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .block_config .plan_img {
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        padding: 10px; }
        .block_config .plan_img img {
          width: 140px;
          height: 140px;
          object-fit: contain; }
      .block_config .plan_text {
        position: absolute;
        top: 50%;
        left: 9px;
        right: 9px;
        min-height: 40px;
        margin-top: -20px;
        font-size: 0;
        line-height: 0;
        text-align: center; }
        .block_config .plan_text_inner {
          display: inline-block;
          min-height: 40px;
          min-width: 40px;
          max-width: 160px;
          background-color: #f7e821;
          font: 400 14px/16px "Fira Sans", sans-serif;
          color: #434343;
          text-align: center;
          padding: 12px 0px;
          border-radius: 20px;
          overflow: hidden; }
          .block_config .plan_text_inner sup {
            font-size: 11px;
            line-height: 11px; }
          .block_config .plan_text_inner.wide {
            padding: 12px 12px; }
      .block_config .plan:nth-child(3n) {
        margin-right: 0; }
      .block_config .plan:nth-child(4n), .block_config .plan:nth-child(4n) ~ .plan {
        margin-top: 20px; }
      .block_config .plan:hover {
        border-color: #f7e821; }
      .block_config .plan.current {
        border-color: #f7e821;
        cursor: default; }
    .block_confirmation h3 {
      margin-bottom: 16px; }
    .block_confirmation_text {
      font: 400 14px/22px Arial;
      color: #707070;
      margin-bottom: 24px; }
    .block_confirmation .thanx {
      display: block;
      width: 180px;
      height: 40px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      cursor: pointer;
      text-align: center;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_confirmation .thanx:hover {
        background-color: #fffc00; }
    .block_text, .block_summary {
      font: 400 14px/22px Arial;
      color: #707070;
      margin-bottom: 20px; }
    .block_next, .block .style_colors {
      padding: 0; }
      .block_next .config_next, .block .style_colors .config_next {
        width: 180px;
        height: 40px;
        margin-top: 40px;
        background-color: #f7e821;
        font: 400 14px/40px "Fira Sans", sans-serif;
        color: #434343;
        border-radius: 20px;
        -webkit-transition: background-color 0.25s ease;
        -moz-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
        .block_next .config_next:hover, .block .style_colors .config_next:hover {
          background-color: #fffc00; }
        .block_next .config_next:disabled, .block .style_colors .config_next:disabled {
          cursor: default;
          background-color: #e3e3e3;
          color: #fff; }
    .block .style_colors .config_next {
      float: right;
      margin-top: 30px;
      width: 140px; }
    .block_price .config_next {
      position: absolute;
      right: 20px;
      bottom: 20px;
      width: 160px;
      height: 40px;
      margin: auto;
      margin-top: 60px;
      background-color: #f7e821;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #434343;
      border-radius: 20px;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .block_price .config_next:hover {
        background-color: #fffc00; }
      .block_price .config_next:disabled {
        cursor: default;
        background-color: #e3e3e3;
        color: #fff; }
    .block_price_wrp {
      display: table;
      height: 60px; }
      .block_price_wrp > * {
        position: relative;
        width: 180px;
        height: 100%;
        float: left;
        padding-left: 62px;
        font: 500 16px/60px "Fira Sans", sans-serif;
        color: #434343; }
        .block_price_wrp > *:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 60px;
          height: 60px; }
      .block_price_wrp .config_price:before {
        background: url(../img/icon_feature2.png) left no-repeat;
        background-size: auto 40px; }
      .block_price_wrp .config_time:before {
        background: url(../img/icon_feature3.png) left no-repeat;
        background-size: auto 38px; }
    .block_price.block12 {
      position: relative;
      height: 140px;
      padding-top: 60px;
      margin: 0px 0px 0px 0px; }
      .block_price.block12 .block12_wrp {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 1180px;
        height: 80px;
        margin: 0px auto;
        z-index: 100; }
        .block_price.block12 .block12_wrp h3 {
          margin-top: 0px; }
        .block_price.block12 .block12_wrp.not_fixed {
          position: absolute; }
      .block_price.block12 .config_next {
        width: 258px; }
      .block_price.block12 .block_price_wrp {
        float: left; }
        .block_price.block12 .block_price_wrp > * {
          width: 280px; } }

@media only screen and (min-width: 0px) and (max-width: 575px) {
  .block_config.block_next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    margin-top: 20px;
    width: 100%;
    padding: 0 15px; }
    .block_config.block_next .block_inner {
      width: 100%; }
      .block_config.block_next .block_inner .config_next {
        width: 100%; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .block_config.block_next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    margin-top: 20px;
    width: 100%;
    padding: 0 15px; }
    .block_config.block_next .block_inner {
      width: 100%; }
      .block_config.block_next .block_inner .config_next {
        width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block_config.block_next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    margin-top: 20px;
    width: 100%;
    padding: 0 15px; }
    .block_config.block_next .block_inner {
      width: 100%; }
      .block_config.block_next .block_inner .config_next {
        width: 100%; } }
@media only screen and (min-width: 992px) and (max-width: 1259px) {
  .block_config.block_next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    margin-top: 20px; } }

#loader {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10; }

.spinner {
  width: 40px;
  height: 40px;
  background: url(../img/loading_yellow.svg) center no-repeat;
  background-size: 40px 40px;
  -webkit-animation: bouncedelay 500ms step-end infinite;
  -moz-animation: bouncedelay 500ms step-end infinite;
  animation: bouncedelay 500ms step-end infinite; }

@-webkit-keyframes bouncedelay {
  0%, 100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-moz-keyframes bouncedelay {
  0%, 100% {
    -moz-transform: rotate(270deg); }
  25% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(90deg); }
  75% {
    -moz-transform: rotate(180deg); } }
@keyframes bouncedelay {
  0%, 100% {
    transform: rotate(270deg); }
  25% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(90deg); }
  75% {
    transform: rotate(180deg); } }

/*# sourceMappingURL=8.css.map */
