/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}







p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.booking_body{
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 15px;
}
.step_one{
    background: #F7F7F7;
    padding-bottom: 60px;
}
.step_one-title{
    padding: 20px;
    text-align: center;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 33px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}
.step_one-title::before{
    position: absolute;
    content: "";
    border-bottom: 1px solid #E0E0E0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.step_dates{
    display: flex;
    justify-content: center;
    padding: 16px 0 18px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}
.step_dates::before{
    position: absolute;
    content: "";
    border-bottom: 1px solid #E0E0E0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.step_date{
    width: 320px;
}
.step_date:first-child{
    margin-right: 32px;
}
.step_dates-title{
    font-size: 18px;
    color: #5F6060;
    margin-bottom: 7px;
    line-height: 25px;
}
.step_date-inp{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 55px;
    width: 100%;
    padding-left: 16px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
}
.step_date-inp:hover{
    border: 1px solid #606786;
}
.transfer_arrival-area{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    width: 100%;
    height: 110px;
    padding: 8px 12px;
    transition: all 0.3s;
    cursor: pointer;
    resize: none;
}
.transfer_arrival-area::placeholder{
    color: #B5B5B5;
}
.transfer_arrival-area:hover{
    border: 1px solid #606786;
}
.step_date-datepicer{
    position: relative;
}
.step_date-datepicer::before{
    position: absolute;
    content: "";
    background-image: url(../img/calendar_icon.svg);
    background-size: cover;
    width: 18px;
    height: 20px;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.step_accommodation{
    padding: 16px 0 18px;
    border-bottom: 1px solid rgb(255, 255, 255);
    position: relative;
}
.step_accommodation::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #E0E0E0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.step_accommodation-title{
    max-width: 672px;
    margin: 0 auto 4px;
    font-size: 18px;
    color: #5F6060;
    line-height: 25px;
}
.step_accommodation-text{
    max-width: 672px;
    margin: 0 auto 16px;
    font-size: 14.4px;
    color: rgba(95, 96, 96, 0.6);
    line-height: 20px;
}
.step_accommodation-wrapper{
    display: flex;
    justify-content: space-between;
}
.step_accommodation-item{
    width: 100%;
    margin-bottom: 25px;
}
.step_accommodation-items{
    max-width: 672px;
    margin: 0 auto 25px;
}
.step_accommodation-subtitle{
    font-weight: 700;
    font-size: 16px;
    color: #5F6060;

    line-height: 22px;
}
.step_accommodation-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}
.step_accommodation-selects{
    display: flex;
    justify-content: space-between;
}
.step_accommodation-select{
    width: 320px;
    height: 40px;
    position: relative;
}
.select-hidden {
    display: none;
    visibility: hidden;
  }
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    min-width: 100%;
    user-select: none;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 55px;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    color: #3D3D3D;
    transition: all 0.3s;
  }
  .step_accommodation-select.people::before{
      position: absolute;
      content: "";
      background-image: url(../img/person_icon.svg);
      background-size: cover;
      width: 14px;
      height: 17px;
      left: 21px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
  }
  .step_accommodation-select.child::before{
    position: absolute;
    content: "";
    background-image: url(../img/pluse_icon.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.step_accommodation-select.child.done::before{
    background-image: url(../img/child.svg);
    width: 10px;
    height: 13px;
}
  .select-styled {
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 48px;
  }
  .select:hover{
    border: 1px solid #252E59;
    box-shadow: 0px 0px 0px 2px #D3D4DC;
  }
  .select-styled::after {
    content:"";
    position: absolute;
    background-image: url(../img/select_arrow.svg);
    background-size: cover;
    width: 12px;
    height: 6px;
    transition: all 0.3s;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .step_accommodation-select.done .select-styled::after{
   display: none;
  }
  .select .close{
      display: none;
  }
  .step_accommodation-select.done .close{
      display: block;
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url(../img/close.svg);
      background-size: cover;
      width: 12px;
      height: 12px;
      z-index: 2;
      cursor: pointer;
  }
  .select-styled.active::after{
    transform: translateY(-50%) rotate(180deg);
  }
  .select-options_wrapper{
      display: none;
      position: absolute;
      top: calc(100% + 8px);
      z-index: 9;
      background: #FFFFFF;
      border: 1px solid #252E59;
      box-shadow: 0px 4px 12px rgba(37, 46, 89, 0.24);
      border-radius: 8px;
      width: 100%;
      padding: 7px;

  }
  .select-options {
    max-height: 261px;
    overflow: auto;

  }
  .select-options::-webkit-scrollbar {
    width: 6px;
  }
   
  .select-options::-webkit-scrollbar-track {
    background: #E8E8E8;
    width: 6px;
  }
   
  .select-options::-webkit-scrollbar-thumb {
    width: 6px;
    background: #5A6180;
  }
  .select-options li {
    padding: 7px 17px;
    transition: all 0.3s;
  }
  .select-options li.active{
    background: rgba(61, 61, 61, 0.09);
  }
  .select-options li:hover{
    background: rgba(37, 46, 89, 0.16);
  }
 
  .select-options li[rel="hide"]  {
    display: none;
  }
.delete_room{
    font-size: 14.4px;
    color: #222222;
    padding-right: 24px;
    position: relative;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.delete_room:hover{
    color: #C1B086;
}
.delete_room svg{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.delete_room svg path{
    transition: all 0.3s; 
}
.delete_room:hover svg path{
    fill: #C1B086;
}
.step_accommodation-item{
    position: relative;
    z-index: 1;
}
.step_accommodation-select.child:not(:last-child){
    margin-bottom: 8px;
}
.step_accommodation-item::before{
    position: absolute;
    content: "";
    top: -20px;
    right: -8px;
    bottom: -20px;
    left: -8px;
    background: #DDDDDD;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}
.step_accommodation-item.hover::before{
    opacity: 1;
}
.step_accommodation-item.active{
    z-index: 2;
}
.step_accommodation-add{
    max-width: 672px;
    margin: 0 auto;
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
    padding-right: 31px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}
.step_accommodation-add svg{
    margin-left: 7px;
}
.step_accommodation-add span{
    font-weight: 700;
    color: #3D3D3D;
    margin: 0 3px;
    transition: all 0.3s;
}
.step_accommodation-add:hover{
    color: #C1B086;
    text-decoration: underline;
}
.step_accommodation-add:hover span{
    color: #C1B086;

}
.step_accommodation-add svg circle{
    transition: all 0.3s; 
}
.step_accommodation-add:hover svg circle{
    fill: #252E59;
}
.step_one-btn{
    width: 672px;
    background: #C1B086;
    border-radius: 555px;
    height: 56px;
    margin: 32px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    transition: all 0.3s;
}
.step_one-btn:hover{
    background: #252E59;
}
.calendar_items{
    display: none;
}
.mobile_text{
    display: none;
}


.step_header-text{
    margin: 45px 0 25px;
    font-size: 14px;
    color: #5F6060;
    line-height: 18px;
}
.step_header-wrapper{
    background: #F7F7F7;
    padding: 12px 40px;
}
.step_header-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    width: 638px;
    border-radius: 50px;
    height: 56px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.step_header-info:hover{
    box-shadow: inset 0 0 0 0 transparent, 0 0 0 1px #252e59, 0 0 0 3px rgb(37 46 89 / 16%);
    border: 1px solid #252E59;
}

.step_header-date{
    padding-left: 64px;
    position: relative;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}
.step_header-date::before{
    position: absolute;
    content: "";
    background-image: url(../img/calendar_icon.svg);
    background-size: cover;
    width: 24px;
    height: 27px;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
}
.step_header-people{
    font-size: 18px;
    color: #000000;
    padding-left: 35px;
    line-height: 25px;
    position: relative;
}
.step_header-people::before{
    position: absolute;
    content: "";
    background-image: url(../img/person_icon2.svg);
    background-size: cover;
    height: 23.11px;
    width: 19.03px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.step_header-btn{
    width: 199px;
    background: #C1B086;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
    transition: all 0.3s;
}
.step_header-info:hover .step_header-btn{
    background: #252E59;
    
}
.step_header-inner{
  margin-bottom: 30px;
}
.step_header-top{
    padding: 10px 20px;
    position: relative;
}
.step_header-subtitle{
    text-align: center;
    font-size: 24px;
    color: #5F6060;
    line-height: 33px;
}
.step_header-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    color: #3D3D3D;
    right: 20px;
    width: 185px;
    padding-right: 25px;
    cursor: pointer;
}
.step_header-next.distabled{
    color: #B5B5B5;
}
.step_header-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #3D3D3D;
    left: 20px;
    width: 185px;
    cursor: pointer;
    padding-left: 25px;
}
.step_header-prev::before{
    position: absolute;
    content: "";
    background-image: url(../img/prev_arrow.svg);
    background-size: cover;
    width: 9px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.step_header-next::before{
    position: absolute;
    content: "";
    background-image: url(../img/next_arrow.svg);
    background-size: cover;
    width: 9px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.step_header-progressbar{
    width: 100%;
    height: 4px;
    background-color: #CCCCCC;
    position: relative;
}
.step_header-progressbar span{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #5F6060;
}
.room_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.room_item{
    width: 31%;
    position: relative;
    box-shadow: 0px 2px 4px rgba(37, 46, 89, 0.2);
    background: #FFFFFF;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.room_item:hover{
    box-shadow: 0px 10px 45px rgba(192, 189, 170, 0.75);
}
.room_item-slider{
    width: 100%;
}
.room_item-slide{
    height: 237px;
}
.room_item-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.room_item-tag{
    position: absolute;
    background: rgba(225, 136, 98, 0.8);
    padding: 10px 18px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}
.room_item-tag img{
    margin-right: 6px;
}
.room_item-info{
    padding: 18px 24px;
}
.room_item-title{
    font-size: 20px;
    line-height: 27px;
    color: #222222;
    margin-bottom: 11px;
}
.room_item-options{
    display: flex;
    margin-bottom: 30px;
}
.room_item-option{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.room_item-option img{
    display: flex;
    margin-right: 10px;
}
.room_item-price_value{
    font-weight: 700;
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
}
.room_item-price_value span{
    font-size: 22px;
}
.room_item-price_people{
    font-size: 14px;
    color: #5F6060;
    line-height: 19px;
}
.room_item-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C1B086;
    width: 113px;
    height: 40px;
    border-radius: 55px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
}
.room_item-bot{
    display: flex;
    justify-content: space-between;
}

.room_item-slider .slick-dots{
    position: absolute;
    bottom: 8px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    justify-content: center;
}
.room_item-slider .slick-dots button{
    margin: 0 5px;
    padding: 0;
    background: #FFFFFF;
    width: 85px;
    height: 4px;
    border-radius: 2px;
    font-size: 0;
    border: none;
    cursor: pointer;
}
.room_item-slider .slick-dots .slick-active button{
    opacity: 0.5;
    background: #C1B086;
}
.room_item-soldOut{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 555px;
    border: 2px dashed #CCCCCC;
    margin-bottom: 8px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #5F6060;
    line-height: 25px;
    pointer-events: none;
}
.room_item-soldOut img{
    display: flex;
    margin-right: 8px;
}
.room_item-accessible{
    background: #EBEBEB;
    border-radius: 555px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #3D3D3D;
    line-height: 25px;
    transition: all 0.3s;
}
.room_item-accessible:hover{
    background: #3A457A;
    color: #fff;
}
.room_more{
    display: flex;
    justify-content: space-between;
    padding-top: 41px;
    position: relative;
    padding-bottom: 60px;
}
.room_more-close{
    position: absolute;
    content: "";
    top: 30px;
    right: 20px;
    background-image: url(../img/close_more.svg);
    background-size: cover;
    width: 16px;
    cursor: pointer;
    height: 16px;
}
.room_more::before{
    position: absolute;
    content: "";
    background-image: url(../img/more_line.svg);
    background-size: cover;
    height: 18px;
    width: 100%;
    top: 0;
    right: 0;
}
.room_more-left{
    width: 40%;
}
.room_more-img{
    height: 525px;
    display: flex;
    position: relative;
}
.room_more-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.room_more-imgs{
    display: flex;
    margin-top: 8px;
}
.room_more-imgs .room_more-img{
    width: 24%;
    height: 94px;
    margin-right: 8px;
}
.room_more-imgs .room_more-img:last-child{
    margin-right: 0;
}
.room_more-img span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    backdrop-filter: blur(6px);
    background-color: rgba(0,0,0, 0.5);
    font-size: 18.3333px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}
.room_more-info{
    width: 55%;
    margin-top: 20px;
}
.room_more-title{
    font-size: 24px;
    color: #222222;
    line-height: 33px;
    margin-bottom: 18px;
}
.room_more-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.room_more-option{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
}
.room_more-option:last-child{
    margin-bottom: 0;
}
.room_more-option span{
    font-weight: 700;
}
.room_more-option img{
    display: flex;
    margin-right: 8px;
}
.room_more-right{
    display: flex;
    align-items: center;
}
.room_more-price_value{
    font-weight: 700;
    font-size: 16px;
    color: #5F6060;
}
.room_more-price_value span{
    font-size: 28px;
}
.room_more-price_people{
    color: #5F6060;
    font-size: 14px;
    text-align: right;
}
.room_more-btn{
    padding: 7px 16px;
    background: #C1B086;
    border-radius: 555px;
    height: 40px;
    display: flex;
    justify-content: center;
    margin-left: 40px;
    align-items: center;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
}
.room_more-text{
    font-size: 16px;
    line-height: 24px;
    color: #5F6060;
    margin-bottom: 16px;
}
.room_more-values{
    background: #F8F8F8;
    padding: 25px 25px 5px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -webkit-column-width: 0;
        -moz-column-width: 0;
        columns: 0 2;
}
.more-value_title{
    font-weight: 700;
    font-size: 16px;
    color: #5F6060;
    margin-bottom: 12px;
    line-height: 24px;
}
.room_more-value{
    padding-bottom: 24px;
    word-break: normal;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: flex;
    flex-direction: column;
}
.room_more-value:nth-child(3n){
    margin-bottom: 0;
}
.more-value_item{
    font-size: 16px;
    line-height: 24px;
    color: #5F6060;
    margin-bottom: 6px;
    padding-left: 24px;
    position: relative;
}
.more-value_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/chek.svg);
    background-size: cover;
    width: 12px;
    height: 9px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.room_more-bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.room_more-bot .room_more-btn{
    padding-right: 36px;
    position: relative;
}
.room_more-bot .room_more-btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/arrow_right-w.svg);
    background-size: cover;
    width: 9px;
    height: 15px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.room_more-show{
    border-radius: 55px;
    border: 1px solid #C9C3C0;
    height: 32px;
    width: 209px;
    font-size: 14.4px;
    text-transform: uppercase;
    color: #222222;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 21px;
    cursor: pointer;
    position: relative;
}
.room_more-show::before{
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8.5px;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.tariff_wrapper{
    max-width: 1235px;
    margin: 0 auto 40px;
    display: flex;
    box-shadow: 0px 2px 4px rgba(37, 46, 89, 0.2);
    background: #FFFFFF;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tariff_wrapper-img{
    height: 179px;
    width: 164px;
    display: flex;
    position: relative;
}
.tariff_wrapper-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tariff_wrapper-img span{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 11px;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
}
.tariff_wrapper-info{
    width: calc(100% - 164px);
    padding: 20px 25px;
    position: relative;
}
.tariff_wrapper-title{
    font-size: 22px;
    color: #5F6060;
    margin-bottom: 25px;
    line-height: 30px;
}
.tariff_wrapper-options{
    display: flex;
    margin-bottom: 25px;
}
.tariff_wrapper-option{
    display: flex;
    align-items: center;
    margin-right: 28px;
}
.tariff_wrapper-option img{
    display: flex;
    margin-right: 8px;
}
.tariff_wrapper-tags{
    display: flex;
}
.tariff_wrapper-tag{
    background: rgba(61, 61, 61, 0.04);
    border-radius: 74px;
    padding: 6px 12px;
    margin-right: 6px;
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
}
.tariff_wrapper-more{
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 55px;
    border: 1px solid #C9C3C0;
    padding: 4px 37px 4px 17px;
    font-size: 14.4px;
    text-transform: uppercase;
    color: #222222;
    line-height: 24px;
    cursor: pointer;
}
.tariff_wrapper-more.active::before{
    transform: translateY(-50%) rotate(0deg);
}
.tariff_wrapper-more::before{
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(180deg);
    right: 14px;
    transition: all 0.3s;
    top: 50%;
}
.tariff_items{
    max-width: 1235px;
   margin: 0 auto;
}
.tariff_item{
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 16px 25px 32px;
    box-shadow: 0px 10px 45px rgba(192, 189, 170, 0.75);
    margin-bottom: 30px;
}
.tariff_item-left{
    width: 68%;
}
.tariff_item-top{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.tariff_item-title{
    font-size: 24px;
    color: #5F6060;
    line-height: 33px;
}
.tariff_item-more{
    font-size: 14.4px;
  cursor: pointer;
    color: #222222;
    margin-left: 14px;
    margin-top: 5px;
    position: relative;
    padding-right: 24px;
}
.tariff_item-more::before{
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(180deg);
    right: 0px;
    transition: all 0.3s;
    top: 50%;
}
.tariff_item-more.active::before{
    transform: translateY(-50%);
}
.tariff_item-options{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.tariff_item-option{
    position: relative;
    padding-left: 27px;
    margin-bottom: 8px;
    color: #5F6060;
    display: inline-block;
}
.tariff_item-on .tariff_more,
.tariff_item-option .tariff_more{
    width: 740px;
    transform: translate(60%,-100%);
}
.tariff_item-on .tariff_more::before,
.tariff_item-option .tariff_more::before{
    right: 65%;
}
.tariff_item-option a{
    text-decoration: underline;
    color: #5F6060;
}
.tariff_item-option span{
    font-weight: 700;
    color: #E18862;
    text-transform: uppercase;
}
.tariff_item-option img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.tariff_item-on{
    position: relative;
    padding-left: 27px;
    margin-top: 20px;
    color: #5F6060;
    display: inline-block;
}
.tariff_item-on a{
    text-decoration: underline;
    color: #5F6060;
}
.tariff_item-on span{
    font-weight: 700;
    color: #E18862;
    text-transform: uppercase;
}
.tariff_item-on img{
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.tariff_item-night{
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
    text-align: right;
    margin-bottom: 12px;
}
.tariff_item-night span{
    font-weight: 700;
}
.tariff_item-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tariff_item-price_value{
    font-size: 23px;
    color: #5F6060;
    line-height: 31px;
    margin-right: 22px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.tariff_item-price_value::before{
    position: absolute;
    content: "";
    background-image: url(../img/price_value.svg);
    background-size: cover;
    width: 20px;
    height: 19px;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}
.tariff_item-btn{
    background: #C1B086;
    border-radius: 616.667px;
    padding: 9px 21px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 22px;
}
.tariff_item-price_value .tariff_more-icon{
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-image: url(../img/more.svg);
    background-size: cover;
    cursor: pointer;
    position: relative;
}
.tariff_content{
    margin-bottom: 30px;
    display: none;
}
.tariff_content-wrapper{
    padding-left: 14px;
    border-left: 2px solid #3D3D3D;
}
.tariff_content-title{
    font-size: 16px;
    line-height: 18px;
    color: #5F6060;
    font-weight: 700;
    margin-bottom: 25px;
}
.tariff_content-list li{
    font-size: 16px;
    line-height: 18px;
    color: #5F6060;
    margin-bottom: 20px;
}
.tariff_content-option{
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #5F6060;
    line-height: 18px;
}
.tariff_content-option:last-child{
    margin-bottom: 0;
}
.tariff_content-option_title{
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
}
.tariff_content-option_title::before{
    position: absolute;
    content: "";
    width: 3px;
    height: 4px;
    border-radius: 50%;
    background-color: #5F6060;
    left: 5px;
    top: 7px;
}
.tariff_content-close{
    font-size: 14.4px;
    text-transform: uppercase;
    color: #222222;
    line-height: 24px;
    width: 125px;
    border: 1px solid #C9C3C0;
    border-radius: 55px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 18px;
    padding-right: 21px;
    position: relative;
}
.tariff_content-close::before{
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) ;
    right: 14px;
    top: 50%;
}
.tariff_wrapper-content{
    width: 100%;
    display: none;
    padding: 25px 25px 30px;
}
.tariff_wrapper-content .room_more-values{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -webkit-column-width: 0;
    -moz-column-width: 0;
    columns: 0 3;
}
.tariff_content-text{
    font-size: 16px;
    color: #5F6060;
    margin-bottom: 16px;
    line-height: 24px;
}
.tariff_wrapper-content .tariff_content-close{
    margin-left: calc(100% - 125px);
}
.room_more-right .room_item-soldOut{
    width: 183px;
    margin-bottom: 0;
}
.room_more-days_subtitle{
    font-size: 16px;
    color: #5F6060;
    margin-bottom: 11px;
    line-height: 14px;
}
.room_more-days_titles{
    display: flex;
}
.room_more-days_title{
    flex: 1;
    border: 1px solid #F3F3F3;
    background: #F1F1F1;
    font-size: 14.4px;
    text-align: right;
    color: #5F6060;
    line-height: 14px;
    padding: 9px 6px 9px 20px;
}
.room_more-days_title.distabled{
    background: #222222;
    color: #fff;
}
.room_more-days_prices{
    display: flex;
}
.room_more-days_price{
    flex: 1;
    border: 1px solid #F3F3F3;
    background: #E4E4E4;
    padding: 13px 6px;
    text-align: right;
    font-size: 14.4px;
    color: rgba(61, 61, 61, 0.8);
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.room_more-days_price:hover{
    background: #3A457A;
    color: #fff;
}
.room_more-days_price.distabled{
    border: none;
    border-right: 1px solid #F3F3F3;
    background: #FFFFFF;
    font-size: 0;
    position: relative;
    cursor: default;
}
.room_more-days_price.distabled::before{
    position: absolute;
    content: "";
    background-image: url(../img/distabled_price.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.room_more-days_btns{
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    margin-bottom: 30px;
}
.room_more-days{
    margin-bottom: 25px;
}
.room_more-days_text{
    font-size: 16px;
    color: #5F6060;
    line-height: 24px;
}
.room_more-days_next{
    font-size: 18px;
    text-transform: uppercase;
    color: #3D3D3D;
    line-height: 14px;
    padding-right: 34px;
    position: relative;
}
.room_more-days_next::before{
    position: absolute;
    content: "";
    background-image: url(../img/prev_arrow.svg);
    background-size: cover;
    width: 7px;
    height: 14px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
.room_more-days_prev{
    font-size: 18px;
    text-transform: uppercase;
    color: #3D3D3D;
    line-height: 14px;
    position: relative;
    padding-left: 34px;
}
.room_more-days_prev::before{
    position: absolute;
    content: "";
    background-image: url(../img/prev_arrow.svg);
    background-size: cover;
    width: 7px;
    height: 14px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.room_more-days_prev.distabled,
.room_more-days_next.distabled{
    opacity: 0.3;
}
.room_order{
    width: 900px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(37, 46, 89, 0.2);
    border-radius: 8px;
    padding: 0;
}
.room_order-title{
    padding:25px 35px 0;
}
.room_order-wrapper{
    padding: 0 35px 25px;
}
.room_order-title{
    font-size: 28px;
    color: #5F6060;
    margin-bottom: 20px;
    line-height: 38px;
}
.room_order-inner{
    display: flex;
    margin-bottom: 32px;
}
.room_order-img{
    width: 177px;
    height: 107px;
    margin-right: 21px;
    display: flex;
}
.room_order-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.room_order-subtitle{
    font-size: 20px;
    line-height: 27px;
    color: #222222;
    margin-bottom: 10px;
}
.room_order-date{
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
}
.room_order-date::before{
    position: absolute;
    content: "";
    background-image: url(../img/calendar_icon.svg);
    background-size: cover;
    width: 18px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.room_order-text{
    font-size: 16px;
    line-height: 147.68%;
    margin-bottom: 20px;
}
.room_order-inp{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.room_order-inp span{
    font-size: 16px;
    color: #7D7D7D;
    line-height: 147.68%;
    width: 130px;
    margin-right: 20px;
}
.room_order-inp input{
    width: 288px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 555px;
    height: 42px;
    padding-left: 25px;
}
.room_order-bot{
    padding: 25px 33px;
    background: #F4F4F7;
    box-shadow: 0px 2px 4px rgba(37, 46, 89, 0.2);
    border-radius: 0px 0px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.room_order-right{
    font-size: 16px;
    color: #000000;
    line-height: 147.68%;
    width: 530px;
}
.room_order-right a{
    text-decoration: underline;
    color: #606786;
}
.room_order-close{
    background: #E1E2E9;
    border-radius: 740px;
    padding: 7px 16px;
    font-size: 18.6667px;
    line-height: 25px;
    text-align: center;
    color: #252E59;
    text-transform: uppercase;
    height: 40px;
}
.room_order-btn{
    background: #252E59;
    border-radius: 740px;
    font-size: 18.6667px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 7px 16px;
    height: 40px;
}
.room_more-value_more{
    display: none;
}
.step_three-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.step_three-left{
    width: 69%;
}
.services_item{
    position: relative;
    border: 1px solid #E18862;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
    background: #FCF4F1;
    margin-bottom: 50px;
}
.services_item:last-child{
    margin-bottom: 0;
}
.services_title{
    font-size: 28px;
    line-height: 38px;
    color: #5F6060;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.services_title span{
    width: 40px;
    background: #E18862;
    height: 40px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_item-wrapper{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.services_item-wrapper .room_item-slider{
    width: 312px;
}
.services_item-wrapper .room_item-slide{
    height: 312px;
}
.services_item-wrapper .room_item-slider .slick-dots button{
    width: 66px;
}
.services_item-info{
    padding: 20px 25px;
    width: calc(100% - 312px);
}
.services_item-title{
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px;
    line-height: 33px;
    margin-bottom: 20px;
}
.services_item-options{
    display: flex;
    margin-bottom: 18px;
}
.services_item-option{
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.services_item-option img{
    margin-right: 12px;
}
.services_item-tags{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.services_item-tag{
    background: rgba(61, 61, 61, 0.04);
    border-radius: 74px;
    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
}
.services_item-text{
    font-size: 16px;
    color: #5F6060;
    margin-bottom: 8px;
    line-height: 24px;
}
.services_item-more{
    margin: 0 0 0 auto;
    width: 141px;
    border: 1px solid #C9C3C0;
    border-radius: 55px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14.4px;
    color: #222222;
    line-height: 24px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.services_item-more::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(180deg);
    right: 14px;
    transition: all 0.3s;
    top: 50%;
}
.services_item-inner{
    background: #FFFFFF;
    padding: 23px 24px 29px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.services_item-order{
    width: 234px;
    background: #C1B086;
    border-radius: 555px;
    margin-left: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
}
.services_item-price{
    line-height: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.services_item-price span{
    font-size: 23px;
    color: #EDB8A1;
    margin: 0 8px;
    line-height: 31px;
}
.services_dop{
    box-shadow: 0px 13px 69px rgba(0, 0, 0, 0.09);
    background: #FEFEFE;
    margin-bottom: 50px;
}
.services_dop-wrapper{
    display: flex;
}
.services_dop-img{
    width: 220px;
    background: #E4E4E4;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_dop-title{
    padding: 24px;
    font-size: 24px;
    color: #222222;
    line-height: 33px;
}
.services_dop-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E4E4E4;
    padding: 25px;
    position: relative;
}
.services_dop-inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/chek2.svg);
    background-size: cover;
    width: 20px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
}
.services_dop-person{
    padding-left: 35px;
    font-size: 18px;
    color: #5F6060;
    line-height: 25px;
    position: relative;
    margin-left: 25px;
}
.services_dop-person::before{
    position: absolute;
    content: "";
    background-image: url(../img/guests.svg);
    background-size: cover;
    width: 25px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.services_dop-on{
    font-size: 18px;
    text-transform: uppercase;
    color: #5F6060;
    line-height: 25px;
    border-radius: 555px;
    padding: 8px 16px 8px 44px;
    background: #DFDFDF;
    position: relative;
}
.services_dop-on::before{
    position: absolute;
    content: "";
    background-image: url(../img/on_icon.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.services_dop-on span{
    font-weight: 700;
}
.services_transfer{
    display: flex;
    box-shadow: 0px 13px 69px rgba(0, 0, 0, 0.09);
    background: #FEFEFE;
}
.services_transfer-img{
    width: 220px;
    height: 225px;
    display: flex;
}
.services_transfer-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_transfer-info{
    width: calc(100% - 220px);
    padding: 24px;
}
.services_transfer-title{
    font-size: 24px;
    line-height: 33px;
    color: #222222;
    margin-bottom: 20px;
}
.services_transfer-text{
    font-size: 16px;
    color: #5F6060;
    margin-bottom: 12px;
    line-height: 24px;
}
.services_transfer-btn{
    width: 128px;
    background: #C1B086;
    border-radius: 555px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
}
.step_three-right{
    background: #FEFEFE;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
    width: 340px;
}
.three-right_title{
    font-size: 24px;
    color: #5F6060;
    padding: 24px;
    line-height: 33px;
}
.three-right_night{
    font-weight: 700;
    font-size: 16px;
    color: #5F6060;
    padding: 9px 24px;
    line-height: 22px;
    background: #E4E4E4;
}
.three-right_days{
    display: flex;
    padding: 12px 24px;
}
.three-right_day{
    font-size: 18px;
    color: #5F6060;
    line-height: 25px;
}
.three-right_day strong{
    line-height: 30px;
    font-size: 22px;
}
.three-right_day span{
    display: block;
    line-height: 20px;
    font-size: 14.4px;
}
.three-right_line{
    font-size: 18px;
    color: #5F6060;
    line-height: 30px;
    margin: 0 4px;
}

.reservation_item-wrapper{
    background: #E4E4E4;
    border-top: 1px solid #D1D1D1;
    padding: 8px 24px;
    cursor: pointer;
}
.reservation_item-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.reservation_item-number{
    font-weight: 700;
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
}
.reservation_item-price{
    font-weight: 700;
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
}
.reservation_item-price span{
    color: rgba(95, 96, 96, 0.6);
}
.reservation_item-title{
    font-weight: 700;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 22px;
    position: relative;
    display: flex;
    align-items: center;
}
.reservation_item-title::after{
    position: relative;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 10px;
    height: 6px;
    margin-left: 8px;
    transform: rotate(180deg);
}
.three-right_price{
    text-align: right;
    padding: 12px 24px;
    font-size: 32px;
    color: #222222;
    line-height: 44px;
}
.three-right_price span{
    color: #B5B5B5;
}
.three-right_btn{
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    background: #C1B086;
    border-radius: 555px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}
.services_item-content{
    padding: 25px 25px 20px;
    display: none;
}
.services_item-content .room_more-values{
    background: #F5EDEA;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    columns: 0 3;
}
.services_item-info.active .services_item-more,
.services_item-info.active .services_item-text{
    display: none;
}
.services_item-close{
    margin: 0 0 0 auto;
    width: 141px;
    border: 1px solid #C9C3C0;
    border-radius: 55px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14.4px;
    color: #222222;
    line-height: 24px;
    padding-right: 20px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.services_item-close::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) ;
    right: 14px;
    transition: all 0.3s;
    top: 50%;


}
.reservation_item-content{
    background-color: #fff;
    padding: 4px 8px;
    display: none;
}
.reservation_option{
    padding: 8px 16px;
    border-bottom: 1px dashed #CCCCCC;
}
.reservation_option:last-child{
    border-bottom: none;
}
.reservation_option-title{
    font-weight: 700;
    font-size: 14.4px;
    color: #5F6060;
    margin-bottom: 4px;
    line-height: 20px;
}
.reservation_option-inner{
    display: flex;
    justify-content: space-between;
}
.reservation_option-text{
    font-size: 14.4px;
    line-height: 20px;
    color: #5F6060;
}
.reservation_option-price{
    font-size: 14.4px;
    color: #5F6060;
    line-height: 20px;
}
.reservation_option-price span{
    opacity: 0.6;
}
.reservation_item-wrapper.active .reservation_item-title::after{
    transform: rotate(0);
}
.transfer_item{
    box-shadow: 0px 13px 69px rgba(0, 0, 0, 0.09);
    background: #FEFEFE;
    padding: 24px;
    margin-bottom: 100px;
}
.transfer_item-title{
    font-size: 24px;
    color: #5F6060;
    line-height: 33px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.transfer_item-option{
    position: relative;
}
.transfer_item-title span{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5E5E5E;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 14.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 20px;
}
.transfer_item-title span::before{
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 34px);
    top: 44px;
    left: 15px;
    background-color: #5E5E5E;
}
.transfer_item-cheks{
    display: flex;
    padding-left: 44px;
    margin-bottom: 25px;
}
.transfer_item-cheks_title{
    font-size: 16px;
    color: #5F6060;
    line-height: 24px;
    margin-right: 35px;
}
.transfer_item-chek{
    display: flex;
    align-items: center;
    margin-right: 35px;
    cursor: pointer;
}
.transfer_chek-inp{
    display: none;
}
.transfer_chek-span{
    width: 20px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    border-radius: 55px;
    display: block;
    height: 20px;
    position: relative;
    margin-right: 11px;
}
.transfer_chek-title{
    font-size: 16px;
    color: #5F6060;
    line-height: 24px;
}
.transfer_chek-inp:checked + .transfer_chek-span{
    box-shadow: 0px 0px 0px 2px #D3D4DC;
    border: 1px solid #252E59;
}
.transfer_chek-inp:checked + .transfer_chek-span::before{
    position: absolute;
    content: "";
    background: #717171;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 50%;
    border-radius: 50%;
    transform: translate(50%,-50%);
}
.transfer_item-select{
    padding-left: 44px;
}
.transfer_item-select .select-styled{
    padding-left: 16px;
}
.transfer_item-option.done .transfer_arrival,
.transfer_item-option.done .transfer_car-next,
.transfer_item-option.done .transfer_car,
.transfer_item-option.done .transfer_item-select,
.transfer_item-option.done .transfer_item-cheks{
    display: none;
}
.transfer_item-total{
    display: none;
}
.transfer_item-option.done .transfer_item-total{
    display: block;
    padding-left: 44px;
    font-size: 14.4px;
    color: #5F6060;
    line-height: 24px;
    margin-bottom: 15px;
}
.transfer_item-option.done .transfer_item-title span{
    color: #3D3D3D;
    background: #EBEBEB;
}
.transfer_item-option.done .transfer_item-title{
    margin-bottom: 8px;
}

.transfer_item-edit{
    display: none;
}
.transfer_item-option.done .transfer_item-edit{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 20px;
    background-image: url(../img/edit.svg);
    background-size: cover;
    cursor: pointer;
}
.transfer_car{
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    margin-left: 44px;
    padding: 24px;
}
.transfer_car-title{
    font-size: 24px;
    color: #5F6060;
    margin-bottom: 12px;
    line-height: 33px;
}
.transfer_car-people{
    font-size: 14.4px;
    color: #5F6060;
    line-height: 20px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 24px;
}
.transfer_car-people::before{
    position: absolute;
    content: "";
    background-image: url(../img/car_people.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.transfer_car-inner{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.transfer_car-price{
    font-size: 14.4px;
    color: #5F6060;
    line-height: 20px;
    text-align: right;
}
.transfer_car-price span{
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: block;
}
.transfer_car-price span span{
    font-weight: 400;
    display: inline;
}
.transfer_car-btn{
    border-radius: 555px;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
    background: #C1B086;
    padding: 8px 16px;
    margin-left: 24px;
}
.transfer_car-next{
    border-radius: 555px;
    background: #E0D8C3;
    margin-left: auto;
    width: 163px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
}
.transfer_arrival{
    padding-left: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.transfer_arrival-title{
    min-width: 140px;
    width: 140px;
    margin-right: 15px;
    font-size: 16px;
    color: #5F6060;
    line-height: 24px;
    align-self: flex-start;
    margin-top: 5px;
}
.transfer_arrival .step_date-datepicer{
    width: 268px;
}
.transfer_arrival-times{
    display: flex;
    align-items: center;
}
.transfer_arrival-select{
    width: 110px;
}
.transfer_arrival-select .select-styled{
    padding-left: 16px;
}
.transfer_arrival-times span{
    font-size: 16px;
    color: #5F6060;
    margin: 0 24px 0 12px;
    line-height: 24px;
}
.transfer_arrival-desc{
    font-size: 12.8px;
    color: #B5B5B5;
    line-height: 24px;
    margin-left: 12px;
}
.transfer_arrival-inp{
    width: 400px;
}
.transfer_arrival-inp.flight{
    width: 265px;
}
.transfer_item-option:nth-child(3) .transfer_item-title span::before{
    display: none;
}
.transfer_item-option.done:nth-child(3) .transfer_item-title span::before{
    display: block;
}
.transfer_item-option.done:last-child .transfer_item-total{
    margin-bottom: 0;
}
.transfer_item.done{
    padding: 24px 0 0 0;
}
.transfer_item.done .transfer_item-option{
    margin-left: 24px;
    margin-right: 24px;
}
.transfer_item.done .services_dop-inner{
    margin-top: 25px;
}
.services_dop-wrapper{
    display: flex;
    align-items: center;
}
.services_dop-wrapper .transfer_car-btn{
    background: #CCCCCC;
    color: #3D3D3D;
}
.step_total{
    margin-bottom: 37px;
    box-shadow: 0px 13px 69px rgba(0, 0, 0, 0.09), 0px 0px 0px 1px #909090;
    background: #FFFFFF;
    padding: 7px 24px 16px;
    position: relative;
}
.step_total-more{
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 55px;
    border: 1px solid #C9C3C0;
    padding: 4px 37px 4px 17px;
    font-size: 14.4px;
    text-transform: uppercase;
    color: #222222;
    line-height: 24px;
    cursor: pointer;
}
.step_total-close{
    border-radius: 55px;
    border: 1px solid #C9C3C0;
    padding: 4px 37px 4px 17px;
    font-size: 14.4px;
    text-transform: uppercase;
    color: #222222;
    line-height: 24px;
    cursor: pointer; 
    width: 245px;
    margin-top: 20px;
    margin-left: auto;
    position: relative;
}
.step_total-more::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(180deg);
    right: 14px;
    transition: all 0.3s;
    top: 50%;
}
.step_total-more.active::before {
    transform: translateY(-50%) rotate(0deg);
}
.step_total-close::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) ;
    right: 14px;
    transition: all 0.3s;
    top: 50%;
}
.step_total-days{
    font-weight: 700;
    font-size: 14.4px;
    line-height: 20px;
    color: #5F6060;
    margin-bottom: 3px;
}
.step_total-price{
    font-weight: 700;
    font-size: 18px;
    color: #5F6060;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.step_total-price span{
    margin-left: 7px;
    font-weight: 400;
    font-size: 28px;
    color: #222222;
    line-height: 38px;
}
.step_messages-title{
    font-size: 18px;
    color: #B5B5B5;
    margin-bottom: 16px;
    line-height: 25px;
    text-align: center;
}
.step_messages-items{
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}
.step_messages-item{
    height: 48px;
    width: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}
.step_messages-item.vk{
    background: #2787F5;
}
.step_messages-item.google{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
}
.step_messages-text{
    font-size: 16px;
    color: #B5B5B5;
    line-height: 22px;
    text-align: center;
    position: relative;
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.step_messages-text::before{
    position: relative;
    content: "";
    background-color: #CCCCCC;
    width: 50vw;
    display: block;
    height: 1px;
    margin-right: 9px;
}
.step_messages-text::after{
    position: relative;
    content: "";
    background-color: #CCCCCC;
    width: 50vw;
    display: block;
    height: 1px;
    margin-left: 9px;
}
.step_messages{
    margin-bottom: 25px;
}
.step_contacts{
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.step_contacts-title{
    font-size: 28px;
    line-height: 38px;
    color: #5F6060;
    margin-bottom: 24px;
}
.step_contacts-wrapper{
    background: #FEFEFE;
    box-shadow: 0px 13px 69px rgba(0, 0, 0, 0.09);
    padding: 25px;
}
.step_contacts-desc{
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #909090;
    border-radius: 3px;
    padding: 18px 65px;
    position: relative;
    font-size: 14.4px;
    color: #5F6060;
    line-height: 20px;
    margin-bottom: 17px;
}
.step_contacts-desc::before{
    position: absolute;
    content: "";
    background-image: url(../img/warrning.svg);
    background-size: cover;
    width: 17px;
    height: 28px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.step_contacts-inps{
    display: flex;
    flex-wrap: wrap;
}
.step_contacts-inp{
    width: 344px;
    margin-right: 16px;
    margin-bottom: 24px;
}
.step_contacts-chek{
    display: flex;
    align-items: center;
    background: #F7F7F7;
    padding: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.contacts-chek_inp{
    display: none;
}
.contacts-chek_span{
    min-width: 24px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-right: 12px;
    height: 24px;
    display: block;
    position: relative;
}
.contacts-chek_text{
    line-height: 22px;
    color: #5F6060;
    font-size: 16px;
}
.contacts-chek_inp:checked + .contacts-chek_span{
    border: 1px solid #252E59;
    box-shadow: 0px 0px 0px 2px #D3D4DC;
    border-radius: 2px;
}
.contacts-chek_inp:checked + .contacts-chek_span::before{
    position: absolute;
    content: "";
    background-image: url(../img/inp_chel.svg);
    background-size: cover;
    width: 16px;
    height: 12.5px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.total_rooms{
    border-bottom: 1px solid #CCCCCC;
}
.total_rooms-title{
    font-size: 28px;
    margin-bottom: 26px;
    color: #5F6060;
    line-height: 38px;
}
.total_room{
    background: #FEFEFE;
    box-shadow: 0px 13px 69px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
}
.total_room-text{
    font-size: 18px;
    line-height: 25px;
    color: #5F6060;
    padding: 20px 24px;
}
.total_room-text span{
    font-weight: 700;
}
.total_room-inps{
    display: flex;
    padding: 24px;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
}
.total_room-inp{
    width: 293px;
    margin-right: 16px;
}
.total_time{
    padding: 30px 0 48px;
    border-bottom: 1px dashed #CCCCCC;
}
.total_time-title{
    font-weight: 700;
    font-size: 22px;
    color: #5F6060;
    margin-bottom: 12px;
    line-height: 30px;
}
.total_time-item{
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
}
.total_time-item span{
    font-weight: 700;
}
.total_comment{
    padding: 30px 0 48px;
}
.total_comment-title{
    font-weight: 700;
    font-size: 22px;
    color: #5F6060;
    margin-bottom: 12px;
    line-height: 30px;
}
.sale{
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #CCCCCC;
}
.sale_wrapper{
    display: flex;
    box-shadow: 0px 10px 45px rgba(192, 189, 170, 0.75);
    background: #FFFFFF;
    padding: 30px 35px 35px;
}
.sale_left{
    padding-left: 88px;
    position: relative;
    margin-right: 130px;
}
.sale_left::before{
    position: absolute;
    content: "";
    background-image: url(../img/sale_left.svg);
    background-size: cover;
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
}
.sale_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #5F6060;
    margin-bottom: 8px;
}
.sale_text{
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
}
.sale_text a{
    color: #5F6060;
    display: block;
    text-decoration: underline;
}
.sale_item{
    font-size: 16px;
    color: #5F6060;
    margin-bottom: 6px;
    line-height: 22px;
    padding-left: 30px;
    position: relative;
}
.sale_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/chek_green.svg);
    background-size: cover;
    width: 18px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sale_item.none{
    color: #3D3D3D;
    text-decoration-line: underline;
}
.sale_item.none::before{
    background-image: url(../img/none_item.svg);
    width: 21px;
    height: 19px;
}
.total_offer-title{
    font-size: 28px;
    color: #5F6060;
    margin-bottom: 14px;
    line-height: 38px;
}
.total_offer-wrapper{
    box-shadow: 0px 13px 69px rgba(0, 0, 0, 0.09);
    background: #FFFFFF;
}
.total_offer-text{
    font-size: 16px;
    color: #5F6060;
    padding: 34px 24px 24px;
    line-height: 22px;
}
.total_offer-item{
    padding: 30px 24px;
    display: flex;
    justify-content: space-between;
}
.offer_item-left{
    width: 70%;
}
.offer_item-title{
    font-weight: 700;
    font-size: 22px;
    color: #5F6060;
    line-height: 30px;
}
.offer_item-subtitle{
    font-size: 16px;
    color: #5F6060;
    margin-bottom: 12px;
    line-height: 22px;
}
.offer_item-text{
    font-size: 16px;
    color: #5F6060;
    line-height: 22px;
    margin-bottom: 25px;
}
.offer_item-text span{
    font-weight: 700;
}
.offer_item-cards{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 18px;
}
.offer_item-right{
    text-align: right;
}
.offer_item-card{
    margin: 0 6px;
    display: flex;
}
.offer_item-price_title{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #5F6060;
    margin-bottom: 5px;
}
.offer_item-price_value{
    font-size: 22px;
    line-height: 30px;
    color: #5F6060;
}
.offer_item-price_value span{
    color: #B5B5B5;
}
.offer_item-price{
    margin-bottom: 10px;
}
.offer_item-btn{
    width: 186px;
    background: #C1B086;
    border-radius: 555px;
    margin-bottom: 24px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; 
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: auto;
}
.offer_item-cashback{
    background-color: rgba(218, 238, 248, 0.6);
    padding: 10px 16px;
    font-weight: 700;
    font-size: 16px;
    color: #006848;
    line-height: 22px;
    text-align: left;
}
.total_offer-item.done{
    border: 8px solid #4BB04D;
    padding: 12px 16px;
}
.offer_item-cashback .offer_item-card{
    display: inline;
}
.total_offer-item.done .offer_item-title{
    margin-bottom: 18px;
    padding-left: 130px;
}
.total_offer-item.done {
    position: relative;
}
.offer_item-title span{
    font-weight: 700;
    font-size: 12.8px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 16px;
    padding: 8px 12px;
    background-image: url(../img/title_bg.png);
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.tariff,
.step_one,
.step_two,
.step_three,
.step_four{
    display: none;
}
.tariff.active,
.step_one.active,
.step_two.active,
.step_three.active,
.step_four.active{
    display: block;
}
.room_more{
    display: none;
}
.room_more.active{
    display: flex;
    order: 1;
}
.room_more:nth-child(2n)::before{
    background-position: -2vw top;
}
.room_more:nth-child(4n)::before{
    background-position: 28vw top;
}
.room_more:nth-child(6n)::before{
    background-position: 50vw top;
}
.tariff_more{
    position: absolute;
    border: 1px solid #fff;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 24%);
    background-color: #fff;
    color: #3d3d3d;
    top: -10px;
    transform: translateY(-100%);
    text-align: left;
    font-weight: 400;
    z-index: 1;
    text-transform: none;
    width: 350px;
    font-size: 16px;
    right: -14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.tariff_more.active{
    opacity: 1;
    visibility: visible;
}
.tariff_more-wrapper{
    background-color: #fff;
    padding: 20px;
}
.tariff_more-close{
    position: absolute;
    background-image: url(../img/close_more.svg);
    width: 16px;
    height: 16px;
    top: 15px;
    cursor: pointer;
    right: 15px;
}
.tariff_more:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -5px;
    right: 20px;
}
.tariff_more-title{
    font-size: 22px;
    margin-bottom: 20px;
}
.tariff_more-title span{
    opacity: 0.6;
}
.tariff_more-text{
    line-height: 22px;
}
.tariff_more-subtitle{
    margin-top: 20px;
    padding-top: 20px;
    font-weight: 700;
    border-top: 1px solid #adadad;
}
.tariff_more-price{
    display: flex;
    justify-content: space-between;
}
.tariff_more-price span{
    font-weight: 700;
    margin-left: 20px;
}
.step_total-content{
    border-top: 1px solid #f7f7f7;
    display: none;
}
.step_total-items{
    padding: 20px 0;
}
.step_total-item {
    margin-bottom: 10px;
        color: #5f6060;
}
.step_total-item span{
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    width: 60px;
    display: inline-block;
}
.total_content-wrapper{
    box-shadow: inset 0 -1px 0 0 rgb(61 61 61 / 38%), inset 1px 0 0 0 rgb(61 61 61 / 16%), inset -1px 0 0 0 rgb(61 61 61 / 16%);
}
.total_content-title{
    box-shadow: inset 0 1px 0 0 rgb(61 61 61 / 38%);
    padding: 10px;
    background-image: linear-gradient(rgba(61,61,61,.04),rgba(61,61,61,.04));
    font-weight: 700;
    color: #5f6060;
}
.total_content-item{
    box-shadow: inset 0 1px 0 0 rgb(61 61 61 / 38%);
    display: flex;
    justify-content: space-between;
    color: #5f6060;
    padding: 10px 20px;
}
.total_content-price{
    padding: 10px 20px; 
    box-shadow: inset 0 1px 0 0 rgb(61 61 61 / 38%);
    background-image: linear-gradient(rgba(34,34,34,.12),rgba(34,34,34,.12));
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    color: #5f6060;
    align-items: center;
}
.total_content-price span{
    font-size: 25px;
    font-weight: 400;
    margin-left: 10px;
}
.total_content-price span span{
    margin-left: 2px;
    opacity: 0.6;
}
.total_content-option{
    display: flex;
    align-items: center;
    font-size: 16px;

}
.total_content-option span{
    margin-left: 100px;
}
.total_content-option span span{
    margin-left: 0;
    opacity: 0.6;
}
.step_total-rooms{
    display: none;

}
.step_total-main.active .step_total-rooms{
    display: flex;
    align-items: center;
    font-size: 21px;

    color: #5f6060;
}
.step_total-main.active .step_total-rooms span{
    font-weight: 700;
    font-size: 18px;
    margin-left: 5px;
}
.step_total-main.active .step_total-days,
.step_total-main.active .step_total-price{
    display: none;
}
.step_total-main{
    height: 61px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.total-right-content{
    display: none;
    padding-left: 20px;
    border-left: 2px solid rgba(34,34,34,.5);
    margin-bottom: 20px;
    color: #5f6060;
}
.total-right-content p{
    padding-bottom: 20px;
}
.total-right-content p:last-child{
    padding-bottom: 0;
}
.step_total-right::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_up.svg);
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(180deg);
    right: 14px;
    transition: all 0.3s;
    top: 50%;
}
.step_total-right.active::before {
    transform: translateY(-50%) rotate(0deg);
}

.step_total-right{
    position: relative;
    border-radius: 55px;
    border: 1px solid #C9C3C0;
    padding: 4px 37px 4px 17px;
    font-size: 14.4px;
    text-transform: uppercase;
    color: #222222;
    line-height: 24px;
    cursor: pointer;
    display: inline-flex;
    margin-bottom: 25px;
}
.total_content-little{
    font-size: 14px;
}


@media (max-width: 1350px) {
    .room_item-slider .slick-dots button{
        width: 60px;
    }
    .room_more-img{
        height: 400px;
    }
    .tariff_item-left {
        width: 60%;
    }
    .step_three-right{
        width: 300px;
    }
    .transfer_item-cheks_title{
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .room_item{
        width: 100%;
        margin-right: 0;
    }
    .room_items{
        justify-content: space-between;
        max-width: 740px;
        margin: 0 auto;
    }
    .room_more.active{
        order: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .room_item-slide{
        height: 350px;
    }
    .step_header-wrapper{
        display: flex;
        justify-content: center;
    }
    .room_more{
        flex-direction: column;
    }
    .room_more-info{
        width: 100%;
    }
    .room_more-left{
        width: 100%;
    }
    .room_more{
        padding-top: 85px;
    }
    .room_more-title{
        position: absolute;
        top: 30px;
    }
    .room_more-close{
        top: 40px;
    }
    .room_order-right{
        width: 360px;
    }
    .tariff_wrapper-tags{
        display: none;
    }
    .tariff_item{
        flex-direction: column;
    }
    .tariff_item-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .step_three-right{
        display: none;
    }
    .step_three-left{
        width: 100%;
    }
    .step_contacts-inp{
        width: 48%;
        margin-right: 0;
    }
    .step_contacts-inps{
        justify-content: space-between;
    }
    .sale_wrapper{
        flex-direction: column;
    }
    .sale_left{
        width: 100%;
        margin-bottom: 13px;
    }
    .tariff_more{
        transform: translate(80%,-100%);
    }
    .tariff_more:before{
        left: 40px;
        right: auto;
    }
    .tariff_item-on .tariff_more, .tariff_item-option .tariff_more{
        width: 500px;
    }
}
@media (max-width: 767.98px) {
    .mobile_text{
        display: block;
        font-size: 14px;
        line-height: 19px;
        color: #5F6060;
        text-align: center;
        margin: 15px 0 25px;
    }
    .step_one-title{
        padding: 13px;
        line-height: 23px;
        font-size: 17px;
    }
    .step_dates{
        flex-direction: column;
        padding: 15px 10px;
    }
    .step_date:first-child{
        margin-right: 0;
    }
    .step_date{
        width: 100%;
        margin-bottom: 13px;
    }
    .step_date:last-child{
        margin-bottom: 0;
    }
    .step_date-inp{
        height: 35px;
    }
    .step_dates-title{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px;
    }
    .step_accommodation{
        padding: 15px 10px;
    }
    .step_accommodation-title{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .step_accommodation-text{
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 13px;
    }
    .step_accommodation-selects{
        flex-direction: column;
    }
    .step_accommodation-select{
        width: 100%;
        height: 35px;
        margin-bottom: 13px;
    }
    .step_accommodation-select:last-child{
        margin-bottom: 0;
    }
    .select{
        height: 35px;
    }
    .step_accommodation-add{
        font-size: 14px;
    }
    .step_one-btn{
        height: 49px;
        width: calc(100% - 20px);
        font-size: 20px;
        margin: 28px 10px 0;
    }
    .step_one{
        padding-bottom: 45px;
    }
    .step_header-btn{
        display: none;
    }
    .step_header-text{
        display: none;
    }
    .step_header-wrapper{
        padding: 8px 12px;
    }
    .step_header-info{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 17px;
    }
    .step_header-date{
        padding-left: 19px;
        line-height: 19px;
        font-size: 14px;
    }
    .step_header-people{
        padding-left: 19px;
        line-height: 19px;
        font-size: 14px;
    }
    .step_header-date::before{
        left: 0;
        height: 16.88px;
        width: 15px;
    }
    .step_header-people::before{
        width: 11px;
        height: 14px;
    }
    .step_header-subtitle{
        line-height: 22px;
        font-size: 16px;
    }
    .step_header-top{
        padding: 15px 7px;
    }
    .step_header-next{
        right: 7px;
        width: 25px;
        font-size: 0;
    }
    .step_header-prev{
        left: 7px;
        width: 25px;
        font-size: 0;  
    }
    .step_header-progressbar{
        height: 3px;
    }
    .step_header-inner{
        margin-bottom: 15px;
    }
    .room_item{
        width: 100%;
    }
    .room_item-tag {
        padding: 7px 15px;
        font-size: 12px;
        line-height: 16px;
     
    }
    .room_item-slide{
        height: 190px;
    }
    .room_item-slider .slick-dots button{
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 0 3px;
    }
    .room_item-slider .slick-dots .slick-active button{
        opacity: 1;
        border: 1px solid #FFFFFF;
        width: 7px;
        height: 7px;
    }
    .room_item-info{
        padding: 13px 18px 18px;
    }
    .room_item-title{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .room_item-option{
        line-height: 16px;
        font-size: 12px;
    }
    .room_item-price_value{
        font-size: 12px;
    }
    .room_item-price_value span{
        font-size: 14px;
    }
    .room_item-price_people{
        font-size: 11px;
    }
    .room_item-btn{
        width: 87px;
        height: 30px;
        font-size: 14px;
    }
    .room_more{
        padding: 75px 8px 0;
    }
    .room_more::before{
        height: 11px;
    }
    .room_more::before {
        background-position: -6% top;
    }
    .room_more-title{
        line-height: 25px;
        font-size: 18px;
    }
    .room_more-img{
        display: none;
    }
    .room_more-imgs {
        justify-content: space-between;
    }
    .room_more-imgs .room_more-img{
        display: flex;
        height: 56px;
        width: 24%;
    }
    .room_more-img span{
        line-height: 15px;
        font-size: 11px;
    }
    .room_more-inner{
        position: relative;
        padding-bottom: 45px;
        margin-bottom: 20px;
    }
    .room_more-btn{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30px;
        right: 0;
    }
    .room_more-option{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 6px;
    }
    .room_more-price_value{
        font-size: 12px;
    }
    .room_more-price_value span{
        font-size: 21px;
    }
    .room_more-price_people{
        font-size: 11px;
    }
    .room_more-text{
        line-height: 18px;
        font-size: 13px;
    }
    .room_more-values{
        padding: 20px 15px 35px;
    }
    .more-value_title{
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .more-value_title br{
        display: none;
    }
    .more-value_item{
        line-height: 16px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .room_more-value{
        padding-bottom: 15px;
    }
    .room_more-value_wrapper{
        max-height: 315px;
        overflow: hidden;
    }
    .room_more-value_wrapper.active{
        max-height: none;
    }
    .room_more-value_more{
        display: block;
        bottom: 7px;
        left: 18px;
        position: absolute;
        font-weight: 700;
        font-size: 12px;
        color: #5F6060;
        line-height: 24px;
    }
    .room_more-values{
        position: relative;
    }
    .room_more-btn{
        padding: 6px 12px;
    }
    .room_more-bot .room_more-btn{
        padding-right: 27px;
        width: auto;
    }
    .room_more-show{
        line-height: 24px;
        font-size: 11px;
    }
    .room_more-right .room_item-soldOut{
        height: 30px;
        line-height: 16px;
        font-size: 12px;
        width: 123px;
    }
    .room_item-soldOut img{
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
    .room_more-days_subtitle{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .room_more-days_title:nth-child(7),
    .room_more-days_title:nth-child(8),
    .room_more-days_title:nth-child(9),
    .room_more-days_title:nth-child(1){
        display: none;
    }
    .room_more-days_price:nth-child(7),
    .room_more-days_price:nth-child(8),
    .room_more-days_price:nth-child(9),
    .room_more-days_price:nth-child(1){
        display: none;
    }
    .room_more-days_title{
        line-height: 14px;
        font-size: 10px;
    }
    .room_more-days_price{
        padding: 8px 6px;
    }
    .room_more-days_prices{
        border: 1px solid #F3F3F3;
    }
    .room_more-days_next{
        font-size: 14px;
        line-height: 14px;
        padding-right: 32px;
    }
    .room_more-days_prev{
        font-size: 14px;
        line-height: 14px;
        padding-left: 32px;
    }
    .room_more-days_btns{
        margin: 15px 0 20px;
    }
    .room_order-wrapper{
        padding: 0 18px;
        max-height: 382px;
        overflow: auto;
        margin-bottom: 35px;
    }
    .room_order-wrapper::-webkit-scrollbar {
        width: 6px;
      }
       
      .room_order-wrapper::-webkit-scrollbar-track {
        background: #E8E8E8;
        width: 6px;
      }
       
      .room_order-wrapper::-webkit-scrollbar-thumb {
        width: 6px;
        background: #5A6180;
      }
    .room_order{
        padding: 25px 10px;
    }
    .room_order-title{
        font-size: 24px;
        line-height: 33px;
        color: #5F6060;
        text-align: center;
        margin-bottom: 15px;
    }
    .room_order-inner{
        flex-direction: column;
    }
    .room_order-img{
        width: 100%;
        height: 140px;
        margin-bottom: 8px;
    }
    .room_order-subtitle{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 9px;
    }
    .room_order-text{
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px;    
    }
    .room_order-inp{
        flex-direction: column;
        align-items: flex-start;
    }
    .room_order-inp span{
        width: 100%;
        margin-right: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 147.68%;
        margin-bottom: 7px;
        color: #000;
    }
    .room_order-title{
        padding: 0;
    }
    .room_order-inp input{
        width: 100%;
        height: 42px;
    }
    .room_order-bot{
        flex-wrap: wrap;
        background: none;
        padding: 0 25px 25px;
        justify-content: center;
    }
    .room_order-right{
        width: 100%;
        font-size: 13px;
        line-height: 147.68%;
        margin-bottom: 20px;
 
    }
    .room_order-btn{
        margin-left: 10px;
    }
    .tariff_wrapper-img{
        width: 93px;
        height: 71px;
    }
    .tariff_wrapper-img span{
        display: none;
    }
    .tariff_wrapper-info {
        width: calc(100% - 93px);
        padding: 11px 9px;
    }
    .tariff_wrapper-more{
        display: none;
    }
    .tariff_wrapper-title{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .tariff_wrapper-option{
        margin-right: 5px;
        padding-left: 0;
        line-height: 15px;
        font-size: 11px;
    }
    .tariff_wrapper-option img{
        display: none;
    }
    .tariff_wrapper-options{
        margin-bottom: 0;
    }
    .tariff_wrapper{
        margin-bottom: 32px;
    }
    .tariff_item{
        padding: 15px 15px 20px;
        margin-bottom: 15px;
    }
    .tariff_item-title{
        line-height: 25px;
        font-size: 18px;
    }
    .tariff_item-more{
        font-size: 11px;
    }
    .tariff_item-top{
        margin-bottom: 25px;
    }
    .tariff_item-on,
    .tariff_item-option{
        line-height: 16px;
        font-size: 12px;
    }
    .tariff_item-price{
        flex-direction: column;
        align-items: flex-end;

        text-align: right;
    }
    .tariff_item-price_value{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tariff_item-night{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 11px;
    }
    .tariff_item-price_value{
        line-height: 25px;
        font-size: 18px;
    }
    .tariff_item-price_value::before{
        width: 15px;
        height: 15px;
        padding-left: 23px;
    }
    .tariff_item-price_value .tariff_more-icon{
        width: 19px;
        height: 19px;
        margin-left: 9px;
    }
    .tariff_item-btn{
        width: 100%;
    }
    .tariff_content-title{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .tariff_content-list li{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .tariff_content-option{
        padding-left: 0;
        line-height: 16px;
        font-size: 12px;
    }
    .tariff_content-option_title{
        margin-bottom: 10px;
    }
    .step_three-left .tariff_wrapper{
        display: none;
    }
    .services_title{
        line-height: 29px;
        font-size: 21px;
    }
    .services_item-wrapper .room_item-slider{
        width: 100%;
    }
    .services_item-wrapper .room_item-slider .slick-dots button{
        width: 6px;
    }
    .services_item-wrapper .room_item-slide{
        height: 241px;
    }
    .services_item-info{
        width: 100%;
        padding: 19px 11px;
    }
    .services_item-title{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    .services_item-option{
        font-size: 12px;
        line-height: 16px;
        margin-right: 20px;
    }
    .services_item-tag{
        line-height: 17px;
        font-size: 12.1858px;
    }
    .services_item-text{
        line-height: 18px;
        font-size: 12px;
    }
    .services_item-inner{
        padding: 15px 10px 20px;
        flex-direction: column;
        align-items: flex-end;
    }
    .services_item-price{
        font-size: 12px;
    }
    .services_item-price span{
        font-size: 20px;
    }
    .services_item-order{
        height: 30px;
        width: 179px;
        font-size: 14px;
    }
    .services_item-info.active .services_item-tags{
        margin-bottom: 0;
    }
    .services_item-content .room_more-values {
        background: #F5EDEA;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        columns: 0 2;
    }
    .services_item-content{
        padding: 0 10px 15px;
    }
    .services_dop-title{
        padding: 12px;
        font-size: 16px;
    }
    .services_dop-img{
        width: 40px;
        height: 40px;
        padding: 5px;
    }
    .services_dop-img img{
        width: 100%;
        height: 100%;
    }
    .services_dop-person{
        display: none;
    }
    .services_dop-inner::before{
        display: none;
    }
    .services_dop-on{
        font-size: 12px;
    }
    .services_dop-inner{
        padding: 15px;
    }
    .services_transfer-img{
        min-width: 40px;
        height: 40px;
        width: 40px;
    }
    .services_transfer-info{
        width: auto;
        padding: 15px;
    }
    .services_transfer-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .services_transfer-text {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 18px;
    }
    .transfer_item{
        margin-bottom: 35px;
        padding: 20px 10px;
    }
    .transfer_item-cheks{
        flex-direction: column;
        margin-bottom: 5px;
    }
    .transfer_item-cheks_title{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .transfer_item-chek{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .transfer_item-title{
        font-size: 20px;
    }
    .transfer_car{
        padding: 15px;
    }
    .transfer_arrival{
        flex-direction: column;
        align-items: flex-start;
    }
    .transfer_arrival-title{
        margin: 0 0 15px;
    }
    .transfer_arrival-inp,
    .transfer_arrival-inp.flight,
    .transfer_arrival .step_date-datepicer{
        width: 100%;
    }
    .transfer_arrival-times span {
        font-size: 14px;
        margin: 0px 8px 0 4px;
    }  
    .transfer_arrival-select{
        width: 90px;
    }  
    .services_dop-wrapper{
        width: 100%;
        justify-content: flex-end;
    }
    .step_total{
        padding: 10px 12px;
        margin-bottom: 25px;
    }
    .step_total-days{
        line-height: 16px;
        font-size: 12px;
    }
    .step_total-price{
        line-height: 19px;
        font-size: 14px;
        justify-content: space-between;
    }
    .step_total-price span{
        line-height: 27px;
        font-size: 20px;
    }
    .step_messages-title{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .step_messages-item{
        height: 36.8px;
        width: 85.87px;
    }
    .step_messages-items{
        margin-bottom: 14px;
    }
    .step_messages-text{
        line-height: 126.18%;
        font-size: 12px;
        text-align: center;
        justify-content: center;
    }
    .step_messages-text::after,
    .step_messages-text::before{
        display: none;
    }
    .step_contacts-title{
        font-size: 20px;
        line-height: 126.18%;
        margin-bottom: 13px;
    }
    .step_contacts-wrapper{
        padding: 19px 13px;
    }
    .step_contacts-desc{
        padding: 8px 8px 8px 48px;
        line-height: 114%;
        font-size: 11px;
    }
    .step_contacts-desc::before{
        left: 16px;
    }
    .step_contacts-inp{
        width: 100%;
        margin-bottom: 14px;
    }
    .contacts-chek_span{
        min-width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .step_contacts-chek{
        padding: 6px;
        align-items: flex-start;
    }
    .contacts-chek_text{
        line-height: 18px;
        font-size: 11.6278px;
    }
    .total_rooms-title{
        font-size: 20px;
        line-height: 126.18%;
        margin-bottom: 13px;
    }
    .total_room-text{
        padding: 18px 13px;
        line-height: 119.68%;
        font-size: 14px;
    }
    .total_room-inps{
        padding: 13px;
        flex-direction: column;
    }
    .total_room-inp{
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .total_room-inp:last-child{
        margin-bottom: 0;
    }
    .total_time{
        padding: 24px 0;
    }
    .total_time-title{
        font-size: 16px;
        line-height: 126.18%;
        margin-bottom: 13px;
    }
    .total_time-item{
        line-height: 17px;
        font-size: 14px;
    }
    .total_comment{
        padding: 24px 0;
    }
    .total_comment-title{
        font-size: 16px;
        line-height: 126.18%;
        margin-bottom: 11px;
    }
    .sale_wrapper{
        padding: 18px 12px;
    }
    .sale_left::before{
        width: 31px;
        height: 31px;
    }
    .sale_left{
        margin-right: 0;
        padding-left: 49px;
    }
    .sale_title{
        font-size: 16px;
        line-height: 126.18%;
        margin-bottom: 8px;
    }
    .sale_text{
        line-height: 18px;
        font-size: 12px;
    }
    .sale_items{
        background: #E4E4E4;
        padding: 6px;
    }
    .sale_item{
        line-height: 20px;
        font-size: 12px;
    }
    .sale{
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .total_offer-title{
        font-size: 20px;
        line-height: 126.18%;
        margin-bottom: 12px;
    }
    .total_offer-text{
        padding: 0;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .total_offer-wrapper{
        background: none;
        box-shadow: none;
    }
    .total_offer-item{
        flex-direction: column;
    }
    .offer_item-left{
        width: 100%;
    }
    .total_offer-item.done .offer_item-title{
        padding-left: 0;
    }
    .offer_item-title span br{
        display: none;
    }
    .offer_item-title span{
        background-position: center;
    }
    .total_offer-item.done{
        padding: 40px 11px 20px;
    }
    .offer_item-title{
        font-size: 14px;
        line-height: 126.18%;
        margin-bottom: 5px;
    }
    .offer_item-text{
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .offer_item-btn{
        width: 100%;
    }
    .total_offer-item{
        padding: 12px;
        margin-bottom: 25px;
        box-shadow: 0px 4px 12px rgba(37, 46, 89, 0.24);
    }
    .offer_item-cashback{
        line-height: 16px;
        text-align: center;
        font-size: 12px;
    }
      .offer_item-cashback br{
          display: none;
      }
      .transfer_item-title span::before{
          display: none;
      }
      .transfer_item-option.done .transfer_item-title{
          padding-right: 30px;
      }
      .transfer_item-option.done .transfer_item-edit{
          top: 5px;
          right: 5px;
      }
      .tariff_more {
        transform: translateY(-100%);
       
    }
    .tariff_more{
        width: 320px;
    }
    .tariff_more:before {
        left: auto;
        right: 20px;
    }
    .tariff_more-wrapper{
        padding: 10px;
    }
    .tariff_more-price{
        font-size: 14px;
    }
    .tariff_item-on .tariff_more, .tariff_item-option .tariff_more{
        width: 300px;
        transform: translate(40%,-100%);
    }
    .tariff_item-on .tariff_more::before, .tariff_item-option .tariff_more::before {
        right: 57%;
    }
    .step_total-main{
        justify-content: flex-start;
    }
    .step_total-main{
        height: auto;
    }
    .step_total-more{
        top: auto;
        position: relative;
        right: 12px;
        font-size: 11.25px;
        padding: 3px 32px 3px 9px;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .total-right-content{
        padding-left: 10px;
        font-size: 14px;
    }
    .step_total-close{
        margin-top: 10px;
        font-size: 11.25px;
        padding: 3px 32px 3px 9px;
        width: 200px;
    }
    .total_content-title{
        font-size: 14px;
       
    }
    .total_content-item{
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 14px;
        padding: 10px;
    }
    .total_content-option{
        justify-content: space-between;
        width: 100%;
    }
    .total_content-item > span{
        max-width: 45%;
    }
}