@font-face {
  font-family: 'DaimlerCS';
  src: url('../fonts/DaimlerCS-Regular.woff') format('woff'), url('../fonts/DaimlerCS-Regular.woff2') format('woff2'), url('../fonts/DaimlerCS-Regular.eot') format('eot'), url('../fonts/DaimlerCS-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DaimlerCA';
  src: url('../fonts/DaimlerCA-Regular.woff2') format('woff2'), url('../fonts/DaimlerCA-Regular.woff') format('woff'), url('../fonts/DaimlerCA-Regular.eot') format('eot'), url('../fonts/DaimlerCA-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}
main,
article,
section,
footer,
header,
aside,
canvas {
  display: block;
}
section,
header,
footer {
  position: relative;
}
html {
  height: 100%;
}
body {
  min-width: 320px;
  min-height: 100%;
  background-color: #ffffff;
  font-family: 'DaimlerCS', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0em;
  color: #000000;
  position: relative;
  /*inner - 1190px + 30px*2 */
  /*lg*/
  /*md*/
  /*sm*/
}

input.reservation-form__checkbox[type=checkbox]+label:before{
  display: none;
}

/* + inner*/
section:after {
  content: '';
  display: block;
  clear: both;
}
button,
input,
select {
  font-family: 'DaimlerCS', sans-serif;
  font-weight: 400;
}
button {
  cursor: pointer;
  background-color: transparent;
}
h1,
h2,
h3 {
  font-family: 'DaimlerCA', sans-serif;
  line-height: 1.2;
}
h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 45px;
  text-align: center;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.inner {
  position: relative;
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.inner:after {
  content: '';
  display: block;
  clear: both;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.col {
  padding-left: 5px;
  padding-right: 5px;
}
.row--null {
  margin-left: 0;
  margin-right: 0;
}
.row--null > .col {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-five {
  width: 20%;
}
.header__top-block {
  background: #000;
}
.header__menu-block {
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.5);
  padding: 23px 0 25px;
}
.header-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffffff;
}
.header-info__mob-nav {
  display: none;
}
.header-info__logo-block {
  padding: 23px 0;
}
.header-info__text-block {
  text-align: right;
}
.header-info__links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 0;
}
.header-info__link-item {
  padding-left: 15px;
  padding-right: 15px;
}
.header-info__link {
  text-decoration: none;
  padding-left: 16px;
  font-size: 12px;
  position: relative;
}
.header-info__link svg {
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  stroke: #ffffff;
}
.header-info__link:hover {
  color: #00ADEF;
}
.header-info__link:hover svg {
  stroke: #00ADEF;
}
.header-info__contacts-block {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  font-size: 12px;
  align-content: center;
  align-items: center;
}
.header-info__contacts {
  padding-right: 13px;
}
.header-info__name {
  padding-bottom: 3px;
}
.header-info__contact {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.header-info__contact-item {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  padding-left: 16px;
  position: relative;
}
.header-info__contact-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-info__contact-item--phone:before {
  background-image: url(../images/icons/Phone.svg);
}
.header-info__contact-item--adress:before {
  background-image: url(../images/icons/Map-marker.svg);
}
.header-info__contact-item:hover {
  color: #00ADEF;
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-menu__return {
  text-decoration: none;
  font-size: 16px;
  color: #212121;
}
.header-menu__return:hover {
  color: #00ADEF;
}
.menu {
  font-size: 16px;
  color: #212121;
}
.menu__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.menu__item {
  padding-left: 25px;
  padding-right: 25px;
}
.menu__item--mob {
  display: none;
}
.menu__link {
  text-decoration: none;
  position: relative;
}
.menu__link:hover {
  color: #00ADEF;
}
.burger {
  display: none;
  z-index: 999;
}
.burger--open .burger__line {
  margin: auto;
}
.burger--open .burger__line:first-child {
  transform: translateY(9px) rotate(45deg);
}
.burger--open .burger__line:nth-child(2) {
  opacity: 0;
}
.burger--open .burger__line:last-child {
  transform: translateY(-9px) rotate(-45deg);
}
.reservation__form-block .btn {
  padding: 11px 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  background: #00ADEF;
  display: inline-block;
  transition: all 0.5s;
}
.reservation__form-block .btn:hover {
  background: #00b9ff;
}
.reservation__form-block .btn span {
  position: relative;
  padding-left: 16px;
}
.reservation__form-block .btn span:before {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/arrow-right.svg) no-repeat;
  background-size: contain;
}
.footer {
  background: #000;
  position: relative;
  padding: 20px 0 25px;
}
.footer__row {
  justify-content: flex-end;
}
.footer__text-block {
  padding-bottom: 30px;
  color: #3C3C3C;
}
.footer__text {
  font-size: 14px;
  line-height: 1.15;
}
.footer__note-text {
  font-size: 12px;
  line-height: 1.35;
}
.footer__info-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__copyright {
  font-size: 12px;
  color: #ffffff;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.footer__links-item {
  width: 228px;
  text-align: center;
  position: relative;
}
.footer__links-item:after {
  content: '';
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
}
.footer__links-item:last-child:after {
  display: none;
}
.footer__link {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
}

.footer__back_to_top{
  display: none;
}
/*.footer__top {*/
/*  position: absolute;*/
/*  top: 50px;*/
/*  right: 50px;*/
/*  display: inline-block;*/
/*  font-size: 12px;*/
/*  color: #00ADEF;*/
/*  cursor: pointer;*/
/*  padding-left: 20px;*/
/*}*/
/*.footer__top:before {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 15px;*/
/*  height: 14px;*/
/*  background: url(../images/icons/gotop.png) no-repeat center;*/
/*  background-size: contain;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  margin: auto;*/
/*}*/
.body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main {
  flex-grow: 1;
}
.reservation {
  padding: 60px 0 80px;
}
.reservation__inner {
  max-width: 760px;
}
.reservation-form__row {
  margin-left: -10px;
  margin-right: -10px;
}
.reservation-form__col {
  padding-left: 10px;
  padding-right: 10px;
}
.reservation-form__for-input {
  padding-bottom: 20px;
}
.reservation-form__label-input {
  font-size: 16px;
  line-height: 1.55;
  padding-bottom: 6px;
  display: inline-block;
}
.reservation-form__label-input span {
  color: #FF0000;
}
.reservation-form__agree-block {
  padding: 20px 0;
  width: 325px;
  margin: auto;
}
.reservation-form__btns-block {
  padding-top: 10px;
  text-align: center;
}
.reservation-form__btn {
  padding: 10px 53px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
  background: #00ADEF;
  display: inline-block;
  transition: all 0.5s;
}
.reservation-form__btn:hover {
    background: #00adef8c;
}
.reservation-form__btn--disabled {
  background: #00adef52;
  cursor: default;
}
button:disabled {
    background: #00adef52;
    cursor: default;
}
.reservation-form__input input{
  background: #FFFFFF;
  width: 100%;
  height: 43px;
  font-size: 16px;
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
}
.reservation-form__input input{
    background: #FFFFFF;
    border: 1px solid #DEE1E3;
    border-radius: 3px;
    width: 100%;
    height: 43px;
    font-size: 16px;
    color: #000000;
    margin-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
}
.form__input--error {
  border-color: red;
}
.reservation-form__for-checkbox {
  padding-bottom: 10px;
  height: 34px;
}
.reservation-form__checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.reservation-form__label-checkbox {
  cursor: pointer;
  font-size: 0;
  vertical-align: top;
}
.reservation-form__check {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #DEE1E3;
  border-radius: 2px;
}
.reservation-form__check-text {
  max-width: calc(100% - 24px);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 7px;
}
.reservation-form__check-text a {
  color: #00ADEF;
  text-decoration: none;
}
.reservation-form__checkbox:checked + .reservation-form__label-checkbox {
  position: relative;
}
.reservation-form__checkbox:checked + .reservation-form__label-checkbox .reservation-form__check:before {
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/Check.svg) no-repeat center;
  background-size: contain;
}
.form__input--error.reservation-form__checkbox + .reservation-form__label-checkbox .reservation-form__check {
  border-color: red;
}
.form__message {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.form__message--ok {
  color: #00ADEF;
  display: block;
}
.form__message--error {
  color: red;
  display: block;
}
.reservation-form input{
  transition: border-color 0.5s;
}
input.reservation-form__input-error{
  border-color: red;
}
/*.reservation-form__checkbox:checked + .reservation-form__label-checkbox .reservation-form__check {*/
/*  border-color: red!important;*/
/*}*/
input.reservation-form__input-error:checked + .reservation-form__label-checkbox .reservation-form__check{
  border-color: #DEE1E3;;
}
input.reservation-form__input-error + .reservation-form__label-checkbox .reservation-form__check{
  border-color: red;
  transition: 0.5s border-color;
}


.red {color: red;}
.popup-fade1, .popup-fade2 {display: none;}
.popup1 a, .popup2 a {margin-left: 735px;}
.popup-fade1:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup-fade2:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup1 {
    position: relative;
    top: -500px;
    left: 30%;
    padding: 20px;
    width: 800px;
    margin-left: -70px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
    overflow: auto;
}
.popup2 {
    position: relative;
    top: -500px;
    left: 30%;
    padding: 20px;
    width: 800px;
    margin-left: -70px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
    overflow: auto;
}

.reservation__text-block {
  padding-bottom: 50px;
}
.reservation__list {
  list-style-position: inside;
}
.reservation__text {
  padding-top: 20px;
}
.reservation-rules {
  padding: 60px 0 80px;
}
.reservation-rules p {
  padding-bottom: 15px;
}
.reservation-rules ul {
  padding-bottom: 15px;
  list-style-position: inside;
}
.reservation-rules li {
  padding-bottom: 7px;
}
.reservation-rules h2 {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 15px;
  font-weight: 400;
}
.reservation-loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);

  display: none;
  justify-content: center;
  align-items: center;
}
.reservation-loader.reservation-loader--visible{
  display: flex;
}
.reservation-loader__icon{
  width: 50px;
  height: 50px;
  border: none;

  background-size: contain;
  background-image: url(../img/icon-svg/loader.svg);

  animation: 1s linear 0s normal none infinite running rotate;
  -webkit-animation: 1s linear 0s normal none infinite running rotate;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 1250px) {
  body {
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  body {
    position: relative;
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .header__menu-block {
    display: none;
    padding: 0 0 20px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 999;
    right: 0;
  }
  .header-info {
    align-content: center;
    align-items: center;
  }
  .header-info__mob-nav {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  .header-info__logo-block {
    padding: 12px 0 18px;
  }
  .header-info__text-block {
    display: none;
  }
  .header-info__mob-phone {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icons/Phone2.svg);
    background-size: cover;
    margin-right: 90px;
  }
  .header-menu__return-block {
    display: none;
  }
  .header-menu__menu-block {
    width: 100%;
  }
  .menu__list {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .menu__item {
    padding: 0;
  }
  .menu__item--mob {
    display: block;
  }
  .menu__link {
    padding: 20px 18px;
    border-bottom: 1px solid #d1d1d1;
    color: #212121;
    display: block;
    font-size: 16px;
  }
  .menu__link--mob-phone {
    padding-left: 34px;
  }
  .menu__link--mob-phone:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/Phone.svg);
  }
  .menu__link--mob-adress {
    padding-left: 34px;
  }
  .menu__link--mob-adress:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/Map-marker.svg);
  }
  .burger {
    display: block;
  }
  .burger__lines {
    width: 25px;
    height: 21px;
    display: block;
    position: relative;
  }
  .burger__line {
    display: block;
    width: 100%;
    height: 3px;
    background: #00ADEF;
    position: absolute;
    margin: auto;
    left: 0;
  }
  .burger__line:first-child {
    top: 0;
    transition: all 0.5s;
  }
  .burger__line:nth-child(2) {
    top: 0;
    bottom: 0;
    transition: all 0.5s;
  }
  .burger__line:last-child {
    bottom: 0;
    transition: all 1s;
  }
}
@media screen and (max-width: 960px) {
  body {
    position: relative;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-12 {
    width: 100%;
  }
  .reservation-form__col {
      margin-top: 20px;
  }
  .footer {
    padding-bottom: 85px;
  }
  .footer__text-block {
    padding-bottom: 45px;
  }
  .footer__info-block {
    flex-direction: column;
  }
  .footer__copyright {
    order: 1;
    text-align: center;
    padding-top: 15px;
  }
  .footer__links-item {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .footer__links-item:after {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .footer__link {
    font-size: 14px;
  }
  /*.footer__top {*/
  /*  top: auto;*/
  /*  bottom: 35px;*/
  /*  left: 50%;*/
  /*  right: auto;*/
  /*  transform: translateX(-50%);*/
  /*}*/
}
@media screen and (max-width: 670px) {
  body {
    position: relative;
  }
  h1 {
    padding-bottom: 15px;
    text-align: left;
  }
  .inner {
    padding: 0 20px;
  }
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-five {
    width: 100%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .header--open-menu {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  }
  .header__menu-block {
    position: relative;
    right: auto;
    box-shadow: none;
  }
  .header-info__logo-block {
    max-width: 50%;
    padding: 10px 0;
  }
  .header-info__mob-phone {
    margin-right: 30px;
    background-image: url(../images/icons/Phone.svg);
  }
  .footer__text-block {
    text-align: center;
    padding-bottom: 15px;
  }
  .reservation-form__for-input {
    padding-bottom: 10px;
  }
  .reservation-form__agree-block {
    padding-bottom: 10px;
    width: 100%;
  }
  .reservation-form__btn {
    width: 100%;
    text-align: center;
  }
  .reservation__text-block {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 961px) {
  body {
    position: relative;
  }
}
