@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,700&display=swap&subset=cyrillic");
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

#map {
  width: 100%;
  height: 367px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  border: 1px solid #FF8A00;
}

#map * {
  touch-action: auto;
}

@media screen and (max-width: 640px) {
  #map {
    height: 215px;
  }
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
          flex: 1 1 0;
}

label {
  cursor: pointer;
}

#modal-callback .uk-modal-body {
  width: 588px;
}

@media screen and (max-width: 960px) {
  #modal-callback .uk-modal-body {
    padding: 24px;
  }
}

#modal-callback .uk-input {
  border: 2px solid #90A9DE;
  border-radius: 16px;
}

#modal-callback .uk-textarea {
  border: 2px solid #90A9DE;
  border-radius: 16px;
  padding: 16px 24px;
}

#modal-callback .uk-input, #modal-callback .uk-textarea {
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

#modal-callback .uk-input:hover, #modal-callback .uk-textarea:hover {
  border-color: #0179CC;
}

#modal-callback .uk-input:focus, #modal-callback .uk-textarea:focus {
  border-color: #0158a5;
}

.uk-disabled {
  opacity: .5;
}

.padding-sm {
  padding: 0 16px;
}

.fz-14 {
  font-size: 14px;
}

.fz-12 {
  font-size: 12px;
}

.c-white {
  color: #FFFFFF;
}

.fwm {
  font-weight: 500;
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}

.pad-v {
  padding-left: 24px;
  padding-right: 24px;
}

.center-btn {
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.uk-button-link {
  font-size: 14px;
}

.uk-light > * {
  color: #FFFFFF;
}

.head {
  background: url("../img/head.svg") no-repeat center/cover;
  color: #FFFFFF;
  margin-bottom: calc(32px + 51px);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .head {
    margin-bottom: calc(24px + 19px);
  }
}

.head-logo {
  position: absolute;
  top: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 960px) {
  .head-logo {
    -webkit-transition: opacity .3s ease, top .3s ease;
    transition: opacity .3s ease, top .3s ease;
  }
}

.head-logo:hover {
  opacity: .8;
}

@media screen and (min-width: 960px) {
  .head-logo:hover {
    top: 135px;
  }
}

@media screen and (max-width: 960px) {
  .head-logo {
    width: 96px;
    top: 51px;
  }
}

.head-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  min-height: 138px;
}

@media screen and (max-width: 960px) {
  .head-wrapper {
    min-height: 56px;
  }
}

.head-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.head-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.head-menu ul li {
  text-align: center;
}

.head-menu ul li:not(:last-child) {
  margin-right: 32px;
}

