@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap&subset=cyrillic");
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, taeble, caption,
tboddy, tfoot, thead, tdr, tdh, tdd, 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;
}

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

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

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

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

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

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

html.no-scroll {
  overflow: hidden;
}

body {
  min-width: 375px;
  font-family: 'Noto Serif', serif;
  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: 'Noto Serif', serif;
}

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

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

.btn {
  min-width: 141px;
  height: 41px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(74, 74, 74, 0.5);
  box-shadow: 3px 3px 0 0 rgba(74, 74, 74, 0.5);
  background-color: #ffc933;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  font-size: 16px;
  color: #000;
  transition: all .25s;
}

.btn:hover {
  background-color: #ffd45c;
}

.header__top {
  position: relative;
  padding: 27px 0 21px;
  background: #CBDFE7 url("../img/header-bus.png") no-repeat calc(50% - 100px) 100%/369px auto;
}

.header__top:before, .header__top:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.header__top:before {
  left: 0;
  right: calc(50% + 250px);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(100%, #ffffff), color-stop(0%, #ccd3db));
  background-image: -webkit-linear-gradient(right, #ffffff 100%, #ccd3db 0%);
  background-image: -o-linear-gradient(right, #ffffff 100%, #ccd3db 0%);
  background-image: linear-gradient(to left, #ffffff 100%, #ccd3db 0%);
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}

.header__top:after {
  right: calc(50% + 243px);
  width: 32px;
  background: url("../img/arrow-white.png") no-repeat 0 0/auto 100%;
}

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

.header__top .header__center {
  padding-left: 45px;
}

.header__box {
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__box:first-child {
  width: 213px;
  margin-right: auto;
}

.header__box:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 430px;
}

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

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #4A4A4A;
}

.header__phone .icon {
  margin-right: 8px;
  font-size: 20px;
  fill: #16449F;
}

.header__info {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 700;
  color: #16449f;
}

.header__language {
  position: relative;
  margin-left: auto;
}

.header__language:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 18px;
  background: #707070;
}

.header__link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header__language .header__link {
  padding: 0 10px;
  font-size: 14px;
  color: #4a4a4a;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__language .header__link:hover {
  color: #16449F;
}

.header__language .header__link.active {
  color: #3f66b4;
}

.header__bottom {
  position: relative;
  padding: 15px 0;
  -webkit-box-shadow: 0 4px 0 0 rgba(74, 74, 74, 0.5);
  box-shadow: 0 4px 0 0 rgba(74, 74, 74, 0.5);
  background-color: #ffc933;
}

.header__bottom:before, .header__bottom:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.header__bottom:before {
  left: calc(50% + 100px);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #3f66b4), color-stop(65%, #16449f), to(#16449f));
  background-image: -webkit-linear-gradient(right, #3f66b4 0, #16449f 65%, #16449f 100%);
  background-image: -o-linear-gradient(right, #3f66b4 0, #16449f 65%, #16449f 100%);
  background-image: linear-gradient(to left, #3f66b4 0, #16449f 65%, #16449f 100%);
  -webkit-clip-path: polygon(16px 0, 100% 0, 100% 100%, 16px 100%, 0 50%);
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 16px 100%, 0 50%);
}

.header__bottom:after {
  left: calc(50% + 92px);
  width: 21px;
  background: url("../img/arrow-blue.svg") no-repeat 0 0/auto 100%;
}

.header__bottom .header__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap {
  position: relative;
  z-index: 3;
  margin-right: auto;
}

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

.header__nav .header__link {
  padding: 5px 26px;
  color: #000;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__nav .header__link:hover {
  color: #16449F;
}

.header__nav .header__link.active {
  color: #16449F;
}

.header__nav .header__link:not(:last-child) {
  border-right: solid 1px #ff9733;
}

.header__menu {
  display: none;
}

.header__menu .header__link {
  font-size: 14px;
  color: #000;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__menu .header__link strong {
  font-size: 16px;
}

.header__menu .header__link.active {
  color: #16449F;
}

.header__menu .header__link:not(:last-child) {
  margin-bottom: 22px;
}

.header__buy {
  position: relative;
  z-index: 3;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  font-style: italic;
  color: #ffc933;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__buy:hover {
  color: #e6a900;
}

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

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

.burger {
  position: relative;
  z-index: 20;
  display: none;
  width: 40px;
  height: 27px;
  text-align: center;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.burger:before, .burger:after,
.burger span {
  display: block;
  width: 40px;
  height: 5px;
  background: #4A4A4A;
  -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;
}

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

.burger span {
  margin: 6px auto;
}

.burger.active:before {
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

.burger.active span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.active:after {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.section {
  position: relative;
  padding: 32px 0 60px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.section__row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section__container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 14px 14px 28px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(74, 74, 74, 0.5);
  box-shadow: 4px 4px 0 0 rgba(74, 74, 74, 0.5);
  background-color: rgba(255, 255, 255, 0.9);
}

.section__container_empty {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section__container_p0 {
  padding: 0;
}

.section__sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 255px;
  margin-left: 23px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.section__menu .section__link {
  padding: 15px 20px;
  border: solid 1px #ff9733;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.35;
  color: #000;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.section__menu .section__link:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.section__menu .section__link.active {
  background-color: rgba(255, 255, 255, 0.95);
}

.section__menu .section__link strong {
  font-size: 16px;
  font-weight: 700;
}

.section__menu .section__link:not(:last-child) {
  margin-bottom: 12px;
}

.section__open {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(100% - 106px);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 259px;
  height: 46px;
  padding: 0 25px 5px 0;
  border: solid 1px #ff7d00;
  background-color: #ffffff;
  font-size: 18px;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.section__open .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  font-size: 24px;
  fill: #000;
}

.direction__item {
  display: block;
  padding-right: 8px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(74, 74, 74, 0.5);
  box-shadow: 4px 4px 0 0 rgba(74, 74, 74, 0.5);
}

.direction__item_orange {
  background: #FBDBBC;
}

.direction__item_orange .direction__head {
  background: #FF7D00;
}

.direction__item_green {
  background: #def2ce;
}

.direction__item_green .direction__head {
  background: #6aba2d;
}

.direction__item_yellow {
  background: #fffab4;
}

.direction__item_yellow .direction__head {
  background: #ffb433;
}

.direction__item_dark-blue {
  background: #c9d5ec;
}

.direction__item_dark-blue .direction__head {
  background: #3f66b4;
}

.direction__item_light-blue {
  background: #c2e5ff;
}

.direction__item_light-blue .direction__head {
  background: #00a8e8;
}

.direction__item:not(:last-child) {
  margin-bottom: 26px;
}

.direction__head, .direction__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.direction__head {
  padding: 11px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  color: #fff;
}

.direction__body {
  padding: 12px 20px;
}

.direction__name, .direction__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 325px;
}

.direction__info {
  padding-right: 100px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.direction__name {
  display: inline-block;
  padding-right: 50px;
  font-size: 27px;
  font-style: italic;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.direction__buy {
  display: inline-block;
  position: relative;
  padding: 6px 44px 6px 20px;
  border: solid 1px #ffffff;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.direction__buy:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.direction__buy:hover:before {
  -webkit-transform: translate(7px, -50%);
  -ms-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
}

.direction__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: #16449F;
}

.content h1 {
  margin-bottom: 25px;
  font-size: 30px;
}

.content h2 {
  margin-bottom: 25px;
  font-size: 25px;
}

.content h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.content h4 {
  margin-bottom: 20px;
  font-size: 20px;
}

.content h4 span {
  border-bottom: 2px solid #FF7D00;
}

.content h5 {
  margin-bottom: 15px;
  font-size: 18px;
}

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

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

.content strong {
  font-weight: 700;
}

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

.content ul li:before {
  content: "-";
  margin-right: 5px;
}

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

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

.content figure {
  font-size: 0;
}

.content figure p {
  margin-bottom: 20px;
}

.content figcaption {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}

.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: 325px;
}

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

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

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

.content table {
  !font-style: italic;
  !border: 1px solid #CECECE;
  font-size: 14px;
}

.content table th {
  padding: 15px 7px;
  border-bottom: 1px solid #CECECE;
  font-weight: 700;
}

.content table td {
  height: 20px;
  padding: 3px 7px;
}

.content table th, .content table td {
  border-left: 1px solid #CECECE;
  border-radius: 1px solid #cecece;
}

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

.content_center {
  text-align: center;
}

.article {
  padding: 25px 0 0;
  text-align: center;
}

.footer {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/bg-footer.jpg") no-repeat 50% 100%/1920px auto;
  color: #fff;
}

.footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 188px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 32, 87, 0)), color-stop(34%, rgba(5, 32, 87, 0.46)), to(#052057));
  background-image: -webkit-linear-gradient(top, rgba(5, 32, 87, 0), rgba(5, 32, 87, 0.46) 34%, #052057);
  background-image: -o-linear-gradient(top, rgba(5, 32, 87, 0), rgba(5, 32, 87, 0.46) 34%, #052057);
  background-image: linear-gradient(to bottom, rgba(5, 32, 87, 0), rgba(5, 32, 87, 0.46) 34%, #052057);
  opacity: .9;
}

.footer__center {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 690px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.footer__box {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 255px;
  height: 180px;
  padding-bottom: 18px;
  background: url("../img/footer-pic.png") no-repeat 0 0/cover;
}

.footer__logo {
  margin-bottom: 18px;
  font-size: 0;
}

.footer__logo .footer__pic {
  width: 175px;
}

.footer__menu {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__menu .footer__link {
  font-size: 12px;
  line-height: 1.65;
  color: #000;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.footer__menu .footer__link:hover {
  color: #16449F;
}

.footer__wrap {
  padding: 0 0 25px 75px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  font-size: 10px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.footer__item:not(:last-child) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83px;
  flex: 0 0 83px;
  width: 83px;
}

.footer__icon {
  margin-right: 7px;
  font-size: 0;
}

.footer__icon .icon {
  font-size: 16px;
  fill: #fff;
}

.footer__desc {
  margin-top: -2px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.footer__cards {
  font-size: 0;
}

.footer__copyright {
  font-size: 10px;
}

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

.footer__company {
  margin-left: 15px;
  font-size: 0;
}

.footer__arrow {
  position: fixed;
  right: calc(50% - 650px);
  bottom: 87px;
  z-index: 3;
  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;
  width: 30px;
  height: 30px;
  visibility: hidden;
  opacity: 0;
  background: #16449F;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.footer__arrow:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #fff transparent;
}

.footer__arrow:hover {
  background: #1a4fba;
}

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

.field {
  font-size: 0;
}

.field__input, .field__textarea {
  width: 100%;
  border: none;
  background: #F3F3F3;
  font-size: 12px;
  color: #000;
}

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

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

.field__input::placeholder, .field__textarea::placeholder {
  color: #000;
}

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

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

.field__in {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 0 0 rgba(74, 74, 74, 0.5);
  box-shadow: 3px 3px 0 0 rgba(74, 74, 74, 0.5);
}

.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: 168px;
  height: 41px;
  font-size: 16px;
  background-color: #cecece;
}

.form__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #16449F;
}

.form__fieldset {
  margin-bottom: 17px;
}

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

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

.form__btns {
  text-align: right;
}

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

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

.title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  color: #16449F;
}

.title_line span {
  border-bottom: 2px solid #FF7D00;
  font-size: 20px;
}

.contacts {
  padding: 0 16px 16px;
  font-size: 14px;
}

.contacts__title {
  margin-bottom: 25px;
}

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

.contacts__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

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

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

.contacts__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  margin-right: 25px;
  padding-top: 3px;
  text-align: center;
  font-size: 0;
}

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

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

.contacts__category {
  margin-bottom: 7px;
  font-weight: 700;
  font-style: italic;
}

.contacts__text {
  font-size: 14px;
  line-height: 1.57143;
}

.contacts__text a {
  color: #000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.contacts__text a:hover {
  color: gray;
}

.bus__title {
  margin-bottom: 30px;
}

.bus__list {
  margin-bottom: 40px;
}

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

.bus__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.bus__col {
  margin: 0 8px;
}

.bus__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 16px);
  flex: 0 0 calc(50% - 16px);
  width: calc(50% - 16px);
}

.bus__col:nth-child(2), .bus__col:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 16px);
  flex: 0 0 calc(25% - 16px);
  width: calc(25% - 16px);
}

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

.bus__preview:not(:last-child) {
  margin-bottom: 11px;
}

.bus__photo {
  width: 100%;
}

.bus__item .bus__title {
  margin-bottom: 25px;
}

.bus__content {
  padding: 0 40px;
  font-size: 14px;
}

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

.bus__scheme {
  margin-bottom: 50px;
  padding: 0 40px;
}

.bus__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 0 40px;
}

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

.bus__logo {
  font-size: 0;
}

.bus__img {
  max-width: 240px;
}

.bus__text {
  font-size: 12px;
  line-height: 1.5;
}

.scheme__text {
  margin-bottom: 15px;
  font-style: italic;
}

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

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

.scheme__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  width: 290px;
  text-align: center;
}

.scheme__col:nth-child(2) {
  padding-right: 3px;
}

.scheme__col:not(:last-child) {
  margin-right: 80px;
}

.scheme__preview {
  font-size: 0;
}

.scheme__preview .scheme__pic {
  width: 100%;
}

.scheme__category {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #16449F;
}

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

.consult__title {
  margin-bottom: 50px;
}

.consult__content table {
  table-layout: fixed;
}

.consult__content table td {
  padding: 8px;
}

.faq__title {
  margin-bottom: 15px;
}

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

.faq__head {
  position: relative;
  padding: 14px 50px 14px 25px;
  background: #FFDF87;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  color: #16449F;
  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 {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #fff;
  -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: #ffd766;
}

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

.faq__item.active .faq__head {
  background: #FFC933;
}

.faq__body {
  display: none;
  padding: 25px 25px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.review__title {
  margin-bottom: 25px;
}

.review__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.review__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  width: 56%;
  padding-right: 30px;
}

.review__col:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  width: 44%;
}

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

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

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

.review__form {
  margin-bottom: 25px;
}

.review__container .review__title {
  margin-bottom: 20px;
}

.review__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 #cecece;
}

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

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

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

