body {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    overflow-x: hidden;

}

a {
    text-decoration: none;
}

.header {
    height: 200px;
}

.flex_conteiner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.osnova_fon {
    background-image: url(./img/Фон.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    width: 66%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_calcul {
    height: 56px;
    position: relative;
    width: 100%;
}

.container__order {
    display: flex;
    position: absolute;
    top: -25px;
    font-size: 16px;
    width: 100%;
    height: 100%;
}

.calc-choice {
    display: flex;
    flex: 1;
    background-color: #ACC0CD;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-right: -30px;
}

.active_color {
    background-color: #79F667;
    z-index: 10;
    position: relative;
    width: 100%;
}

/**/

.check_list {
    position: absolute;
    width: 16.35vw;
    z-index: 102;
    top: 70px;
    background-color: white;
    padding: 10px 45px 30px;
    right: -20px;
    border-radius: 10px;
}

.line-order {
    border: 1px dotted #57BDFF;
}

.title_servise,
.data-order {
    font-size: 24px;
    font-weight: bold;
}

.title_servise,
.time-order,
.cash-order {
    line-height: 14px;
}

.work-time,
.cash-order {
    font-weight: bold;
}

.cash-order {
    font-size: 20px;
}

.summa-order {
    color: #076BE1;
    font-size: 42px;
    line-height: 0px;
}

.itog-order {
    margin-right: 5px;
}

.button-check_list {
    width: 100%;
    height: 54px;
    border-radius: 8px;
    background-color: #79F667;
    font-size: 24px;
    box-shadow: 6px 10px 10px 0px #00000033;
}

/*service*/

.container__order-content {
    width: 100%;
    padding-top: 25px;
}

.container__order-content-left {
    width: 45vw;
    display: flex;
    flex-direction: column;
    position: relative;
}

.container__order-content-services {
    margin-bottom: 45px;
}

.title_content {
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
    padding-right: 20px;
}

.tip_content-services {
    display: flex;
    height: calc((45vw / 3) - 66px);
}

.block_container {
    display: flex;
    flex: 1;
    margin-right: 22px;
    justify-content: center;
    align-items: center;
}

.tip_container {
    flex-direction: column;
    background-color: white;
    padding: 22px 20px;
    border-radius: 9px;
    box-shadow: 5.313252925872803px 8.85542106628418px 8.85542106628418px 0px #00000033;
}

.tip-name {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.container__order-content-clining {
    display: flex;
    height: 65px;
    margin-bottom: 25px;
}

.vid_content {
    margin-right: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 0;
}

.vid_content input {
    height: 40px;
    width: 74px;
}

/*room*/
.container__order-content-rooms {
    display: flex;
    margin-bottom: 45px;
    width: 80%;
    height: 80px;
    background-color: white;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 3.3027522563934326px 3.3027522563934326px 0px #00000040;
}

.rooms,
.bathrooms {
    justify-content: space-around;
}

.rooms {
    border-right: 1px solid #CBD0D2;
}

.minus_room,
.plus_room,
.minus_bathroom,
.plus_bathroom {
    font-size: 50px;
    position: relative;
    bottom: 4px;
    bottom: 5px;
    padding: 25px 10px 25px 20px;
    color: #79F667;
}

.plus_room,
.plus_bathroom {
    font-size: 30px;
}

/*Calendar*/
.container__order-content-calendar {
    margin-bottom: 80px;
    padding-right: 22px;
}

.calendar {
    font-size: 20px;
}

.month {
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

.time_calendar {
    display: flex;
    flex: 1;
    align-items: start;
    align-self: stretch;
    padding-top: 88px;
}

.date_calendar {
    display: flex;
    flex: 2;
    margin-right: 25px;
    flex-direction: column;
}

.header_calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 10px;
}

.items_days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 9px;
    margin-bottom: 15px;
}


.item_day {
    background-color: white;
    padding: 7px;
    border-radius: 6px;
    cursor: pointer;
}

.item_active {
    background-color: #57BDFF;
    color: white;
}


.item_next {
    background: #D3D3D3;
    color: gray;
}

.item_no-active {
    opacity: 0.4;
    cursor: no-drop;
}

.data-order__item {
    margin-bottom: 8px;
}

.choose_day {
    background-color: rebeccapurple;
}

.button_calendar {
    font-size: 17px;
}

.button_calendar__left {
    background-color: #57BDFF;
    display: flex;
    flex: 1;
    border-radius: 8px 0 0 8px;
    padding: 6px 16px;
    text-align: right;
    color: white;
}

.button_calendar__rigth {
    padding: 6px 16px;
    background: #D3D3D3;
    align-self: stretch;
    border-radius: 0 8px 8px 0;
}

/*time*/
.items_time {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    width: 100%;
}

.item_time {
    background: #D3D3D3;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
.item_time:hover {
    background-color: violet;
}
/*dop-service*/
.container__order-content-dop_service {
    padding-right: 22px;
    margin-bottom: 60px;
}

.container__order-content-dop_service .title_content {
    color: #265370;
    background-color: #79F667;
    border-radius: 10px;
    padding: 25px 0;
}

.dop_service {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.item_dop_service {
    background-color: white;
    border-radius: 8px;
    box-shadow: 6px 10px 10px 0px #00000033;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 12px;
    justify-content: center;
}

.item_dop_service img {
    margin-bottom: 8px;
}

.title_dop_servise {
    margin-bottom: 12px;
}

.price_dop_service {
    font-size: 20px;
    color: #0182FA;
    ;
}

/*info-content*/
.container__order-content-info {
    margin-bottom: 110px;
    padding-right: 22px;
}

.container__order-content-info img {
    width: 100%;
    border-radius: 10px;
}

h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
}

.choose_count {
    display: none;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 33px;
  }

  /*data*/
  .container__order-content-data {
    padding-right: 25px;
    margin-bottom: 30px;
  }
  .forma_data {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 30px 25px;
    line-height: 28px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.2);


  }

  .forma_data input {
    height: 32px;
    border-radius: 4px;
    background: rgba(217, 217, 217, 1);
    margin-bottom: 12px;
    width: 100%;
   
  }

  .data_address_label {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr 1fr;
    gap: 0 15px;
  }
  .contact_data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  textarea {
    background: rgba(217, 217, 217, 1);
    height: 68px;
    border-radius: 4px;
  }

  /*pay*/

  .container__order-content-pay {
      margin-bottom: 140px;
  }

  .pay_order {
    font-size: 24px;
    display: grid;
    gap: 22px 25px;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin-bottom: 22px;
  }

  .pay-order__el {
      background-color: white;
      padding: 20px;
  }

  .pay-order__el {
    background-color: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.2);
    align-items: center;
    display: flex;
  }

  .pay-order__text {
    margin-right: 24px;
  }
  .how_pay, .offerta {
      display: flex;
      align-items: center;
      margin-bottom: 22px;
  }
  .how_pay input, .offerta input {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    background-color: rgba(211, 211, 211, 1);
    margin-right: 24px;

  }
  .how_pay input:nth-child(2) {
      margin-left: 50px;
  }

  .btn_footer {
    height: 95px;
    border-radius: 10px;
    background-color: #79F667;
    box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -44px;
    width: 97%;
    margin-right: 22px;
}

.btn_footer .title_content {
      margin: 0;
  }

.fixed {
    position: fixed;
}

  .check_list.fixed {
    right: 16%;
  }