@media screen and (max-width: 1200px) {
  .head-menu ul li:not(:last-child) {
    margin-right: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .head-menu ul li svg {
    width: 32px;
  }
}

.head-menu ul li a {
  color: #FFFFFF;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.blobs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-filter: url("#goo");
          filter: url("#goo");
  min-height: 160px;
  background-color: transparent;
}

.blobs li {
  position: relative;
  top: 0;
  background: #da072a;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: white;
  font-size: 40px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.8s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: all 0.8s cubic-bezier(0.75, -0.5, 0, 1.75);
}

.blobs li:hover {
  top: 30px;
}

.card-index {
  border-radius: 16px;
  padding: 24px;
  height: 488px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .card-index {
    height: 72px;
    padding: 22px 16px;
  }
}

@media screen and (max-width: 960px) {
  .card-index svg {
    width: 24px;
  }
}

.card-index-title {
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
}

@media screen and (max-width: 960px) {
  .card-index-title {
    font-size: 20px;
  }
}

.card-index.sm {
  padding: 20px;
  height: 232px;
}

@media screen and (max-width: 959px) {
  .card-index.sm {
    height: 72px;
  }
}

.card-index.sm .card-index-title {
  font-size: 24px;
}

@media screen and (max-width: 959px) {
  .card-index.sm .card-index-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .card-index.yellow {
    background: linear-gradient(93.87deg, #F38300 3.43%, #FFE600 96.57%) !important;
  }
}

@media screen and (max-width: 960px) {
  .card-index.purple {
    background: linear-gradient(92.19deg, #6E32CC 2.6%, #D321FF 97%) !important;
  }
}

@media screen and (max-width: 960px) {
  .card-index.blue {
    background: linear-gradient(94.81deg, #0061A8 2.42%, #13CDF5 97.58%) !important;
  }
}

@media screen and (max-width: 960px) {
  .card-index.red {
    background: linear-gradient(94.78deg, #FF295D 2.41%, #FF8139 97.59%) !important;
  }
}

.card-about {
  background: -webkit-gradient(linear, left top, right top, from(#DCB9FF), to(#F6D1FF));
  background: linear-gradient(90deg, #DCB9FF 0%, #F6D1FF 100%);
  border-radius: 16px;
  padding: 32px;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .card-about {
    padding: 24px 16px;
  }
}

.card-menu {
  background: linear-gradient(272.64deg, #C0EBA7 0.7%, #7EDC92 99.39%);
  border-radius: 16px;
  position: relative;
  padding: 32px 24px;
}

@media screen and (max-width: 960px) {
  .card-menu {
    padding: 24px 16px;
  }
}

.card-menu::before {
  content: url(../img/decorative/decor-menu.png);
  position: absolute;
  top: -150px;
  right: 0;
}

@media screen and (max-width: 1240px) {
  .card-menu::before {
    display: none;
  }
}

.card-menu-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  font-size: 14px;
}

.card-menu-item .uk-button {
  padding: 13px 11px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.card-menu-item .uk-button img {
  width: 24px;
  max-width: 24px;
}

.card-menu-item h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}

.card-team img {
  margin-bottom: 16px;
  border-radius: 16px;
}

.card-team-title {
  font-weight: 700;
}

.card-team-type {
  color: #ACABAB;
}

.card-social {
  color: #FFFFFF;
  padding: 32px 41px;
  background: -webkit-gradient(linear, left top, right top, from(#FF7F23), to(#FFBD13));
  background: linear-gradient(90deg, #FF7F23 0%, #FFBD13 100%);
  border-radius: 16px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .card-social {
    padding: 32px 8px;
  }
}

.card-social-desc {
  margin-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .card-social-desc {
    margin-bottom: 24px;
  }
}

.card-social h3 {
  font-weight: 700;
  color: #FFFFFF;
}

.card-social a {
  color: #FFFFFF;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.card-social a:hover {
  opacity: .8;
}

.card-contacts {
  padding: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#FFD59E), to(#FFF0CA));
  background: linear-gradient(90deg, #FFD59E 0%, #FFF0CA 100%);
  border-radius: 16px;
  box-sizing: border-box;
  height: 100%;
  font-weight: 700;
}

.card-contacts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.card-contacts li:not(:last-child) {
  margin-bottom: 24px;
}

.card-contacts h5 {
  margin-bottom: 4px;
}

.card-contacts a {
  color: #262626;
}

.card-contacts a:hover {
  opacity: .8;
}

.card-bowling {
  min-width: 129px;
  background: #FFF0CA;
  border-radius: 24px;
  overflow: hidden;
}

.card-bowling-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFFFFF;
  font-weight: 700;
}

.card-bowling-img {
  position: relative;
}

.card-bowling-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-bowling-pricing {
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
  margin-top: 24px;
  z-index: 1;
}

.card-bowling-pricing .uk-text-bold {
  font-size: 20px;
  color: #7A3985;
}

.card-vip {
  position: relative;
  padding: 32px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#DCB9FF), to(#F6D1FF));
  background: linear-gradient(90deg, #DCB9FF 0%, #F6D1FF 100%);
  border-radius: 16px;
}

@media screen and (max-width: 960px) {
  .card-vip {
    padding: 24px 16px;
  }
}

.card-vip::before {
  content: url(../img/decorative/decor-vip.png);
  position: absolute;
  top: -150px;
  right: 0;
}

@media screen and (max-width: 1240px) {
  .card-vip::before {
    display: none;
  }
}

.card-vip-item {
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  padding: 24px 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media screen and (max-width: 960px) {
  .card-vip-item {
    padding: 16px;
  }
}

.card-vip-item.special::before {
  content: 'Хит';
  display: block;
  width: 120px;
  height: 27px;
  background: linear-gradient(153.33deg, #6020C4 16.48%, #A600CF 84.82%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -30px;
  top: 15px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 18px;
}

.card-vip-item .uk-button {
  font-size: 18px;
  line-height: 56px;
  border-radius: 32px;
}

@media screen and (max-width: 960px) {
  .card-vip-item .uk-button {
    line-height: 40px;
    font-size: 16px;
  }
}

.card-vip-item ul {
  padding: 0;
  margin-bottom: 8px;
  margin-top: 0;
  list-style: none;
}

.card-vip-item span {
  font-weight: 700;
  color: #017ACC;
  font-size: 16px;
}

.card-vip-item h3 {
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.card-kids {
  position: relative;
  padding: 32px 24px;
  background: linear-gradient(271.34deg, #FFEC91 0.7%, #FFD656 99.39%, #FFD656 99.39%);
  border-radius: 16px;
}

@media screen and (max-width: 960px) {
  .card-kids {
    padding: 24px 16px;
  }
}

.card-kids::before {
  content: url(../img/decorative/decor-kids.png);
  position: absolute;
  top: -150px;
  right: 0;
}

@media screen and (max-width: 1240px) {
  .card-kids::before {
    display: none;
  }
}

.card-kids-item {
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  padding: 24px 16px;
}

@media screen and (max-width: 960px) {
  .card-kids-item {
    padding: 16px;
  }
}

.card-kids-item.special::before {
  content: 'Хит';
  display: block;
  width: 120px;
  height: 27px;
  background: linear-gradient(153.33deg, #6020C4 16.48%, #A600CF 84.82%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -30px;
  top: 15px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 18px;
}

.card-kids-item .uk-button {
  font-size: 18px;
  line-height: 56px;
  border-radius: 32px;
}

@media screen and (max-width: 960px) {
  .card-kids-item .uk-button {
    line-height: 40px;
    font-size: 16px;
  }
}

.card-kids-item ul {
  padding: 0;
  margin-bottom: 24px;
  list-style: none;
}

.card-kids-item h3 {
  font-weight: 700;
}

.card-form {
  background: -webkit-gradient(linear, left top, right top, from(#DCB9FF), to(#F6D1FF));
  background: linear-gradient(90deg, #DCB9FF 0%, #F6D1FF 100%);
  border-radius: 16px;
  padding: 24px 16px;
  box-sizing: border-box;
}

.card-form h3 {
  text-align: center;
  font-weight: 700;
}

.card-form .uk-input {
  padding: 8px 16px;
  border-bottom: 2px solid #FFFFFF;
  background: transparent;
}

.card-form .uk-textarea {
  border-radius: 16px;
  padding: 16px;
  overflow: hidden;
}

.card-form .uk-input, .card-form .uk-textarea {
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  color: #222222;
}

.card-form .uk-input::-webkit-input-placeholder, .card-form .uk-textarea::-webkit-input-placeholder {
  color: #222222;
}

.card-form .uk-input::-moz-placeholder, .card-form .uk-textarea::-moz-placeholder {
  color: #222222;
}

.card-form .uk-input:-ms-input-placeholder, .card-form .uk-textarea:-ms-input-placeholder {
  color: #222222;
}

.card-form .uk-input::-ms-input-placeholder, .card-form .uk-textarea::-ms-input-placeholder {
  color: #222222;
}

.card-form .uk-input::placeholder, .card-form .uk-textarea::placeholder {
  color: #222222;
}

.card-form .uk-input:hover, .card-form .uk-textarea:hover {
  border-color: #00A0B6;
}

.card-form .uk-input:focus, .card-form .uk-textarea:focus {
  border-color: #0078cc;
}

.card-calc {
  border: 2px solid #D321FF;
  border-radius: 16px;
  background: #FFFFFF;
  padding: 32px 0;
}

.card-calc label {
  display: block;
}

.card-calc span {
  font-weight: 500;
}

.card-aside {
  background: linear-gradient(94.58deg, #6E32CC 2.6%, #D321FF 97%);
  border-radius: 16px;
  padding: 32px 24px;
}

.tabs {
  overflow: hidden;
}

.tabs ul {
  overflow-x: auto;
  overflow-scrolling: touch;
  flex-wrap: nowrap;
  padding-bottom: 100px;
  margin-bottom: -100px !important;
  margin-left: 0;
}

.section-calc {
  background: url("../img/decorative/decor-calc.svg") no-repeat center/cover;
  margin-bottom: 48px;
  min-height: 216px;
  box-sizing: border-box;
}

.section-program label {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 24px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .section-program label {
    padding: 16px 24px;
  }
}

.section-program input {
  position: absolute;
  bottom: 18px;
  right: 24px;
}

.section-bowling {
  position: relative;
}

.section-bowling::before {
  content: url(../img/decorative/decor-bowling.png);
  position: absolute;
  bottom: -70px;
  right: 16px;
}

@media screen and (max-width: 1240px) {
  .section-bowling::before {
    display: none;
  }
}

.uk-tab > .uk-active > a {
  background: linear-gradient(103.78deg, #6E32CC 2.6%, #D321FF 97%);
  color: #FFFFFF;
  opacity: 1 !important;
}

.uk-tab > .uk-active > a:hover, .uk-tab > .uk-active > a:focus {
  color: #FFFFFF;
}

.uk-tab > * > a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.uk-tab > * > a:hover {
  color: #262626;
  opacity: .7;
}

.uk-tab > * > a:focus {
  color: #262626;
}

.uk-tab > * > a {
  background: transparent;
  border-radius: 24px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 40px;
  font-weight: 700;
  color: #262626;
}

.uk-tab > * {
  padding-left: 0;
}

.uk-tab {
  padding-left: 24px;
  margin-left: 0;
}

.uk-button-link {
  color: #017FCC;
  text-decoration: underline;
  font-weight: 500;
}

.reservation {
  margin-top: 16px;
}

.reservation .uk-button {
  white-space: nowrap;
}

.reservation-link {
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}

.reservation-overlay {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  border: 4px solid #FF5837;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.2);
  padding: 32px;
  position: -webkit-sticky;
  position: sticky;
  margin-top: 3px;
  
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.reservation-overlay.show {
  opacity: 1;
  visibility: visible;
}

.reservation-table {
  overflow-x: auto;
  margin-bottom: 24px !important;
}

.reservation-table table {
  text-align: center;
  table-layout: auto;
  width: 100%;
}

.reservation-table th {
  font-weight: 500;
  width: 12px;
  font-size: 14px;
  max-width: 12px;
}

.reservation-table td {
  width: 24px;
  padding: 0;
  height: 40px;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#00C1EB), color-stop(51%, #008BEF), to(#00C1EB));
  background-image: linear-gradient(to right, #00C1EB 0%, #008BEF 51%, #00C1EB 100%);
  color: #FFFFFF;
  font-weight: 700;
  -webkit-transition: background-position .3s ease, height .3s ease;
  transition: background-position .3s ease, height .3s ease;
}

@media screen and (max-width: 960px) {
  .reservation-table td {
    font-size: 14px;
    height: 32px;
  }
}

.reservation-table td:hover {
  background-position: right center;
  cursor: pointer;
}

.reservation-table td.booked {
  background: #E1E1E1;
  cursor: initial;
  color: #E1E1E1;
}

.reservation-table td.selected {
  background: linear-gradient(271.22deg, #A6EF7D 0.7%, #59E376 99.39%);
  color: #222222;
}

.reservation-item {
  width: 64px;
  height: 40px;
  border-radius: 8px;
  margin-right: 16px;
}

.reservation-item-b {
  background: linear-gradient(113.37deg, #0277CC 10.63%, #00AACF 89.37%);
}

.reservation-item-u {
  background: #E1E1E1;
}

.reservation-item-g {
  background: linear-gradient(271.22deg, #A6EF7D 0.7%, #59E376 99.39%);
}

.reservation-block {
  border-radius: 16px;
  border: 2px solid #90A9DE;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 40px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .reservation-block {
    padding: 16px;
  }
}

.reservation-block-total {
  font-size: 24px;
}

.reservation .uk-select {
  border: 2px solid #90A9DE;
  border-radius: 32px;
  color: #ACABAB;
  padding: 0 16px;
  background-image: url("../img/icons/arrow-pg.svg") !important;
  background-position: 93% 50% !important;
}

@media screen and (max-width: 960px) {
  .reservation .uk-select {
    background-position: 98% 50% !important;
  }
}

.reservation .uk-input {
  border-bottom: 2px solid #90A9DE;
  background: transparent;
  color: #999;
  padding: 0;
}

.uk-button-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#00AACF), color-stop(51%, #0277CC), to(#00AACF));
  background-image: linear-gradient(to right, #00AACF 0%, #0277CC 51%, #00AACF 100%);
  background-size: 200% auto;
}

.uk-button-primary:hover {
  background-position: right center;
}

.uk-select {
  border: 2px solid #90A9DE;
  border-radius: 32px;
  color: #ACABAB;
  padding: 0 16px;
  background-image: url("../img/icons/arrow-pg.svg") !important;
  background-position: 93% 50% !important;
}

@media screen and (max-width: 960px) {
  .uk-select {
    background-position: 98% 50% !important;
  }
}

.uk-input {
  border-bottom: 2px solid #90A9DE;
  background: transparent;
}

.uk-checkbox {
  border: 2px solid #0277CC;
  border-radius: 2px;
}

.uk-checkbox:checked {
  background-color: #0277CC;
}

.uk-checkbox:checked:focus {
  background-color: #0277CC;
}

.uk-radio {
  border: 2px solid #0277CC;
  width: 24px;
  height: 24px;
}

.uk-radio:checked {
  background-color: #0277CC;
}

.uk-radio:checked:focus {
  background-color: #0277CC;
}

.slidenav-item-left {
  background: linear-gradient(105.11deg, #0277CC 10.63%, #00AACF 89.37%);
  border-radius: 50%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.slidenav-item-left:hover {
  opacity: .8;
}

.slidenav-item-right {
  background: linear-gradient(105.11deg, #0277CC 10.63%, #00AACF 89.37%);
  border-radius: 50%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.slidenav-item-right img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slidenav-item-right:hover {
  opacity: .8;
}

.offcanvas-head {
  background: url("../img/head.svg") no-repeat top/cover;
  min-height: 56px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0 16px;
  margin-bottom: calc(24px + 19px);
}

.offcanvas-head-logo {
  position: absolute;
  top: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  .offcanvas-head-logo {
    width: 96px;
    top: 51px;
  }
}

.offcanvas-body {
  text-align: center;
}

.offcanvas-body a {
  color: #DA092A;
}

.offcanvas-body a:hover {
  opacity: .8;
}

.uk-offcanvas-bar {
  padding: 0;
}

.uk-slideshow-items {
  min-height: 380px;
  height: 100%;
}

.uk-slideshow-items img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-custom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 76px;
  padding: 0 0 0 24px;
}

@media screen and (max-width: 960px) {
  .btn-custom {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.btn-custom span {
  line-height: 1.5;
  text-align: left;
}

.btn-custom img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 960px) {
  .btn-custom img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.vacancy-table {
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 32px;
  overflow: hidden;
}

.vacancy-table-title {
  padding: 24px 32px 16px 32px;
  font-size: 24px;
  font-weight: 700;
}

.vacancy-table-item {
  padding: 0 32px;
}

.vacancy-table .uk-accordion-title {
  padding: 16px 0;
  font-size: 16px;
}

.vacancy-table .uk-accordion-title:hover {
  cursor: pointer;
}

.vacancy-table .uk-accordion-content {
  padding-bottom: 32px;
}

.vacancy-table .uk-accordion > :nth-child(n+2) {
  margin-top: 0px;
}

.vacancy-table .uk-accordion-title:hover, .vacancy-table .uk-accordion-title:focus {
  color: #262626;
}

.vacancy-table-item.uk-open .uk-accordion-title span {
  font-weight: 700;
}

.vacancy-table-item.uk-open .uk-accordion-title img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.card {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: block;
}

.card-index {
  /*   transform: rotateX(20deg); */
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media screen and (min-width: 960px) {
  .uk-accordion > *:nth-child(odd) {
    background-color: #FFE3CA;
  }
}

@media screen and (max-width: 960px) {
  .uk-accordion > *:nth-child(even) {
    background-color: #FFE3CA;
  }
}

@media screen and (max-width: 960px) {
  .uk-h2, h2 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 959px) {
  .footer {
    text-align: center;
  }
}

.footer-top {
  margin-top: 16px;
  margin-bottom: 24px;
}

.footer-bottom {
  background: #740133;
  min-height: 32px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
}

.footer-bottom a {
  color: #FFFFFF;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer-bottom a:hover {
  opacity: .8;
}

.footer .uk-link-reset span {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.footer .uk-link-reset:hover span {
  color: #DA092A !important;
}

@media screen and (min-width: 960px) {
  .hovicon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    cursor: pointer;
    padding: 8px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
  }
}

@media screen and (max-width: 1200px) {
  .hovicon {
    padding: 0;
  }
}

.hovicon.active {
  background: #FFFFFF !important;
  color: #DA092A !important;
}

.hovicon.active::after {
  content: '';
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
}

.hovicon:after {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: content-box;
}

.hovicon:before {
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.hovicon.effect-1 {
  background: transparent;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.hovicon.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.hovicon.effect-1.sub-a:hover {
  background: white;
  color: #DA092A;
}

.hovicon.effect-1.sub-a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .uk-modal-close-outside {
    top: -8px;
  }
}

.reserv-select{
	margin: 0 0 12px 24px;
	padding: 5px 30px;
	border-radius: 5px;
	border-color: #6e32cc;
	min-width: 168px;
}

.bookButton {
  background: linear-gradient(103.78deg, #6E32CC 2.6%, #D321FF 97%);
  color: #FFFFFF;
  opacity: 1 !important;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 24px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  float: right;	 
  margin-bottom: 20px;
  top: -5px;
  position: relative;
  padding: 0 40px;
}

.bookButton:hover, .bookButton:focus {
  color: #eee;
  opacity: .7;
}
