@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";
*, *::before, *::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

html, body {
  height: 100%;
  line-height: 1;
  font-size: 16px;
  background-color: #fffdf6;
  color: #343b6d;
  font-weight: 600;
  font-family: "Open Sans", arial, sans-serif;
}

button {
  cursor: pointer;
}

._container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  flex: 1 1 auto;
}

.index__section {
  background-color: #f6feff;
  padding: 50px 0;
}

.caravans__section {
  padding: 50px 0;
}

.index__caravan {
  height: 400px;
  position: relative;
}

.show__caravan {
  padding-top: 50px;
}

.first_title {
  position: absolute;
  top: 45%;
  left: 25%;
  background-color: #cc8d5d;
  z-index: 5;
  padding: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-animation-name: rent;
          animation-name: rent;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.second_title {
  position: absolute;
  top: 70%;
  left: 30%;
  background-color: #e39573;
  z-index: 5;
  padding: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 32px;
  text-transform: uppercase;
  -webkit-animation-name: a_caravan;
          animation-name: a_caravan;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.caravan_first_title {
  position: absolute;
  top: 10%;
  left: 25%;
  z-index: 5;
  padding: 25px;
  color: #504d4d;
  font-weight: 700;
  font-size: 56px;
  letter-spacing: 2px;
  -webkit-animation-name: rent;
          animation-name: rent;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.caravan_second_title {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: 5;
  padding: 25px;
  color: #504d4d;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 56px;
  -webkit-animation-name: a_caravan;
          animation-name: a_caravan;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.main_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.caravans_image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(7px);
  opacity: 0.5;
}

.caravans__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.caravan__item {
  flex: 0 1 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  position: relative;
}

.caravan_block {
  padding: 5px;
  height: 100%;
}

.caravan_img {
  height: 210px;
  overflow: hidden;
}

.caravan_img img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.caravan_info {
  padding: 20px 10px 10px 10px;
}

.caravan_title {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a235f;
}

.caravan_characteristics {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a235f;
}

.caravan_icon {
  flex: 0 1 auto;
  padding-right: 10px;
  font-size: 32px;
}

.choose_button {
  position: absolute;
  padding: 10px;
  font-size: 24px;
  border-radius: 25px;
  background-color: #32c432;
  color: #fff;
  top: -8px;
  right: -8px;
}

.active_choose {
  display: none;
}

.text_characteristics {
  flex: 0 1 50%;
  font-size: 14px;
  line-height: 1.3;
}

.text_characteristics span {
  line-height: 1.3;
  display: block;
  font-size: 12px;
  color: #676767;
}

.caravan_beds {
  flex: 0 1 33.33%;
}

.caravan_weight {
  flex: 0 1 33.33%;
}

.caravan_size {
  flex: 0 1 33.33%;
  display: flex;
}

.caravan_info .caravan_price {
  padding-top: 15px;
  text-align: left;
  color: #676767;
  line-height: 1.3;
  font-size: 20px;
}

.caravan_info .caravan_price span {
  color: #60b769;
}

.caravan_description {
  display: flex;
  padding-top: 30px;
}

.link_make_reservation {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation-name: link_make;
          animation-name: link_make;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.button {
  color: #1a235f;
  border: #1a235f 2px solid;
  padding: 7px 25px;
  border-radius: 20px;
  display: inline-block;
  min-width: 220px;
  text-align: center;
}

.mid_button {
  color: #1a235f;
  border: #1a235f 2px solid;
  padding: 9px 35px;
  border-radius: 25px;
  font-size: 22px;
  display: inline-block;
  min-width: 250px;
  text-align: center;
}

.big_button {
  color: #1a235f;
  border: #1a235f 2px solid;
  padding: 9px 35px;
  border-radius: 25px;
  font-size: 22px;
  display: inline-block;
  min-width: 320px;
  text-align: center;
}

.button_full {
  color: #fff;
  background-color: #1a235f;
  padding: 7px 25px;
  border-radius: 20px;
  font-size: 16px;
  display: inline-block;
  min-width: 220px;
  text-align: center;
}

.mid_button_full {
  color: #fff;
  background-color: #1a235f;
  padding: 9px 35px;
  border-radius: 25px;
  font-size: 22px;
  display: inline-block;
  min-width: 250px;
}

.big_button_full {
  color: #fff;
  background-color: #1a235f;
  padding: 9px 35px;
  border-radius: 25px;
  font-size: 22px;
  display: inline-block;
  min-width: 320px;
}

.central_button {
  text-align: center;
  padding: 40px 0;
}

.steps__section {
  padding: 50px 0;
}

.title_steps {
  position: relative;
  font-size: 42px;
  letter-spacing: 1px;
  font-weight: 700;
}

.grey_title {
  position: absolute;
  top: 10px;
  left: 100px;
  min-width: 100%;
  color: #a2a4b7;
  -webkit-animation-name: grey_title;
          animation-name: grey_title;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.pink_title {
  position: absolute;
  top: 60px;
  left: 300px;
  color: #edbaa2;
  -webkit-animation-name: pink_title;
          animation-name: pink_title;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.cards__block {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.image__card img {
  width: 35%;
  height: auto;
}

.image__card {
  flex: 1 1 auto;
  text-align: center;
}

.text__card {
  padding-top: 15px;
  text-align: center;
  color: #989898;
}

.button__section {
  padding-top: 50px;
  text-align: center;
}

.offers {
  background-color: #ffffff;
  padding: 50px 0;
}

.title__section {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  color: #1a235f;
}

.image_slide {
  width: 300px;
  height: 250px;
  padding: 15px;
}

.image_slide {
  padding: 10px;
}

.image_slide img {
  width: 100%;
  height: auto;
}

.text_slide {
  align-self: center;
}

.caravan_name {
  color: #1a235f;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.caravan_price {
  text-align: center;
  color: #676767;
  line-height: 1.3;
}

.caravan_price span {
  color: #60b769;
}

.magnifying_glass {
  position: absolute;
  right: 0;
  bottom: 120px;
}

.magnifying_glass i {
  padding: 7px;
  border-radius: 20px;
  font-size: 24px;
  border: 2px solid #1a235f;
  color: #504d4d;
}

.search_form {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100%;
  height: 50px;
  border: 2px solid #1a235f;
  border-radius: 25px;
  background-color: #f6feff;
}

.search_form_section {
  position: relative;
}

.button_search {
  color: #fff;
  background-color: #1a235f;
  padding: 9px 35px;
  border-radius: 25px;
  font-size: 22px;
  min-width: 200px;
  height: 50px;
}

.termin_search {
  padding: 9px 35px;
  border-radius: 25px;
  font-size: 22px;
  min-width: 400px;
  height: 45px;
}

.search_form .button_search {
  position: absolute;
  right: 0;
  top: -2px;
}

.search_form .termin_search {
  position: absolute;
  left: 0;
  top: 0;
}

.caravan_data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.caravan_image {
  flex: 0 1 70%;
  padding: 20px 0;
}

.caravan_image img {
  width: 90%;
  height: auto;
}

.caravan_info_section {
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 50px;
}

.info_item {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}

.item_icon {
  flex: 25%;
  font-size: 42px;
  padding-right: 10px;
  text-align: center;
}

.item_characteristics {
  flex: 0 1 75%;
  font-size: 18px;
  line-height: 1.5;
}

.item_characteristics span {
  line-height: 1.5;
  display: block;
  font-size: 14px;
  color: #676767;
}

.title_caravan {
  flex: 0 1 70%;
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1a235f;
}

.make_reservation {
  flex: 0 1 30%;
  padding-left: 50px;
}

.first_block-setting {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_settings {
  padding: 30px 0 30px 0;
}

.rules_block {
  flex: 0 1 60%;
  padding-right: 30px;
}

.rules_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}

.rule_item {
  flex: 0 1 50%;
  min-width: 50%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
}

.rule_name {
  color: #676767;
  flex: 0 1 50%;
}

.rule_value {
  flex: 0 1 50%;
  color: #1a235f;
}

.conditions_block {
  flex: 0 1 40%;
  padding-left: 30px;
}

.title_of_blocks {
  font-size: 32px;
  border-bottom: 2px solid #1a235f;
  width: 400px;
  padding-bottom: 10px;
}

.condition_item {
  display: flex;
  padding-top: 15px;
}

.condition_name {
  flex: 0 1 50%;
  color: #676767;
}

.condition_value {
  flex: 0 1 50%;
  color: #1a235f;
}

.campervans_items {
  padding-top: 20px;
}

.campervans_items {
  display: flex;
  flex-wrap: wrap;
}

.campervan_name {
  flex: 0 1 25%;
  color: #676767;
  padding-bottom: 15px;
}

.pricing_items {
  padding-top: 20px;
  display: flex;
  flex-wrap: nowrap;
}

.pricing_date {
  color: #676767;
  width: 150px;
}

.pricing_value {
  color: #1a235f;
}

.main_section_cp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.calendar_block {
  flex: 0 1 50%;
  height: 200px;
}

.calendar_title {
  font-size: 28px;
  padding-bottom: 15px;
}

.calendar_text {
  color: #676767;
  padding-bottom: 30px;
}

.main_photo_block {
  flex: 0 1 50%;
  height: 350px;
}

.main_photo_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: #504d4d solid 1px;
}

.other_caravan_photos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}

.caravan_photo {
  flex: 0 1 20%;
  height: 140px;
  padding: 2px;
}

.caravan_photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: #504d4d solid 1px;
}

@-webkit-keyframes rent {
  0% {
    left: -150%;
  }
  100% {
    left: 25%;
  }
}

@keyframes rent {
  0% {
    left: -150%;
  }
  100% {
    left: 25%;
  }
}
@-webkit-keyframes a_caravan {
  0% {
    left: -150%;
  }
  100% {
    left: 30%;
  }
}
@keyframes a_caravan {
  0% {
    left: -150%;
  }
  100% {
    left: 30%;
  }
}
@-webkit-keyframes link_make {
  0% {
    bottom: 150%;
  }
  70% {
    bottom: 0;
  }
  90% {
    bottom: 10%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes link_make {
  0% {
    bottom: 150%;
  }
  70% {
    bottom: 0;
  }
  90% {
    bottom: 10%;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes grey_title {
  0% {
    left: 150%;
  }
  100% {
    left: 100px;
  }
}
@keyframes grey_title {
  0% {
    left: 150%;
  }
  100% {
    left: 100px;
  }
}
@-webkit-keyframes pink_title {
  0% {
    left: -150%;
  }
  100% {
    left: 300px;
  }
}
@keyframes pink_title {
  0% {
    left: -150%;
  }
  100% {
    left: 300px;
  }
}
@media (max-width: 1280px) {
  .caravan_img {
    height: 170px;
  }
  .caravan_icon {
    padding-right: 5px;
  }
  .main_photo_block {
    height: 300px;
  }
  .caravan_photo {
    height: 120px;
  }
}
@media (max-width: 991.98px) {
  .caravan_img {
    height: 150px;
    font-size: 30px;
  }
}
.accessories__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accessory__item {
  flex: 0 1 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  position: relative;
}

.accessory_block {
  padding: 5px;
  margin: 5px;
  height: 100%;
  cursor: pointer;
}

.accessory_img {
  height: 210px;
  overflow: hidden;
}

.accessory_img img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accessory_info {
  padding: 20px 10px 10px 10px;
}

.accessory_title {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a235f;
}

.accessory_characteristics {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a235f;
}

.accessory_icon {
  flex: 0 1 auto;
  padding-right: 10px;
  font-size: 32px;
}

.accessory_count {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}
.accessory_count .accessory_order_count {
  width: 80px;
  height: 20px;
  position: relative;
}
.accessory_count .accessory_order_count input::-webkit-outer-spin-button,
.accessory_count .accessory_order_count input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.accessory_count .accessory_order_count .plus {
  position: absolute;
  right: 5px;
  top: -2px;
  font-size: 16px;
  background: transparent;
}
.accessory_count .accessory_order_count .minus {
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 16px;
  height: 6px;
  margin-bottom: 0;
  background: transparent;
}
.accessory_count .form-control {
  margin-top: -5px;
  height: calc(2rem + 2px);
}
.accessory_count .accessory_amount {
  margin-top: 10px;
  flex: 0 1 50%;
  text-align: end;
}

.accessory_beds {
  flex: 0 1 33.33%;
}

.accessory_weight {
  flex: 0 1 33.33%;
}

.accessory_size {
  flex: 0 1 33.33%;
  display: flex;
}

.accessory_info .accessory_price {
  padding-top: 15px;
  text-align: left;
  color: #676767;
  line-height: 1.3;
  font-size: 20px;
}

.accessory_info .accessory_price span {
  color: #60b769;
}

.accessory_description {
  display: flex;
  padding-top: 30px;
}

.choose_accessory {
  box-shadow: 3px 3px 8px #aaaaaa;
}

.header {
  height: 60px;
  background-color: #f6feff;
}

.header a {
  color: #676767;
}

.header button {
  color: #676767;
}

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__container .header__logo, .header__container .header__login {
  padding: 5px 0 0 0;
}

.header__logo {
  display: flex;
  z-index: 5;
}

.header__login {
  display: flex;
  align-items: center;
}

.header .header__login {
  font-size: 18px;
}

.header__bottom {
  display: flex;
  align-items: center;
}

.icon__login {
  display: flex;
  align-items: center;
  z-index: 5;
}

.icon__logout {
  display: inline-block;
  background-color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.material-symbols-outlined {
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 0 5px;
  color: #504d4d;
}

.icon__menu {
  position: relative;
  left: 10px;
  flex: 0 0 25px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.icon__menu::before,
.icon__menu::after {
  content: "";
  background-color: #504d4d;
  height: 2px;
}

.icon__menu span {
  height: 2px;
  background-color: #504d4d;
}

.close-icon__menu {
  position: relative;
  left: 10px;
  flex: 0 0 25px;
  height: 30px;
}

.close-icon__menu::before,
.close-icon__menu::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #504d4d;
  height: 2px;
}

.close-icon__menu::after {
  transform: rotate(45deg);
}

.close-icon__menu::before {
  transform: rotate(-45deg);
}

.close-icon__menu {
  display: none;
}

.header__menu {
  position: relative;
}

.menu__body {
  position: absolute;
  top: -550px;
  right: -50px;
  width: 350px;
  background-color: #ffffff;
  z-index: 10;
  transition: top 0.4s ease 0s;
}

.menu__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

.menu__item {
  display: flex;
  padding: 15px 0;
  color: #676767;
}

.menu__login {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}

.menu__item:first-child {
  padding: 50px 0 15px 0;
}

.menu__item:last-child {
  padding: 15px 0 35px 0;
  border-bottom: solid 1px;
}

.menu_line {
  border-bottom: solid 1px;
}

.header__container:target .menu__body {
  top: -20px;
  padding: 30px 30px 20px 30px;
}

.header__container:target .icon__menu {
  display: none;
}

.header__container:target .close-icon__menu {
  display: flex;
  z-index: 11;
}

.user_input_icon {
  display: flex;
  justify-content: space-between;
}

.icon__logout {
  flex: 0 1 50%;
  align-items: center;
}

.user_name_icon {
  flex: 0 1 50%;
  align-items: center;
}

.user_name_icon p {
  position: relative;
  display: inline-block;
  top: -5px;
  font-size: 14px;
}

.menu__login .icon__logout {
  padding-top: 3px;
}

@media (max-width: 1280px) {
  ._container {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
.footer {
  font-size: 14px;
  font-weight: 400;
  color: #676767;
}

.footer a {
  color: #676767;
}

.footer__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}

.footer_column {
  flex: 0 1 25%;
  padding: 0 20px;
}

.footer_column:first-child {
  padding: 0 20px 0 0;
}

.column_title {
  font-weight: 600;
  font-size: 16px;
}

.footer_column > ul > li {
  padding: 5px 0 5px 0;
}

.social__item-footer {
  font-size: 32px;
  padding: 10px 15px;
}

.end_footer {
  border-top: #0a0e14 1px solid;
  padding: 15px 0 0 0;
  height: 70px;
  text-align: center;
}

.title_view {
  padding: 50px 0 20px 0;
  font-size: 28px;
}

.reservation_line {
  padding: 10px 0 0 0;
}

.line_box {
  display: flex;
  border: 1px solid #d0d0d0;
  box-shadow: 3px 3px 3px #dadada;
}

.step_of_reservation {
  flex: 0 1 25%;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-right: 2px solid #a9a9a9;
  position: relative;
}

.step_of_reservation:last-child {
  border-right: none;
}

.confirm_step {
  height: 25px;
  width: 25px;
  font-size: 26px;
  color: #b9eca5;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 2px solid #32c432;
  border-radius: 20px;
}

.confirm_step i {
  z-index: 5;
  position: relative;
  color: #32c432;
  top: -5px;
  right: -1px;
}

.active_step {
  background-color: #1a235f;
  color: #fff;
}

#calendar_table {
  display: flex;
}

#calendar_short {
  display: flex;
}

.shell_calendar {
  display: flex;
  width: 100%;
}

.navigation_calendar {
  flex: 0 1 25px;
  display: flex;
  cursor: pointer;
  background-color: #f5f5f5;
}

.navigation_calendar:hover {
  background-color: #eaeaea;
  box-shadow: 0 0 3px #d9d9d9;
}

.navigation_calendar > span {
  margin-bottom: auto;
  margin-top: auto;
  font-size: 26px;
}

.navigation_calendar_short_start {
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: -14px;
}

.navigation_calendar_short_start span {
  padding: 0 5px;
  font-size: 38px;
  color: #b7b6b6;
}

.navigation_calendar_short_end span {
  padding: 0 5px;
  font-size: 38px;
  color: #b7b6b6;
}

.navigation_calendar_short_end {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: -14px;
}

.calendar_table {
  flex: 1 1 auto;
  display: flex;
}

.calendar_short {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
}

.part_calendar {
  flex: 0 1 25%;
  width: 100%;
}

.part_calendar_short {
  flex: 0 1 50%;
  width: 100%;
  padding: 0 15px 0 0;
}

.part_calendar_short:last-child {
  padding: 0 15px 0 15px;
}

.calendar {
  border-collapse: collapse;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

/* Заголовок */
.calendar th {
  text-align: center;
  width: 38px;
  height: 32px;
  color: #000000;
  font-weight: 400;
  color: #676767;
}

/* Заголовок праздника */
.calendar th.holiday {
  color: #FF0000;
}

.calendar_center {
  margin: 30px 0;
  border-left: 1px solid #b7b6b6;
}

/* Ячейка дня */
.calendar td {
  text-align: center;
  width: 20px;
  height: 25px;
  cursor: pointer;
  font-size: 14px;
}

/* Затемненный день */
.calendar td.grayed {
  background: #F0F0F0;
  cursor: auto;
}

/* Выбранный день */
.calendar td.today {
  background: #b9eca5;
  border-radius: 20px;
}

.calendar td.selected {
  background: #90c2e0;
  border-radius: 15px;
}

/* Праздничный день */
.calendar td.holiday {
  color: #FF0000;
}

.calendar td.old_date {
  color: #a8a8a8;
}

.calendar td.reserved {
  color: #a8a8a8;
  text-decoration: line-through;
  cursor: no-drop;
}

/* Кнопки навигации */
.calendar td.navigation_of_month {
  text-align: center;
  border: 0 none;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
  padding-bottom: 15px;
}

.part_calendar_short .navigation_of_month {
  position: relative;
}

.continue_buttons {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.continue_button {
  padding: 15px;
}

.choose_caravan {
  box-shadow: 3px 3px 8px #aaaaaa;
}

.reservation__section .caravan_block {
  cursor: pointer;
}

.data__block {
  margin: 20px 0;
  box-shadow: 2px 2px 5px #cccccc;
  border-radius: 20px;
}

.block_title {
  font-size: 20px;
  padding: 20px 20px 10px 20px;
}

.personal_data {
  display: flex;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
}

.section_data {
  flex: 0 1 33.33%;
  width: 100%;
}

.input_block {
  padding-top: 20px;
  display: flex;
}

.input_title {
  flex: 0 1 25%;
  padding-top: 10px;
}

.input_user {
  flex: 0 1 65%;
  padding-right: 20px;
}

.title_order {
  padding: 15px 0;
  display: flex;
}

.order_section_title {
  flex: 0 1 15%;
  padding-left: 50px;
}

.order_section_line {
  flex: 0 1 80%;
  border-top: 2px dotted #1a235f;
  height: 100%;
  margin-top: 10px;
  margin-left: 20px;
}

.fool_line {
  border-top: 2px dotted #1a235f;
}

.caravan_order_block {
  display: flex;
  padding: 20px 0;
}

.caravan_order_img {
  flex: 0 1 50%;
  height: 210px;
  overflow: hidden;
  padding: 0 50px;
}

.caravan_order_img img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.caravan_order_data {
  flex: 0 1 50%;
}
.caravan_order_data .order_title {
  padding: 30px 0 10px 0;
  font-size: 22px;
  font-weight: 700;
}
.caravan_order_data .data_of_order {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0;
}
.caravan_order_data .data_of_order .title_data {
  flex: 0 1 25%;
}
.caravan_order_data .data_of_order .data_data {
  padding: 0 10px;
}
.caravan_order_data .data_of_order .data_data span {
  font-weight: 700;
}
.caravan_order_data .data_of_order [type=number]::-webkit-outer-spin-button,
.caravan_order_data .data_of_order [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.accessory_section_line {
  display: flex;
  width: 70%;
  border-top: 2px dotted #1a235f;
  margin-left: 20%;
}

.accessory_section_line:last-child {
  display: none;
}

.accessory_order_block {
  display: flex;
  padding: 20px 0;
}

.accessory_order_img {
  flex: 0 1 50%;
  height: 200px;
  overflow: hidden;
  padding: 0 100px 0 250px;
}

.accessory_order_img img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accessory_order_data {
  flex: 0 1 50%;
}
.accessory_order_data .order_title {
  padding: 30px 0 10px 0;
  font-size: 22px;
  font-weight: 700;
}
.accessory_order_data .data_of_order {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0;
}
.accessory_order_data .data_of_order .title_data {
  flex: 0 1 25%;
}
.accessory_order_data .data_of_order .data_data {
  padding: 0 10px;
}
.accessory_order_data .data_of_order .data_data .accessory_order_count {
  width: 80px;
  height: 20px;
  position: relative;
}
.accessory_order_data .data_of_order .data_data .accessory_order_count input::-webkit-outer-spin-button,
.accessory_order_data .data_of_order .data_data .accessory_order_count input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.accessory_order_data .data_of_order .data_data .accessory_order_count .plus {
  z-index: 5;
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 16px;
  background: transparent;
}
.accessory_order_data .data_of_order .data_data .accessory_order_count .minus {
  z-index: 5;
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 16px;
  height: 6px;
  margin-bottom: -4px;
  background: transparent;
}
.accessory_order_data .data_of_order .data_data .form-control {
  margin-top: -5px;
  height: calc(2rem + 2px);
}
.accessory_order_data .data_of_order .data_data span {
  font-weight: 700;
}

.promo_code_data__block .order_section {
  display: flex;
}

.data_section {
  flex: 60%;
  display: flex;
  padding: 20px 0 20px 20px;
}
.data_section .title_promo_code {
  flex: 20%;
  padding-top: 10px;
}
.data_section .input_promo_code {
  flex: 50%;
  padding: 0 20px;
}
.data_section .button_promo_code {
  flex: 30%;
  padding-left: 25px;
}

.percent_section {
  flex: 40%;
}
.percent_section .promo_code {
  color: #60b769;
  padding: 18px 0 20px 20px;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
.percent_section .error_promo_code {
  color: #b92626;
  padding: 23px 0 20px 20px;
  font-size: 24px;
  text-align: center;
}

.notes_data__block .block_title span {
  padding-left: 70%;
  color: #60b769;
  text-align: end;
}
.notes_data__block .notes_button a {
  pointer-events: none;
}
.notes_data__block .notes_button {
  text-align: right;
}

.notes_data__block .order_section {
  padding: 20px;
}

.order_section .form-control-textarea {
  height: 100px;
}

.checkout_data__block .checkout_data {
  padding: 20px 120px;
  font-size: 18px;
}
.checkout_data__block .checkout_data .main_product {
  display: flex;
  line-height: 1.75;
}
.checkout_data__block .checkout_data .main_product .main_product_title {
  flex: 70%;
}
.checkout_data__block .checkout_data .main_product .main_product_price {
  flex: 30%;
}
.checkout_data__block .checkout_data .main_product .main_product_price span {
  font-weight: 700;
}
.checkout_data__block .checkout_data .accessory {
  display: flex;
  line-height: 1.75;
}
.checkout_data__block .checkout_data .accessory .accessory:last-child {
  padding: 10px;
}
.checkout_data__block .checkout_data .accessory .accessory_product_title {
  padding-left: 15px;
  flex: 70%;
}
.checkout_data__block .checkout_data .accessory .accessory_product_price {
  flex: 30%;
}
.checkout_data__block .checkout_data .accessory .accessory_product_price span {
  font-weight: 700;
}
.checkout_data__block .checkout_data .fool_line {
  margin-top: 10px;
}
.checkout_data__block .checkout_data .promo_code_product {
  display: flex;
  padding-top: 10px;
  line-height: 1.75;
  color: #32c432;
  font-weight: 700;
}
.checkout_data__block .checkout_data .promo_code_product .promo_code_title {
  padding-left: 15px;
  flex: 55%;
}
.checkout_data__block .checkout_data .promo_code_product .promo_code_percent {
  flex: 15%;
}
.checkout_data__block .checkout_data .promo_code_product .promo_code_price {
  flex: 30%;
}
.checkout_data__block .checkout_data .total_amount {
  padding-top: 15px;
}
.checkout_data__block .checkout_data .total_amount .without_promo {
  font-weight: 700;
  width: 100%;
  padding-left: 70%;
  color: #b7b6b6;
  text-decoration: line-through;
}
.checkout_data__block .checkout_data .total_amount .without_promo span {
  font-weight: 700;
}
.checkout_data__block .checkout_data .total_amount .hidden {
  display: none;
}
.checkout_data__block .checkout_data .total_amount .final_amount {
  display: flex;
  line-height: 1.75;
}
.checkout_data__block .checkout_data .total_amount .final_amount_title {
  flex: 70%;
  padding-left: 55%;
  padding-top: 2px;
}
.checkout_data__block .checkout_data .total_amount .final_amount_price {
  flex: 30%;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}
.checkout_data__block .checkout_data .total_amount .final_price_text {
  padding-left: 5px;
}
.checkout_data__block .checkout_data .total_amount .with_promo_code {
  color: #60b769;
}

.deal_data {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #676767;
}
.deal_data .deal_string {
  padding-top: 5px;
}
.deal_data .deal_string .checkbox {
  float: left;
}
.deal_data .deal_string .terms_service {
  padding-left: 30px;
  font-size: 16px;
  position: relative;
  top: -8px;
  z-index: -1;
}
.deal_data .checkbox-other2 {
  width: 30px;
  display: block;
  margin: 0 0 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.deal_data .checkbox-other2 input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.deal_data .checkbox-other2 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px;
}
.deal_data .checkbox-other2 span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/form_icons/checkbox-3.png) 0 0 no-repeat;
}
.deal_data .checkbox-other2 input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.deal_data .checkbox-other2 input[type=checkbox]:checked + span:after {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 4px;
  top: -5px;
  background: url(/images/form_icons/checkbox-4.png) 0 0 no-repeat;
  opacity: 1;
}
.deal_data .focused span:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.deal_data .checkbox-other2 span:hover:after {
  filter: brightness(110%);
}
.deal_data .checkbox-other2 span:active:before,
.deal_data .checkbox-other span:active:after {
  filter: brightness(80%);
}
.deal_data .checkbox-other2 input[type=checkbox]:disabled + span {
  color: #666;
  cursor: default;
}
.deal_data .checkbox-other2 input[type=checkbox]:disabled + span:before,
.deal_data .checkbox-other2 input[type=checkbox]:disabled + span:after {
  filter: grayscale(100%);
  opacity: 0.6;
}

.login__section ._container {
  background-color: #fff;
}

.register__section ._container {
  background-color: #fff;
}

.auth_user {
  padding: 60px 30px 50px 30px;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.register_user {
  padding: 60px 30px 50px 30px;
  margin-right: auto;
  margin-left: auto;
}

.title {
  font-size: 24px;
  padding: 0 0 20px 0;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

textarea:focus, input:focus {
  outline: none !important;
  border: 2px solid #a7ccf3;
  box-shadow: 0 0 10px #c5c5c5;
}

.col-form-label {
  flex: 0 1 25%;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  padding: 0 10px 0 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input {
  flex: 0 1 75%;
}

.text-line-info {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 0 0;
}

.text-info {
  font-size: 20px;
  padding: 0 20px 0 0;
}

.line-info {
  flex: 1 1 75%;
  width: 100%;
  border-top: solid 2px #1a235f;
  position: relative;
  left: 0;
  top: 8px;
}

.register-column {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.register-column:nth-child(2) {
  padding-right: 0;
  padding-left: 20px;
}

.register-section .form-control {
  min-width: 300px;
}

.register-section {
  display: flex;
  padding: 15px 0;
}

.form-check {
  text-align: end;
}

nav ul ul {
  display: none;
  position: absolute;
  right: 0;
}

/* отображаем выпадающий список при наведении */
nav ul li:hover > ul {
  display: inherit;
}

/* первый уровень выпадающего списка */
nav ul ul li {
  min-width: 50px;
  float: none;
  display: list-item;
  position: relative;
}

.menu__link img {
  width: 25px;
  height: auto;
}

.lang_select img {
  width: 25px;
  height: auto;
}

.checkbox-other2 {
  display: block;
  margin: 0 0 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}

.checkbox-other2 input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.checkbox-other2 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px;
}

.checkbox-other2 span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/form_icons/checkbox-3.png) 0 0 no-repeat;
}

.checkbox-other2 input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}

.checkbox-other2 input[type=checkbox]:checked + span:after {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 4px;
  top: -5px;
  background: url(/images/form_icons/checkbox-4.png) 0 0 no-repeat;
  opacity: 1;
}

.focused span:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.checkbox-other2 span:hover:after {
  filter: brightness(110%);
}

.checkbox-other2 span:active:before,
.checkbox-other span:active:after {
  filter: brightness(80%);
}

.checkbox-other2 input[type=checkbox]:disabled + span {
  color: #666;
  cursor: default;
}

.checkbox-other2 input[type=checkbox]:disabled + span:before,
.checkbox-other2 input[type=checkbox]:disabled + span:after {
  filter: grayscale(100%);
  opacity: 0.6;
}

.invalid-feedback {
  position: relative;
  top: 10px;
  color: red;
}

.is-invalid {
  outline: none !important;
  border: 2px solid #d24949;
}

.is-invalid:focus, .is-invalid:focus {
  outline: none !important;
  border: 2px solid #ff2020;
  box-shadow: 0 0 10px #c5c5c5;
  z-index: 10;
}

.form-group {
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #c5c5c5;
  background-color: rgba(87, 203, 87, 0.63);
  width: 350px;
  height: 100px;
  -webkit-animation-name: popup_message;
          animation-name: popup_message;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  font-size: 18px;
  line-height: 1.3;
}

.form-group-danger {
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #c5c5c5;
  background-color: rgba(159, 26, 26, 0.63);
  color: #fff;
  width: 350px;
  height: 100px;
  -webkit-animation-name: popup_message;
          animation-name: popup_message;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  font-size: 18px;
  line-height: 1.3;
}

.alert-message {
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #c5c5c5;
  background-color: rgba(143, 220, 143, 0.63);
  width: 350px;
  height: 100px;
  -webkit-animation-name: popup_message;
          animation-name: popup_message;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  font-size: 18px;
  line-height: 1.3;
}

.error {
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #c5c5c5;
  background-color: rgba(196, 67, 67, 0.63);
  width: 350px;
  height: 100px;
  -webkit-animation-name: popup_message;
          animation-name: popup_message;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  font-size: 18px;
  line-height: 1.3;
}

@-webkit-keyframes popup_message {
  0% {
    display: block;
    top: -150px;
  }
  20% {
    top: 50px;
  }
  75% {
    top: 50px;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes popup_message {
  0% {
    display: block;
    top: -150px;
  }
  20% {
    top: 50px;
  }
  75% {
    top: 50px;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
