* {
  outline: none !important;
}

html {
  font-size: 8px;
}

body {
  font-family: Roboto;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 2.8rem;
}

/**Default**/
body.default {
  background-image: url('images/teksturatravi.jpg');
  min-height: 100vh;
}

body.default .footer {
  position: absolute;
  bottom: 3.5rem;
  left: 0;

  width: 100%;
}

body.default .footer div,
.message_reserv {
  max-width: 53.4rem;
  margin: 0 auto;
  padding: 2.5rem 10rem;
  box-sizing: border-box;
  background-color: rgba(70, 111, 16, 0.8);
  border-radius: 6.2rem;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
}
body.default .footer div a {
  color: #fff;
  text-decoration: underline;
}

.message_reserv {
  width: 80%;
  max-width: 1300px;
  margin-bottom: 3rem;
}

#logo-no-reserv {
  max-width: 70rem;
}

/**SAUNA**/
body.sauna {
  background-image: url('images/girls.jpg');
  min-height: 100vh;
  padding: 4.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#saunaboard {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #fff !important;
}
input::-moz-placeholder {
  color: #fff !important;
}
input:-moz-placeholder {
  color: #fff !important;
}
input:-ms-input-placeholder {
  color: #fff !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
} /* Firefox 19+ */
input:focus:-moz-placeholder {
  color: transparent !important;
} /* Firefox 18- */
input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
textarea:focus::-moz-placeholder {
  color: transparent !important;
} /* Firefox 19+ */
textarea:focus:-moz-placeholder {
  color: transparent !important;
} /* Firefox 18- */
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.position-relative {
  position: relative;
}

.d-block {
  display: block;
}

.d-iblock {
  display: inline-block;
}

.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-9 {
  margin-bottom: 9rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mt-6 {
  margin-top: 6rem;
}

.fz-7 {
  font-size: 7rem;
}

h2 {
  font-size: 7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 7rem;
}

h4 {
  font-weight: 500;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 5rem;
}

h5 {
  font-size: 3rem;
  font-weight: 400;
}

.block {
  max-width: 1334px;
  padding: 7rem 5.5rem 5.5rem 5.5rem;
  margin: 0 auto;
}

.info-block {
  background-color: rgba(44, 33, 11, 0.9);
  color: #fff;
}

.info-block * {
  color: #fff;
}

.info-block h2 {
  font-size: 5rem;
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 3rem;
  margin-top: 0;
}

.info-block .description {
  font-weight: 300;
}

.rules-list {
  margin-bottom: 5rem;
}
.rules {
  position: relative;
  padding-left: 13.5rem;
  margin-bottom: 2.8rem;
  font-size: 3rem;
  padding-top: 2rem;
}

.rules img {
  position: absolute;
  left: 0;
  top: 0;
}

.rules:nth-child(1) img,
.rules:nth-child(2) img {
  width: 9rem;
}

.rules:nth-child(3) img {
  width: 6rem;
  top: 6rem;
  left: 2rem;
}

.rules:nth-child(4) img {
  width: 4.4rem;
  top: 8rem;
  left: 3rem;
}

.rules h3 {
  font-size: 4rem;
  font-weight: 700;
  padding-top: 0;
  margin-top: 0;
}

.btn {
  /* Style for "Rectangle 2 co" */
  max-height: 9.8rem;
  border-radius: 4.9rem;
  color: white;
  font-family: Roboto;
  font-size: 5rem;
  font-weight: 500;
  padding: 2.05rem 8.5rem 2.55rem;
  line-height: 100%;
}

.btn-sm {
  max-width: 22rem;
  height: 5.4rem;
  opacity: 0.9;
  background-color: rgb(255, 203, 5);
  border-radius: 10px;
  color: rgb(13, 17, 21);
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  padding: 1.2rem 2.37rem 1.5rem 2.37rem;
  border-radius: 3rem;
}

.btn-xs {
  opacity: 0.9;
  background-color: rgb(255, 203, 5);
  color: rgb(13, 17, 21);
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
  padding: 1.6rem 2.9rem 1.95rem 2.9rem;
}

.btn-success {
  background-color: rgb(101, 135, 15);
  border-color: rgb(101, 135, 15);
  transition: all 0.3s;
  color: #fff;
}
.btn-success:hover {
  border-color: rgb(88, 117, 13);
  background-color: rgb(88, 117, 13);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  border-color: rgb(88, 117, 13);
  background-color: rgb(88, 117, 13);
}

#accept_btn {
  margin-top: 4.5rem;
}

.checkbox,
.radio {
  position: relative;
  cursor: pointer;
}
.checkbox input + i,
.radio input + i {
  width: 4.6rem;
  height: 4.6rem;
  border: 0.4rem solid white;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5rem;
  background-image: url('images/accept.svg');
  background-repeat: no-repeat;
  background-position: -999px -999px;
  background-size: 2.2rem 2.2rem;
}
.checkbox input,
.radio input {
  opacity: 0;
  position: absolute !important;
  left: 0;
}

