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

*,
*:before,
*:after {
  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;
}

/*--------------------*/
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;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 10;
}

.fancybox-container * {
  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: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  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;
  transition: opacity 0.25s ease, visibility 0s ease 0.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;
  transition: opacity 0.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;
  user-select: none;
}

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  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;
  transition-property: transform, opacity;
  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 {
  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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  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;
  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;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.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;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  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: 0.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: 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 {
  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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
  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;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-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;
  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 {
  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;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.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);
  }
}
/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

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

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 0.8s;
}

.animated.faster {
  animation-duration: 0.5s;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
.window {
  background: #e0e0e0 !important;
  max-width: 70%;
  border-radius: 10px;
}

.edit {
  height: 100%;
  max-width: 100%;
  width: 100%;
  background: #f3f2f2 !important;
}

.form_edit input[type=submit] {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #e9e9e9;
}

.text_edit {
  resize: vertical;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #ebebeb;
  margin: 5px 0;
  width: 100%;
}

table {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 12px;
}

thead {
  position: sticky;
  top: 0;
  background-color: #e9e9e9;
  color: #262626;
}

table th {
  padding: 10px 0 10px 10px;
  font-weight: 500;
  text-align: left;
}

table tbody tr td {
  padding: 3px 10px;
  border-bottom: 1px solid #ddd;
}

.form {
  display: initial;
}

.form img {
  pointer-events: none;
}

.form-two-block {
  display: flex;
}

.form label {
  display: block;
  color: #858585;
  text-align: start;
}

.img-photo,
.img-avatar {
  display: flex;
  padding: 20px;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.img-avatar img:hover {
  opacity: 0;
}

.form-one-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-one-block .input-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-two-block .input-block {
  margin-left: 30px;
}

.img-photo img {
  max-width: 90%;
}

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

.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;
  box-shadow: inset 8px 8px 16px #c7c7c7, inset -8px -8px 16px #f9f9f9;
  margin: 5px 0;
  width: 100%;
}

.form textarea {
  padding: 10px;
  border-radius: 10px;
  background: #e0e0e0;
  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);
  box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
  cursor: pointer;
  transition: 0.5s;
}

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

.admin__header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin__header__body h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

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

.btn-block {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: -36px;
  left: 100px;
}

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

.btn-block-2 {
  display: flex;
  justify-content: end;
  position: absolute;
  top: -10px;
  right: 0;
}

.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%;
  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%;
  transition: 0.5s;
  margin-top: 20px;
}

.form-file {
  width: 300px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
}

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

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

.form-file label {
  position: relative;
  display: flex !important;
  justify-content: center;
}

.form-file label span {
  position: relative;
  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);
  box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 15px 20px;
  border: none;
  margin: 0;
  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;
  margin-top: 20px;
}

.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;
  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: flex;
  justify-content: 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);
  box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
  cursor: pointer;
  transition: 0.5s;
}

.input-file-list-remove-other:hover {
  transition: 0.5s;
  background: linear-gradient(145deg, #f0f0f0, #cacaca);
  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;
  box-shadow: 40px 40px 80px #dcdddf, -40px -40px 80px #f1f1f1;
}

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

.auth {
  padding: 20px;
}

.logo {
  display: flex;
  justify-content: center;
}

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

.logo img:hover {
  max-width: 200px;
  filter: drop-shadow(0px 0px 3px #333);
  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;
  transition: 0.5s;
}

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

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

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

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

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

@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: linear-gradient(180deg, transparent, #b07093);
  animation: btn-anim2 2s linear infinite;
  animation-delay: 0.5s;
}

@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: linear-gradient(270deg, transparent, #b07093);
  animation: btn-anim3 2s linear infinite;
  animation-delay: 1s;
}

@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: linear-gradient(360deg, transparent, #b07093);
  animation: btn-anim4 2s linear infinite;
  animation-delay: 1.5s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

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

@media (max-width: 1180px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: none;
  }
}
h1 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
  line-height: 1.3;
  font-size: 20px;
  margin: 20px 0;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  color: #ff7679;
  text-decoration: underline;
  margin-top: 10px;
}

h6 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#pd_widget_column.pd_widget_column {
  background-color: #f9e9e9 !important;
  border-radius: 10px !important;
  border: 1px solid #c5c5c5 !important;
}

#pd_widget_column .pd_lpu_name,
#pd_widget_column .pd_doctor_name {
  color: #393939 !important;
}

