html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
  background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon-clock {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: #92929D;
}

.icon-email {
  width: 1.02em;
  height: 1em;
  fill: #16449f;
}

.icon-facebook {
  width: 0.46em;
  height: 1em;
  fill: #2b9556;
}

.icon-info {
  width: 1em;
  height: 1em;
  fill: #16449f;
}

.icon-instagram {
  width: 1em;
  height: 1em;
  fill: #2b9556;
}

.icon-marker {
  width: 0.78em;
  height: 1em;
  fill: #fff;
}

.icon-phone {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-review {
  width: 0.98em;
  height: 1em;
  fill: #ef7900;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  -o-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@font-face {
  font-family: 'Bookman Old Style';
  src: url("fonts/BookmanOldStyle.woff") format("woff"), url("fonts/fonts/BookmanOldStyle.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Bookman Old Style';
  src: url("fonts/BookmanOldStyle-Italic.woff") format("woff"), url("fonts/fonts/BookmanOldStyle-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Bookman Old Style';
  src: url("fonts/BookmanOldStyle-Bold.woff") format("woff"), url("fonts/fonts/BookmanOldStyle-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Bookman Old Style';
  src: url("fonts/BookmanOldStyle-BoldItalic.woff") format("woff"), url("fonts/fonts/BookmanOldStyle-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

html.no-scroll {
  overflow: hidden;
}

body {
  min-width: 375px;
  font-family: 'Bookman Old Style';
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font-family: 'Bookman Old Style';
}

.center {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}

.page {
  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;
}

.page__wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page_gray {
  background: #F3F3F3;
}

.btn {
  min-width: 121px;
  height: 38px;
  padding: 0 10px;
  border-radius: 19px;
  font-size: 16px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.btn_border {
  border: solid 2px #00359c;
  color: #000;
}

.btn_border:hover {
  background: #00359c;
  color: #fff;
}

.btn[href] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: relative;
  z-index: 10;
  padding: 22px 0 10px;
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8e5fe), to(#3f8cb4));
  background-image: -webkit-linear-gradient(top, #c8e5fe, #3f8cb4);
  background-image: -o-linear-gradient(top, #c8e5fe, #3f8cb4);
  background-image: linear-gradient(to bottom, #c8e5fe, #3f8cb4);
  opacity: .69;
}

.header__center {
  position: relative;
  z-index: 2;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.header__box {
  max-width: 308px;
  margin-right: 104px;
}

.header__logo {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 0;
}

.header__logo .header__pic {
  width: 308px;
}

.header__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.header__phone .icon {
  margin-right: 10px;
  font-size: 20px;
  fill: #000;
}

.header__info {
  margin-top: -5px;
  margin-right: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.55;
  color: #154b2b;
}

.header__preview {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 176px;
  margin-top: -5px;
  margin-right: 68px;
  font-size: 0;
}

.header__pic {
  width: 100%;
}

.header__control {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
}

.header__social .header__link {
  font-size: 0;
}

.header__social .header__link .icon {
  font-size: 25px;
  fill: #2B9556;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.header__social .header__link:hover .icon {
  fill: #33b166;
}

.header__social .header__link:not(:last-child) {
  margin-right: 29px;
}

.header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__language .header__link {
  width: 35px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 11px;
  line-height: 34px;
  color: #2B9556;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.header__language .header__link:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.header__language .header__link.active {
  background: #2B9556;
  color: #fff;
}

.header__language .header__link:not(:last-child) {
  margin-right: 9px;
}

.header__wrap .header__language {
  display: none;
}

.header__close {
  display: none;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -11px;
}

.header__item {
  position: relative;
  margin: 0 11px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__item[href], .header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.header__item[href]:hover, .header__head:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.header__head {
  position: relative;
  z-index: 2;
}

.header__item.active .header__head:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.header__body {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.header__group {
  padding: 22px;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.header__group .header__link {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__group .header__link:hover {
  color: #2B9556;
}

.header__group .header__link:not(:last-child) {
  margin-bottom: 19px;
}

.header__burger {
  position: relative;
  display: none;
  width: 30px;
  height: 22px;
  text-align: center;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header__burger:before, .header__burger:after,
.header__burger span {
  display: block;
  width: 30px;
  height: 4px;
  background: #000;
  -webkit-transition: width .3s, background .3s, -webkit-transform .3s;
  transition: width .3s, background .3s, -webkit-transform .3s;
  -o-transition: transform .3s, width .3s, background .3s;
  transition: transform .3s, width .3s, background .3s;
  transition: transform .3s, width .3s, background .3s, -webkit-transform .3s;
}

.header__burger:before, .header__burger:after {
  content: '';
  margin: 0 auto;
}

.header__burger span {
  margin: 5px auto;
}

.header__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.header__bg.show {
  visibility: visible;
  opacity: 1;
}

body:not(.touch-device) .header__item:hover .header__body {
  visibility: visible;
  opacity: 1;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  text-align: center;
  color: #2B9556;
}

.content h1 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.content h1:not(:last-child) {
  margin-bottom: 18px;
}

.content h2 {
  font-size: 23px;
  line-height: 1.25;
  font-style: italic;
}

.content h2:not(:first-child) {
  margin-top: 25px;
}

.content h2:not(:last-child) {
  margin-bottom: 18px;
}

.content strong,
.content b {
  font-weight: 700;
}

.content p {
  font-size: 16px;
  line-height: 1.5;
}

.content p:not(:last-child) {
  margin-bottom: 20px;
}

.content figure {
  font-size: 0;
}

.content figure[align="center"] {
  text-align: center;
}

.content figure[align="center"]:not(:last-child) {
  margin-bottom: 25px;
}

.content figure[align="left"] {
  float: left;
  margin-right: 20px;
}

.content figure[align="left"]:not(:last-child) {
  margin-bottom: 5px;
}

.content figure[align="left"] img {
  max-width: 370px;
}

.content img {
  max-width: 100%;
}

.content ul li,
.content ol li {
  line-height: 1.5;
}

.content ul:not(:last-child),
.content ol:not(:last-child) {
  margin-bottom: 20px;
}

.content ul li:before {
  content: "- ";
}

.content ol {
  counter-reset: li;
}

.content ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

.content__row:not(:last-child) {
  margin-bottom: 30px;
}

.content__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

.content__col:first-child {
  text-align: right;
  font-size: 0;
}

.content__refuelings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content__refuelings:not(:last-child) {
  margin-bottom: 30px;
}

.content__refuelings figure:not(:last-child) {
  margin-right: 40px;
}

.content table {
  width: 100%;
}

.content table th {
  padding: 15px 7px;
  border-bottom: 2px solid #2B9556;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #2B9556;
}

.content table td {
  height: 20px;
  padding: 8px 7px;
  font-size: 16px;
  line-height: 1.5;
}

.content table.table-fixed {
  table-layout: fixed;
}

.content .table-wrap {
  overflow: auto;
  padding-bottom: 10px;
}

.content .table-wrap::-webkit-scrollbar {
  height: 5px;
}

.content .table-wrap::-webkit-scrollbar-track {
  background: #cdcdcd;
  border-radius: 0;
}

.content .table-wrap::-webkit-scrollbar-thumb {
  border: none;
  background-color: #16449F;
  border-radius: 0;
}

.content .table-wrap:not(:last-child) {
  margin-bottom: 40px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0 0 -50px;
}

.gallery figure {
  margin: 30px 0 0 50px;
  font-size: 0;
}

.gallery:not(:last-child) {
  margin-bottom: 30px;
}

.main__top {
  position: relative;
  min-height: 673px;
  padding: 60px 0;
  background: url("../img/bg-main.jpg") no-repeat 50% 50%/cover;
}

.main__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 340px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0e7f9), color-stop(34%, rgba(213, 234, 250, 0.9)), color-stop(66%, rgba(209, 231, 249, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #d0e7f9, rgba(213, 234, 250, 0.9) 34%, rgba(209, 231, 249, 0.5) 66%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, #d0e7f9, rgba(213, 234, 250, 0.9) 34%, rgba(209, 231, 249, 0.5) 66%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, #d0e7f9, rgba(213, 234, 250, 0.9) 34%, rgba(209, 231, 249, 0.5) 66%, rgba(255, 255, 255, 0));
}

.main__top .main__center {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
}

.main__variants {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 250px;
  margin-right: 100px;
}

.main__select {
  min-width: 100%;
  height: 45px;
  padding: 0 45px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none'%3E%3Cpath fill-rule='evenodd' d='M9.293.333a.5.5 0 0 1 .39.812L5.39 6.512a.5.5 0 0 1-.781 0L.317 1.146a.5.5 0 0 1 .39-.812h8.586z' fill='%23154b2b'/%3E%3C/svg%3E") no-repeat calc(100% - 16px) 50%/11px 7px;
  font-size: 21px;
  color: #154b2b;
}

.main__select::-ms-expand {
  display: none;
}

.main__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.main__select:not(:last-child) {
  margin-bottom: 31px;
}

.main__text {
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  color: #154b2b;
}

.main__link {
  border-bottom: 1px solid transparent;
  color: #154b2b;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.main__link:hover {
  border-color: #154b2b;
}

.main__bottom {
  padding: 48px 0 92px;
  background: #F3F3F3;
  text-align: center;
}

.footer {
  padding: 30px 0 20px;
  background: #2B9556;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.15;
  color: #fff;
}

.footer__item .icon {
  margin-right: 6px;
  font-size: 17px;
  fill: #fff;
}

.footer__item:not(:last-child) {
  margin-right: 90px;
}

.footer__logo {
  margin-top: -5px;
  font-size: 0;
}

.footer__logo .footer__pic {
  width: 196px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copyright {
  margin-right: auto;
  font-size: 10px;
  color: #fff;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 33px;
}

.footer__link {
  font-size: 12px;
  color: #fff;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.footer__link:hover {
  opacity: .85;
}

.footer__link:not(:last-child) {
  margin-right: 44px;
}

.footer__cards {
  font-size: 0;
}

.footer__cards .footer__pic {
  width: 83px;
}

.footer__arrow {
  position: fixed;
  right: calc(50% - 630px);
  bottom: 85px;
  z-index: 8;
  width: 30px;
  height: 30px;
  background: #D4FFE5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.footer__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #2B9556 transparent;
}

.footer__arrow.show {
  visibility: visible;
  opacity: 1;
}

.place {
  text-align: center;
}

.place__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 40px;
}

.place__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
  text-align: center;
}

.place__info {
  margin-bottom: 20px;
  font-size: 18px;
}

.place__category {
  max-width: 220px;
  margin: 0 auto 20px;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}

.place__preview {
  font-size: 0;
}

.place__pic {
  width: 160px;
}

.place__buy {
  display: inline-block;
  padding: 7px 30px;
  border: 1px solid #154B2B;
  font-size: 18px;
  font-weight: 700;
  color: #154B2B;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.place__buy:hover {
  background: #154B2B;
  color: #fff;
}

.place:not(:last-child) {
  margin-bottom: 20px;
}

.section {
  padding: 30px 0 80px;
}

.section__title {
  margin-bottom: 25px;
}

.section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

.section__row:not(:last-child) {
  margin-bottom: 35px;
}

.section__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 50px);
  flex: 0 0 calc(50% - 50px);
  width: calc(50% - 50px);
  margin: 0 25px;
}

.field__input, .field__textarea {
  width: 100%;
  border-radius: 18px;
  border: solid 1px rgba(0, 162, 255, 0.5);
  background-color: rgba(253, 253, 254, 0.5);
  font-size: 12px;
  color: #000;
}

.field__input::-webkit-input-placeholder, .field__textarea::-webkit-input-placeholder {
  color: #003fa1;
}

.field__input::-ms-input-placeholder, .field__textarea::-ms-input-placeholder {
  color: #003fa1;
}

.field__input::placeholder, .field__textarea::placeholder {
  color: #003fa1;
}

.field__input {
  height: 35px;
  padding: 0 18px;
}

.field__textarea {
  height: 176px;
  padding: 13px 18px;
  resize: none;
}

.field__in {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.field__load {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 140px;
  cursor: pointer;
}

.field__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 130px;
  height: 38px;
  border-radius: 19px;
  border: 2px solid #00359C;
  font-size: 16px;
  color: #00359C;
}

.contacts__center {
  max-width: 760px;
}

.contacts__title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #00359C;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}

.contacts__col:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 350px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__item:not(:last-child) {
  margin-bottom: 30px;
}

.contacts__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  margin-right: 25px;
  text-align: center;
  font-size: 0;
}

.contacts__icon .icon {
  font-size: 19px;
  fill: #16449F;
}

.contacts__icon .icon-marker {
  font-size: 21px;
}

.contacts__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.55;
}

.contacts__category {
  margin-bottom: 2px;
  font-weight: 700;
  font-style: italic;
  color: #4a4a4a;
}

.contacts__info {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #00359C;
}

.contacts__fieldset {
  margin-bottom: 14px;
}

.contacts__field:not(:last-child) {
  margin-bottom: 8px;
}

.contacts__btns {
  text-align: right;
}

.title {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #2B9556;
}

.faq__center {
  max-width: 790px;
  margin: 0 auto;
}

.faq__title {
  margin-bottom: 30px;
}

.faq__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 52px;
  padding: 7px 60px 7px 20px;
  background: #2B9556;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  color: #FCFCFC;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.faq__head:before, .faq__head:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.faq__head:before {
  right: 23px;
  width: 14px;
  height: 2px;
}

.faq__head:after {
  right: 29px;
  width: 2px;
  height: 14px;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.faq__head:hover {
  background: #2ea15d;
}

.faq__item.active .faq__head {
  background: #126B37;
}

.faq__item.active .faq__head:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.faq__body {
  display: none;
  padding: 20px 20px 10px;
  font-size: 14px;
  line-height: 1.57143;
  font-style: italic;
}

.auto__center > .auto__title {
  margin-bottom: 20px;
}

.auto__container {
  margin-bottom: 50px;
}

.auto__section:not(:last-child) {
  margin-bottom: 40px;
}

.auto__section .auto__title {
  margin-bottom: 10px;
  text-align: left;
  font-style: italic;
}

.auto__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auto__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}

.auto__col:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 355px;
}

.auto__preview {
  display: block;
  font-size: 0;
}

.auto__photo {
  width: 100%;
}

.auto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -6px 0;
}

.auto__list .auto__preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
  margin: 20px 6px 0;
}

.auto__content ul li:not(:last-child) {
  margin: 0;
}

.auto__content:not(:last-child) {
  margin-bottom: 20px;
}

.auto .place__pic {
  width: 275px;
}

.form__title {
  margin-bottom: 17px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.form__fieldset {
  margin-bottom: 15px;
}

.form__field:not(:last-child) {
  margin-bottom: 8px;
}

.form .field__textarea {
  height: 225px;
}

.form__note:not(:last-child) {
  margin-bottom: 15px;
  font-size: 10px;
  line-height: 1.1;
}

.form__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__foot .form__field {
  margin: 0 auto 0 0;
}

.form__btn {
  color: #00359C;
}

.comment {
  color: #00359C;
}

.comment__center {
  max-width: 790px;
}

.comment__title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #00359C;
}

.comment__center > .comment__title {
  margin-bottom: 35px;
}

.comment__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.comment__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.comment__col:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px;
}

.comment__col:nth-child(2) .comment__content p {
  font-size: 12px;
}

.comment__col:nth-child(2) .comment__content ul li {
  padding-left: 10px;
  font-size: 12px;
}

.comment__col:nth-child(2) .comment__content ul li:before {
  top: 5px;
}

.comment__form {
  margin-bottom: 25px;
}

.comment__container .comment__title {
  margin-bottom: 20px;
}

.comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: solid 2px #BFD0F1;
}

.comment__item:not(:last-child) {
  margin-bottom: 20px;
}

.comment__ava {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  font-size: 0;
}

.comment__photo {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.comment__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 40px;
}

.comment__user {
  margin-bottom: 7px;
  font-size: 18px;
}

.comment__date {
  margin-bottom: 10px;
  font-size: 12px;
}

.comment__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  margin-right: 22px;
  font-size: 0;
}

.comment__icon .icon {
  font-size: 22px;
  fill: #00359C;
}

.comment__text {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 700;
  font-style: italic;
}

@media only screen and (max-width: 1365px) {
  .footer__arrow {
    right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .header {
    padding: 18px 0;
  }
  .header__top {
    margin-bottom: 0;
  }
  .header__box {
    margin-right: 40px;
  }
  .header__control {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .header__language .header__link {
    width: 40px;
    background-color: rgba(43, 149, 86, 0.2);
    font-size: 13px;
  }
  .header__language .header__link:not(:last-child) {
    margin-right: 15px;
  }
  .header__top .header__language {
    display: none;
  }
  .header__wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 350px;
    padding: 70px 30px 40px;
    background: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
  .header__wrap.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header__wrap .header__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
  }
  .header__close {
    display: inline-block;
    position: fixed;
    top: 30px;
    right: 30px;
    font-size: 0;
  }
  .header__close .icon {
    font-size: 24px;
    fill: #000;
  }
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .header__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .header__item[href], .header__head {
    display: block;
    height: auto;
    text-align: left;
    background: none;
    white-space: normal;
    font-size: 18px;
  }
  .header__item[href] br, .header__head br {
    display: none;
  }
  .header__head {
    padding-right: 25px;
  }
  .header__head:before {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
  .header__body {
    display: none;
    position: static;
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__group {
    padding: 20px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }
  .header__group .header__link:not(:last-child) {
    margin-bottom: 15px;
  }
  .header__burger {
    position: absolute;
    right: 30px;
    bottom: 5px;
    display: inline-block;
  }
  .content figure[align="left"] img {
    max-width: 350px;
  }
  .main__top {
    min-height: 616px;
    padding: 50px 0;
  }
  .main__content h1 {
    font-size: 22px;
  }
  .footer__item:not(:last-child) {
    margin-right: 70px;
  }
  .comment__desc {
    padding-left: 30px;
  }
  .comment__icon {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .page {
    overflow: hidden;
  }
  .header__box {
    max-width: 260px;
    margin-right: 0;
  }
  .header__logo {
    margin-bottom: 2px;
  }
  .header__logo .header__pic {
    width: 240px;
  }
  .header__phone {
    font-size: 14px;
  }
  .header__phone .icon {
    font-size: 16px;
  }
  .header__info {
    font-size: 15px;
  }
  .header__preview {
    margin-right: 15px;
    width: 130px;
  }
  .header__social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__social .header__link:not(:last-child) {
    margin-right: 20px;
  }
  .content figure[align="left"] {
    float: none;
    margin: 0;
  }
  .content figure[align="left"]:not(:last-child) {
    margin-bottom: 15px;
  }
  .content figure[align="left"] img {
    max-width: 100%;
    width: 100%;
  }
  .main__top {
    padding: 40px 0;
  }
  .main__variants {
    margin-right: 50px;
  }
  .footer__list {
    width: 100%;
    margin: 0;
  }
  .footer__item:not(:last-child) {
    margin-right: auto;
  }
  .footer__logo {
    display: none;
  }
  .footer__menu {
    margin-right: 15px;
  }
  .footer__link:not(:last-child) {
    margin-right: 15px;
  }
  .place__buy {
    padding: 8px 15px;
    font-size: 16px;
  }
  .section__row {
    margin: 0 -15px;
  }
  .section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .contacts__title {
    margin-bottom: 40px;
  }
  .auto__col:nth-child(2) {
    width: 270px;
  }
  .auto .place__pic {
    width: 100%;
  }
  .comment__row {
    margin-bottom: 25px;
  }
  .comment__ava {
    width: 130px;
    height: 130px;
  }
  .comment__desc {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .center {
    padding: 0 16px;
  }
  .header__box {
    margin-right: auto;
  }
  .header__info {
    display: none;
  }
  .header__preview {
    display: none;
  }
  .header__wrap {
    width: 330px;
    padding: 60px 25px 35px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header__wrap::-webkit-scrollbar {
    width: 5px;
  }
  .header__wrap::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 5px;
  }
  .header__wrap::-webkit-scrollbar-thumb:vertical {
    width: 5px;
  }
  .header__wrap::-webkit-scrollbar-thumb:vertical, .header__wrap::-webkit-scrollbar-thumb:window-inactive {
    background-color: #2B9556;
    border-radius: 5px;
  }
  .header__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .header__burger {
    right: 16px;
  }
  .content h1 {
    font-size: 22px;
  }
  .content h2 {
    font-size: 20px;
  }
  .content h2:not(:first-child) {
    margin-top: 20px;
  }
  .content h2:not(:last-child) {
    margin-bottom: 15px;
  }
  .content p:not(:last-child) {
    margin-bottom: 15px;
  }
  .content figure[align="center"]:not(:last-child) {
    margin-bottom: 15px;
  }
  .content__row {
    display: block;
  }
  .content__row:not(:last-child) {
    margin-bottom: 20px;
  }
  .content__col {
    width: 100%;
    padding: 0;
  }
  .content__col:first-child {
    margin-bottom: 15px;
    text-align: center;
  }
  .content__refuelings {
    display: block;
  }
  .content__refuelings:not(:last-child) {
    margin-bottom: 20px;
  }
  .content__refuelings figure:not(:last-child) {
    margin: 0 0 20px;
  }
  .content table th {
    font-size: 14px;
  }
  .content table td {
    font-size: 13px;
    line-height: 1.3;
  }
  .content .table-wrap:not(:last-child) {
    margin-bottom: 25px;
  }
  .main__top {
    min-height: 610px;
    padding: 35px 0;
    background-position: 49% 100%;
    background-size: auto 440px;
  }
  .main__top:before {
    height: 520px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0e7f9), color-stop(34%, #d5eafa), color-stop(66%, rgba(209, 231, 249, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #d0e7f9, #d5eafa 34%, rgba(209, 231, 249, 0.5) 66%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, #d0e7f9, #d5eafa 34%, rgba(209, 231, 249, 0.5) 66%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, #d0e7f9, #d5eafa 34%, rgba(209, 231, 249, 0.5) 66%, rgba(255, 255, 255, 0));
  }
  .main__top .main__center {
    display: block;
  }
  .main__variants {
    margin: 0 auto 20px;
  }
  .main__select {
    font-size: 19px;
  }
  .main__text {
    font-size: 20px;
  }
  .main__bottom {
    padding: 35px 0 50px;
  }
  .footer__top {
    margin-bottom: 30px;
  }
  .footer__list {
    display: block;
  }
  .footer__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__item:not(:last-child) {
    margin: 0 0 20px;
  }
  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 25px;
    text-align: center;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
  }
  .footer__link:not(:last-child) {
    margin: 0 0 10px;
  }
  .footer__arrow {
    right: 15px;
    bottom: 150px;
  }
  .place__row {
    margin-bottom: 25px;
  }
  .place__info {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .section {
    padding: 25px 0 55px;
  }
  .section__title {
    margin-bottom: 20px;
  }
  .section__row {
    display: block;
    margin: 0;
  }
  .section__row:not(:last-child) {
    margin-bottom: 25px;
  }
  .section__col {
    width: 100%;
    margin: 0;
  }
  .section__col:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts__title {
    margin-bottom: 25px;
  }
  .contacts__row {
    display: block;
  }
  .contacts__col:first-child {
    margin-bottom: 35px;
    padding: 0;
  }
  .contacts__col:nth-child(2) {
    margin: 0 auto;
  }
  .contacts__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts__icon {
    margin-right: 17px;
  }
  .title {
    font-size: 23px;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .faq__item:not(:last-child) {
    margin-bottom: 13px;
  }
  .faq__head {
    padding: 7px 50px 7px 15px;
  }
  .faq__body {
    padding: 15px;
  }
  .auto__center > .auto__title {
    font-size: 20px;
  }
  .auto__container {
    margin-bottom: 40px;
  }
  .auto__section:not(:last-child) {
    margin-bottom: 30px;
  }
  .auto__section .auto__title {
    font-size: 20px;
  }
  .auto__row {
    display: block;
  }
  .auto__col:first-child {
    margin-bottom: 20px;
    padding: 0;
  }
  .auto__col:nth-child(2) {
    width: 100%;
  }
  .form .field__textarea {
    height: 180px;
  }
  .comment__center > .comment__title {
    margin-bottom: 18px;
  }
  .comment__row {
    display: block;
    margin-bottom: 20px;
  }
  .comment__col:first-child {
    margin-bottom: 35px;
    padding: 0;
  }
  .comment__col:nth-child(2) {
    margin: 0 auto;
  }
  .comment__item {
    padding-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 474px) {
  .contacts__col:nth-child(2) {
    width: 100%;
  }
  .comment__col:nth-child(2) {
    width: 100%;
  }
  .comment__item {
    display: block;
  }
  .comment__ava {
    margin: 0 auto 10px;
  }
  .comment__desc {
    padding-left: 0;
  }
  .comment__user {
    text-align: center;
  }
  .comment__date {
    text-align: center;
  }
  .comment__icon {
    margin-right: 10px;
  }
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/*# sourceMappingURL=app.css.map */
