
.kr-flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kr-flex-2 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.kr-flex-3 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.kr-banner-9 {
  background: url("../img/banner9/background.png") center/cover no-repeat;
  color: #fff;
  font-family: "Open Sans";
  margin-bottom: 75px;
}

.kr-banner-9-content {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.kr-banner-9-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 95px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 6px;
  max-width: 150px;
}

.kr-banner-9-title img {
  width: 170px;
  position: absolute;
  top: -12px;
  left: -28px;
  z-index: 0;
}

.kr-banner-9-title-text {
  position: relative;
  z-index: 1;
}

.kr-banner-9-list {
  padding-top: 17px;
  padding-bottom: 12px;
  padding-left: 100px;
  max-width: 305px;
}

.kr-banner-9-item {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  min-height: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.kr-banner-9-item + .kr-banner-9-item {
  margin-top: 25px;
}

.kr-banner-9-free {
  width: 34px;
  height: 15px;
  border-radius: 3px;
  background-color: #de5013;
  display: inline-block;
  padding-left: 2px;
  text-transform: uppercase;
}

.kr-banner-9-item img {
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

.kr-banner-9-item-text {
  display: table-cell;
}

.kr-banner-9-close {
  width: 24px;
  height: 24px;
  border: none;
  background: url("../img/banner9/close_icon.svg") center/24px no-repeat;
  position: absolute;
  top: -12px;
  right: -24px;
  cursor: pointer;
}

.kr-banner-9-btn {
  position: absolute;
  width: 250px;
  height: 46px;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #dd4f13 0%, #ea7d13 100%);
  border: none;
  border-top: 1px solid #f4be89;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  z-index: 0;
  cursor: pointer;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 45px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}

.kr-banner-9-btn:before {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-image: linear-gradient(0deg, #de5013 0%, #ea7d13 100%);
  border-radius: 3px;
  position: absolute;
  display: block;
  content: " ";
}

.kr-banner-9-btn:hover:before {
  background-image: linear-gradient(0deg, #e57342 0%, #e78947 100%);
}

.kr-banner-9-btn:after {
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0;
  background-color: #c90021;
  border-radius: 3px;
  position: absolute;
  display: block;
  content: " ";
  z-index: -2;
  -webkit-box-shadow: 0px 10px 8px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 10px 8px rgba(0,0,0,0.36);
  box-shadow: 0px 10px 8px rgba(0,0,0,0.36); 
}

.kr-banner-9-btn-icon {
  display: block;
  width: 24px;
  height: 28px;
  background: url("../img/banner9/pay_subscription_icon.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.kr-banner-9-ball {
  position: absolute;
  width: 38px;
  bottom: -18px;
  left: -95px;
}

.kr-banner-9-ball img {
  width: 100%;
}

.kr-banner-9-sticks {
  position: absolute;
  height: 100px;
  top: -38px;
  right: -116px;
}

.kr-banner-9-sticks img {
  height: 100%;
}

/* Новые стили для модалки здесь */

.fancy-nodisplay .fancybox-container {
  display: none!important;
}

.kr-nodisplay-desc {
  display: none;
}

body.fancy-scrollable {
  overflow: auto;
}

@media (max-width: 991px) {
  body.fancy-scrollable {
    overflow: hidden;
  }

  .kr-banner-9 {
    display: none;
  }

  .kr-nodisplay-desc {
    display: block;
  }

  .kr-popup-banner9 {
    width: 276px;
    padding: 0;
    padding-bottom: 22px;
    border-radius: 3px;
    overflow: visible;
    margin-top: 10px;
  }

  .kr-popup-banner9-title {
    background-image: linear-gradient(136deg, #c10538 0%, #370095 100%);
    position: relative;
    padding-top: 22px;
    padding-left: 110px;
    padding-bottom: 28px;
    border-radius: 3px 3px 0 0;
  }

  .kr-popup-banner9-title img {
    position: absolute;
    width: 110px;
    top: -10px;
    left: 25px;
    z-index: 0;
  }

  .kr-popup-banner9-title-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 1;
  }

  .kr-popup-banner9-list {
    padding-left: 70px;
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .kr-popup-banner-9-item {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 30px;
  }

  .kr-popup-banner-9-item img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
  }

  .kr-popup-banner-9-item-text {
    font-size: 12px;
    color: #252525;
    font-weight: 400;
    line-height: 1.2;
  }

  .kr-popup-banner9 .kr-banner-9-free {
    color: #fff;
    padding-left: 3px;
    padding-top: 1px;
    font-weight: bold;
  }

  .kr-popup-banner9-btn {
    display: inline-block;
    position: relative;
    bottom: unset;
  }

  .kr-popup-banner9-btn:before {
    background-image: linear-gradient(0deg, #dd4f13 0%, #ea7d13 100%);
  }

  .kr-popup-banner9 .fancybox-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff url(../img/popup9-bright/close_icon_black.svg) center/10px no-repeat;
    opacity: 1;
    border: none;
    top: 50%;
    right: -11px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  }

  .kr-popup-banner9 .fancybox-button svg {
    display: none;
  }
}


/* Светлый баннер */

.kr-flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kr-flex-2 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.kr-flex-3 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.kr-banner9-section-w {
  padding-bottom: 30px;
  padding-top: 30px;
}

.kr-banner-9-w {
  background-image: linear-gradient(0deg, #e6f5fc 0%, #ffffff 60%);
  color: #202020;
  margin-bottom: 20px;
  position: relative;
}

.kr-banner-9-content-w {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.kr-banner-9-title-w {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  padding-left: 40px;
  max-width: 180px;
  font-family: 'Open Sans', sans-serif;
}

.kr-banner-9-title-w img {
  width: 170px;
  position: absolute;
  top: -6px;
  left: 6px;
  z-index: 0;
}

.kr-banner-9-title-text-w {
  position: relative;
  z-index: 1;
}

.kr-banner-9-list-w {
  padding-top: 17px;
  padding-bottom: 12px;
  padding-left: 95px;
  max-width: 300px;
}

.kr-banner-9-item-w {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  min-height: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.kr-banner-9-item-w + .kr-banner-9-item-w {
  margin-top: 25px;
}

.kr-banner-9-free-w {
  width: 34px;
  height: 15px;
  text-transform: uppercase;
  color: #f3722d;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.kr-banner-9-item-w img {
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

.kr-banner-9-item-text-w {
  display: table-cell;
}

.kr-banner9-under-text-w {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  text-align: center;
}

.kr-banner-9-btn-w {
  position: absolute;
  width: 198px;
  height: 37px;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #dd4f13 0%, #ea7d13 100%);
  border: none;
  border-top: 1px solid #f4be89;
  color: #ffffff;
  font-weight: 600;
  z-index: 0;
  cursor: pointer;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 36px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 37px;
}

.kr-banner-9-btn-w:before {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-image: linear-gradient(0deg, #de5013 0%, #ea7d13 100%);
  border-radius: 3px;
  position: absolute;
  display: block;
  content: " ";
}

.kr-banner-9-btn-w:hover:before {
  background-image: linear-gradient(0deg, #e57342 0%, #e78947 100%);
}

.kr-banner-9-btn-w:after {
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0;
  background-color: #c90021;
  border-radius: 3px;
  position: absolute;
  display: block;
  content: " ";
  z-index: -2;
  -webkit-box-shadow: 0px 10px 8px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 10px 8px rgba(0,0,0,0.36);
  box-shadow: 0px 10px 8px rgba(0,0,0,0.36); 
}

.kr-banner-9-btn-icon-w {
  display: block;
  width: 19px;
  height: 22px;
  background: url("../img/banner9-white/pay_subscription_icon.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fancy-nodisplay .fancybox-container {
  display: none!important;
}

.kr-nodisplay-desc {
  display: none;
}

body.fancy-scrollable {
  overflow: auto;
}

@media (max-width: 991px) {
  body.fancy-scrollable {
    overflow: hidden;
  }

  .kr-banner9-section-w {
    display: none;
  }

  .kr-nodisplay-desc {
    display: block;
  }

  .kr-popup-banner9-w {
    width: 276px;
    padding: 0;
    padding-bottom: 22px;
    border-radius: 3px;
    overflow: visible;
    margin-top: 10px;
  }

  .kr-popup-banner9-title-w {
    background: none;
    position: relative;
    padding-top: 22px;
    padding-left: 110px;
    padding-bottom: 28px;
    border-radius: 3px 3px 0 0;
  }

  .kr-popup-banner9-title-w img {
    position: absolute;
    width: 110px;
    top: -10px;
    left: 25px;
    z-index: 0;
  }

  .kr-popup-banner9-title-text-w {
    font-size: 14px;
    color: #252525;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 1;
  }

  .kr-popup-banner9-list-w {
    padding-left: 70px;
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .kr-popup-banner-9-item-w {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 30px;
  }

  .kr-popup-banner-9-item-w img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
  }

  .kr-popup-banner-9-item-text-w {
    font-size: 12px;
    color: #252525;
    font-weight: 400;
    line-height: 1.2;
  }

  .kr-popup-banner9-w .kr-banner-9-free-w {
    color: #fff;
    padding-left: 3px;
    padding-top: 1px;
    font-weight: bold;
    background-color: #de5013;
    display: inline-block;
    border-radius: 3px;
  }

  .kr-popup-banner9-btn-w {
    display: inline-block;
    position: relative;
    bottom: unset;
    width: 250px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    padding-left: 44px;
  }

  .kr-popup-banner9-btn-w:before {
    background-image: linear-gradient(0deg, #dd4f13 0%, #ea7d13 100%);
  }

  .kr-banner-9-btn-icon-w {
    width: 24px;
    height: 28px;
  }

  .kr-popup-banner9-w .fancybox-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f4f4f4 url(../img/banner9-white/close_icon_black.svg) center/10px no-repeat;
    opacity: 1;
    border: none;
    top: 50%;
    right: -11px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  }

  .kr-popup-banner9-w .fancybox-button svg {
    display: none;
  }
}


/* Модальное окно */

.kr-popup-promote-business {
  width: 700px;
  max-width: 90%;
  color: #000000;
  font-family: "Open Sans";
  padding: 25px;
  border-radius: 3px;
  overflow: visible;
}

.kr-promote-business-container {
  display: flex;
  display: -webkit-flex;
}

.kr-promote-business-img {
  width: 53%;
}

.kr-promote-business-img img {
  width: 100%;
}

.kr-promote-business-content {
  width: 47%;
  padding-left: 52px;
}

.kr-promote-business-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 20px;
}

.kr-promote-business-btn {
  width: 191px;
  height: 38px;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #dd4f13 0%, #ea7d13 100%);
  border: none;
  border-top: 1px solid #f4be89;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  z-index: 0;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-top: 28px;
  margin-bottom: 28px;
}

.kr-promote-business-btn:before {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-image: linear-gradient(0deg, #de5013 0%, #ea7d13 100%);
  border-radius: 3px;
  position: absolute;
  display: block;
  content: " ";
}

.kr-promote-business-btn:hover:before {
  background-image: linear-gradient(0deg, #e57342 0%, #e78947 100%);
}

.kr-promote-business-btn:after {
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0;
  background-color: #c90021;
  border-radius: 3px;
  position: absolute;
  display: block;
  content: " ";
  z-index: -2;
  -webkit-box-shadow: 0px 10px 8px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 10px 8px rgba(0,0,0,0.36);
  box-shadow: 0px 10px 8px rgba(0,0,0,0.36); 
}

.kr-promote-business-btn-icon {
  display: block;
  width: 16px;
  height: 17px;
  background: url("../img/popup_promote-business/pay_subscription_icon.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
}

.kr-promote-business-link {
  font-size: 14px;
  color: #4e93cd;
  font-weight: 300;
}

.kr-promote-business-ball {
  position: absolute;
  width: 43px;
  height: 43px;
  background: url('../img/popup_promote-business/sphere.png') center/contain no-repeat;
  top: -31px;
  right: 12.29%;
}

.kr-promote-business-sticks {
  position: absolute;
  width: 71px;
  height: 125px;
  background: url('../img/popup_promote-business/sticks.png') center/contain no-repeat;
  bottom: -74px;
  right: 30%;
}

.kr-popup-promote-business .fancybox-button svg {
  display: none;
}

.kr-popup-promote-business .fancybox-button {
  width: 24px;
  height: 24px;
  background: url('../img/icon-cross-white.svg') center/contain no-repeat;
  right: -34px;
}

@media (max-width: 680px) {
  .kr-popup-promote-business {
    max-width: 80%;
  }

  .kr-promote-business-container {
    display: block;
  }

  .kr-promote-business-img,
  .kr-promote-business-content {
    width: 100%;
  }

  .kr-promote-business-content {
    padding-left: 0;
    padding-bottom: 30px;
  }
}


/* Страница ошибки */

.kr-info-block {
  position: relative;
  max-width: 100%;
  width: 800px;
  margin: 110px auto 240px;
  padding-left: 400px;
}

.kr-info-title {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  color: #252525;
  margin-bottom: 22px;
}

.kr-info-img {
  position: absolute;
}

.kr-info-img img {
  width: 100%;
}

.kr-check-img {
  width: 320px;
  top: -30px;
  left: -10px;
}

.kr-card-img {
  width: 267px;
  left: 110px;
  bottom: -190px;
}

.kr-pink-stick-img {
  width: 163px;
  right: -50px;
  top: -55px;
}

.kr-blue-stick-img {
  width: 56px;
  top: -40px;
  left: 80px;
  z-index: -1;
}

.kr-ball-img {
  width: 63px;
  right: 45px;
  bottom: -60px;
}

.kr-info-text {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  color: #252525;
  margin-bottom: 22px;
}

.kr-a {
  text-decoration: none;
  color: #2981b1;
  border-bottom: 1px solid #2981b1;;
}

.kr-go-back {
  position: relative;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
  color: #2981b1;
  margin-left: 30px;
}

.kr-go-back:before {
  position: absolute;
  left: -30px;
  content: " ";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/error-page/back_icon.svg);
}

@media (max-width: 800px) {
  .kr-info-block {
    padding-left: 0;
    width: 250px;
    margin: 0 auto;
    text-align: center;
  }

  .kr-info-title {
    font-size: 16px;
  }

  .kr-check-img {
    position: static;
    width: 220px;
    margin-left: -10px;
    padding-top: 10px;
  }

  .kr-card-img {
    width: 180px;
    left: 80px;
    bottom: 90px;
  }

  .kr-blue-stick-img {
    width: 40px;
    top: 45px;
    left: 60px;
  }

  .kr-pink-stick-img,
  .kr-ball-img {
    display: none;
  }

  .kr-info-text {
    margin-top: 60px;
    font-size: 12px;
  }

  .kr-a {
    font-size: 12px;
  }
}


/* Попап окна бронирования */

.daterangepicker {
  z-index: 99999;
}


.kr-reservation-table {
  width: 510px;
  max-width: 100%;
  border-radius: 3px;
  padding: 10px 25px 25px;
  font-family: "Open Sans";
  overflow: initial;
  background-image: url(../img/popup_reservation/reserved.png);
  background-position: bottom right 25px;
  background-repeat: no-repeat;
  background-size: 184px;
}

.kr-reservation-table .fancybox-button svg {
  display: none;
}

.kr-reservation-table .fancybox-button {
  width: 24px;
  height: 24px;
  background: url('../img/icon-cross-white.svg') center/contain no-repeat;
  right: -34px;
}

.kr-reservation-table form {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.kr-reservation-table-info {
  font-size: 12px;
  color: #e16c19;
  font-weight: 700;
  margin-bottom: 18px;
}

.kr-reservation-table-element {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.kr-reservation-table-element-left {
  width: 260px;
  margin-right: 10px;
}

.kr-reservation-table-element-right {
  width: 190px;
}

.kr-reservation-table label {
  font-size: 12px;
  color: #252525;
  font-weight: 300;
  position: absolute;
  left: 30px;
  top: -7px;
}

.kr-reservation-table label:before {
  display: block;
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -18px;
  top: 1px;
}

.kr-reservation-table-star {
  font-size: 12px;
  color: #e16c19;
  font-weight: 700;
}

.kr-reservation-table input {
  border: none;
  outline: none;
  line-height: 25px;
  font-size: 12px;
  height: 35px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1); 
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
  color: #252525;
}

.kr-reservation-table input:-webkit-autofill, 
.kr-reservation-table input:-webkit-autofill:hover, 
.kr-reservation-table input:-webkit-autofill:focus, 
.kr-reservation-table input:-webkit-autofill:active {
    -webkit-text-fill-color: #252525;
}

.kr-reservation-table-date-label:before {
  background-image: url(../img/popup_reservation/date.svg);
}

.kr-reservation-table-date {
  background-image: url(../img/icon-select-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: bottom 10px right 10px;
  padding-right: 30px;
}

.kr-reservation-table-name-label:before {
  background-image: url(../img/popup_reservation/name.svg);
}

.kr-reservation-table-phone-label:before {
  background-image: url(../img/popup_reservation/phone.svg);
}

.kr-reservation-table-amount-label:before {
  background-image: url(../img/popup_reservation/number_of_persons.svg);
}

.kr-reservation-table-comment-label:before {
  background-image: url(../img/popup_reservation/comment.svg);
}

.kr-reservation-table-element-radiogroup {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 30px;
}

.kr-reservation-table input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 30px;
  z-index: 0;
}

.kr-reservation-table input[type=radio] + label,
.kr-reservation-table input[type=checkbox] + label {
  position: relative;
  top: unset;
  left: unset;
  padding-left: 37px;
  margin-right: 35px;
}

.kr-reservation-table input[type=radio] + label:before,
.kr-reservation-table input[type=checkbox] + label:before {
  position: absolute;
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px dashed #b4c5cf;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.kr-reservation-table input[type=radio] + label:hover,
.kr-reservation-table input[type=checkbox] + label:hover {
  cursor: pointer;
}

.kr-reservation-table input[type=radio]:checked + label:before,
.kr-reservation-table input[type=checkbox]:checked + label:before {
  background: url(../img/popup_reservation/active.svg) center no-repeat;
}

.kr-reservation-table input[type=radio] + label:hover:before,
.kr-reservation-table input[type=checkbox] + label:hover:before {
  background-color: #e9f2f7;
  cursor: pointer;
}

.kr-reservation-table-amount-label {
  z-index: 99998;
}

.kr-reservation-table .select2-container--default {
  width: 100%!important;
}

.kr-reservation-table .kr-reservation-table-amount-container {
  border: none;
  outline: none;
  line-height: 25px;
  font-size: 12px;
  height: 35px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1); 
  background-color: #ffffff;
  padding-top: 10px;
  width: 100%;
  color: #252525;
}

.kr-reservation-table .select2-container--default .select2-selection--single .select2-selection__rendered,
.kr-reservation-table .select2-container--default .select2-selection--single {
  padding: 0;
  line-height: 23px;
  height: auto;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.kr-reservation-table .select2-container--default .select2-selection--single {
  padding-left: 10px;
  padding-right: 30px;
  height: 23px;
  background-image: url(../img/icon-select-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: bottom 10px right 10px;
}

.kr-reservation-table .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.kr-reservation-table textarea {
  resize: none;
  border: none;
  outline: none;
  line-height: 1.2;
  font-size: 12px;
  height: 97px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 4.5px rgba(0,0,0,0.1); 
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  color: #252525;
}

.kr-reservation-table-branches-title {
  font-size: 12px;
  color: #252525;
  font-weight: 600;
  margin-top: -6px;
}

.kr-reservation-table-branches-container {
  max-height: 138px;
  background-color: #fff;
  /*overflow: scroll;*/
}

.kr-reservation-table-branches-container label {
  border-bottom: 1px dotted #bfd5de;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 12px;
  color: #505050;
  font-weight: 300;
  display: block;
  width: 440px;
  margin: 0;
}

#kr-reservation-table .kr-reservation-table-branches-container label:before {
  top: 8px;
  transform: none;
}

.kr-reservation-table-branches-city,
.kr-reservation-table-branches-address{
  display: block;
  margin-left: 30px;
  line-height: 1.3;
}

.kr-reservation-table-branches-city {
  position: relative;
}

.kr-reservation-table-branches-city:before {
  background: url(../img/popup_reservation/location.svg) center/contain no-repeat;
  display: block;
  content: " ";
  width: 12px;
  height: 15px;
  position: absolute;
  left: -20px;
}

.kr-reservation-table-branches-address {
  margin-bottom: 5px;
}

.kr-reservation-table-branches-time {
  position: relative;
  margin-left: 30px; 
  color: #2a2a2a;
  margin-right: 9px;
}

.kr-reservation-table-branches-time:before {
  background: url(../img/popup_reservation/time.svg) center/contain no-repeat;
  display: block;
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  left: -20px;
}

.kr-reservation-table-branches-time:after {
  font-size: 20px;
  content: "•";
  position: absolute;
  right: -10px;
  color: #b8c4cd;
}

.kr-reservation-table-branches-opened {
  color: #a5c357;
  font-weight: 700;
  margin-right: 23px;
}

.kr-reservation-table-branches-weekend {
  position: relative;
  margin-left: 30px;
  color: #2a2a2a;
}

.kr-reservation-table-branches-weekend:before {
  background: url(../img/popup_reservation/close.svg) center/contain no-repeat;
  display: block;
  content: " ";
  width: 16px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 0;
}

.kr-reservation-table-branches-weekend strong {
  font-weight: 600;
  margin-right: 5px;
}

.kr-reservation-table + #ascrail2000 {
  width: 2px!important;
  margin-left: 5px!important;
}

.kr-reservation-table + #ascrail2000 .nicescroll-cursors {
  margin-right: -2px!important;
}

.kr-reservation-table-btn {
  margin-top: 16px;
  width: 190px;
  height: 40px;
  border-radius: 3px;
  background-color: #e16c19;
  font-size: 19px;
  color: #ffffff;
  border: none;
  padding-left: 35px;
  background-image: url(../img/popup_reservation/book.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center left 52px; 
  cursor: pointer;
}

.kr-reservation-table-btn:hover {
  background-color: #de5213;
}

@media(max-width: 640px) {
  .kr-reservation-table {
    width: 320px;
    padding: 15px;
    padding-bottom: 35px;
    background-image: none;
  }

  .kr-reservation-table .fancybox-button {
    width: 15px;
    height: 15px;
    padding: 0;
    background: none;
    right: 15px;
    top: 10px;
    background: url(../img/popup_reservation/close_icon_black.svg) center/contain no-repeat;
  }

  .kr-reservation-table-element {
    width: 100%;
    margin-right: 0;
  }

  .kr-reservation-table-element-date,
  .kr-reservation-table-element-name,
  .kr-reservation-table-element-phone {
    order: 1;
  }

  .kr-reservation-table-element-persons {
    order: 2;
    width: 190px;
  }

  .kr-reservation-table-element-smoking,
  .kr-reservation-table-element-comment,
  .kr-reservation-table-branches {
    order: 3;
  }

  .kr-reservation-table-branches-container {
    max-height: unset;
  }

  .kr-reservation-table-branches-container label {
    width: 100%;
  }

  .kr-reservation-table-branches-weekend {
    display: block;
    margin-top: 8px;
  }

  .kr-reservation-table-btn-mobile-outer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*transform: translateX(-50%);
    left: 50%;*/
    text-align: center;
    z-index: 99;
  }

  .kr-reservation-table-btn-mobile-inner {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 6px;
    background-color: #fff;
    border-radius: 3px;
  }

  .kr-reservation-table-btn {
    width: 290px;
    background-position: center left 100px;
    margin-top: 5px;
    display: inline-block;
  }
}

@media (max-width: 320px) {
  .kr-reservation-table-btn-mobile-inner {
    padding-right: 8px;
    padding-left: 8px;
  }
}



/* Модалка соц.сетей */


.kr-popup-social {
  width: 700px;
  color: #000000;
  font-family: "Open Sans";
  padding: 0;
  border-radius: 3px;
  overflow: visible;
}

.kr-popup-social-ball {
  position: absolute;
  width: 43px;
  height: 43px;
  background: url('../img/popup-social/sphere.png') center/contain no-repeat;
  top: -31px;
  right: 86px;
}

.kr-popup-social-sticks {
  position: absolute;
  width: 71px;
  height: 125px;
  background: url('../img/popup-social/sticks.png') center/contain no-repeat;
  bottom: -74px;
  right: 235px;
}

.kr-popup-social .fancybox-button svg {
  display: none;
}

.kr-popup-social .fancybox-button {
  width: 24px;
  height: 24px;
  background: url('../img/icon-cross-white.svg') center/contain no-repeat;
  right: -34px;
}

.kr-popup-img {
  background-image: url('../img/popup-social/top_picture.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.kr-popup-content-block {
  padding: 0 10px 82px;
}

.kr-popup-title {
  font-size: 18px;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 600;
  text-align: center;
  margin-top: 18px;
  line-height: 1.2;
}

.kr-popup-text {
  font-size: 14px;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 300;
  text-align: center;
  margin-top: 12px;
}

.kr-popup-links-block {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.kr-popup-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.kr-tweeter-icon {
  background-image: url('../img/popup-social/ic_46.svg');
}

.kr-in-icon {
  background-image: url('../img/popup-social/ic_48.svg');
}

.kr-facebook-icon {
  background-image: url('../img/popup-social/ic_52.svg');
}

.kr-inst-icon {
  background-image: url('../img/popup-social/ic_54.svg');
}

.kr-vk-icon {
  background-image: url('../img/icon-vk.svg');
}

@media (max-width: 768px) {
  .kr-popup-img {
    background-image: url('../img/popup-social/top_picture_mobile.jpg');
  }

  .kr-popup-social {
    width: 276px;
  }

  .kr-popup-title {
    font-size: 14px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .kr-popup-text {
    font-size: 14px;
  }

  .fancybox-slide--html .fancybox-close-small {
    padding: 0;
  }

  .kr-popup-social .fancybox-button {
    background-image: url('../img/popup-social/close_icon_black.svg');
    width: 10px;
    height: 10px;
    top: unset;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -18px;
  }

  .kr-popup-social .fancybox-button:after {
    position: absolute;
    content: "Close";
    font-size: 14px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 300;
    bottom: -4px;
    left: 20px;
  }

  .kr-popup-social-ball {
    width: 25px;
    height: 25px;
    top: -16px;
    right: 20px;
  }

  .kr-popup-social-sticks {
    width: 50px;
    height: 90px;
    left: 16px;
    bottom: -52px;
  }

  .kr-popup-links-block {
    margin-top: 30px;
  }

  .kr-popup-link {
    width: 30px;
    height: 30px;
    margin-left: 6px;
    margin-right: 6px;
  }
}