.error__body__body {
  text-align: center;
}

.error__body__logo {
  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: #b17093;
}

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

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

.main__body {
  height: 400px;
  background-color: #F4BFDB;
  background-position: center top;
}

.header__body {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  align-items: center;
}

.header__logo {
  flex: 0 1 300px;
}

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

.phone {
  background: url(/img/icons/phone.webp) no-repeat;
}

.header__addr p {
  background: url(/img/icons/address.webp) no-repeat;
}

.header__tel p,
.header__addr p {
  padding-left: 20px;
  padding-bottom: 5px;
  font-weight: 500;
}

.tel,
.addr {
  padding-left: 20px;
  line-height: 17px;
}

.tel a {
  color: #000;
}

.header__btn a {
  background: #B27092;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
}

.title {
  display: flex;
  height: 400px;
  justify-content: right;
  position: relative;
}

.director__photo {
  flex: 0 1 50%;
  display: flex;
  z-index: 1;
}

.director__photo img {
  max-width: 30%;
  filter: drop-shadow(0 0 50px rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(10%, 0%);
}

.title__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #272727;
  flex: 0 1 50%;
  z-index: 2;
}

.title__text a {
  background: #B27092;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
  display: none;
}

.main__feedback {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.main__feedback p {
  margin: 0 0 10px 5px;
}

.feedback__form {
  display: flex;
  justify-content: space-between;
}

.feedback__form input {
  margin: 5px;
}

.form {
  height: 30px;
  border-radius: 5px;
  padding-left: 10px;
}

.feedback__form input[type=submit] {
  background: #B27092;
  color: #fff;
  font-weight: 500;
  padding: 7px 40px;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.nav__link {
  border: 1px solid #F4BFDB;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #F4BFDB;
  color: black;
  font-weight: 400;
}

.about {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.about__body {
  display: flex;
}

.about__title {
  flex: 0 1 50%;
  padding-right: 20px;
}

.about__body p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.data {
  font-weight: 500;
}

.data span {
  font-weight: normal;
}

.about__img {
  flex: 0 1 50%;
  padding-left: 20px;
}

.about__img img {
  max-width: 100%;
  opacity: 1;
}

.content-color-body {
  background-color: #FFE9F3;
}

.uslugi__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.uslugi__box {
  flex: 0 1 30%;
  padding: 40px;
  text-align: center;
}

.uslugi__box p {
  line-height: 1.5;
}

.uslugi__box img {
  max-width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.uslugi__title {
  text-align: center;
  padding-top: 40px;
}

.uslugi__title h4 {
  text-transform: uppercase;
}

.uslugi__title h6 {
  font-weight: 400;
  font-size: 14px;
}

.uslugi {
  display: flex;
  padding: 30px 0;
}

.uslugi__info {
  flex: 0 1 38%;
}

.uslugi__panel {
  display: none;
  flex-direction: column;
}

.uslugi__panel p {
  background-color: #fff;
  padding: 20px;
  line-height: 1.5;
}

.uslugi__img {
  flex: 0 1 auto;
}

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

.uslugi__panel.active {
  display: flex;
}

.uslugi__nav {
  flex: 0 1 57%;
}

.nav__tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.nav__item {
  position: relative;
}

.nav__links {
  display: block;
  cursor: pointer;
  line-height: 1.5;
  padding: 17px 0 34px 100px;
}

.nav__links p {
  margin: 10px 20px 0 0;
}

.nav__links.active {
  background-color: #B27092;
  color: #fff;
  border-radius: 0 5px 5px 0;
}

.nav__img {
  position: absolute;
  top: 24%;
  left: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(199, 199, 199, 0.5);
}

.nav__img img {
  height: 70px;
  width: 70px;
}

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

.slider .slick-arrow {
  position: absolute;
  bottom: -30px;
  z-index: 1000;
  font-size: 0;
  width: 20px;
  height: 20px;
}

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

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

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

.slider .slick-dots {
  display: flex;
  align-items: 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 {
  transition: all 0.3s ease 0s;
  margin: 10px 0px 10px 0px;
  border-radius: 5px;
}

.team__body {
  display: flex;
  margin: 70px 0;
  position: relative;
}

.team__box {
  flex: 0 1 30%;
  min-width: 0;
}

.team__info {
  flex: 0 1 70%;
}

.team__people {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.team__people img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  filter: grayscale(100%);
  transition: all 0.5s ease 0s;
}

.team__people a img {
  filter: none;
  border-radius: 0;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}

.team__people form {
  margin-right: 5px;
}

.team__people img:hover {
  filter: grayscale(0%);
  transition: all 0.5s ease 0s;
}

.people__info {
  margin-left: 10px;
  line-height: 1.3;
}

.people__info h4 {
  font-size: 16px;
  text-align: left;
}

.nav__links__team {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}

.nav__links__team p {
  font-weight: normal;
  text-transform: none;
}

.nav__links__team.active {
  color: #B27092;
}

.team__info__body {
  height: 100%;
}

.team__panel {
  background-color: #FFE9F3;
  display: none;
  height: 100%;
  margin: 0 0 0 50px;
  border-radius: 0 5px 5px 0;
}

.team__panel.active {
  display: flex;
  position: relative;
}

.team__panel__body {
  display: flex;
  position: relative;
  width: 100%;
}

.info__photo {
  display: flex;
  flex: 0 1 50%;
}

.info__photo img {
  max-width: 50%;
  position: absolute;
  left: -50px;
  bottom: -70px;
  z-index: 1;
}

.info__text {
  flex: 0 1 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  padding-right: 30px;
}

.info__text h4 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}

.info__text h6 {
  font-size: 14px;
  color: #666;
}

.info__text p {
  line-height: 1.5;
  margin-top: 10px;
}

.info__text a {
  text-align: center;
  margin-top: 20px;
  background: #B27092;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}

.info__text a:hover {
  transition: all 0.4s ease 0s;
}

.feedback__body {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  align-items: center;
}

.feedback__logo {
  flex: 0 1 300px;
  padding: 0 20px;
}

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

.feedback__form__1 {
  display: block;
  text-align: center;
  padding: 0 20px;
  align-self: center;
}

.feedback__form__1 h4 {
  font-size: 16px;
  color: #B27092;
}

.form__1 {
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}

.form__1 input {
  margin: 5px;
}

.feedback__form__1 input[type=submit] {
  background: #B27092;
  color: #fff;
  font-weight: 500;
  padding: 7px 40px;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

.price {
  margin: 40px 0;
  position: relative;
}

.price h4 {
  margin-bottom: 40px;
}

.price__body {
  display: flex;
  flex-direction: column;
}

.price__body ul {
  display: flex;
  justify-content: space-around;
}

.price__body h6 {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin-top: 30px;
  font-style: italic;
}

.nav__links__price {
  padding: 10px 15px;
  cursor: pointer;
}

.nav__links__price.active {
  border: 1px solid #B27092;
  border-radius: 5px;
}

.price__panel {
  display: none;
}

.price__panel.active {
  display: flex;
}

.price__panel__body {
  flex: 0 1 100%;
  min-width: 100%;
}

.price__info {
  margin-top: 40px;
}

.price__section {
  margin-top: 60px;
}

.price__section h4 {
  text-align: left;
  margin-bottom: 20px;
}

.price__line {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.price__price {
  text-align: right;
  flex: 0 0 auto;
  display: flex;
}

.price__price a img {
  filter: none;
  border-radius: 0;
  height: 20px;
  width: 20px;
}

.price__price .del input[type=submit] {
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

.price__dots {
  flex-grow: 1;
  background-image: linear-gradient(to right, #000 6.25%, transparent 6.25%);
  background-size: 10px 1px;
  background-position: center bottom 4px;
  background-repeat: repeat-x;
  margin-right: 10px;
}

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

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

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

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

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

.slider-2 .slick-dots {
  display: flex;
  align-items: 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: #B27092;
  border-radius: 50%;
}

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

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

.license {
  text-align: center;
  position: relative;
}

.license__body {
  display: flex;
}

.license__box {
  flex: 0 1 33, 333%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  height: 360px;
}

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

.license__box img {
  max-width: 70%;
  transition: 0.5s;
}

.license__box img:hover {
  filter: brightness(70%);
  transition: 0.5s;
  background-color: red;
}

.question {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.question h2 {
  margin-top: 40px;
}

.question__body {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.question__body__1 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.question__body__2 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  margin-left: 16.666667%;
}

.question__body__text {
  position: relative;
  text-align: left;
  line-height: 1.5;
}

.question__body__text h3 {
  font-size: 18px;
  padding-top: 40px;
  margin: 0;
}

.question__body__text p {
  font-weight: 400;
  padding: 30px 20px 40px 0;
  margin: 0;
}

.question__body__text p:after {
  content: "";
  position: absolute;
  width: 150%;
  border: 1px dashed rgba(199, 199, 199, 0.5);
  left: 0;
  bottom: 0;
}

.question__body:after {
  content: "";
  position: absolute;
  height: 86%;
  border: 1px dashed rgba(199, 199, 199, 0.5);
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}

.doc {
  margin-top: 40px;
  position: relative;
}

.document div {
  display: flex;
}

.document div .del input[type=submit] {
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

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

.document a {
  margin: 0 3px;
}

.document {
  margin: 20px;
  display: flex;
  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-color: #af7092;
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
}

.document a:last-child {
  margin-left: 10px;
}

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

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

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

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

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

.slider-3 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

.last-child p:after {
  display: none;
}

.missia__body {
  display: flex;
  position: relative;
  z-index: 1;
}

.missia__box {
  flex: 0 1 33.333%;
  text-align: center;
  padding: 40px;
  position: relative;
}

.missia__box:after {
  content: "";
  top: 55%;
  left: 50%;
  width: 85%;
  height: 80%;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 50px 0px rgba(34, 60, 80, 0.2);
}

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

.missia h4 {
  text-align: center;
  margin-top: 40px;
}

.feedback__form__2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 50%;
  border-radius: 5px;
}

.feedback__form__2 img {
  max-width: 40%;
}

.feedback__form__2 h4 {
  font-size: 18px;
  color: #B27092;
}

.feedback__body__body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.feedback__body__body .form {
  border: 1px solid #B27092;
  margin: 5px 0;
  padding: 5px 30px;
  border-radius: 5px;
}

.feedback__body__body::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;
  transition: all 0.5s ease 0s;
}

.feedback__body__body._sending::after {
  opacity: 1;
  visibility: visible;
}

.feedback__body__body .form-message {
  border: 1px solid #B27092;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 5px 0;
  height: 100px;
}

.formname {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.formname input[type=submit] {
  display: block;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  padding: 10px 30px;
  background: #B27092;
  color: #FFF;
  text-transform: uppercase;
  transition: 0.4s all;
  font-weight: bold;
  margin: 10px 0;
}

.formname input[type=checkbox] {
  display: none;
}

.formname input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 12px 0 12px 30px;
  cursor: pointer;
  font-size: 10px;
  line-height: 20px;
  color: #B27092;
}

.formname input[type=checkbox] + label a {
  color: black;
}

.formname input[type=checkbox] + label:hover {
  color: #B27092;
}

.formname input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  line-height: 22px;
  left: -30px;
  border: 1px solid #B27092;
  border-radius: 2px;
}

.formname input[type=checkbox]:checked + label:before {
  content: "✔";
  color: #B27092;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #B27092;
}

.form._error {
  box-shadow: 0 0 15px red;
}

.formname input[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.footer {
  background-color: rgba(244, 179, 179, 0.3);
}

.footer__body {
  display: flex;
  margin: 40px 0;
}

.footer__title,
.footer__link,
.footer__map {
  padding: 0 20px;
}

.footer__body h6 {
  margin-bottom: 20px;
  font-size: 16px;
}

.social__link {
  display: flex;
  margin: 20px 0;
}

.social__link img {
  height: 30px;
  width: 30px;
  background: #B27092;
  border-radius: 7px;
  margin-right: 5px;
  transition: all 0.5s ease 0s;
}

.social__link img:hover {
  background: #512D38;
  transition: all 0.5s ease 0s;
}

.footer__link {
  flex: 0 1 33.3333%;
  border-right: 1px solid rgba(199, 199, 199, 0.5);
  padding-right: 40px;
}

.footer__title {
  flex: 0 1 33.3333%;
  border-right: 1px solid rgba(199, 199, 199, 0.5);
}

.footer__title p {
  line-height: 1.3;
}

.footer__map {
  flex: 0 1 33.3333%;
}

.map {
  margin-top: 20px;
}

.footer__body h6 span {
  background: #B27092 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 20px;
  position: relative;
  width: 20%;
}

.footer__body h6 span:after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}

.contact__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
}

.contact__body a {
  color: #000;
}

.contact__body p {
  font-weight: 500;
  margin: 7px 0;
}

.contact__body p,
.contact__body span {
  padding-left: 30px;
}

.mail {
  background: url(/img/icons/send.webp) left no-repeat;
}

.grafik {
  background: url(/img/icons/time.webp) left no-repeat;
}

.drive {
  background: url(/img/icons/address.webp) left no-repeat;
}

.copyright {
  text-align: center;
  margin-bottom: 20px;
}

.copyright a {
  font-weight: bold;
  color: #000;
}

@media (max-width: 1180px) {
  .director__photo img {
    max-width: 35%;
  }
}
@media (max-width: 992px) {
  .feedback__form__2 {
    max-width: 90%;
  }
  .header__logo {
    flex: 0 1 200px;
  }
  .header__btn {
    display: none;
  }
  .director__photo img {
    max-width: 45%;
    transform: translate(0%, 0%);
  }
  .title__text {
    width: 60%;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  .feedback__form {
    flex-wrap: wrap;
  }
  .form {
    width: 100%;
    margin-bottom: 10px;
  }
  .nav__link {
    padding: 10px 20px;
  }
  .about__body {
    flex-direction: column;
  }
  .about__title {
    padding-right: 0px;
  }
  .about__img {
    padding-left: 0px;
    text-align: center;
  }
  .about__img img {
    max-width: 50%;
  }
  .uslugi__body {
    margin: 40px 0;
  }
  .uslugi__box {
    padding: 10px;
  }
  .uslugi {
    flex-direction: column-reverse;
    padding: 0;
  }
  .uslugi__info {
    margin: 20px 0;
  }
  .uslugi__panel {
    align-items: center;
  }
  .nav__links {
    padding: 17px 5px 17px 5px;
    text-align: center;
  }
  .nav__links.active {
    border-radius: 5px;
  }
  .nav__links p {
    display: none;
  }
  .nav__tab {
    display: flex;
    justify-content: space-around;
  }
  .nav__item {
    display: flex;
    flex-direction: column;
  }
  .nav__img {
    display: none;
  }
  .team__body {
    flex-direction: column;
  }
  .info__text {
    padding-right: 10px;
  }
  .slider {
    padding: 0;
  }
  .slider .slider__item {
    display: flex;
  }
  .slider .slick-arrow {
    bottom: 0;
  }
  .info__photo img {
    max-width: 40%;
    left: 0px;
  }
  .team__box {
    margin-bottom: 20px;
  }
  .team__info__body {
    height: 350px;
  }
  .team__panel {
    margin: 0;
  }
  .team__people {
    flex-direction: column;
  }
  .people__info {
    text-align: center;
  }
  .feedback__logo {
    flex: 0 1 400px;
  }
  .form__1 {
    flex-direction: column;
  }
  .price__body ul {
    flex-wrap: wrap;
  }
  .price__body ul li {
    margin: 20px 0;
    text-align: center;
  }
  .missia__box {
    padding: 30px;
  }
  .footer__body {
    flex-direction: column;
  }
  .footer__title,
  .footer__link {
    border-right: none;
  }
}
@media (max-width: 711px) {
  .price__body ul li {
    flex: 0 1 50%;
  }
}
@media (max-width: 690px) {
  .nav__link {
    padding: 10px;
  }
  .document {
    flex-wrap: wrap;
  }
  .document div {
    align-items: center;
  }
  .document div:last-child {
    margin-top: 10px;
  }
  .document:first-child:after {
    content: "";
    width: 100%;
    border: 1px dashed #e3e3e3;
    height: 2px;
    margin-top: 20px;
  }
  .document:last-child::before {
    content: "";
    width: 100%;
    border: 1px dashed #e3e3e3;
    height: 2px;
    margin-bottom: 20px;
  }
  .document p {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .header__logo {
    flex: 0 1 150px;
  }
  .header__tel {
    flex: 0 1 33%;
  }
  .header__addr {
    flex: 0 1 33%;
  }
  .director__photo img {
    max-width: 55%;
  }
  .nav {
    display: none;
  }
  .about {
    margin-top: 30px;
  }
  .uslugi__body {
    justify-content: space-between;
  }
  .uslugi__box {
    flex: 0 1 50%;
  }
  .missia__box {
    padding: 20px;
  }
  .info__photo img {
    max-width: 50%;
  }
  .question__body__1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .question__body__2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .question__body:after {
    display: none;
  }
  .question__body__text h3 {
    padding-top: 20px;
  }
  .question__body__text p {
    padding: 30px 20px 20px 0;
  }
  .team__body {
    margin: 20px 0 70px 0;
  }
  .license h4 {
    margin-bottom: 20px;
  }
  .formname {
    flex-direction: column;
  }
  .fancybox-content {
    padding: 10px;
  }
  .feedback__form__2 h4 {
    font-size: 14px;
  }
  .feedback__form__2 img {
    max-width: 50%;
  }
}
@media (max-width: 580px) {
  .price__body ul li {
    flex: 0 1 50%;
  }
}
@media (max-width: 547px) {
  .main__feedback {
    display: none;
  }
}
@media (max-width: 540px) {
  .title__text a {
    display: block;
  }
  .license__box {
    margin: 0;
  }
  .uslugi__box {
    padding: 0;
  }
  .uslugi__box h6 {
    font-size: 14px;
  }
  .about__img img {
    max-width: 100%;
  }
  .nav__links {
    padding: 10px 5px 10px 5px;
  }
  .nav__img {
    display: none;
  }
  .nav__tab {
    flex-wrap: wrap;
  }
  .nav__item {
    flex: 0 1 100%;
  }
}
@media (max-width: 535px) {
  .slider .slider__item {
    display: block;
  }
  .team__people img {
    display: none;
  }
  .slider .slick-arrow {
    top: 50%;
    width: 30px;
    height: 30px;
  }
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
  .slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .feedback__logo {
    display: none;
  }
}
@media (max-width: 490px) {
  .header__logo {
    display: none;
  }
  .header__body {
    justify-content: center;
  }
  .header__tel,
  .header__addr {
    flex: 0 1 50%;
  }
  .nav__item {
    flex: 0 1 100%;
  }
  .price {
    margin: 20px 0;
  }
  .price h4 {
    margin-bottom: 20px;
  }
  .price__section,
  .price__info {
    margin-top: 20px;
  }
  .missia {
    display: none;
  }
  .info__photo img {
    bottom: 0;
  }
  .team__body {
    margin: 20px 0;
  }
  .director__photo img {
    max-width: 70%;
    transform: translate(-15%, 0%);
  }
  .uslugi__box {
    margin-top: 20px;
  }
  .info__text a {
    display: none;
  }
  .footer__title,
  .footer__link,
  .footer__map {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .header__body {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__logo {
    display: none;
  }
  .header__tel {
    flex: 0 1 50%;
  }
  .header__addr {
    flex: 0 1 50%;
  }
  .main__body {
    height: auto;
  }
  .title {
    height: auto;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .title__text {
    flex: 0 1 100%;
  }
  .director__photo {
    display: none;
  }
  .about__body p {
    font-size: 14px;
    text-align: justify;
  }
  .about__img img {
    max-width: 100%;
  }
  .uslugi__box {
    flex: 0 1 100%;
  }
  .uslugi__box img {
    max-width: 30%;
  }
  .feedback__logo {
    display: none;
  }
  .price__body ul li {
    flex: 0 1 100%;
  }
  .nav__links__price {
    padding: 10px;
  }
  .price {
    margin: 20px 0;
  }
  .question {
    margin-top: 0;
  }
  .missia {
    display: none;
  }
  .copyright {
    font-size: 16px;
  }
  .info__photo img {
    bottom: 0;
  }
  .team__body {
    margin: 40px 0;
  }
  .info__text a {
    display: none;
  }
  .question__body__text h3 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .header__body {
    margin: 10px 0;
    font-size: 12px;
  }
  .about__body p {
    font-size: 12px;
  }
  .uslugi__box img {
    max-width: 30%;
  }
  .uslugi__box {
    margin-bottom: 20px;
  }
  .nav__item {
    flex: 0 1 100%;
  }
  .info__photo {
    flex: 0 1 auto;
  }
  .info__photo img {
    left: 25%;
    bottom: 0;
    max-width: 58%;
  }
  .info__text {
    flex: 0 1 100%;
    justify-content: start;
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
  }
  .info__text h4 {
    text-align: center;
  }
  .info__text p {
    display: none;
  }
  .price__body ul li {
    flex: 0 1 100%;
    margin: 15px 0;
  }
  .price__name {
    line-height: 1.3;
  }
  .price__section {
    margin-top: 0;
  }
  .price__info {
    margin-top: 10px;
  }
  .footer__title,
  .footer__link,
  .footer__map {
    padding: 0;
  }
  .footer__link,
  .footer__map {
    line-height: 1.3;
  }
  .copyright {
    font-size: 14px;
  }
}