@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 320px;
  font: normal normal 16px/normal AvantGardeCTT, sans-serif;
}

*, :before, :after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#calendar_big .fc-event {
	height: 100%;
	font-size: 12px;
	color: black;
	
}
#calendar_big .fc-content{
	white-space: normal;
}
.section_description{
	display: flex;
	padding-bottom: 15px;
	padding-left: 15%;
	padding-right: 15%;
}
.ex_type{
	display: flex;
	align-items: center;
}
.ex_type_img{
	margin: 5px;
}

body {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}

header, footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

img,
iframe,
video {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a {
  color: #f96420;
  text-decoration: none;
}

a img {
  /*для IE10 */
  border: none;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

*:focus {
  outline: none;
}

*:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*элементы форм */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

textarea {
  resize: none;
  overflow: auto;
}

[type=text],
[type=tel],
[type=email],
[type=password],
[type=url],
[type=search],
textarea {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  border: none;
  background-color: #f2f2f2;
  padding: 8px 13px;
  font-size: 14px;
  line-height: normal;
  border-radius: 5px;
}
[type=text]:last-child,
[type=tel]:last-child,
[type=email]:last-child,
[type=password]:last-child,
[type=url]:last-child,
[type=search]:last-child,
textarea:last-child {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ebebeb;
  color: #000;
  font-size: 12px;
  line-height: normal;
  padding: 10px 30px 10px 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI2LjMiIGhlaWdodD0iNDcuMDMiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyNi4yNyA0Ny4wMTU5OTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQoJPHBhdGggZD0ibTAgNy45NjkgNjUuNDQgMzkuMDQgNjAuODMtMzkuNjEtNC44MzQtNy40MjYtNTYuMjEgMzYuNTktNjAuNy0zNi4yMXoiLz4NCjwvc3ZnPg0K) no-repeat right 8px center/12px auto #fff;
}
select::-ms-expand {
  display: none;
}

[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

/*кнопки */
button,
[type=submit],
[type=reset],
[type=image] {
  cursor: pointer;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  max-width: 100%;
  border: none;
  background-color: #f96420;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  border-radius: 7px;
}

/*заголовки */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  font-weight: inherit;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

h3, h4 {
  font-weight: inherit;
}

/*списки */
ul, ol {
  margin: 0 0 1em;
}

ul {
  list-style: none;
  padding: 0;
}

/*таблицы */
/*контейнеры */
.wrapper {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 15px;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

/*модальные окна */
.modal {
  display: none;
  background-color: #fff;
  width: 470px;
  max-width: 100%;
  padding: 40px;
  color: #2a2a2a;
  border-radius: 10px;
  font-size: 13px;
}
.modal__note {
  margin: 0 0 1.5em;
}
.modal__note:last-child {
  margin-bottom: 0;
}
.modal__note a {
  color: inherit;
  text-decoration: underline;
}
.modal__btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 8px 0 0 auto;
}

/*Календарь */
.fc td, .fc th {
  border-color: transparent;
}
.fc-widget-header {
  font-size: 8px;
}
.fc-widget-header td, .fc-widget-header th {
  padding: 1em 4px;
  border-color: #969696;
}
.fc-day-header {
  font-weight: bold;
  background-color: #fff;
}
.fc-day-header.fc-sat, .fc-day-header.fc-sun {
  color: #fff;
  background-color: #f96420;
  border-color: #ef7f1b;
}
.fc-bg td, .fc-bg th {
  background-color: #fff;
  border: 1px solid #969696;
}
.fc-unthemed .fc-disabled-day {
  opacity: 1;
}
.fc-widget-content {
  font-size: 9px;
}
.fc-event {
  border-radius: 0;
  height: 10px;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.calendar__legend {
  margin: 0;
  background-color: #fff;
  font-size: 10px;
  padding: 0.5em;
  margin: 1em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar__legend > li {
  padding-right: 2em;
}
.calendar__legend > li span {
  display: inline-block;
  vertical-align: -0.1em;
  width: 2.5em;
  height: 1em;
  margin: 0 0.5em 0 0;
}
.calendar__arrow {
  display: inline-block;
  color: #767674;
  font-size: 17px;
  line-height: 2.8;
  background-color: #fff;
  width: 1em;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1.4em);
}
.calendar__arrow--prev {
  left: -1.5em;
}
.calendar__arrow--next {
  right: -1.5em;
}

.event-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 10px;
  padding: 10px;
  border-radius: 10px;
  width: 270px;
  -webkit-transform: translate(calc(-100% + 60px), calc(-100% - 20px));
          transform: translate(calc(-100% + 60px), calc(-100% - 20px));
}
.event-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 30px;
  display: inline-block;
  border-top: 13px solid rgba(0, 0, 0, 0.7);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.event-tooltip__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 7px;
  padding-right: 30px;
}
.event-tooltip__rating {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 16px 0 0;
}
.event-tooltip__rating img {
  display: inline-block;
  width: 9px;
  vertical-align: top;
}
.event-tooltip__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: inherit;
  font-size: 1.1em;
  margin: 0;
}
.event-tooltip__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-tooltip__img {
  width: 100px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 8px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.event-tooltip__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.event-tooltip__text strong {
  font-weight: inherit;
  color: #fffb02;
}
.event-tooltip__footer {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px 0 0;
}
.event-tooltip__price {
  padding: 0 0.3em;
  background-color: #f96420;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.event-tooltip__date {
  margin-left: auto;
}
.event-tooltip__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*ШАПКА */
.search-form {
  position: relative;
}
.search-form__input {
  margin: 0;
  padding: 5px 35px 5px 10px;
  border: 1px solid #f96420;
  background: none;
}
.search-form__btn {
  border: none;
  background: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #9d9f9e;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  line-height: 2;
}

.menu-btn {
  display: none;
}

.header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: calc(50% - 720px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 200px 200px;
  padding: 25px 30px 30px;
  width: 230px;
  max-width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__weather {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #E74C3C;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0 0 10px 10px;
}
.header__weather i {
  font-size: 1.4em;
  margin-right: 0.3em;
}
.header__menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 5px 0;
  color: #727270;
  text-transform: lowercase;
}
.header__menu > li > a {
  display: block;
  padding: 10px 30px;
  color: inherit;
}

/*ОСНОВНОЕ СОДЕРЖИМОЕ */
.top-block {
  width: 100%;
  position: relative;
}
.top-block__slide {
  min-height: 330px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-block__slide:not(.slick-slide):nth-child(n+2) {
  display: none;
}
.top-block__dots {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-block__dots > li {
  width: 77px;
  height: 4px;
  background-color: #fff;
  margin: 2.5px;
  cursor: pointer;
}
.top-block__dots > li.slick-active {
  background-color: #ef7f1b;
}
.top-block__phone {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 18px;
  background-color: #ef7f1b;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  padding: 15px 60px 15px 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
}
.top-block__calendar {
  width: 450px;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 3;
}

.page {
  background: url(../img/kremlin.png) no-repeat right bottom/auto 90%;
  padding: 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page__sidebar {
  width: 30%;
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page__sidebar--left {
  margin: 0 30px 0 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.page__title {
  color: #f96420;
  text-transform: uppercase;
  padding: 0 0 12px 25px;
  border-bottom: 8px solid;
  border-right: 8px solid transparent;
  max-width: 600px;
}
.page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.callback-btn {
  display: block;
  max-width: 300px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 16px 50px 16px 140px;
  background: url(../img/icons/phones.svg) no-repeat 50px center/auto 50px, url(../img/phone-bg.svg) no-repeat center/100% 100%;
}

.product-widget {
  color: #727270;
}
.product-widget__title {
  font-weight: 20px;
  text-transform: uppercase;
  padding-right: 15px;
}
.product-widget__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  position: relative;
  border: 1px solid #ef7f1b;
  background-color: #fff;
  margin: 0 0 50px;
  font-size: 14px;
}
.product-widget__item:last-child {
  margin-bottom: 0;
}
.product-widget__item-text {
  width: 203px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-right: 13px solid #f96420;
  text-align: left;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-widget__item-title {
  font-size: 15px;
  color: #ef7f1b;
  margin: 0 0 0.3em;
}
.product-widget__item-footer {
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-widget__item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-widget__item-img {
  width: calc(100% - 203px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.product-widget__date {
  font-size: 14px;
  color: #f96420;
}
.product-widget__price {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-left: auto;
}

.news-widget {
  padding: 30px;
}
.news-widget__head {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-widget__head:last-child {
  margin-bottom: 0;
}
.news-widget__title {
  margin: 0 1em 0 0;
  font-weight: bold;
}
.news-widget__item {
  display: block;
  font-size: 14px;
  padding: 1em 0;
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #e7e7e7;
}
.news-widget__item:last-child {
  border-bottom: none;
}
.news-widget__date {
  color: #999;
}

.review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9d9f9e;
  background-color: #fff;
  border-left: 6px solid #f96420;
  padding: 5px 10px;
  font-size: 13px;
  margin: 0 0 1em;
  position: relative;
}
.review-card--big {
  font-size: 10.8px;
}
.review-card:last-child {
  margin-bottom: 0;
}
.review-card__img {
  width: 4.4444444444em;
  height: 4.4444444444em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1em 0 0;
}
.review-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.review-card__title {
  display: inline-block;
  margin: 0 1em 0 0;
  font-size: 1.3333333333em;
  font-weight: bold;
  color: #f96420;
}
.review-card__date {
  color: #898989;
  font-size: calc(100% + 1px);
}
.review-card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviews {
  padding: 10px 10px 30px 30px;
}
.reviews__title {
  color: #f96420;
  text-transform: uppercase;
}

.catalog__wrapper {
  /*max-width: 780px;*/
}

.card {
  width: 400px;
  margin: 0 15px 20px;
  position: relative;
}
.card__head {
  border: 1px solid #ef7f1b;
  position: relative;
  margin: 0 0 6px;
}
.card__head:last-child {
  margin-bottom: 0;
}
.card__head:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 7px;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e2e2;
  z-index: -1;
  pointer-events: none;
}
.card__img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card__info {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  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;
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card__price {
  font-weight: bold;
}
.card__rating img {
  width: 15px;
  vertical-align: top;
}
.card__title {
  font-size: 17px;
  color: #424242;
  margin: 0;
  font-weight: 1000;
}
.card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service {
  padding: 0 0 30px;
}
.service:last-child {
  padding-bottom: 160px;
}
.service__wrapper {
  max-width: 630px;
}
.service__description {
  margin: 0 0 1.8em;
}
.service__description:last-child {
  margin: 0;
}
.service__info {
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;*/
  margin: 0 0 30px;
}
.service__info:last-child {
  margin-bottom: 0;
}
.service__map {
  width: calc(50% - 30px);
  margin-right: 30px;
}
.service__reviews {
  width: 50%;
  padding: 0;
}

.slider-block {
  height: 310px;
  margin: 0 0 30px;
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-block:last-child {
  margin-bottom: 0;
}
.slider-block__slider {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 35px;
}
.slider-block__slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-block__slider .slick-list {
  margin: 0 -10px;
}
.slider-block__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-block__slide {
  margin: 0 10px;
  border: 1px solid #ef7f1b;
}
.slider-block__slide.slick-slide {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.slider-block__slide img {
  display: block;
  width: 100%;
  height: 100px;
 object-fit: contain;
}
.slider-block__arrow {
  display: inline-block;
  font-size: 35px;
  width: 1em;
  line-height: 1;
  text-align: center;
  color: #ed7e1b;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: calc(50% - .5em);
}
.slider-block__arrow--prev {
  left: 0;
}
.slider-block__arrow--next {
  right: 0;
}

.guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 26px;
}
.guide:last-child {
  margin-bottom: 0;
}
.guide__img {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 30px;
}
.guide__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.guide__text p, .guide__text h3, .guide__text h4 {
  margin: 0;
}
.guide__text strong {
  font-weight: inherit;
  color: #f96420;
}
.guide__chars {
  font-size: 1.2em;
}

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price-block__item {
  width: 90px;
  margin: 15px 5px 0;
  border-radius: 5px;
  background-color: #f6f6f6;
  padding: 2px 2px 10px;
  text-align: center;
  position: relative;
  font-size: 9px;
}
.price-block__item:before {
  content: "";
  display: block;
  width: 50%;
  padding-top: 42%;
  position: absolute;
  left: 25%;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/ticket.png) no-repeat center/contain;
  pointer-events: none;
}
.price-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  border-radius: inherit;
  background-color: #fed78a;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 7px 5px;
}
.price-block__item:nth-child(3n+2) .price-block__text {
  background-color: #55aa55;
  color: #fff;
}
.price-block__item:nth-child(3n) .price-block__text {
  background-color: #fc3232;
  color: #fff;
}
.price-block__price {
  color: #fc533a;
  font-weight: bold;
  font-size: 16px;
}

/*ПОДВАЛ */
.footer {
  background: url(../img/footer-bg.png) no-repeat center/cover #f96420;
  color: #fff;
  padding: 20px 0;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__logo {
  display: inline-block;
  width: 115px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 115px;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  margin: 0 30px 0 0;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__menu {
  margin: 0;
  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;
  padding: 0 30px;
  text-transform: lowercase;
}
.footer__menu > li > a {
  display: block;
  color: inherit;
  padding: 5px 15px;
}
.footer__social {
  text-align: center;
  margin: 30px auto 0;
}
.footer__social:first-child {
  margin-top: 0;
}
.footer__social a {
  display: inline-block;
  margin: 3px;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  background-color: #fff;
  line-height: 42px;
  font-size: 24px;
  color: #f96420;
}
.footer__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  margin-left: 30px;
  font-size: 13px;
  text-align: right;
}
.footer__text a {
  color: inherit;
}
.footer__text p {
  margin: 0;
}

/*АДАПТИВ */
@media(min-width: 1200px) {
  .header__menu > li > a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__menu > li:hover > a {
    background-color: #ef7f1b;
    color: #fff;
  }

  .calendar__arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .calendar__arrow:hover {
    background-color: #f96420;
    color: #fff;
  }

  .product-widget__item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .product-widget__item:hover {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  .product-widget__item-text {
    -webkit-transition: inherit;
    transition: inherit;
  }
  .product-widget__item:hover .product-widget__item-text {
    border-color: #01a0e2;
  }

  .news-widget__item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news-widget__item:hover {
    color: #f96420;
  }

  .review-card {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .review-card:hover {
    border-color: #f96420;
  }
}
@media(max-width: 1439px) {
  .wrapper {
    max-width: 1200px;
  }

  .header__logo {
    left: 15px;
  }

  .page {
    background-size: auto 100vh;
  }
  .page__main {
    width: calc(100% - 330px);
  }
  .page__content {
    width: calc(100% - 330px);
  }

  .catalog__wrapper {
    /*max-width: 520px;*/
  }

  .service {
    max-width: 100%;
  }
  .service__info {
    display: block;
  }
  .service__map {
    width: 100%;
    margin: 0 0 20px;
  }
  .service__reviews {
    width: auto;
  }

  .slider-block {
    background-size: 0;
    height: auto;
  }
  .slider-block__slider {
    padding: 0;
    position: relative;
    bottom: auto;
    left: auto;
    border: 1px solid #f96420;
  }
  .slider-block__slide {
    border: none;
  }
  .slider-block__slide img {
    height: 100%;
    max-height: 400px;
  }
}
@media(max-width: 1199px) {
  body {
    padding-top: 60px;
  }

  .wrapper {
    max-width: 992px;
  }

  .menu-btn {
    display: inline-block;
    font-size: 25px;
    line-height: 2;
    width: 2em;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
  }
  .menu-btn--active {
    color: #f96420;
  }

  .header {
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
  }
  .header__logo {
    background: none;
    padding: 0;
    position: static;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .header__logo img {
    height: 50px;
    width: auto;
  }
  .header__weather {
    display: none;
  }
  .header__search {
    margin-left: auto;
  }
  .header__menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 60px);
    overflow: auto;
    background-color: #fff;
    padding: 0 0 10px;
    text-align: right;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0;
  }
  .header__menu--open {
    opacity: 1;
    pointer-events: auto;
  }
  .header__menu > li {
    border-top: 1px solid #ddd;
  }
  .header__menu > li > a {
    padding: 10px calc(50% - 470px);
  }

  .top-block__phone {
    bottom: auto;
    top: 15px;
  }
  .top-block__dots {
    padding: 0 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .page {
    display: block;
  }
  .page__main {
    width: auto;
  }
  .page__sidebar {
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
  .page__sidebar--left {
    width: 300px;
    margin-right: 30px;
    padding: 0;
  }

  .product-widget__title {
    text-align: right;
  }
  .product-widget__item {
    margin: 0 0 30px auto;
    max-width: 100%;
  }

  .catalog__box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .service:last-child {
    padding-bottom: 30px;
  }

  .footer__wrapper {
    display: block;
  }
  .footer__logo {
    display: none;
  }
  .footer__menu {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__social {
    margin-top: 20px;
  }
  .footer__text {
    margin: 20px 0 0;
    text-align: center;
  }
}
@media(max-width:991px) {
  .header__menu > li > a {
    padding: 10px 28px;
  }

  .calendar {
    display: none;
  }
  .calendar_big {
	  display: block !important;
  }
  #calendar_big .fc-event {
	
	font-size: 7px;
	
	
}

  .top-block__phone {
    font-size: 24px;
  }
  .top-block__dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-block__dots > li {
    width: 30px;
  }

  .page__inner {
    display: block;
  }
  .page__sidebar {
    width: auto;
    margin: 0;
  }
  .page__content {
    width: auto;
  }

  .news-widget {
    padding: 30px 15px;
  }

  .reviews {
    padding: 30px 15px;
  }

  .review-card {
    font-size: 14px;
  }

  .catalog__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .service__reviews {
    padding: 15px 0;
  }
}
@media(max-width:767px) {
  .page__title {
    padding: 0 15px 15px;
    border-right: none;
    border-bottom-width: 3px;
    text-align: center;
    max-width: 100%;
  }

  .guide {
    display: block;
    font-size: 14px;
  }
  .guide__img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
  }
}
@media(max-width:479px) {
  .modal {
    padding: 30px 15px;
  }

  .menu-btn {
    margin-left: auto;
    width: 1em;
  }

  .header__search {
    display: none;
  }
  .header__menu > li > a {
    padding: 10px 15px;
  }

  .review-card {
    font-size: 12px;
  }
}
