<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'blogger_sansregular';
  src: url("../fonts/blogger_sans-webfont.eot");
  src: url("../fonts/blogger_sans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blogger_sans-webfont.woff2") format("woff2"), url("../fonts/blogger_sans-webfont.woff") format("woff"), url("../fonts/blogger_sans-webfont.svg#blogger_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'blogger_sans-medium';
  src: url("../fonts/blogger_sans-medium-webfont.eot");
  src: url("../fonts/blogger_sans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blogger_sans-medium-webfont.woff2") format("woff2"), url("../fonts/blogger_sans-medium-webfont.woff") format("woff"), url("../fonts/blogger_sans-medium-webfont.svg#blogger_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'blogger_sansbold';
  src: url("../fonts/blogger_sans-bold-webfont.eot");
  src: url("../fonts/blogger_sans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blogger_sans-bold-webfont.woff2") format("woff2"), url("../fonts/blogger_sans-bold-webfont.woff") format("woff"), url("../fonts/blogger_sans-bold-webfont.svg#blogger_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (max-width: 767px) {
  .about-block .block-bg-winter {
    background-image: url(../img/mobile/block-about-winter.png) !important; }
  .about-block .block-bg-summer {
    background-image: url(../img/mobile/block-about-summer.png) !important; }
  .stop-block .block-bg-winter {
    background-image: url(../img/mobile/block-stop-winter.png) !important; }
  .stop-block .block-bg-summer {
    background-image: url(../img/mobile/block-stop-summer.png) !important; }
  .get-to-block .block-bg-winter {
    background-image: url(../img/mobile/block-get-to-winter.png) !important; }
  .get-to-block .block-bg-summer {
    background-image: url(../img/mobile/block-get-to-summer.png) !important; }
  .ask-question-block .block-bg-winter {
    background-image: url(../img/mobile/question-form-bg-winter.png) !important; }
  .ask-question-block .block-bg-summer {
    background-image: url(../img/mobile/question-form-bg-summer.png) !important; } }

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  overflow: hidden;
  width: 100%;
  margin: 0;
  position: relative;
  font-family: 'blogger_sansregular', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #1e2c4a;
  background-color: #fff; }

strong {
  font-family: 'blogger_sansbold', 'Arial', sans-serif;
  font-weight: 700; }

a {
  outline: none; }

label {
  position: relative; }

input,
textarea {
  -webkit-appearance: none;
  font-family: 'blogger_sansregular', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 30px;
  border: none;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid transparent; }

textarea {
  padding-top: 15px;
  resize: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'blogger_sansregular', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #8d8d8d; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'blogger_sansregular', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #8d8d8d; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'blogger_sansregular', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #8d8d8d; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'blogger_sansregular', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #8d8d8d; }

.error-message {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #c84b4b;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.error {
  border: 2px solid #c84b4b; }
  .error + .error-message {
    display: block; }

.clearfix, header, footer, main {
  width: 100%;
  position: relative; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.middleblock {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 0 15px;
  z-index: 1;
  max-width: 1170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.btn-custom {
  display: block;
  width: 100%;
  max-width: 336px;
  min-height: 46px;
  margin: 0 auto;
  font-family: 'blogger_sansregular', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 46px;
  font-weight: 400;
  outline: none;
  border: none;
  text-decoration: none;
  color: #fff;
  background-color: #5fbfdb;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
          box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }
  .btn-custom:hover {
    background-color: #c6c6c6; }

button:hover:disabled {
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default; }

button:disabled {
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default; }

.top-bg {
  width: 100%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.bg-dog {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }

.hr {
  width: 100%;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 20px; }
  .hr.blue {
    background-image: url(../img/line-blue.png); }
  .hr.green {
    background-image: url(../img/line-green.png); }
  .hr.purple {
    background-image: url(../img/line-purple.png); }

ol.custom-list {
  padding-left: 0;
  list-style-type: none;
  counter-reset: numlist; }
  ol.custom-list li {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding-left: 65px;
    margin-bottom: 32px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    ol.custom-list li::before {
      content: counter(numlist);
      counter-increment: numlist;
      width: 38px;
      height: 38px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-family: 'blogger_sans-medium', 'Arial', sans-serif;
      font-size: 24px;
      line-height: 38px;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      background-color: #60bdda; }

.under {
  z-index: -1 !important; }

.text-break {
  display: block; }

.block-bg-summer,
.block-bg-winter {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity ease .9s;
  transition: opacity ease .9s; }

h1,
.h1 {
  font-family: 'blogger_sansbold', 'Arial', sans-serif;
  font-size: 48px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

h2,
.h2 {
  font-size: 40px;
  line-height: 54px;
  color: #1e2c4a;
  text-align: center;
  text-transform: uppercase; }

.h3 {
  font-family: 'blogger_sans-medium', 'Arial', sans-serif;
  font-size: 32px;
  line-height: 54px;
  text-transform: uppercase; }

.custom-underline {
  padding-bottom: 18px;
  position: relative; }
  .custom-underline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 35px;
    height: 6px;
    border-radius: 5px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
  .custom-underline.blue::after {
    background-color: #60bdda; }
  .custom-underline.purple::after {
    background-color: #8257a2; }
  .custom-underline.green::after {
    background-color: #64b964; }
  .custom-underline.dark-blue::after {
    background-color: #004a8b; }
  .custom-underline.orange::after {
    background-color: #ff7631; }

header .logo {
  display: block;
  width: 100%;
  max-width: 147px;
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 100; }

header .phone {
  font-family: 'blogger_sans-medium', 'Arial', sans-serif;
  font-size: 24px;
  color: #ed611b;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

header .mob-menu {
  width: 32px;
  height: 32px;
  display: none;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative; }
  header .mob-menu svg {
    fill: #000; }

header .mob-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: #1e2c4a;
  border-radius: 20px;
  opacity: 1;
  left: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

header .mob-menu span:nth-child(1) {
  top: 0px; }

header .mob-menu span:nth-child(2), header .mob-menu span:nth-child(3) {
  top: 10px; }

header .mob-menu span:nth-child(4) {
  top: 20px; }

header .mob-menu.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

header .mob-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

header .mob-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

header .mob-menu.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.header-top {
  padding-top: 8px;
  -webkit-box-shadow: 2px 3px 17.28px 0.72px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 17.28px 0.72px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative; }
  .header-top .middleblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-top.fixed {
    position: fixed;
    width: 100%;
    z-index: 99; }

.main-menu {
  width: 100%;
  max-width: 740px;
  padding-bottom: 10px;
  background-color: #fff;
  margin: 0 auto; }
  .main-menu ul {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-menu li a {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #1e2c4a;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
    .main-menu li a:hover {
      color: #606060; }
    .main-menu li a.custom-underline:hover::after {
      background-color: #c6c6c6; }
  .main-menu.mob-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }

.header-map {
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .header-map .middleblock {
    width: 100%;
    height: 575px; }
  .header-map .map-spot {
    height: 33px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    border-radius: 20px;
    -webkit-box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
            box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
    cursor: pointer;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
    .header-map .map-spot.orange {
      background-color: #ff7631; }
    .header-map .map-spot.green {
      background-color: #64b964; }
    .header-map .map-spot.blue {
      background-color: #5fbedb; }
    .header-map .map-spot:hover .map-spot-image {
      opacity: 1;
      max-width: 295px;
      max-height: 295px; }
  .header-map .map-spot-title {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 33px;
    color: #fff; }
  .header-map .map-spot-image {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 295px;
    height: 295px;
    background-color: #dddddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid #00498a;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    max-width: 0;
    max-height: 0;
    -webkit-transition: all ease .45s;
    transition: all ease .45s; }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.about-block {
  min-height: 1200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -225px;
  padding-top: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .about-block .title-under {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 110px; }
  .about-block .info-item-w-marker {
    margin-bottom: 45px; }
    .about-block .info-item-w-marker:nth-child(odd) {
      max-width: 595px; }
    .about-block .info-item-w-marker:nth-child(even) {
      max-width: 545px; }

.info-items-wrap {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.info-item-w-marker {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #1e2c4a;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 35px;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px; }
  .info-item-w-marker::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .info-item-w-marker.green::before {
    background-color: #49bb4a; }
  .info-item-w-marker.blue::before {
    background-color: #5fbfdb; }
  .info-item-w-marker .custom-text {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif; }

.more-block {
  text-align: center;
  margin-top: -150px;
  padding-bottom: 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.more-block-title {
  font-size: 32px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 50px; }

.chillout-block {
  margin-top: -50px;
  padding-bottom: 85px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  .chillout-block .top-bg {
    min-height: 341px; }
  .chillout-block .h2 {
    font-family: 'blogger_sansbold', 'Arial', sans-serif;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 90px; }
  .chillout-block .middleblock {
    margin-top: -130px; }

.chillout-inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .chillout-inner-block:nth-child(2) {
    margin-top: -95px; }
  .chillout-inner-block:nth-child(odd) .chillout-inner-block-image {
    margin-right: 105px; }
  .chillout-inner-block:nth-child(odd) .chillout-inner-block-content {
    max-width: 445px; }
  .chillout-inner-block:nth-child(even) .chillout-inner-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 105px; }
  .chillout-inner-block:nth-child(even) .chillout-inner-block-content {
    max-width: 555px;
    padding-left: 10px; }

.chillout-inner-block-image {
  width: 435px;
  height: 435px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.dogs-block {
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }
  .dogs-block .top-bg {
    max-width: 1144px;
    height: 183px;
    margin-bottom: 35px; }
    .dogs-block .top-bg .bg-dog-winter {
      width: 201px;
      height: 266px;
      top: 35px;
      right: 113px; }
    .dogs-block .top-bg .bg-dog-summer {
      width: 231px;
      height: 306px;
      top: -50px;
      left: 20px; }
  .dogs-block .h2 {
    margin-bottom: 55px; }
  .dogs-block .heading-text {
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center; }

.dogs-inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .dogs-inner-block:nth-child(even) .dogs-inner-block-content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 10px; }
  .dogs-inner-block:nth-child(even) .dogs-inner-block-image {
    margin-left: 110px; }
  .dogs-inner-block:nth-child(odd) .dogs-inner-block-content {
    padding-right: 20px; }
  .dogs-inner-block:nth-child(odd) .dogs-inner-block-image {
    margin-right: 110px; }
  .dogs-inner-block:nth-child(1) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .dogs-inner-block:nth-child(1) .dogs-inner-block-info {
      text-transform: uppercase; }
    .dogs-inner-block:nth-child(1) .dogs-inner-block-content {
      padding-top: 110px; }
  .dogs-inner-block:nth-child(2) {
    margin-top: -140px; }
  .dogs-inner-block:nth-child(3) {
    margin-top: -85px; }
    .dogs-inner-block:nth-child(3) .dogs-inner-block-info {
      margin-top: 40px;
      max-width: 500px;
      border-radius: 20px; }

.dogs-inner-block-image {
  width: 495px;
  height: 495px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }
  .dogs-inner-block-image .block-bg-summer,
  .dogs-inner-block-image .block-bg-winter {
    background-size: cover;
    border-radius: 50%; }

.dogs-inner-block-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dogs-inner-block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'blogger_sansbold', 'Arial', sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #5fbfdb;
  border-radius: 30px;
  min-height: 44px;
  margin-top: 15px;
  padding: 10px 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.grill-block {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }
  .grill-block .top-bg {
    height: 321px; }
  .grill-block .middleblock {
    margin-top: -120px; }
  .grill-block .h2 {
    margin-bottom: 55px; }
  .grill-block .work-time {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px; }

.grill-block-items-wrap {
  margin-bottom: 70px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.grill-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px; }

.grill-block-item-icon {
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px; }

.grill-block-item-text .custom-text {
  font-family: 'blogger_sans-medium', 'Arial', sans-serif;
  font-weight: 500; }

.grill-have-block {
  text-align: center;
  padding-bottom: 40px; }
  .grill-have-block .h3 {
    margin-bottom: 50px; }

.grill-have-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.grill-have-item {
  width: 50%; }
  .grill-have-item:nth-child(odd) .grill-have-photo-block .grill-have-photo.small {
    top: 110px;
    left: 260px; }
  .grill-have-item:nth-child(even) .grill-have-photo-block .grill-have-photo.big {
    float: right; }

.grill-have-info-block {
  font-family: 'blogger_sans-medium', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 65px; }

.grill-have-capacity {
  min-height: 35px;
  border-radius: 30px;
  color: #fff;
  background-color: #ff7631;
  max-width: 382px;
  margin: 0 auto; }

.grill-have-photo-block {
  position: relative;
  margin-bottom: 55px; }

.grill-have-photo {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  outline: 0; }
  .grill-have-photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid transparent;
    background-color: rgba(88, 88, 159, 0.37);
    opacity: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
  .grill-have-photo::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ff7631;
    background-image: url(../img/icon-zoom.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50.5%, -50.5%);
            transform: translate(-50.5%, -50.5%);
    -webkit-font-smoothing: subpixel-antialiased;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .grill-have-photo:hover::before, .grill-have-photo:hover::after {
    opacity: 1; }
  .grill-have-photo.big {
    width: 385px;
    height: 385px; }
  .grill-have-photo.small {
    position: absolute;
    width: 285px;
    height: 285px;
    border: 6px solid #fff;
    z-index: 2; }

.grill-have-content-block {
  font-size: 20px;
  line-height: 30px; }
  .grill-have-content-block p {
    margin: 0;
    padding: 0; }
  .grill-have-content-block .custom-text {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif; }

.grill-bonus-block {
  margin-top: -110px;
  min-height: 740px;
  background-image: url(../img/block-grill-bonus-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }
  .grill-bonus-block .middleblock {
    padding-top: 300px; }
  .grill-bonus-block .bg-dog {
    width: 271px;
    height: 332px;
    right: 0;
    bottom: -170px; }

.grill-bonus-block-content {
  font-size: 32px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  position: relative; }
  .grill-bonus-block-content::before {
    content: "Бонус";
    width: 100%;
    max-width: 250px;
    padding-right: 15px;
    top: 0;
    left: -250px;
    position: absolute;
    font-family: 'blogger_sansbold', 'Arial', sans-serif;
    font-size: 32px;
    background-color: #58589f;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
    text-transform: uppercase;
    -webkit-box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
            box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .grill-bonus-block-content .custom-text {
    font-family: 'blogger_sansbold', 'Arial', sans-serif;
    text-transform: uppercase; }

.grill-park-block {
  margin-top: -150px;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }
  .grill-park-block .top-bg {
    height: 321px; }
  .grill-park-block .middleblock {
    margin-top: -100px; }
  .grill-park-block .h2 {
    font-family: 'blogger_sansbold', 'Arial', sans-serif;
    margin-bottom: 45px; }
  .grill-park-block .heading-text {
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center; }
  .grill-park-block .work-time {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 115px; }

.grill-park-photo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px; }

.grill-park-photo {
  width: 395px;
  height: 395px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .grill-park-photo:nth-child(n+2) {
    border: 6px solid #fff;
    margin-left: -30px; }

.reviews-block {
  padding-top: 50px;
  padding-bottom: 140px;
  text-align: center;
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }
  .reviews-block .h3 {
    font-family: 'blogger_sansbold', 'Arial', sans-serif;
    margin-bottom: 40px; }
  .reviews-block .heading-text {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px; }
    .reviews-block .heading-text .custom-text {
      font-family: 'blogger_sans-medium', 'Arial', sans-serif; }

.reviews-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }

.reviews-item {
  width: 270px;
  height: 270px;
  margin: 0 10px;
  margin-bottom: 5px;
  position: relative;
  outline: 0; }
  .reviews-item:hover .reviews-item-content {
    opacity: 1;
    -webkit-transform: translateY(130px) scaleY(1);
            transform: translateY(130px) scaleY(1);
    -webkit-box-shadow: 2px 3px 20.16px 0.84px rgba(0, 0, 0, 0.34);
            box-shadow: 2px 3px 20.16px 0.84px rgba(0, 0, 0, 0.34);
    -webkit-transition: opacity ease .6s, -webkit-transform ease .4s, -webkit-box-shadow ease .55s;
    transition: opacity ease .6s, -webkit-transform ease .4s, -webkit-box-shadow ease .55s;
    transition: transform ease .4s, opacity ease .6s, box-shadow ease .55s;
    transition: transform ease .4s, opacity ease .6s, box-shadow ease .55s, -webkit-transform ease .4s, -webkit-box-shadow ease .55s;
    outline: 0; }
  .reviews-item:nth-child(1) {
    z-index: 20; }
  .reviews-item:nth-child(2) {
    z-index: 19; }
  .reviews-item:nth-child(3) {
    z-index: 18; }
  .reviews-item:nth-child(4) {
    z-index: 17; }
  .reviews-item:nth-child(5) {
    z-index: 16; }
  .reviews-item:nth-child(6) {
    z-index: 15; }
  .reviews-item:nth-child(7) {
    z-index: 14; }
  .reviews-item:nth-child(8) {
    z-index: 13; }
  .reviews-item:nth-child(9) {
    z-index: 12; }
  .reviews-item:nth-child(10) {
    z-index: 11; }
  .reviews-item:nth-child(11) {
    z-index: 10; }
  .reviews-item:nth-child(12) {
    z-index: 9; }
  .reviews-item:nth-child(13) {
    z-index: 8; }
  .reviews-item:nth-child(14) {
    z-index: 7; }
  .reviews-item:nth-child(15) {
    z-index: 6; }

.reviews-item-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  outline: 0; }

.reviews-item-content {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  position: absolute;
  -webkit-transform: translateY(10px) scaleY(0);
          transform: translateY(10px) scaleY(0);
  top: 0;
  left: 0;
  opacity: 0;
  padding: 20px;
  padding-top: 150px;
  padding-bottom: 75px;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 80px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity ease .6s, -webkit-transform ease .4s, -webkit-box-shadow ease .1s;
  transition: opacity ease .6s, -webkit-transform ease .4s, -webkit-box-shadow ease .1s;
  transition: transform ease .4s, opacity ease .6s, box-shadow ease .1s;
  transition: transform ease .4s, opacity ease .6s, box-shadow ease .1s, -webkit-transform ease .4s, -webkit-box-shadow ease .1s; }

.reviews-item-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 15px; }

.reviews-item-reviewer {
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px; }

.reviews-item-social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .reviews-item-social-block .social-link {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 5px; }
    .reviews-item-social-block .social-link:last-of-type {
      margin-right: 0; }

.stop-block {
  position: relative;
  padding-top: 115px;
  min-height: 1029px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }
  .stop-block .middleblock {
    max-width: 935px; }
  .stop-block .h1 {
    margin-bottom: 45px; }
  .stop-block .heading-text {
    color: #fff;
    margin-bottom: 285px; }
  .stop-block .info-item-w-marker {
    font-size: 20px;
    line-height: 28px;
    padding-right: 25px;
    margin-bottom: 28px;
    width: 455px; }
    .stop-block .info-item-w-marker:last-of-type {
      margin-bottom: 0; }

.get-to-block {
  padding-top: 120px;
  min-height: 970px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }
  .get-to-block .h1 {
    margin-bottom: 90px;
    color: #1e2c4a; }
  .get-to-block .custom-list {
    max-width: 905px;
    margin: 0 auto; }
  .get-to-block .block-bg-summer,
  .get-to-block .block-bg-winter {
    background-position: center bottom; }

.prices-block {
  margin-top: -130px;
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }
  .prices-block .h1 {
    color: #1e2c4a;
    margin-bottom: 65px; }
  .prices-block .prices-table {
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
    margin-bottom: 75px;
    border-collapse: collapse; }
    .prices-block .prices-table td {
      text-align: center;
      width: 50%; }
    .prices-block .prices-table thead {
      font-size: 20px;
      line-height: 29px;
      color: #fff;
      background-color: #8257a2; }
      .prices-block .prices-table thead td {
        font-family: 'blogger_sans-medium', 'Arial', sans-serif;
        padding: 8px 15px; }
        .prices-block .prices-table thead td .custom-text {
          font-family: 'blogger_sansregular', 'Arial', sans-serif;
          font-size: 18px;
          line-height: 26px; }
        .prices-block .prices-table thead td:first-of-type {
          border-radius: 50px 0 0 50px;
          text-align: center; }
        .prices-block .prices-table thead td:last-of-type {
          border-radius: 0 50px 50px 0; }
    .prices-block .prices-table tbody td {
      font-size: 18px;
      line-height: 26px;
      padding: 20px;
      padding-top: 25px;
      border-bottom: 2px solid #dddddd; }
      .prices-block .prices-table tbody td:first-of-type {
        text-align: left; }
    .prices-block .prices-table tbody tr:last-of-type td {
      border-bottom: none; }

.ask-question-block {
  position: relative;
  margin-top: -170px;
  padding-top: 300px;
  padding-bottom: 70px;
  text-align: center;
  min-height: 820px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }
  .ask-question-block .ask-question-form {
    max-width: 615px;
    margin: 0 auto; }

.ask-question-form input {
  min-height: 46px; }

.ask-question-form input,
.ask-question-form textarea {
  background-color: #fff;
  border-radius: 30px; }

.ask-question-form textarea {
  height: 150px; }

.ask-question-form .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 23px; }
  .ask-question-form .input-wrap label {
    width: 48%; }

.ask-question-form .textarea-wrap {
  position: relative;
  margin-bottom: 15px; }
  .ask-question-form .textarea-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 83px;
    height: 85px;
    background-image: url(../img/question-form-dog.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.ask-question-form .conf-policy {
  color: #fff;
  margin-bottom: 35px; }

.ask-question-form-title {
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px; }

.conf-policy {
  font-size: 16px;
  line-height: 24px;
  text-align: center; }
  .conf-policy a {
    font-size: 16px;
    line-height: 24px;
    color: #006699;
    text-decoration: underline;
    -webkit-transition: color ease .8s;
    transition: color ease .8s; }
    .conf-policy a:hover {
      text-decoration: none; }

footer {
  padding-bottom: 12px; }
  footer .middleblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .logo {
    display: block;
    width: 100%;
    max-width: 147px;
    height: 128px;
    background-position: center;
    background-repeat: no-repeat; }
  footer .contacts {
    text-align: right; }
  footer .phone {
    display: inline-block;
    vertical-align: middle;
    font-family: 'blogger_sans-medium', 'Arial', sans-serif;
    font-size: 24px;
    color: #ed611b;
    text-decoration: none;
    margin-bottom: 12px; }
  footer .contacts-item {
    margin-bottom: 5px; }
  footer .contacts-item-title {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif;
    font-size: 18px;
    max-width: 400px;
     }

.popup {
  width: 100%;
  max-width: 815px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .popup .mfp-close {
    display: none; }
  .popup .popup-close {
    font-family: 'blogger_sansregular', 'Arial', sans-serif;
    font-size: 26px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    color: #fff;
    text-align: center;
    background-color: #ff7631;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-radius: 50%;
    padding-left: 1px;
    padding-top: 2px;
    position: absolute;
    top: -10px;
    right: -10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    outline: 0; }
  .popup .conf-policy {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 23px; }
    .popup .conf-policy a {
      font-size: 14px;
      line-height: 30px; }

.popup-title {
  font-family: 'blogger_sans-medium', 'Arial', sans-serif;
  font-size: 32px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center; }

.reminder-popup {
  padding: 27px 55px;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.reminder-popup-content {
  font-family: 'blogger_sans-medium', 'Arial', sans-serif;
  margin-right: 10px; }

.reminder-popup-title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.reminder-popup-text {
  font-size: 24px;
  line-height: 30px; }

.reminder-logo {
  width: 120px;
  height: 124px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.booking-popup,
.order-call-popup {
  padding-top: 40px; }

.booking-form {
  padding-bottom: 50px; }
  .booking-form .step-one {
    padding: 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .booking-form .step-one .btn-next {
      max-width: 183px; }
  .booking-form .step-two {
    display: none;
    padding: 0 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-transform ease .8s;
    transition: -webkit-transform ease .8s;
    transition: transform ease .8s;
    transition: transform ease .8s, -webkit-transform ease .8s; }
    .booking-form .step-two.active {
      display: block;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .booking-form .step-two .input-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px; }
      .booking-form .step-two .input-wrap:nth-child(1) {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; }
      .booking-form .step-two .input-wrap label {
        width: 48%; }
    .booking-form .step-two input[type="text"],
    .booking-form .step-two input[type="date"],
    .booking-form .step-two input.booking-date,
    .booking-form .step-two input[type="tel"] {
      width: 100%;
      border: 1px solid #dddddd;
      border-radius: 30px;
      min-height: 46px; }
    .booking-form .step-two input[type="date"],
    .booking-form .step-two input.booking-date {
      color: #000;
      background-color: #fff;
      padding-left: 20px; }
  .booking-form .booking-items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
  .booking-form .booking-item {
    display: block;
    width: 50%;
    outline: 0; }
    .booking-form .booking-item input[type="radio"] {
      position: absolute;
      opacity: 0;
      width: 1px;
      height: 1px; }
      .booking-form .booking-item input[type="radio"]:checked + .custom-radio::before, .booking-form .booking-item input[type="radio"]:checked + .custom-radio::after {
        opacity: 1; }
    .booking-form .booking-item .custom-radio {
      width: 270px;
      height: 270px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto;
      border-radius: 50%;
      position: relative;
      cursor: pointer; }
      .booking-form .booking-item .custom-radio::before, .booking-form .booking-item .custom-radio::after {
        content: "";
        position: absolute;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: all ease .3s;
        transition: all ease .3s; }
      .booking-form .booking-item .custom-radio::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(88, 88, 159, 0.37); }
      .booking-form .booking-item .custom-radio::after {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 56px;
        height: 56px;
        background-image: url(../img/check.svg);
        background-position: center;
        background-repeat: no-repeat;
        border: 4px solid #fff; }
  .booking-form .booking-item-info-block {
    font-family: 'blogger_sans-medium', 'Arial', sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 35px; }
  .booking-form .booking-item-capacity {
    color: #fff;
    background-color: #ff7631;
    border-radius: 30px;
    max-width: 235px;
    margin: 0 auto; }

.order-call-popup {
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.order-call-form {
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .order-call-form .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px; }
    .order-call-form .input-wrap label {
      width: 48%; }
  .order-call-form input[type="text"],
  .order-call-form input[type="tel"] {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 30px; }

.mfp-fade.mfp-bg {
  opacity: 0;
  background: #2e354b;
  -webkit-transition: all .3s;
  transition: all .3s; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .46; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.season-switcher {
  font-size: 23px;
  position: fixed;
  top: 50%;
  right: -100px;
  cursor: pointer;
  z-index: 99;
  -webkit-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
  border-radius: 10px 10px 0 0;
  padding: 5px 10px;
  color: #fff;
  -webkit-box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
          box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }

.season-switcher.season-winter {
  background-color: #ff7631; }

.season-switcher.season-summer {
  background-color: #5fbfdb; }

body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(1) {
  top: 100px;
  left: 235px; }

body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(2) {
  top: 210px;
  left: 120px; }

body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(3) {
  top: 315px;
  left: 215px; }

body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(4) {
  top: 205px;
  left: 765px; }

body.season-winter .header-map .map-spots-wrap.season-summer {
  display: none; }

body.season-winter .block-bg-summer,
body.season-winter .bg-dog-summer {
  opacity: 0; }

body.season-winter .chillout-block {
  display: none; }

body.season-winter .grill-have-item.season-summer {
  display: none; }

body.season-winter .prices-table.summer {
  display: none; }

body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(1) {
  top: 50px;
  left: 335px; }

body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(2) {
  top: 135px;
  left: 85px; }

body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(3) {
  top: 260px;
  left: 115px; }

body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(4) {
  top: 345px;
  left: 205px; }

body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(5) {
  top: 390px;
  left: 230px; }

body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(6) {
  top: 435px;
  left: 295px; }

body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(7) {
  top: 180px;
  left: 665px; }

body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(8) {
  top: 30px;
  left: 665px; }

body.season-summer .header-map .map-spots-wrap.season-winter {
  display: none; }

body.season-summer .block-bg-winter,
body.season-summer .bg-dog-winter {
  opacity: 0; }

body.season-summer .ask-question-form .conf-policy a {
  color: #5fbfdb; }

body.season-summer .dogs-block {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

body.season-summer .grill-block {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

body.season-summer .grill-bonus-block {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

body.season-summer .grill-park-block {
  margin-top: 0; }

body.season-summer .stop-block .info-items-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

body.season-summer .grill-have-item.season-winter {
  display: none; }

body.season-summer .prices-table.winter {
  display: none; }

@media screen and (max-width: 1199px) {
  .header-map {
    max-width: 1023px;
    margin: 0 auto; }
    .header-map .block-bg-summer,
    .header-map .block-bg-winter {
      background-size: contain; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(1) {
    top: 85px;
    left: 270px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(2) {
    top: 165px;
    left: 45px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(3) {
    top: 265px;
    left: 95px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(4) {
    top: 340px;
    left: 190px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(5) {
    top: 380px;
    left: 205px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(6) {
    top: 425px;
    left: 270px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(7) {
    top: 185px;
    left: 560px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(8) {
    top: 65px;
    left: 565px; }
  body.season-summer .dogs-block {
    margin-top: -130px; }
  body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(1) {
    top: 125px;
    left: 190px; }
  body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(2) {
    top: 225px;
    left: 65px; }
  body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(3) {
    top: 320px;
    left: 155px; }
  body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(4) {
    top: 210px;
    left: 680px; }
  .grill-have-item:nth-child(odd) .grill-have-photo-block .grill-have-photo.small {
    left: 190px; }
  .grill-have-item:nth-child(even) .grill-have-photo-block .grill-have-photo.small {
    left: auto;
    right: 190px; }
  .grill-have-photo.big {
    width: 300px;
    height: 300px; }
  .grill-have-photo.small {
    width: 230px;
    height: 230px; }
  .grill-park-photo-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .grill-park-photo {
    width: 270px;
    height: 270px; } }

@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 44px;
    line-height: 48px; }
  h2, .h2 {
    font-size: 38px;
    line-height: 48px; }
  .main-menu li a {
    font-size: 16px; }
  .season-switcher {
    font-size: 18px;
    right: -82px; }
  .header-map {
    max-width: 767px;
    margin: 0 auto; }
    .header-map .middleblock {
      height: 430px; }
  .header-map .map-spot {
    height: 30px;
    padding: 0 10px; }
  .header-map .map-spot-title {
    font-size: 14px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(1) {
    top: 60px;
    left: 200px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(2) {
    top: 125px;
    left: 20px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(3) {
    top: 200px;
    left: 65px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(4) {
    top: 250px;
    left: 145px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(5) {
    top: 285px;
    left: 155px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(6) {
    top: 320px;
    left: 215px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(7) {
    top: 140px;
    left: 420px; }
  body.season-summer .header-map .map-spots-wrap.season-summer .map-spot:nth-child(8) {
    top: 45px;
    left: 420px; }
  body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(1) {
    top: 95px;
    left: 135px; }
  body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(2) {
    top: 170px;
    left: 40px; }
  body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(3) {
    top: 240px;
    left: 110px; }
  body.season-winter .header-map .map-spots-wrap.season-winter .map-spot:nth-child(4) {
    top: 160px;
    left: 510px; }
  .grill-bonus-block-content::before {
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center; }
  .bg-dog {
    display: none; }
  .dogs-inner-block-image {
    width: 300px;
    height: 300px; }
  .dogs-inner-block:nth-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .dogs-inner-block:nth-child(1) .dogs-inner-block-content {
    padding-top: 0; }
  .dogs-inner-block:nth-child(2),
  .dogs-inner-block:nth-child(3) {
    margin-top: 15px; }
  .dogs-inner-block:nth-child(odd) .dogs-inner-block-image {
    margin-right: 70px; }
  .dogs-inner-block:nth-child(even) .dogs-inner-block-image {
    margin-left: 70px; }
  .chillout-block .h2 {
    margin-bottom: 50px; }
  .chillout-inner-block:nth-child(2) {
    margin-top: 5px; }
  .chillout-inner-block-image {
    width: 300px;
    height: 300px; } }

@media screen and (max-width: 840px) {
  header .mob-menu {
    display: block; }
  .header-top {
    z-index: 99; }
  .header-top .middleblock {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .main-menu {
    padding-top: 10px;
    padding-left: 60px;
    position: fixed;
    top: 100px;
    left: 0;
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
    z-index: 99;
    opacity: 0;
    -webkit-transition: -webkit-transform ease .4s;
    transition: -webkit-transform ease .4s;
    transition: transform ease .4s;
    transition: transform ease .4s, -webkit-transform ease .4s;
    -webkit-box-shadow: 3px 15px 17.28px 0.72px rgba(0, 0, 0, 0.34);
            box-shadow: 3px 15px 17.28px 0.72px rgba(0, 0, 0, 0.34); }
    .main-menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .main-menu ul li {
        margin-bottom: 20px; }
  .grill-have-items-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .grill-have-item {
    width: 100%;
    margin-bottom: 50px; }
    .grill-have-item:last-of-type {
      margin-bottom: 0; }
  .grill-have-photo-block {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .grill-have-content-block {
    font-size: 18px; }
  .grill-have-item:nth-child(odd) .grill-have-photo-block .grill-have-photo.small {
    top: auto;
    bottom: 0;
    left: 130px; }
  .grill-have-item:nth-child(even) .grill-have-photo-block .grill-have-photo.small {
    top: auto;
    bottom: 0;
    left: auto;
    right: 130px; } }

@media screen and (max-width: 767px) {
  .middleblock {
    padding: 0 25px; }
  h1, .h1 {
    font-size: 40px;
    line-height: 44px; }
  h2, .h2,
  .more-block-title {
    font-size: 32px;
    line-height: 44px; }
  .header-map {
    display: none; }
  .about-block .title-under {
    margin-bottom: 40px; }
  .about-block .info-item-w-marker {
    margin-bottom: 25px; }
  .about-block {
    min-height: 700px;
    padding-bottom: 40px; }
  .more-block {
    margin-top: 50px; }
  .season-switcher {
    padding: 2px 10px; }
  .more-block {
    padding-bottom: 55px; }
  .dogs-block {
    padding-bottom: 30px; }
  .dogs-block .top-bg {
    margin-bottom: 10px; }
  .dogs-block .h2 {
    margin-bottom: 25px; }
  .dogs-block .heading-text {
    margin-bottom: 45px; }
  .dogs-inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
  .dogs-inner-block:nth-child(even) .dogs-inner-block-image {
    margin-left: 0; }
  .dogs-inner-block:nth-child(odd) .dogs-inner-block-image {
    margin-right: 0; }
  .dogs-inner-block-image {
    margin-bottom: 20px; }
  .dogs-inner-block:nth-child(odd) .dogs-inner-block-content {
    padding-right: 0; }
  .dogs-inner-block:nth-child(even) .dogs-inner-block-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .grill-block .h2 {
    margin-bottom: 20px; }
  .grill-bonus-block .middleblock {
    padding-top: 270px; }
  .grill-have-block .h3 {
    margin-bottom: 25px; }
  .grill-bonus-block {
    min-height: 635px; }
  .grill-bonus-block-content {
    font-size: 28px;
    line-height: 40px; }
  .grill-park-block {
    margin-top: -130px; }
  .grill-park-block .middleblock {
    margin-top: -135px; }
  .grill-park-block .h2 {
    margin-bottom: 25px; }
  .grill-park-block .work-time {
    padding-top: 25px;
    margin-bottom: 65px; }
  .grill-park-photo-block {
    margin-bottom: 50px; }
  .grill-park-photo {
    width: 180px;
    height: 180px; }
  .reviews-block {
    padding-top: 15px;
    padding-bottom: 30px; }
  .reviews-block .h3 {
    margin-bottom: 20px; }
  .reviews-block .heading-text {
    margin-bottom: 40px; }
  .reviews-item {
    margin-bottom: 15px; }
  .stop-block {
    min-height: 760px;
    padding-top: 70px;
    padding-bottom: 50px; }
  .stop-block .heading-text {
    margin-bottom: 70px; }
  .stop-block .info-item-w-marker {
    width: 100%; }
  .get-to-block {
    padding-top: 50px; }
  .get-to-block .h1 {
    margin-bottom: 50px; }
  .get-to-block {
    min-height: 670px; }
  .prices-block {
    margin-top: 10px; }
  .prices-block .h1 {
    margin-bottom: 45px; }
  .prices-block .prices-table {
    margin-bottom: 45px; }
  .ask-question-block {
    min-height: 630px;
    margin-top: -10px;
    padding-top: 75px;
    padding-bottom: 50px; }
  .chillout-block {
    margin-top: 0px;
    padding-bottom: 20px; }
  .chillout-inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
  .chillout-inner-block:nth-child(odd) .chillout-inner-block-image,
  .chillout-inner-block:nth-child(even) .chillout-inner-block-image {
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .chillout-inner-block:nth-child(odd) .chillout-inner-block-content,
  .chillout-inner-block:nth-child(even) .chillout-inner-block-content {
    max-width: 100%;
    padding: 0; }
  .chillout-inner-block .chillout-inner-block-content .text-break {
    display: inline; }
  footer {
    padding-top: 5px; }
  .popup-title {
    font-size: 30px;
    line-height: 44px;
    padding: 0 15px; }
  .booking-form .step-two {
    padding: 0 25px; }
  .reminder-popup-text {
    line-height: 28px; }
  .booking-form .booking-items-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .booking-form .booking-item {
    width: 100%;
    margin-bottom: 40px; }
    .booking-form .booking-item:last-of-type {
      margin-bottom: 15px; }
  .booking-form .step-two .input-wrap:nth-child(1) {
    margin-bottom: 15px; } }

@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 42px; }
  h2, .h2,
  .chillout-block .h2 {
    font-size: 30px;
    line-height: 40px; }
  .btn-custom {
    font-size: 19px; }
  .about-block .title-under {
    font-size: 34px;
    line-height: 40px; }
  header .logo {
    height: 85px;
    max-width: 120px;
    margin-bottom: -15px;
    background-size: contain; }
  header .phone {
    font-size: 22px;
    margin-bottom: 0; }
  header .custom-underline {
    padding-bottom: 10px; }
  .main-menu {
    top: 77px;
    padding-top: 20px;
    padding-left: 0; }
  header .mob-menu {
    height: 26px;
    background-color: #fff;
    position: fixed;
    border-radius: 5px;
    padding: 5px;
    top: 50%;
    right: -9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -100px;
    -webkit-box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
            box-shadow: 3px 5px 17.28px 0.72px rgba(0, 0, 0, 0.34);
    z-index: 100; }
    header .mob-menu span {
      width: 25px; }
    header .mob-menu span:nth-child(1) {
      top: 8px; }
    header .mob-menu span:nth-child(2),
    header .mob-menu span:nth-child(3) {
      top: 16px; }
    header .mob-menu span:nth-child(4) {
      top: 24px; }
  .info-item-w-marker {
    font-size: 22px;
    padding-left: 55px; }
  .about-block {
    min-height: 1150px; }
  .more-block {
    margin-top: -120px; }
  .dogs-inner-block-image {
    width: 270px;
    height: 270px; }
  .grill-block-items-wrap {
    margin-right: 5px; }
  .grill-block-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .grill-block-item-icon {
    width: 45px;
    height: 45px;
    margin-top: 5px;
    margin-right: 15px;
    background-size: contain; }
  .grill-have-photo-block {
    max-width: 270px; }
  .grill-have-photo.big {
    width: 250px;
    height: 250px; }
  .grill-have-photo.small {
    width: 180px;
    height: 180px; }
  .grill-have-item:nth-child(odd) .grill-have-photo-block .grill-have-photo.small {
    left: 90px; }
  .grill-have-item:nth-child(even) .grill-have-photo-block .grill-have-photo.small {
    right: 90px; }
  .grill-have-content-block {
    font-size: 15px; }
  .grill-bonus-block {
    min-height: 670px; }
  .grill-park-block .work-time {
    margin-bottom: 45px; }
  .grill-park-photo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .grill-park-photo:nth-child(n+2) {
    margin-top: -70px;
    margin-left: 0; }
  .grill-park-photo {
    width: 230px;
    height: 230px; }
  .reviews-block {
    padding-bottom: 15px; }
  .stop-block {
    padding-top: 100px;
    padding-bottom: 90px; }
  .prices-block .prices-table thead {
    font-size: 18px;
    line-height: 22px; }
  .prices-block .prices-table tbody td {
    padding: 10px; }
  .ask-question-form-title {
    font-size: 27px;
    line-height: 32px; }
  .ask-question-form .conf-policy {
    margin-bottom: 25px; }
  .chillout-block .h2 {
    margin-bottom: 40px; }
  .chillout-inner-block-image {
    width: 270px;
    height: 270px; }
  footer .logo {
    background-size: contain;
    max-width: 100px;
    margin-right: 5px; }
  footer .phone {
    font-size: 21px;
    margin-bottom: 10px; }
  .error-message {
    font-size: 13px; }
  .booking-form .step-two {
    padding: 0 15px; }
  .reminder-popup {
    padding: 27px 30px; }
  .reminder-popup-title {
    margin-bottom: 10px; }
  .reminder-logo {
    display: none; }
  .booking-form .step-one {
    padding: 0 20px; } }

@media screen and (max-width: 350px) {
  .get-to-block {
    margin-top: -20px;
    padding-top: 0; } }


footer .contacts-item-title a {
  color: #ed611b;
  text-decoration: none;
}</pre></body></html>