.review__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5px 0 0 40px;
}

.review__user {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

.review__date {
  margin-bottom: 10px;
  font-size: 14px;
}

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

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

.review__icon .icon {
  font-size: 22px;
  fill: #16449F;
}

.review__text {
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}

.online {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.online__link {
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.38;
  color: #16449f;
}

.online__link:hover {
  text-decoration: none;
}

.online__buy {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  padding: 7px 44px 7px 20px;
  border: solid 1px #ff7d00;
  font-size: 18px;
  font-weight: 700;
  color: #FF7D00;
}

.online__buy:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ff7d00;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.online__buy:hover:before {
  -webkit-transform: translate(7px, -50%);
  -ms-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
}

.online__info {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.22;
  color: #000000;
}

.post > .post__title {
  margin: 0;
  padding: 10px 20px;
  background: #FFB433;
}

.post__body {
  padding: 20px 20px 45px;
}

.post__text {
  margin-bottom: 15px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.post__list {
  margin-bottom: 50px;
}

.post__item:not(:last-child) {
  margin-bottom: 44px;
}

.post__item .post__title {
  margin-bottom: 25px;
}

.post__item .post__title span {
  padding: 0 15px;
}

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

.post__btn {
  min-width: 125px;
  padding: 0 23px;
}

.post__btn:not(:last-child) {
  margin-right: 38px;
}

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

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

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

@media only screen and (max-width: 1159px) {
  .header__top {
    padding: 20px 0 18px;
    background-position: calc(50% - 40px) 100%;
  }
  .header__top:before {
    right: auto;
    width: 315px;
  }
  .header__top:after {
    right: auto;
    left: 290px;
  }
  .header__box:nth-child(2) {
    width: 340px;
  }
  .header__logo {
    margin-bottom: 25px;
  }
  .header__info {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
  }
  .header__bottom {
    padding: 12px 0;
  }
  .header__bottom:before {
    left: auto;
    width: 325px;
  }
  .header__bottom:after {
    left: auto;
    right: 321px;
  }
  .header__buy {
    max-width: 255px;
    font-size: 17px;
    line-height: 1.1;
  }
  .section {
    position: relative;
    z-index: 10;
  }
  .section__row {
    display: block;
  }
  .section__sidebar {
    position: static;
    width: auto;
    margin: 0;
  }
  .section__wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 270px;
    padding: 25px 20px;
    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;
  }
  .section__wrap.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .section__open {
    display: inline-block;
  }
  .section__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .section__bg.show {
    visibility: visible;
    opacity: 1;
  }
  .direction__name, .direction__info {
    width: 50%;
  }
  .content h1 {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .content h2 {
    margin-bottom: 20px;
  }
  .content figure[align="left"] img {
    max-width: 350px;
  }
  .footer {
    background-size: 1650px auto;
  }
  .footer__center {
    min-height: 600px;
  }
  .footer__wrap {
    padding-left: 30px;
  }
  .title {
    font-size: 27px;
  }
  .review__row {
    margin-bottom: 25px;
    padding-left: 0;
  }
  .review__desc {
    padding-left: 30px;
  }
  .review__icon {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .out {
    overflow: hidden;
  }
  .center {
    padding: 0 20px;
  }
  .header__top {
    padding: 27px 0 21px;
    background-position: calc(50% + 80px) 100%;
  }
  .header__center {
    padding: 0 20px;
  }
  .header__top .header__center {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header__logo {
    margin-bottom: 20px;
  }
  .header__info {
    display: none;
  }
  .header__bottom {
    padding: 10px 0;
  }
  .header__bottom:before {
    width: 280px;
  }
  .header__bottom:after {
    right: 267px;
  }
  .header__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
  }
  .header__nav .header__link {
    max-width: 250px;
    padding: 0 15px;
    text-align: center;
  }
  .header__buy {
    max-width: 200px;
  }
  .direction__name, .direction__info {
    width: 38%;
  }
  .direction__info {
    padding-right: 30px;
  }
  .direction__name {
    padding-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%;
  }
  .content figure[align="right"] {
    float: none;
    margin: 0;
  }
  .content figure[align="right"]:not(:last-child) {
    margin-bottom: 15px;
  }
  .content figure[align="right"] img {
    max-width: 100%;
    width: 100%;
  }
  .article {
    padding: 0;
  }
  .footer {
    background-position: 50% 120%;
    background-size: 1550px auto;
  }
  .footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  }
  .footer__center {
    min-height: 500px;
  }
  .footer__line {
    margin-top: 0;
  }
  .footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__item {
    margin-bottom: 15px;
  }
  .footer__item:nth-child(2n+1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    width: 55%;
  }
  .footer__item:nth-child(2n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
  }
  .footer__arrow {
    right: 20px;
  }
  .contacts__row {
    display: block;
  }
  .contacts__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .contacts__col:first-child {
    margin-bottom: 35px;
  }
  .bus__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .bus__col {
    margin: 0 5px;
  }
  .bus__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    margin-bottom: 10px;
  }
  .bus__col:nth-child(2), .bus__col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .bus__content {
    padding: 0;
  }
  .bus__scheme {
    padding: 0;
  }
  .bus__foot {
    padding: 0;
  }
  .scheme__row {
    margin: 0 -10px;
  }
  .scheme__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;
  }
  .scheme__col:not(:last-child) {
    margin-right: 10px;
  }
  .consult__title {
    margin-bottom: 40px;
  }
  .review__row {
    display: block;
  }
  .review__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .review__col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .review__ava {
    width: 130px;
    height: 130px;
  }
  .review__desc {
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .center {
    padding: 0 16px;
  }
  .header {
    position: relative;
    z-index: 10;
  }
  .header__top {
    padding: 12px 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(100%, #ffffff), color-stop(0%, #ccd3db));
    background: -webkit-linear-gradient(right, #ffffff 100%, #ccd3db 0%);
    background: -o-linear-gradient(right, #ffffff 100%, #ccd3db 0%);
    background: linear-gradient(to left, #ffffff 100%, #ccd3db 0%);
  }
  .header__top:before, .header__top:after {
    display: none;
  }
  .header__top .header__center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 36px;
  }
  .header__box {
    position: static;
  }
  .header__box:first-child {
    width: auto;
  }
  .header__box:nth-child(2) {
    display: none;
    width: auto;
  }
  .header__logo {
    margin: 0;
  }
  .header__logo .header__pic {
    width: 188px;
  }
  .header__phone {
    position: absolute;
    left: 32px;
    bottom: -46px;
    font-size: 0;
  }
  .header__phone .icon {
    margin: 0;
    font-size: 30px;
  }
  .header__bottom {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    padding-bottom: 12px;
    background: url("../img/bg-header.png") no-repeat 0 0/auto 100%;
  }
  .header__bottom:before, .header__bottom:after {
    display: none;
  }
  .header__wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    height: 100vh;
    width: 350px;
    padding: 100px 50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ccd3db));
    background-image: -webkit-linear-gradient(right, #ffffff, #ccd3db);
    background-image: -o-linear-gradient(right, #ffffff, #ccd3db);
    background-image: linear-gradient(to left, #ffffff, #ccd3db);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    overflow: auto;
  }
  .header__wrap.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header__nav {
    position: relative;
    -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: 0 0 20px;
    padding-bottom: 30px;
  }
  .header__nav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 1px;
    background: #FF9733;
  }
  .header__nav .header__link {
    padding: 0;
    text-align: left;
    font-weight: 700;
  }
  .header__nav .header__link:not(:last-child) {
    border: none;
    margin-bottom: 22px;
  }
  .header__menu {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__buy {
    max-width: 100%;
    margin-left: 120px;
    line-height: 1.15;
  }
  .burger {
    margin-top: -5px;
    display: inline-block;
  }
  .section {
    z-index: 0;
    padding-bottom: 0;
  }
  .section__container {
    padding-bottom: 14px;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(74, 74, 74, 0.5);
    box-shadow: 2px 2px 15px 0 rgba(74, 74, 74, 0.5);
  }
  .section__container_empty {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section__container_p0 {
    padding: 0;
  }
  .section__wrap {
    display: none;
  }
  .direction__item:not(:last-child) {
    margin-bottom: 18px;
  }
  .direction__head, .direction__body {
    display: block;
  }
  .direction__head {
    padding: 15px 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
  .direction__body {
    padding: 15px 20px;
  }
  .direction__name, .direction__info {
    width: 100%;
  }
  .direction__info {
    margin-bottom: 13px;
    padding: 0;
  }
  .direction__name {
    margin-bottom: 15px;
    padding: 0;
    font-size: 25px;
  }
  .direction__buy {
    padding: 4px 30px 4px 13px;
    font-size: 13px;
  }
  .direction__buy:before {
    right: 8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #fff;
  }
  .content h1 {
    font-size: 24px;
    line-height: 1.1;
  }
  .content h2 {
    font-size: 22px;
  }
  .content h3 {
    font-size: 20px;
  }
  .content h4 {
    font-size: 18px;
  }
  .content h5 {
    font-size: 16px;
  }
  .content p {
    font-size: 14px;
  }
  .content p:not(:last-child) {
    margin-bottom: 14px;
  }
  .content ul li {
    font-size: 14px;
  }
  .content .table-wrap:not(:last-child) {
    margin-bottom: 25px;
  }
  .article {
    padding-top: 40px;
  }
  .footer {
    padding: 55px 0 20px;
    background: none;
  }
  .footer:after {
    display: none;
  }
  .footer:before {
    height: 100%;
  }
  .footer__center {
    min-height: 100%;
  }
  .footer__row {
    display: block;
  }
  .footer__box {
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 45px;
    padding: 0;
  }
  .footer__menu .footer__link:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer__wrap {
    padding: 0;
  }
  .footer__line {
    margin-top: 30px;
  }
  .footer__line {
    display: block;
    text-align: center;
  }
  .footer__list {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .footer__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .footer__item:last-child {
    width: 100%;
  }
  .footer__item:nth-child(2n+1) {
    width: 100%;
  }
  .footer__item:nth-child(2n) {
    width: 100%;
  }
  .footer__cards {
    padding-left: 20px;
  }
  .footer__copyright {
    margin-bottom: 15px;
  }
  .footer__author {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__arrow {
    right: 16px;
    bottom: 80px;
  }
  .field__textarea {
    height: 150px;
  }
  .field__text {
    min-width: 180px;
  }
  .form__title {
    margin-bottom: 15px;
  }
  .title {
    font-size: 24px;
    line-height: 1.1;
  }
  .contacts {
    padding: 0 6px 10px;
  }
  .contacts__category {
    margin-bottom: 4px;
  }
  .bus__title {
    margin-bottom: 20px;
  }
  .bus__list {
    margin-bottom: 30px;
  }
  .bus__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .bus__item .bus__title {
    margin-bottom: 15px;
  }
  .bus__content:not(:last-child) {
    margin-bottom: 30px;
  }
  .bus__scheme {
    margin-bottom: 35px;
  }
  .bus__foot {
    margin-bottom: 35px;
  }
  .consult__title {
    margin-bottom: 25px;
  }
  .faq__list {
    margin: 0 -14px;
  }
  .faq__head {
    padding: 8px 40px 8px 16px;
    font-size: 16px;
  }
  .faq__head:before {
    right: 14px;
  }
  .faq__body {
    padding: 15px 16px 10px;
  }
  .review__title {
    margin-bottom: 18px;
  }
  .review__row {
    margin-bottom: 20px;
  }
  .review__col:first-child {
    margin-bottom: 20px;
  }
  .review__item {
    padding-bottom: 15px;
  }
  .review__user {
    font-size: 18px;
  }
  .online__buy {
    margin-bottom: 20px;
    padding: 4px 30px 4px 15px;
    font-size: 14px;
  }
  .online__buy:before {
    right: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #ff7d00;
  }
  .post__body {
    padding: 15px 15px 25px;
  }
  .post__list {
    margin-bottom: 35px;
  }
  .post__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .post__btns {
    display: block;
  }
  .post__btn {
    min-width: 100%;
  }
  .post__btn:not(:last-child) {
    margin: 0 0 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) {
  .form__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form__foot .form__field {
    margin: 0 0 15px 0;
  }
  .contacts__icon {
    margin-right: 10px;
  }
  .bus__foot {
    display: block;
  }
  .bus__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .bus__cell:first-child {
    margin-bottom: 20px;
  }
  .bus__logo {
    text-align: center;
  }
  .scheme__row {
    display: block;
    margin: 0;
  }
  .scheme__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
  }
  .scheme__col:nth-child(2) {
    padding: 0;
  }
  .scheme__col:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .scheme__category {
    margin-bottom: 15px;
  }
  .review__item {
    display: block;
  }
  .review__ava {
    margin: 0 auto 10px;
  }
  .review__desc {
    padding-left: 0;
  }
  .review__user {
    text-align: center;
  }
  .review__date {
    text-align: center;
  }
  .review__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 */
