@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
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: 10;
}

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

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-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);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-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;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  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-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */
.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;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

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

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

/* Close button on the top right corner of html content */
.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;
}

/* Navigation arrows */
.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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 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 fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-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;
}

/* transitionEffect: zoom-in-out */
.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: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

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

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.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: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

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

/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-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:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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: center center;
  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);
  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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.admin__header {
  background: #5a5a5a;
  padding: 20px 0;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

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

.admin__header__body h2 {
  color: #fff;
}

.admin__header__body button {
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 600;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 20px;
  position: absolute;
  top: 160px;
  right: 0;
}

.btn-block a {
  background-color: #395498;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 10px;
}

.edit img {
  width: 30px;
}

.del input[type='submit'] {
  background: url(/img/icons/trash.png) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.admin__info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.admin__info p {
  padding: 10px 0;
  font-weight: 500;
  font-size: 18px;
}

.admin__info button {
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 15px 30px;
  background: linear-gradient(137deg, #98d8fb 0%, #72a2d3 51%, #4968a9 100%) 0% 0%/200%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
}

.form-file {
  width: 300px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.form-file p {
  font-weight: 500;
}

.form-file span {
  display: block;
  margin: 30px 0;
}

.form-file label {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-file label span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  color: #272727;
  border-radius: 10px;
  background: linear-gradient(145deg, #f0f0f0, #cacaca);
  -webkit-box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
          box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 15px 20px;
  border: none;
  margin: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  overflow: hidden;
}

.form-file label input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.input-file-row {
  display: inline-block;
}

.input-file-list-item {
  display: inline-block;
  margin-top: 30px;
  width: 200px;
  vertical-align: top;
  position: relative;
}

.input-file-list-item img {
  width: 200px;
}

.input-file-list-item a img {
  width: auto !important;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.input-file-list-name {
  text-align: center;
  display: block;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}

.input-file-list-name-video {
  margin: 0 !important;
}

.input-file-list-remove {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 1px;
  border-radius: 50%;
  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;
}

.input-file-list-remove-other {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  color: #333;
  margin-top: 25px;
  padding: 5px 25px;
  font-weight: 500;
  border-radius: 50px;
  background: linear-gradient(145deg, #f0f0f0, #cacaca);
  -webkit-box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
          box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.input-file-list-remove-other:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: linear-gradient(145deg, #f0f0f0, #cacaca);
  -webkit-box-shadow: 9px 9px 12px #bebebe, -9px -9px 12px #ffffff;
          box-shadow: 9px 9px 12px #bebebe, -9px -9px 12px #ffffff;
}

.input-file-list-remove-other:active {
  background: linear-gradient(145deg, #cacaca, #f0f0f0);
}

.neumorphism-box {
  border-radius: 20px;
  background: #f6fafd;
  -webkit-box-shadow: 40px 40px 80px #dcdddf, -40px -40px 80px #f1f1f1;
          box-shadow: 40px 40px 80px #dcdddf, -40px -40px 80px #f1f1f1;
}

.auth__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.auth {
  padding: 20px;
}

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

.logo img {
  max-width: 100px;
  -webkit-filter: drop-shadow(0px 0px 3px #fff);
          filter: drop-shadow(0px 0px 3px #fff);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.logo img:hover {
  max-width: 200px;
  -webkit-filter: drop-shadow(0px 0px 3px #333);
          filter: drop-shadow(0px 0px 3px #333);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.auth form {
  margin-top: 20px;
  padding: 20px;
  color: #272727;
  text-align: center;
  width: 100%;
}

.user-box {
  position: relative;
}

.user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #272727;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #d3d3d6;
  outline: none;
  background: transparent;
}

.user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #272727;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.user-box input:focus + label,
label.active {
  top: -20px;
  left: 0;
  color: #72a2d3;
  font-size: 12px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#auth-form button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #72a2d3;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 30px;
  letter-spacing: 2px;
  background: transparent;
}

#auth-form button:hover {
  background-color: #72a2d3;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #72a2d3, 0 0 25px #72a2d3, 0 0 50px #72a2d3, 0 0 100px #72a2d3;
          box-shadow: 0 0 5px #72a2d3, 0 0 25px #72a2d3, 0 0 50px #72a2d3, 0 0 100px #72a2d3;
}

#auth-form button span {
  position: absolute;
  display: block;
}

#auth-form button span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#72a2d3));
  background: linear-gradient(90deg, transparent, #72a2d3);
  -webkit-animation: btn-anim1 2s linear infinite;
          animation: btn-anim1 2s linear infinite;
}

@-webkit-keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

#auth-form button span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#72a2d3));
  background: linear-gradient(180deg, transparent, #72a2d3);
  -webkit-animation: btn-anim2 2s linear infinite;
          animation: btn-anim2 2s linear infinite;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

#auth-form button span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#72a2d3));
  background: linear-gradient(270deg, transparent, #72a2d3);
  -webkit-animation: btn-anim3 2s linear infinite;
          animation: btn-anim3 2s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

#auth-form button span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#72a2d3));
  background: linear-gradient(360deg, transparent, #72a2d3);
  -webkit-animation: btn-anim4 2s linear infinite;
          animation: btn-anim4 2s linear infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

html,
body {
  height: 100% !important;
  font-family: 'Montserrat', sans-serif;
}

body.lock {
  overflow: hidden;
}

img {
  pointer-events: none;
}

h1 {
  font-size: 34px;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  color: #242424;
}

h3 {
  color: #395498;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}

.background {
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.background img {
  height: 100vh;
}

body::before {
  content: "";
  width: 90%;
  height: 95%;
  background: #f6fafd;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 9% 91% 56% 44% / 59% 0% 100% 41%;
}

::-webkit-scrollbar {
  border-left: 1px solid #cfcfcf;
  opacity: 0.1;
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, right top, from(#98d8fb), color-stop(51%, #72a2d3), to(#4968a9)) 0% 0%/200%;
  background: linear-gradient(90deg, #98d8fb 0%, #72a2d3 51%, #4968a9 100%) 0% 0%/200%;
}

.price__body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #eceef5;
}

.price__body::-webkit-scrollbar {
  border-left: none;
}

.container {
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 10px;
}

@media (max-width: 1180px) {
  .container {
    max-width: 970px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: none;
  }
}

.window {
  background: #e0e0e0 !important;
  max-width: 70%;
  border-radius: 10px;
}

select {
  padding: 10px;
  border-radius: 10px;
  background: #e0e0e0;
  -webkit-box-shadow: inset 8px 8px 16px #c7c7c7, inset -8px -8px 16px #f9f9f9;
          box-shadow: inset 8px 8px 16px #c7c7c7, inset -8px -8px 16px #f9f9f9;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.error__body__body {
  text-align: center;
}

.error__body__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: center;
}

.error__body__logo img {
  max-width: 50%;
}

.error__body__body h1 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #395498;
}

.error__body__body h2 {
  font-size: 16px;
  margin-bottom: 30px;
  color: #395498;
}

.error__body__body a {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  background: #395498;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.feedback__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.feedback__logo img {
  max-width: 150px;
  -webkit-filter: drop-shadow(3px 2px 1px rgba(124, 124, 124, 0.5)) grayscale(1);
          filter: drop-shadow(3px 2px 1px rgba(124, 124, 124, 0.5)) grayscale(1);
}

.form {
  text-align: center;
}

.form label {
  display: block;
  color: #858585;
}

.form input[type='text'],
.form input[type='tel'],
.form input[type='date'],
.form input[type='email'],
.form input[type='password'] {
  padding: 10px;
  border-radius: 10px;
  background: #e0e0e0;
  -webkit-box-shadow: inset 8px 8px 16px #c7c7c7, inset -8px -8px 16px #f9f9f9;
          box-shadow: inset 8px 8px 16px #c7c7c7, inset -8px -8px 16px #f9f9f9;
  margin: 5px 0;
  width: 100%;
}

._error {
  -webkit-box-shadow: 0 0 15px #e95555 !important;
          box-shadow: 0 0 15px #e95555 !important;
}

#feedback::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5) url("../img/loading.gif") center/250px no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#feedback._sending::after {
  opacity: 1;
  visibility: visible;
}

.form textarea {
  padding: 10px;
  border-radius: 10px;
  background: #e0e0e0;
  -webkit-box-shadow: inset 8px 8px 16px #c7c7c7, inset -8px -8px 16px #f9f9f9;
          box-shadow: inset 8px 8px 16px #c7c7c7, inset -8px -8px 16px #f9f9f9;
  margin: 5px 0;
  resize: none;
  width: 100%;
}

.form input[type='submit'] {
  font-size: 18px;
  color: #333;
  width: 200px;
  margin-top: 25px;
  padding: 15px 0;
  font-weight: 600;
  border-radius: 50px;
  background: linear-gradient(145deg, #f0f0f0, #cacaca);
  -webkit-box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
          box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#loading-indicator {
  position: fixed;
  background: #27272787;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

#loading-indicator img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.header {
  margin: 20px 0;
}

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

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header__burger__menu {
  display: none;
}

.header__logo img {
  max-width: 100%;
  position: relative;
  display: block;
  padding: 9px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header__logo a {
  position: relative;
}

.header__logo a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 45% 100% 100% 45% / 50% 80% 70% 50%;
  background: -webkit-gradient(linear, left top, right top, from(#98d8fb), color-stop(51%, #72a2d3), to(#4968a9)) 0% 0%/200%;
  background: linear-gradient(90deg, #98d8fb 0%, #72a2d3 51%, #4968a9 100%) 0% 0%/200%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__logo a:hover::before {
  background-position: right center;
  border-radius: 67% 33% 31% 69% / 52% 50% 50% 48%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__logo p {
  white-space: nowrap;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.header__menu ul li {
  margin: 0 5px;
}

.header__menu ul li a {
  color: #242424;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.header__menu ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #395498;
}

.button {
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 15px;
  background: linear-gradient(137deg, #98d8fb 0%, #72a2d3 51%, #4968a9 100%) 0% 0%/200%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button:hover {
  background-position: right center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-2 {
  color: #242424;
  background-color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  margin-left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-2:hover {
  -webkit-box-shadow: 0px 0px 10px 8px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 0px 10px 8px rgba(34, 60, 80, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.main__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.main__img img {
  max-width: 90%;
  border-radius: inherit;
}

.main__title p {
  margin-top: 30px;
  color: #7e818a;
  line-height: 1.5;
}

.main__button {
  display: block;
  margin-top: 50px;
}

.info__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.info__blocks-main,
.info__blocks-other {
  border-radius: 10px;
  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-flex: 1;
      -ms-flex: 1 1 33.33333%;
          flex: 1 1 33.33333%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  background-color: #fff;
}

.info__blocks-main {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}

.info__blocks-main img,
.info__blocks-other img {
  width: 60px;
  height: 60px;
  background-color: #eef6f9;
  border-radius: 50%;
  padding: 10px;
}

.info__blocks-title {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  margin: 20px 0;
}

.info__blocks-description {
  color: #7e818a;
  padding: 0 20px;
  text-align: center;
  line-height: 1.5;
}

.info__blocks-link a {
  color: #395498;
  font-weight: 600;
  font-size: 18px;
  padding-left: 25px;
}

.info__blocks-link {
  background: url(/img/icons/phone.png) no-repeat;
  background-size: 17px 17px;
  display: block;
  margin: 20px 0;
}

.site__blocks {
  margin-top: 60px;
  position: relative;
}

.site__blocks-title {
  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;
  line-height: 1.5;
}

.site__blocks-title img {
  width: 100px;
}

.site__blocks-title h2 {
  margin: 15px 0;
}

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

.services {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
}

.services-info {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 20px;
  margin: 40px;
  position: relative;
  overflow: hidden;
}

.services-info h4 {
  font-weight: 500;
}

.services-info p {
  margin-top: 20px;
  line-height: 1.3;
}

.services-info-img {
  position: relative;
  height: 120px;
}

.services-info img {
  max-width: 150px;
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.question__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.question {
  padding: 0 50px;
  text-align: justify;
  position: relative;
}

.question div {
  font-size: 100px;
  font-weight: 700;
  color: #c5c6cb;
  position: absolute;
  top: -30%;
  left: 6%;
  z-index: -1;
}

.question h4 {
  font-weight: 500;
  font-size: 18px;
}

.question p {
  font-size: 14px;
  color: #7e818a;
  line-height: 1.3;
  margin: 20px 0;
}

.question small {
  font-weight: 600;
}

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

.concept-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept-img img {
  max-width: 80%;
  -webkit-filter: drop-shadow(0 0 50px #ccc);
          filter: drop-shadow(0 0 50px #ccc);
}

.concept-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.concept-info div {
  padding-left: 80px;
  background: url(/img/icons/ok.png) no-repeat;
  background-position: 20px 10px;
  background-size: 40px;
  margin: 25px 0;
}

.concept-info h2 {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.concept-info h2::after {
  content: "";
  height: 2px;
  width: 120px;
  background: #7e818a54;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
}

.concept-info h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.concept-info p {
  line-height: 1.3;
  font-size: 14px;
  color: #7e818a;
  margin-top: 10px;
}

.price__body {
  height: 260px;
  overflow-y: scroll;
}

.price__body table {
  width: 100%;
}

.price__body table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.price__body table th {
  padding: 10px;
  text-align: center;
  background-color: #eceef5;
}

.price__body table tr {
  background-color: #f6f8ff;
}

.price__body table td {
  padding: 10px;
  text-align: center;
}

.price-info {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #7e818a;
}

.slider {
  min-width: 0;
  position: relative;
  padding: 0px 28px 0px 28px;
  z-index: 1;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 20px;
  height: 20px;
}

.slider .slick-arrow.slick-prev {
  -webkit-transform: translate(10%, 0%);
          transform: translate(10%, 0%);
  left: 0;
  background: url("/img/icons/left.png") 0 0/100% no-repeat;
  -webkit-filter: drop-shadow(0px 3px 2px #aaa);
          filter: drop-shadow(0px 3px 2px #aaa);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url("/img/icons/right.png") 0 0/100% no-repeat;
  -webkit-filter: drop-shadow(0px 3px 2px #aaa);
          filter: drop-shadow(0px 3px 2px #aaa);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider .slick-arrow.slick-next:hover,
.slider .slick-arrow.slick-prev:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider .slick-dots li {
  list-style: none;
  margin: 0px 10px;
}

.slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #862842;
  border-radius: 50%;
}

.slider .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #862842;
}

.slider .slider__item {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 10px 0px 10px 0px;
  border-radius: 5px;
}

.cert__body {
  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;
  height: 390px;
  margin: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cert__body form {
  margin-top: 20px;
}

.cert__body a {
  overflow: hidden;
  border-radius: 20px;
  max-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 0px 5px 4px rgba(34, 60, 80, 0.2);
}

.slider .slider__item img {
  max-width: 100%;
}

.slider-2 {
  min-width: 0;
  position: relative;
  padding: 0px 28px 0px 28px;
  z-index: 1;
}

.slider-2 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  font-size: 0;
  width: 20px;
  height: 20px;
}

.slider-2 .slick-arrow.slick-prev {
  left: 0px;
  background: url("/img/icons/left.png") 0 0/100% no-repeat;
  -webkit-filter: drop-shadow(0px 3px 2px #aaa);
          filter: drop-shadow(0px 3px 2px #aaa);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider-2 .slick-arrow.slick-next {
  right: 0px;
  background: url("/img/icons/right.png") 0 0/100% no-repeat;
  -webkit-filter: drop-shadow(0px 3px 2px #aaa);
          filter: drop-shadow(0px 3px 2px #aaa);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider-2 .slick-arrow.slick-next:hover,
.slider-2 .slick-arrow.slick-prev:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider-2 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-2 .slick-dots li {
  list-style: none;
  margin: 0px 10px;
}

.slider-2 .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #72a2d3;
  border-radius: 50%;
}

.slider-2 .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #72a2d3;
}

.slider-2 .slider__item {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 10px 0px 10px 0px;
  border-radius: 5px;
}

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

.document div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.document {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.document img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.document p {
  text-align: justify;
  margin-right: 10px;
}

.document a {
  padding: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#98d8fb), color-stop(50%, #72a2d3), to(#4968a9));
  background: linear-gradient(-90deg, #98d8fb 0%, #72a2d3 50%, #4968a9 100%);
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
}

.document a:first-child {
  margin-right: 10px;
}

footer {
  background-color: #4968a9;
  margin-top: 40px;
  padding: 20px;
}

hr {
  content: "";
  width: 100%;
  height: 1px;
  background: #cbcbcb;
  margin: 30px 0;
}

.footer h5 {
  color: #cbcbcb;
  font-weight: 500;
}

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

.footer-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.footer-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 20px 0;
}

.footer-menu a {
  color: #fff;
  font-weight: 500;
}

.footer-contact p {
  line-height: 1.5;
  margin: 15px 0;
}

.footer-contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  color: #fff;
  padding: 0 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.address {
  background: url(/img/icons/map.png) no-repeat;
  background-position: 0 5px;
  background-size: 30px;
  padding-left: 40px;
}

.tel {
  background: url(/img/icons/call.png) no-repeat;
  background-position: 0 5px;
  background-size: 30px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.graffik {
  background: url(/img/icons/clock.png) no-repeat;
  background-position: 0 5px;
  background-size: 30px;
  padding-left: 40px;
}

.footer-contact a {
  color: #fff;
}

.footer-map {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-map iframe {
  -webkit-box-shadow: 0px 0px 5px 4px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 5px 4px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  border-radius: 20px;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright p {
  color: #cbcbcb;
}

.copyright a {
  color: #cbcbcb;
  font-weight: 600;
}

.upbtn {
  opacity: 0.8;
  z-index: 2;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: -80px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #395498;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

@media (max-width: 992px) {
  .main__img img {
    max-width: 140%;
  }
  .services-info {
    margin: 10px;
  }
  .question {
    padding: 0 10px;
  }
  .concept-img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .concept-img img {
    max-width: 100%;
  }
  .footer-logo,
  .footer-menu,
  .footer-contact,
  .footer-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .footer__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .window {
    max-width: 90%;
  }
  .burger__menu ul {
    margin: 30px 0;
  }
  .burger__menu ul li a {
    color: #000000;
    display: block;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
  }
  .burger__tel a {
    color: #29489b;
    font-weight: 600;
    font-size: 18px;
    background: url(/img/icons/phone.png) no-repeat;
    background-position: 0 5px;
    background-size: 30px;
    padding-left: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__burger__menu {
    display: block;
  }
  .burger__menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .burger__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
  .burger__logo img {
    max-width: 150px;
  }
  .burger__title {
    font-size: 18px;
    font-weight: 500;
    color: #395498;
  }
  .header__burger__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 70px 10px 20px 10px;
  }
  .header__burger__menu.active {
    top: 0px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
  }
  .header__burger {
    margin-left: 20px;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 4;
  }
  .header__burger span {
    position: absolute;
    background: #395498;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before,
  .header__burger:after {
    content: '';
    background: #395498;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__menu {
    display: none;
  }
  .info__blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info__blocks-main,
  .info__blocks-other {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .info__blocks-main {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 10px 0;
  }
  .services__blocks-services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .services-info-img {
    height: 100px;
  }
  .question__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .question {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 10px 80px;
  }
  .concept__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .concept-img {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .concept-img img {
    max-width: 50%;
  }
  .concept-info {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .concept-info h2 {
    margin-top: 15px;
  }
  .footer-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-logo,
  .footer-menu,
  .footer-contact,
  .footer-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px;
  }
  .address,
  .graffik {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .graffik {
    padding-left: 0;
  }
  .footer-map {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 690px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 14px;
  }
  .concept-info div {
    background-position: 10px 10px;
    padding-left: 60px;
  }
  .concept-info h4 {
    font-size: 16px;
    line-height: 1.3;
  }
  .main__img {
    display: none;
  }
  .main__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .info__blocks {
    margin-top: 40px;
  }
  .document {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .document div:last-child {
    margin-top: 10px;
  }
  .document:last-child::before {
    content: "";
    width: 100%;
    border: 1px dashed #e3e3e3;
    height: 2px;
    margin-bottom: 20px;
  }
  .document:first-child:after {
    content: "";
    width: 100%;
    border: 1px dashed #e3e3e3;
    height: 2px;
    margin-top: 20px;
  }
  .question {
    padding: 10px 40px;
  }
  .question div {
    left: 3%;
    font-size: 80px;
    top: -14%;
  }
}