.checkbox input:checked + i,
.radio input:checked + i {
  background-color: #65870f;
  background-position: center center;
}

.input-code {
  -webkit-appearance: none;
}

.input-code::-webkit-outer-spin-button,
.input-code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#sauna-status {
  border: solid 1px #ccc;
  padding: 1rem;
}

label.row {
  display: block;
}

#sauna-select-price-total {
  margin: 1.5rem auto;
}

#sauna-select-price-total:before {
  content: attr(data-prefix);
}
#sauna-select-price-total:after {
  content: attr(data-postfix);
}

#sauna-select-price-total:empty:before,
#sauna-select-price-total:empty:after {
  display: none;
}

.form-group {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}
.form-control {
  background: transparent;
  border-radius: 0;
  border: 0.3rem solid white;
  height: 14.5rem;
  font-size: 6rem;
  text-align: center;
  font-weight: 300;
}

.form-control.input-xs {
  font-size: 3rem;
  height: auto;
  padding: 0.75rem 0.75rem;
  width: 22rem;
}

label.price-block {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 4.5rem;
  max-width: 56rem;
}

label.price-block strong {
  font-weight: 700;
}

label.price-block i {
  top: -0.5rem;
  position: relative;
}

label.price-block small {
  font-size: 2.8rem;
  font-weight: 400;
  color: rgb(101, 135, 15);
  position: absolute;
  bottom: -2.5rem;
  right: 0;
}

.price-block-items {
  display: flex;
  align-content: space-between;
}

.price-block-items > div {
  width: 50%;
}
.price-block-items > div:first-child {
  padding-right: 5rem;
}

.price-block-items > div:first-child {
  padding-right: 5rem;
}

#step5 .description {
  font-size: 2.2rem;
  font-weight: 300;
}

#step5 > .row {
  width: auto;
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
}

.itog-price {
  margin: 0 auto;
}
.itog-price > span {
  display: inline-block;
}
.itog-price > span .fz-7 {
  font-weight: 500;
}
.itog-price-description {
  display: inline-block;
  border-left: 2px #fff solid;
  padding-left: 2rem;
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: 300;
}
.itog-price-bonus {
  color: rgb(101, 135, 15);
  font-size: 5rem;
  font-weight: 300;
  text-align: right;
  margin-top: -1rem;
}

#sauna-temp,
#sauna-temp *,
#sauna-time-value {
  color: rgb(101, 135, 15);
  font-size: 5rem;
  font-weight: 500;
}

#step6 h4 {
  margin-bottom: 4rem;
}

#step6 .warning img {
  float: left;
  margin-right: 3rem;
  width: 9rem;
}
#step6 .warning {
  padding: 3rem;
}

#step6 .warnings {
  margin: 3rem auto 7rem auto;
  max-width: 1100px;
}

#sauna-status .status-2 {
  display: none;
}

#sauna-status-title > span {
  display: none;
}

#sauna-status-title[data-status='1'] .status-2 {
  display: none;
}
#sauna-status-title[data-status='1'] .status-1 {
  display: block;
}

#sauna-status-title[data-status='0'] .status-2 {
  display: block;
}
#sauna-status-title[data-status='0'] .status-1 {
  display: none;
}

#sauna-status-title-sms.status-1:after {
  content: attr(data-on);
}

#sauna-status-title-sms.status-0:after {
  content: attr(data-off);
}

.alert-temp-select .checkbox {
  font-size: 3.5rem;
  font-weight: 400;
  margin-right: 4rem;
  position: relative;
  top: -1rem;
}

.alert-temp-select .checkbox input + i {
  margin-right: 1.5rem;
}

.resulter {
  opacity: 0.9;
  background-color: rgb(35, 25, 8);
  border-radius: 10px;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -6rem;
  padding: 0.6rem 3.4rem;
}

#sauna-up-select,
#sauna-up-select-confrm-wrap {
  height: 18.4rem;
  padding-top: 7rem;
}

.sauna-up-select a {
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
}
.sauna-up-select a:before {
  content: attr(title);
  position: absolute;
  left: 0;
  width: 100%;
  display: inline-block;
  color: rgb(255, 186, 0);
  font-size: 3rem;
  font-weight: 400;
  top: -5rem;
  margin-top: -0.6rem;
}

#sauna-temp-wrap {
  margin-bottom: 2rem;
}

#sauna-up-select-confrm button {
  width: 27.4rem;
  height: 8.6rem;
  font-size: 3rem;
  display: inline-block;
  text-align: center;
  margin-left: 3rem;
}

#sauna-up-select-confrm {
  position: relative;
  top: -1rem;
}

input.no-arrow::-webkit-outer-spin-button,
input.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
