@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}

body,
html {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 1.15;
}

body {
  overflow-x: hidden;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #fff;
  color: #494949;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  line-height: 1.33;
  min-width: 32rem;
}

details,
img,
main {
  display: block;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  margin: 0;
}

optgroup {
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

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

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff) format("woff");
}

body.blocked {
  overflow: hidden;
}

@media (min-width: 1024px) {
  body.blocked {
    padding-right: 17px;
  }

  body.blocked .header {
    width: calc(100% - 17px);
  }
}

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

ol,
ul {
  list-style: none;
  padding: 0;
}

.mfp-figure figure,
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

a:not([class]) {
  color: #26ae34;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

button {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

audio,
canvas,
iframe,
img,
svg,
textarea,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

button,
input,
select {
  outline: 0;
}

button {
  border: 0;
  padding: 0;
  background: 0 0;
}

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

.content {
  padding-top: 5.6rem;
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .content {
    padding-top: 12.3rem;
  }
}

@media (min-width: 1440px) {
  .content {
    padding-top: 25rem;
  }
}

.container {
  margin: 0 auto;
  max-width: calc(117rem + 2 * 2.4rem);
  padding: 0 1.4rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .container {
    padding: 0 2.4rem;
  }
}

.icon {
  width: 1em;
  height: 1em;
}

.new-line {
  display: block;
}

.ellipse {
  background-color: #f3f3f3;
}

.ellipse::after,
.ellipse::before {
  content: "";
  display: block;
  width: 100%;
  height: 4.5rem;
  position: absolute;
  left: 0;
  border-radius: 40%;
}

@media (min-width: 768px) {
  .ellipse::after,
  .ellipse::before {
    border-radius: 50%;
    width: 100%;
    height: 6.5rem;
  }
}

.ellipse::before {
  background-color: #f3f3f3;
  bottom: 0;
  transform: translateY(50%);
}

.ellipse::after {
  background-color: #fff;
  top: 0;
  transform: translateY(-50%);
}

.circles,
.circles--left,
.ellipse,
.main-about picture,
.main-steps__content,
.services-about picture,
.services-about.left picture {
  display: block;
  position: relative;
}

.circles::before {
  right: 0;
}

.circles--left::before,
.circles::before,
.main-about picture::before,
.main-steps__content::before,
.services-about picture::before,
.services-about.left picture::before {
  content: "";
  display: block;
  width: 23%;
  height: 100%;
  max-width: 17.6rem;
  max-height: 5.6rem;
  background: url(../images/general/circles-green.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.main-about picture::before,
.main-steps__content::before,
.services-about picture::before {
  right: 0;
}

@media (min-width: 768px) {
  .circles--left::before,
  .circles::before,
  .main-about picture::before,
  .main-steps__content::before,
  .services-about picture::before,
  .services-about.left picture::before {
    width: 17.6rem;
    height: 5.6rem;
  }
}

.circles--left::before,
.services-about.left picture::before {
  right: inherit;
  left: 0;
  transform: rotateZ(180deg);
}

.c-green {
  color: #57c762;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1d1d1d;
}

h1 {
  font-size: 2.2rem;
  line-height: 1.4;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}



@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}

.p_title,
h2,
h3 {
  font-size: 2rem;
  margin-bottom: 2.6rem;
  text-align: center;
}

h3 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .p_title,
  h2 {
    font-size: 2.6rem;
    margin-bottom: 2.6rem;
  }
}

@media (min-width: 1024px) {
  .p_title,
  h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

h4 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}

a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

a:not([class]):hover {
  color: #57c762;
}

p:not([class]) {
  line-height: 1.7;
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  p:not([class]) {
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 1024px) {
  p:not([class]) {
    margin-bottom: 3.2rem;
  }
}

ol,
ul {
  line-height: 1.7;
}

.text_block ul li::before {
  content: "";
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #57c762;
  margin-right: 2rem;
  flex-shrink: 0;
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  .text_block ul li::before {
    margin-right: 2.4rem;
  }
}

input {
  background: 0 0;
  border: 0;
}

@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-wrapper {
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #eff1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 40%;
  height: 40%;
  fill: #000;
  opacity: 0.4;
  transition:
    fill 0.3s ease,
    opacity 0.3s ease;
}

.swiper-button-prev svg {
  margin-right: 0.2em;
}

.swiper-button-next svg {
  transform: rotateZ(180deg);
  margin-right: 0;
  margin-left: 0.2em;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: 5px 5px 30px rgba(222, 81, 74, 0.6);
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
  fill: #fff;
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  border-radius: 100%;
  background: rgba(57, 84, 117, 0.2);
  transition: background 0.3s ease;
  outline: 0;
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.4rem;
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #395475;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.mfp-align-top .mfp-container:before,
.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100%0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .swiper-navigation {
    display: none;
  }
}

.swiper__btn {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.6rem;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.swiper__btn[disabled] {
  pointer-events: none;
  background: #d8d8d8;
  box-shadow: none;
}

.swiper__btn[disabled] .swiper__icon {
  fill: #a8a8a8;
}

.swiper__btn:hover {
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  box-shadow: 10px 10px 30px rgba(87, 199, 98, 0.3);
}

.swiper__btn:hover .swiper__icon {
  fill: #fff;
}

.swiper__btn.next .swiper__icon {
  transform: rotateZ(-90deg);
}

.swiper__icon {
  width: 40%;
  height: 40%;
  fill: #57c762;
  transform: rotateZ(90deg);
  transition: fill 0.3s ease;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  position: fixed;
}

.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before,
.mfp-content {
  display: inline-block;
  vertical-align: middle;
}

.mfp-container:before {
  content: "";
  height: 100%;
}

.mfp-content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:before {
  top: 0;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  display: block;
  width: auto;
  height: auto;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  position: absolute;
  left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure:after {
  content: "";
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
    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);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
    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);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0%,
  to {
    transform: scaleX(1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes pulse {
  0%,
  to {
    transform: scaleX(1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes rubberBand {
  0%,
  to {
    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);
  }
}

@keyframes rubberBand {
  0%,
  to {
    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);
  }
}

@-webkit-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);
  }
}

@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);
  }
}

@-webkit-keyframes headShake {
  0%,
  50% {
    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);
  }
}

@keyframes headShake {
  0%,
  50% {
    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);
  }
}

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(0);
  }
}

@-webkit-keyframes tada {
  0%,
  to {
    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);
  }
}

@keyframes tada {
  0%,
  to {
    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);
  }
}

@-webkit-keyframes wobble {
  0%,
  to {
    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);
  }
}

@keyframes wobble {
  0%,
  to {
    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);
  }
}

@-webkit-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.39063deg) skewY(0.39063deg);
  }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@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.39063deg) skewY(0.39063deg);
  }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@-webkit-keyframes heartBeat {
  0%,
  28%,
  70% {
    transform: scale(1);
  }

  14%,
  42% {
    transform: scale(1.3);
  }
}

@keyframes heartBeat {
  0%,
  28%,
  70% {
    transform: scale(1);
  }

  14%,
  42% {
    transform: scale(1.3);
  }
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    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% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    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% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInX,
.flipInY,
.flipOutX,
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutX,
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}

.flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

.btn,
.btn--blue,
.btn--border,
.btn--green {
  font-weight: 700;
  display: block;
  border-radius: 10rem;
  border: 1px solid transparent;
  text-align: center;
  padding: 1.4rem;
  transition: box-shadow 0.3s ease;
}

.btn--green {
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  color: #fff;
}

.btn--green:hover {
  /*box-shadow: 10px 10px 30px rgba(0,0,0,.1);*/
  background: #696969;
  color: #32cd32;
}

.btn--green[disabled] {
  background: #d8d8d8;
  color: #a8a8a8;
  border-color: transparent;
  pointer-events: none;
}

.btn--blue {
  background: #395475;
  color: #fff;
}

.btn--blue:hover {
  /*box-shadow: 10px 10px 30px rgba(0,0,0,.1)*/
  background: #696969;
  color: #32cd32;
}

.btn--blue[disabled] {
  background: #d8d8d8;
  color: #a8a8a8;
  border-color: transparent;
  pointer-events: none;
}

.btn--border {
  border-color: #57c762;
  color: #57c762;
}

.btn--border:hover {
  /*box-shadow: 10px 10px 30px rgba(0,0,0,.1)*/
  background: #696969;
  color: #32cd32;
}

.btn--border[disabled] {
  border-color: #d8d8d8;
  color: #a8a8a8;
  pointer-events: none;
}

.logo {
  font-size: 1.4rem;
  font-weight: 700;
  color: #395475;
  display: flex;
  align-items: center;
}

@media (min-width: 1440px) {
  .logo {
    font-size: 2rem;
  }
}

.logo__icon {
  max-width: 154px;
  width: 100%;
  max-height: 50px;
}

@media (max-width: 768px) {
  .logo__icon {
    width: 100%;
    max-width: 76px;
    max-height: 26px;
  }
}

@media (min-width: 1440px) {
  .logo__icon {
    min-width: 150px;
  }
}

.hamburger {
  max-width: 38px;
  width: 100%;
  height: 38px;
  background-color: #2bb038;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.hamburger__btn {
  width: 24px;
  height: 14px;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 2;
  position: relative;
}

.hamburger__btn::after,
.hamburger__btn::before,
.hamburger__line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 0.5em;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  position: absolute;
  left: 0;
}

.hamburger__line {
  top: 50%;
}

.hamburger__btn::before {
  content: "";
  top: 0;
}

.hamburger__btn::after {
  content: "";
  top: 100%;
}

.hamburger.act .hamburger__line {
  opacity: 0;
}

.hamburger.act .hamburger__btn::before {
  content: "";
  transform: rotate(-45deg) translate(-6px, 4px);
}

.hamburger.act .hamburger__btn::after {
  content: "";
  transform: rotate(45deg) translate(-5px, -4px);
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.info-block {
  overflow: hidden;
}

@media (min-width: 768px) {
  .info-block {
    padding: 4rem 0;
  }
}

.info-block ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .info-block.float-left picture,
  .info-block.float-right picture {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 40%;
  }

  .info-block.float-right picture {
    margin-left: 4rem;
    float: right;
  }

  .info-block.float-left picture {
    margin-right: 4rem;
    float: left;
  }
}

.info-block img {
  border-radius: 3rem;
}

@media (max-width: 767px) {
  .info-block img {
    display: block;
    margin: 0 auto 2.4rem;
  }
}

.info-block blockquote {
  font-size: 1.6rem;
  max-width: 100%;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 3rem;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 1.6rem;
  padding: 2.5rem 2rem;
}

@media (min-width: 768px) {
  .info-block blockquote {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .info-block blockquote {
    margin-bottom: 3.2rem;
    font-size: 2rem;
    padding: 2.5rem 4.5rem;
  }
}

.info-block a {
  transition: color 0.3s ease;
}

.checkbox {
  display: flex;
  cursor: pointer;
}

.checkbox__input:checked + .checkbox__icon {
  background-color: #57c762;
}

.checkbox__icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.8rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #57c762;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .checkbox__icon {
    margin-right: 1.6rem;
  }
}

.checkbox__icon::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 27%;
  transform: rotateZ(45deg);
}

.checkbox__link {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 0.2em;
}

.checkbox__text {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

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

.form-dropdown {
  color: #395475;
  position: relative;
  transition: border-color 0.3s ease;
  padding-left: 1px !important;
  overflow: hidden;
}

.form-dropdown.act {
  border-color: transparent;
  box-shadow: none !important;
  overflow: visible;
}

.form-dropdown.act .form-dropdown__icon {
  transform: rotate(180deg);
}

.form-dropdown.act .form-dropdown__list {
  opacity: 1;
  visibility: visible;
}

.form-dropdown.act .form-dropdown__header {
  border-radius: 2.4rem 0 0 0;
  z-index: 2;
}

.form-dropdown__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff;
  padding-left: 1.9rem;
}

.form-dropdown__current {
  color: #395475;
  flex-grow: 1;
  cursor: pointer;
}

.form-dropdown__list {
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  line-height: 2.7;
  width: 100%;
  top: -1px;
  left: 0;
  background-color: #fff;
  padding: 4.8rem 0 0;
  box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 2.4rem;
  border: 1px solid #d8d8d8;
  z-index: 1;
  transition: opacity 0.3s ease;
  overflow: hidden;
  max-height: 20rem;
  overflow-y: auto;
}

.form-dropdown__item {
  padding: 0 2rem;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.form-dropdown__item:hover {
  background-color: rgba(87, 199, 98, 0.3);
}

.form-dropdown__icon {
  width: 1.2rem;
  height: 0.7rem;
  fill: #57c762;
  transition: transform 0.3s ease;
}

.socials {
  display: flex;
}

.socials__link {
  width: 4rem;
  height: 3rem;
  background: #395475;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials__link:hover {
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
}

.socials__link:not(:last-child) {
  margin-right: 1.6rem;
}

.socials__icon {
  width: 50%;
  height: 50%;
  fill: #fff;
}

.breadcrumb {
  display: flex;
  align-items: center;
  color: #57c762;
}

.breadcrumb__item:not(:last-child) {
  display: flex;
  align-items: center;
}

.breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: #1d1d1d;
  margin: 0 0.8rem;
}

.breadcrumb__item:last-child {
  color: #c2c2c2;
  pointer-events: none;
}

.popup,
.tabs__content {
  display: none;
}

.tabs__content.act {
  display: block;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  z-index: 10;
}

.popup.act {
  display: flex;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}

.popup.act .popup__container {
  -webkit-animation: slideInDown 0.5s ease;
  animation: slideInDown 0.5s ease;
}

.popup__container {
  width: 100%;
  border-radius: 1.6rem;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2.4rem 1.4rem 1.4rem;
  background-color: #fff;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .popup__container {
    padding: 2.4rem;
  }
}

.popup__close {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .popup__close {
    top: 1.6rem;
    right: 1.6rem;
  }
}

.popup__close:hover {
  transform: rotate(90deg) scale(1.1);
}

.popup__close::after,
.popup__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10rem;
  background-color: #57c762;
  position: absolute;
  top: 50%;
  left: 0;
}

.popup__close::before {
  transform: rotateZ(45deg);
}

.popup__close::after {
  transform: rotateZ(-45deg);
}

.popup__btn {
  width: 100%;
  max-width: 14.4rem;
}

.popup-review__name {
  font-size: 2rem;
  font-weight: 700;
  color: #395475;
  margin-bottom: 1.3rem;
}

@media (min-width: 768px) {
  .popup-review__name {
    margin-bottom: 3.3rem;
  }
}

.popup-review__text {
  margin-bottom: 1.6rem;
  max-height: 65vh;
  overflow-y: auto;
}

.popup-review__container {
  max-width: 77rem;
}

.popup-review__btn {
  margin: 0 auto;
}

.popup-form__container {
  max-width: 47rem;
}

.popup-form__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1em;
  color: #395475;
}

@media (min-width: 768px) {
  .popup-form__title {
    font-size: 2.4rem;
  }
}

.popup-form__item {
  display: flex;
  align-items: center;
  line-height: 4.6rem;
  border-radius: 2.4rem;
  border: 1px solid #d8d8d8;
  padding: 0 1.6rem;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.popup-form__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.popup-form__item.act {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.popup-form__checkbox {
  margin-bottom: 1.6rem;
}

.popup-form__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 480px) {
  .popup-form__actions {
    flex-direction: row;
  }
}

@media (max-width: 479px) {
  .popup-form__btn:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 480px) {
  .popup-form__btn:not(:last-child) {
    margin-right: 1.6rem;
  }
}

.popup-form__input {
  color: #395475;
  flex-grow: 1;
}

.popup-form__input::-webkit-input-placeholder {
  color: #c2c2c2;
}

.popup-form__input::-moz-placeholder {
  color: #c2c2c2;
}

.popup-form__input:-ms-input-placeholder,
.popup-form__input::-ms-input-placeholder {
  color: #c2c2c2;
}

.popup-form__input::placeholder {
  color: #c2c2c2;
}

.popup-form__textarea {
  border: 0;
  width: 100%;
  outline: 0;
  line-height: 1.2;
  padding: 1.6rem 0;
  height: 19vh;
  max-height: 16rem;
}

.popup-form__icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  fill: #57c762;
}

.popup-success__container {
  max-width: 47rem;
}

.popup-success__text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  color: #395475;
}

@media (min-width: 768px) {
  .popup-success__text {
    font-size: 2.4rem;
  }
}

.popup-success__btn {
  margin: 0 auto;
}

.logo_link {
  flex-shrink: 0;
}

.header {
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  z-index: 5;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

.header.act .header__wrap {
  transform: translateX(0);
}

.header__container {
  max-width: 100%;
  padding: 0;
}

.header__mobi {
  display: block;
  align-items: center;
  padding-left: 0.8rem;
}

@media (min-width: 1024px) {
  .header__mobi {
    display: none;
  }
}

.header__logo.desktop {
  display: none;
}

@media (min-width: 1024px) {
  .header__logo.desktop {
    display: flex;
  }
}

@media (max-width: 1023px) {
  .header__wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 10.6rem;
    transform: translateX(100%);
    transition: transform 0.5s ease;
    z-index: 5;
    background-color: #fff;
    padding: 2rem 1.5rem 2.5rem;
    height: calc(100vh - 5.6rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 1024px) {
  .header__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.header__socials {
  justify-content: center;
}

@media (min-width: 1024px) {
  .header__socials {
    display: none;
  }
}

.header-contact {
  text-align: center;
}

.header-contact__info {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

.header-contact__info span {
  display: block;
}

.header-contact__email {
  display: block;
  color: #57c762;
  margin-bottom: 2.4rem;
}

.header-contact__location {
  margin-bottom: 0.8rem;
}

.header-contact__phone {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

@media (min-width: 1024px) {
  .header-contact {
    display: none;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
    color: #fff;
  }
}

.header-top__contacts {
  display: none;
  align-items: center;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .header-top__contacts {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.header-top__phone {
  font-size: 2rem;
}

.header-top__phone.mobi {
  margin-left: auto;
}

.header-top__phone:hover {
  text-decoration: underline;
}

.header-top__location {
  margin-right: 2rem;
}

.header-top-nav {
  font-weight: 700;
}

@media (max-width: 1023px) {
  .header-top-nav {
    font-size: 2.2rem;
    color: #395475;
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .header-top-nav__list {
    display: flex;
  }
}

.header-top-nav__item {
  transition: background-color 0.3s ease;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .header-top-nav__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.header-top-nav__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.header-top-nav__item.act {
  background-color: #fff;
  color: #57c762;
  pointer-events: none;
}

.header-top-nav__link {
  display: block;
}

@media (min-width: 1024px) {
  .header-top-nav__link {
    padding: 15px 1.5rem;
  }
}

@media (min-width: 1440px) {
  .header-top-nav__link {
    padding: 15px 2.5rem;
  }
}

@media (max-width: 1023px) {
  .header-bottom {
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 1024px) {
  .header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.6rem;
  }
}

@media (min-width: 1440px) {
  .header-bottom {
    padding: 1.6rem;
  }
}

.header-bottom-nav {
  font-size: 1.6rem;
  color: #395475;
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .header-bottom-nav {
    max-width: 85rem;
    font-size: 1.2rem;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .header-bottom-nav {
    max-width: 115rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 1440px) {
  .header-bottom-nav__list {
    gap: 50px;
  }
}

@media (min-width: 1024px) {
  .header-bottom-nav__list {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}

.header-bottom-nav__item {
  position: relative;
}

@media (max-width: 1023px) {
  .header-bottom-nav__item {
    padding: 0.8rem 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .header-bottom-nav__item:first-child {
    border-top: 1px solid #d8d8d8;
  }
}

@media (min-width: 1024px) {
  .header-bottom-nav__item {
    text-align: center;
    position: relative;
  }

  .header-bottom-nav__item:not(:last-child)::before {
    content: "";
    display: none;
    width: 1px;
    height: 5.6rem;
    background-color: #d8d8d8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-bottom-nav__item:hover .header-bottom-nav__arrow {
    transform: rotateZ(0);
  }

  .header-bottom-nav__item:hover > .header-dropdown {
    opacity: 1;
    visibility: visible;
  }
}

.header-bottom-nav__icon {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  fill: #57c762;
  flex-shrink: 0;
}

@media (min-width: 1440px) {
  .header-bottom-nav__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}

@media (min-width: 1024px) {
  .header-bottom-nav__icon {
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 auto 1.2rem;
  }
}

.header-bottom-nav__text {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1700px) {
  .header-bottom-nav__text {
    align-items: center;
    display: block;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .header-bottom-nav__text {
    flex-grow: 1;
  }
}

.header-bottom-nav__arrow {
  fill: #57c762;
  margin-left: 0.5rem;
  transform: rotateZ(-90deg);
  transition: transform 0.3s ease;
}

@media (max-width: 1023px) {
  .header-bottom-nav__arrow {
    margin-left: auto;
  }
}

@media (min-width: 1600px) {
  .header-bottom-nav__arrow {
    margin-left: 1.3rem;
  }
}

.header-bottom-nav__link {
  display: block;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .header-bottom-nav__link {
    display: flex;
    align-items: center;
  }
}

.header-bottom-nav__link.act .header-bottom-nav__arrow {
  transform: translate(0);
}

.header-bottom-actions {
  display: none;
}

@media (min-width: 1340px) {
  .header-bottom-actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.header-bottom-actions__label {
  font-size: 1.6rem;
  color: #395475;
  margin-bottom: 0.4rem;
  width: 100%;
  max-width: 125px;
  border-right: 1px solid #e9e9e9;
  color: #2bb038;
}

/* .header-bottom-actions__label::before {
    content: "";
    display: block;
    width: 1px;
    height: 5.6rem;
    background-color: #d8d8d8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
} */

.header-icon__phone {
  fill: #ffffff;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .header-icon__phone {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.header-dropdown {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 1023px) {
  .header-dropdown {
    padding-top: 1.6rem;
    display: none;
  }
}

@media (min-width: 1024px) {
  .header-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -154px;
    background-color: #fff;
    border-radius: 0.8rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 0;
    white-space: nowrap;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
      columns: 2;
  }

  .header-dropdown .header-dropdown {
    top: 0;
    left: calc(100% + 0.5rem);
  }
}

@media (max-width: 1340px) {
      .header-dropdown {
          columns: unset;
          max-height: 450px;
          overflow: auto;
          left: -125%;
      }
}

.header-dropdown__item {
  transition: color 0.3s ease;
  cursor: pointer;
  position: relative;
  padding: 0 1.6rem;
}

.header-dropdown__item:not(:last-child) {
  margin-bottom: 0.7rem;
}

.header-dropdown__item:hover > .header-dropdown__link {
  color: #57c762;
}

.header-dropdown__item:hover > .header-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-dropdown__link {
  display: flex;
  align-items: center;
}

.header-dropdown__link.act .header-dropdown-icon__arrow,
.lvl_3_wrapper.act .header-dropdown-icon__arrow {
  transform: translate(0);
}

.header-dropdown-icon__arrow {
  width: 1.5rem;
  height: 1rem;
  margin-top: 0.6rem;
  margin-left: 1.3rem;
  fill: #57c762;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.lvl_3_wrapper {
  display: flex;
}

.footer {
  box-shadow: 0-4px 40px rgba(0, 0, 0, 0.12);
  background-color: #0f1b25;
}

.footer__container {
  display: flex;
  flex-direction: column-reverse;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .footer__container {
    flex-direction: row;
    margin: 0-1.6rem;
    justify-content: space-between;
  }
}

.footer__title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}

.footer__info,
.footer__phone {
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.footer__phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer__phone {
    justify-content: center;
  }
}

.footer__email:hover,
.footer__phone:hover {
  text-decoration: underline;
}

.footer__location {
  margin-bottom: 0.8rem;
  color: #ffffff;
  font-size: 16px;
}

.footer__email {
  display: block;
  margin-bottom: 2.4rem;
  color: #ffffff;
  font-size: 16px;
}

.footer__text {
  display: block;
  font-size: 2rem;
}

.footer__logo {
  margin: 0 0 40px 0;
}

@media (max-width: 768px) {
  .footer__logo {
    display: flex;
    margin-bottom: 30px;
    gap: 14px;
  }
}

@media (max-width: 1024px) {
  .footer__logo {
    display: flex;
    margin-bottom: 40px;
    gap: 14px;
  }

  .footer__logo .logo {
    font-size: 2rem;
  }

  .footer__logo .logo__icon {
    margin-left: 0;
    width: auto;
  }
}

.footer__socials {
  display: none;
}

@media (max-width: 767px) {
  .footer__socials {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .footer__socials {
    display: flex;
  }
}

.footer__socials.mobi {
  display: flex;
}

@media (min-width: 1024px) {
  .footer__socials.mobi {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer__col {
    padding: 0;
  }
}

.footer__col-info {
  font-weight: 700;
  width: 100%;
  max-width: 248px;
}

@media (max-width: 767px) {
  .footer__col-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 2;
    max-width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 25px;
  }
}

.footer__col-form {
  flex-grow: 1;
  max-width: 279px;
  order: 1;
}

@media (max-width: 767px) {
  .footer__col-form {
    margin: 0 0 3.5rem 0;
  }
}

.footer__col-nav {
  display: block;
}

@media (min-width: 1024px) {
  .footer__col-nav {
    display: block;
  }
}

.footer-form__title {
  text-align: center;
}

.footer-form__input {
  width: 100%;
  display: block;
  line-height: 4.8rem;
  padding: 0 2.4rem;
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

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

.footer-form__input::-webkit-input-placeholder {
  color: #c2c2c2;
}

.footer-form__input::-moz-placeholder {
  color: #c2c2c2;
}

.footer-form__input:-ms-input-placeholder,
.footer-form__input::-ms-input-placeholder {
  color: #c2c2c2;
}

.footer-form__input::placeholder {
  color: #c2c2c2;
}

.footer-form__checkbox {
  margin-top: 1.9rem;
  margin-bottom: 2.4rem;
}

.footer-form__submit {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.footer-nav {
  color: #395475;
  font-weight: 700;
  margin-bottom: 2.4rem;
  gap: 75px;
  display: flex;
}

@media (max-width: 768px) {
  .footer-nav {
    gap: 25px;
    flex-direction: column;
  }
}

.footer-nav__link {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  color: #ffffff;
}

.footer-nav__link:not(:last-child) {
  margin-bottom: 1.4rem;
}

.footer-nav__link:hover {
  color: #57c762;
}

.footer-nav__icon {
  width: 0.9rem;
  height: 0.5 erm;
  transform: rotateZ(-90deg);
  margin-left: 1rem;
  fill: #57c762;
}

.footer-icon__phone {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  fill: #57c762;
}

.anonymous-form {
  font-size: 1.5rem;
  padding: 2rem 0;
  text-align: center;
  background: url(../images/general/anonymous-form-bg.png) no-repeat center/contain;
}

@media (min-width: 480px) {
  .anonymous-form {
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .anonymous-form {
    padding: 4rem 0;
  }
}

.anonymous-form.get-answer {
  padding: 6rem 0;
  background: url(../images/general/get-answer-bg.png) no-repeat center/contain;
}

@media (min-width: 1024px) {
  .anonymous-form.get-answer {
    padding: 8rem 0;
  }
}

.anonymous-form__title {
  line-height: 1.25;
  font-size: 3.2rem;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 0.9rem;
}

.anonymous-form__text {
  font-size: 1.4rem;
}

@media (max-width: 479px) {
  .anonymous-form__text {
    display: none;
  }
}

.anonymous-form__text--bold {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 0.7em;
}

@media (min-width: 480px) {
  .anonymous-form__text--bold {
    font-size: 1.8rem;
  }
}

.anonymous-form__descr {
  font-weight: 700;
  margin-bottom: 2.2rem;
}

.anonymous-form__contact {
  font-size: 2rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.4rem;
  display: flex;
  align-items: center;
  color: #1d1d1d;
}

@media (min-width: 480px) {
  .anonymous-form__contact {
    font-size: 1.8rem;
  }
}

.anonymous-form__contact:hover {
  text-decoration: underline;
}

.anonymous-form__container {
  border: 1px solid #57c762;
  border-radius: 2.4rem;
  padding: 1.6rem;
}

@media (min-width: 768px) {
  .anonymous-form__container {
    padding: 2.5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .anonymous-form__container {
    padding: 4.5rem 1.5rem;
  }
}

.anonymous-form__title {
  text-transform: uppercase;
}

.anonymous-form__content {
  max-width: 90rem;
  margin: 0 auto;
}

.anonymous-form__form {
  max-width: 47rem;
  border-radius: 2.4rem;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .anonymous-form__form {
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    padding-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.anonymous-form__input {
  font-size: 1.4rem;
  flex-grow: 1;
}

@media (max-width: 479px) {
  .anonymous-form__input {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 2.4rem;
    margin-bottom: 1.6rem;
    line-height: 4.8rem;
    padding: 0 2.4rem;
  }
}

.anonymous-form__input::-webkit-input-placeholder {
  font-size: 1.4rem;
}

.anonymous-form__input::-moz-placeholder {
  font-size: 1.4rem;
}

.anonymous-form__input:-ms-input-placeholder,
.anonymous-form__input::-ms-input-placeholder {
  font-size: 1.4rem;
}

.anonymous-form__input::placeholder {
  font-size: 1.4rem;
}

.anonymous-form__submit {
  font-size: 1.4rem;
  width: 100%;
  max-width: 20rem;
}

@media (max-width: 479px) {
  .anonymous-form__submit {
    margin: 0 auto;
  }
}

.anonymous-form__btn {
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.anonymous-form__btn + p {
  margin-top: 1.6rem;
}

@media (min-width: 768px) {
  .anonymous-form__btn + p {
    margin-top: 2.4rem;
  }
}

.anonymous-form-icon__phone {
  width: 2.4rem;
  height: 2.4rem;
  fill: #57c762;
  margin-right: 1.2rem;
}

.slider-about {
  position: relative;
  padding: 2rem 0;
  background: url(../images/general/slider-about-bg.png) no-repeat top right/contain;
}

@media (min-width: 768px) {
  .slider-about {
    padding: 4rem 0;
  }
}

.slider-about-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0-1rem -3.2rem;
}

.slider-about-list__item {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 3.2rem;
  position: relative;
}

@media (min-width: 768px) {
  .slider-about-list__item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .slider-about-list__item:nth-child(odd)::after {
    content: "";
    display: block;
    width: 1px;
    height: 5.6rem;
    background-color: #d8d8d8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .slider-about-list__item {
    position: relative;
  }

  .slider-about-list__item::after {
    content: "";
    display: block;
    width: 1px;
    height: 5.6rem;
    background-color: #d8d8d8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .slider-about-list__item:nth-child(4n + 4)::after {
    display: none;
  }
}

.slider-about-list__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .slider-about-list__title {
    font-size: 1.8rem;
    font-weight: 700px;
  }
}

.slider-about-list__icon {
  width: 55%;
  height: 55%;
  fill: #57c762;
}

.slider-about-list__icon-wrap {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.6rem;
  background-color: #f3f3f3;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .slider-about-list__icon-wrap {
    width: 9.6rem;
    height: 9.6rem;
  }
}

.slider-about-slider {
  padding: 2rem 0;
  position: relative;
}

.slider-about__wrapper {
  margin: -2rem 0 3.2rem;
  position: relative;
}

@media (max-width: 479px) {
  .slider-about__wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (min-width: 768px) {
  .slider-about__wrapper {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1440px) {
  .slider-about__wrapper {
    margin-bottom: 10rem;
  }
}

@media (max-width: 1023px) {
  .slider-about-slider .swiper-wrapper {
    margin-bottom: 3.6rem;
  }
}

@media (max-width: 479px) {
  .slider-about-slider .swiper-wrapper {
    margin-bottom: 1.6rem;
  }
}

.slider-about-slider__item {
  max-width: 55rem;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 480px) {
  .slider-about-slider__item {
    transition:
      transform 0.8s ease,
      filter 0.8s ease;
    transition:
      transform 0.8s ease,
      filter 0.8s ease,
      -webkit-filter 0.8s ease;
    -webkit-filter: blur(0.7rem);
    filter: blur(0.7rem);
    transform: scale(0.8);
  }

  .slider-about-slider__item.act {
    transform: scale(1.1);
    -webkit-filter: none;
    filter: none;
  }
}

.slider-about-slider__item:hover .slider-about-slider__hover {
  opacity: 1;
  visibility: visible;
}

.slider-about-slider__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(87, 199, 98, 0.6);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.slider-about-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .slider-about-pagination {
    display: flex;
  }
}

.slider-about-pagination__item {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
  border: 1px solid transparent;
}

.slider-about-pagination__item:not(:last-child) {
  margin-right: 1.6rem;
}

.slider-about-pagination__item.act {
  border-color: #fff;
  background: radial-gradient(#fff 40%, transparent 60%);
  transform: scale(1.8);
}

.slider-about-navigation {
  display: flex;
  justify-content: space-between;
  width: 50%;
  max-width: 20rem;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .slider-about-navigation .swiper__btn {
    background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  }

  .slider-about-navigation .swiper__icon {
    fill: #fff;
  }
}

@media (min-width: 1024px) {
  .slider-about-navigation {
    width: 37%;
    max-width: 67rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

.slider-about-icon__lens {
  width: 3.6rem;
  height: 3.6rem;
  fill: #fff;
}

@media (min-width: 768px) {
  .slider-about-icon__lens {
    width: 4.6rem;
    height: 4.6rem;
  }
}

@media (min-width: 1440px) {
  .slider-about-icon__lens {
    width: 9.6rem;
    height: 9.6rem;
  }
}

.personal {
  padding: 5rem 0 0;
  margin-bottom: 2rem;
}

@media (min-width: 1440px) {
  .personal {
    padding: 7rem 0 0;
    margin-bottom: 4rem;
  }
}

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

.personal__btn {
  width: 100%;
  max-width: 15rem;
  margin: 0 1rem;
}

@media (min-width: 768px) {
  .personal__btn {
    display: block;
    margin: 0 1.6rem;
  }
}

.personal-slider {
  text-align: center;
  padding: 2rem 0;
  margin: -2rem 0;
}

.personal-slider .swiper-wrapper {
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .personal-slider .swiper-wrapper {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .personal-slider .swiper-wrapper {
    margin-bottom: 4rem;
  }
}

.personal__wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.personal-slider__title {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.personal-slider__descr {
  line-height: 1.7;
}

.personal-slider__item {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 2.4rem 1.6rem;
  height: auto;
}

.personal-slider__img {
  display: block;
  width: 100%;
}

.personal-slider__img-wrap {
  height: 17.6rem;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  overflow: hidden;
}

.personal-slider-navigation {
  display: flex;
  position: relative;
  z-index: 10;
}

.personal-slider-navigation__btn.next {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .personal-slider-navigation__btn.next {
    margin-left: 1.6rem;
  }
}

.personal-slider-navigation__btn.prev {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .personal-slider-navigation__btn.prev {
    margin-right: 1.6rem;
  }
}

.prices {
  padding: 2rem 0;
  /*background: url(../images/general/prices/bg.png)no-repeat top center*/
}

@media (min-width: 768px) {
  .prices {
    padding: 4rem 0;
  }
}

.prices-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .prices-slider {
    margin: 0-2.4rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .prices-slider {
    margin: 0-1.4rem;
  }
}

.prices-slider .swiper-slide {
  height: auto;
}

.prices-slider__content {
  padding: 3rem 1.5rem;
  margin: -3rem -1.5rem;
  position: relative;
}

@media (max-width: 1023px) {
  .prices-slider__content {
    order: 1;
    width: 100%;
    margin: -3rem 0 0;
  }
}

@media (min-width: 1024px) {
  .prices-slider__content::after,
  .prices-slider__content::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 100%;
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
  }

  .prices-slider__content::after {
    z-index: 1;
  }

  .prices-slider__content::before {
    left: 0;
    transform: rotateZ(180deg);
    z-index: 2;
  }

  .prices-slider__content::after {
    right: 0;
  }
}

.prices-slider__btn {
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .prices-slider__btn {
    background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  }

  .prices-slider__btn .swiper__icon {
    fill: #fff;
  }

  .prices-slider__btn.prev {
    order: 2;
  }

  .prices-slider__btn.next {
    order: 3;
  }
}

.prices-slider__slide {
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2.4rem;
  overflow: hidden;
  max-width: 33rem;
  margin: 0 auto;
  height: 100%;
}

.prices-slider__title {
  font-size: 1.5rem;
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  color: #fff;
  text-align: center;
  padding: 1.2rem;
}

@media (min-width: 768px) {
  .prices-slider__title {
    font-size: 1.8rem;
    padding: 1.6rem;
  }
}

.prices-slider__list {
  padding: 1.6rem 2.4rem;
}

.prices-slider__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.prices-slider__price {
  font-weight: 700;
  margin-top: 0.4rem;
}

.reviews {
  padding: 5rem 0 0;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .reviews {
    padding: 7rem 0 0;
  }
}

.faq__item.act .faq__icon::before,
.reviews__title {
  display: none;
}

@media (min-width: 768px) {
  .reviews__title {
    display: block;
  }
}

@media (min-width: 480px) {
  .reviews__btns {
    display: flex;
  }
}

.reviews-slider {
  display: flex;
  align-items: center;
}

.reviews-slider .swiper-container {
  padding: 0 1.4rem;
  margin: 0-1.4rem;
}

@media (min-width: 768px) {
  .reviews-slider .swiper-container {
    padding: 0 2.4rem;
    margin: 0-2.4rem;
  }
}

.reviews-slider .swiper-wrapper {
  margin-bottom: 1.6rem;
}

@media (min-width: 1024px) {
  .reviews-slider .swiper-wrapper {
    margin-bottom: 4.8rem;
  }
}

.reviews-slider .swiper-slide {
  height: auto;
}

.reviews-slider__item {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

@media (min-width: 1024px) {
  .reviews-slider__item {
    padding: 2.4rem 2.4rem 1.6rem;
  }
}

.reviews-slider__item:hover {
  box-shadow: 10px 10px 30px rgba(87, 199, 98, 0.3);
}

.reviews-slider__item:hover .reviews-slider__more {
  color: #57c762;
}

.reviews-slider__more {
  font-weight: 700;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease;
  color: #395475;
}

.reviews-slider__name {
  font-size: 2rem;
  font-weight: 700;
  color: #395475;
  margin-bottom: 1.6rem;
}

.reviews-slider__text {
  max-height: 22rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.6rem;
  line-height: 1.7;
  flex-grow: 1;
}

.reviews-slider__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.6rem;
  background: linear-gradient(360deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.reviews-slider__actions {
  display: flex;
  justify-content: center;
}

.reviews-slider__btn {
  max-width: 14.2rem;
}

@media (max-width: 479px) {
  .reviews-slider__btn:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 480px) {
  .reviews-slider__btn:not(:last-child) {
    margin-right: 1.6rem;
  }
}

.reviews-slider-navigation__btn {
  display: none;
  margin: 0;
}

@media (min-width: 1024px) {
  .reviews-slider-navigation__btn {
    display: block;
  }
}

.reviews-slider-navigation__btn.mobi {
  display: block;
}

@media (min-width: 1024px) {
  .reviews-slider-navigation__btn.mobi {
    display: none;
  }
}

.reviews-slider-navigation__btn.next {
  margin-left: 2rem;
}

@media (min-width: 1024px) {
  .reviews-slider-navigation__btn.next {
    margin-left: 3.2rem;
  }
}

.reviews-slider-navigation__btn.prev {
  margin-right: 2rem;
}

@media (min-width: 1024px) {
  .reviews-slider-navigation__btn.prev {
    margin-right: 3.2rem;
  }
}

.faq {
  background: url(../images/general/faq/bg.png) no-repeat center top;
  padding: 2rem 0 3rem;
}

@media (min-width: 768px) {
  .faq {
    padding: 4rem 0 5rem;
  }
}

@media (min-width: 1024px) {
  .faq {
    padding: 5rem 0 8rem;
  }
}

.faq__item {
  background-color: #fff;
  border-radius: 2.4rem;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}

.faq__item.act .faq__icon {
  opacity: 0.5;
}

.faq__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.faq__question {
  font-size: 1.8rem;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
  margin: 0;
}

@media (min-width: 560px) {
  .faq__question {
    font-size: 2rem;
    padding: 2.4rem;
    font-weight: 700;
    color: #000;
  }
}

.faq__answer {
  display: none;
  padding: 0 1.6rem 1.6rem 4.8rem;
}

@media (min-width: 560px) {
  .faq__answer {
    padding: 0 3.2rem 3.2rem 8rem;
  }
}

.faq__text:not(:last-child) {
  margin-bottom: 2rem;
}

.faq__icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
  background-color: #57c762;
  border-radius: 50%;
  position: relative;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .faq__icon {
    margin-right: 2.4rem;
  }
}

.faq__icon::after,
.faq__icon::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
}

.faq__icon::before {
  transform: translate(-50%, -50%) rotateZ(90deg);
}

.main-hero {
  /*background: url(../images/content/main/hero/bg-mobi.png)no-repeat center/cover;*/
  background-color: #fff;
  padding: 2rem 0 3.2rem;
}

@media (min-width: 768px) {
  .main-hero {
    background: url(../images/content/main/hero/bg-desktop.png) no-repeat center right/contain;
  }
}

@media (min-width: 1024px) {
  .main-hero {
    height: 100%;
    max-height: 92rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1440px) {
  .main-hero {
    padding: 4rem 0;
  }
}

@media (min-width: 1600px) {
  .main-hero {
    height: calc(100vh - 15.9rem);
  }
}

.main-hero__title {
  max-width: 73rem;
  margin-bottom: 1.6rem;
}

@media (min-width: 1024px) {
  .main-hero__title {
    margin-bottom: 2.4rem;
  }
}

.main-hero__list {
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .main-hero__list {
    line-height: 2;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .main-hero__list {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1440px) {
  .main-hero__list {
    margin-bottom: 8rem;
  }
}

.main-hero__btn {
  width: 100%;
  max-width: 19.3rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .main-hero__btn {
    display: none;
  }
}

.main-hero-form {
  display: none;
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  border-radius: 1.6rem;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  padding: 2.4rem 3.2rem;
}

@media (min-width: 1024px) {
  .main-hero-form {
    display: block;
  }
}

.main-hero-form__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2em;
}

.main-hero-form__label {
  display: flex;
  align-items: center;
  line-height: 4.8rem;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 2.4rem;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0 2rem;
}

.main-hero-form__label:not(:last-child) {
  margin-right: 3.2rem;
}

.main-hero-form__content {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

.main-hero-form__link {
  text-decoration: underline;
}

.branches-link a:hover,
.main-hero-form__link:hover {
  text-decoration: none;
}

.main-hero-form__input {
  border: 0;
  background: 0 0;
  flex-grow: 1;
  color: #395475;
}

.main-hero-form__input::-webkit-input-placeholder {
  color: #395475;
}

.main-hero-form__input::-moz-placeholder {
  color: #395475;
}

.main-hero-form__input:-ms-input-placeholder,
.main-hero-form__input::-ms-input-placeholder {
  color: #395475;
}

.main-hero-form__input::placeholder {
  color: #395475;
}

.main-hero-form__submit {
  width: 100%;
  max-width: 20rem;
  flex-shrink: 0;
}

.main-hero-form__icon {
  width: 1.8rem;
  height: 1.8rem;
  fill: #26ae34;
  stop-color: #26ae34;
  margin-right: 0.8rem;
}

.main-about {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .main-about {
    padding: 4rem 0;
  }
}

@media (min-width: 1024px) {
  .main-about {
    padding: 6rem 0 4rem;
  }
}

@media (min-width: 1440px) {
  .main-about {
    padding: 8rem 0 4rem;
  }
}

.main-about__title {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

.main-about__img {
  border-radius: 0.8rem;
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .main-about__img {
    border-radius: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .main-about__img {
    margin-bottom: 3.2rem;
  }
}

.main-about__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.main-about__top {
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .main-about__top {
    padding-bottom: 4rem;
  }
}

.main-about__bottom {
  background-color: #f3f3f3;
  padding: 7rem 0 2.4rem;
}

@media (min-width: 1024px) {
  .main-about__bottom {
    padding: 7rem 0 0;
  }
}

@media (max-width: 1023px) {
  .main-about-slider {
    padding: 0 2.4rem;
    margin: 0-2.4rem;
  }
}

@media (max-width: 767px) {
  .main-about-slider {
    margin: 0-1.4rem;
    padding: 0 1.4rem;
  }
}

@media (min-width: 1024px) {
  .main-about-slider {
    margin: 0-1.6rem;
  }
}

@media (max-width: 1023px) {
  .main-about-slider .swiper-wrapper {
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .main-about-slider .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.main-about-slider__item {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem;
}

@media (min-width: 1024px) {
  .main-about-slider__item {
    width: calc(25% - 3.2rem);
    margin: 0 1.6rem 3.2rem;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
  }

  .main-about-slider__item:hover {
    box-shadow: 10px 10px 30px rgba(87, 199, 98, 0.3);
  }

  .main-about-slider__item:hover .main-about-slider__btn {
    background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
    color: #fff;
  }
}

.main-about-slider__title {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.main-about-slider__btn {
  color: #395475;
  transition: background 0.3s ease;
}

.main-about-slider__btn:hover {
  box-shadow: none;
}

.main-about-slider__icon {
  width: 45%;
  height: 45%;
}

.main-about-slider__icon-wrap {
  width: 13.2rem;
  height: 13.2rem;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.6rem;
  fill: #57c762;
}

.main-steps {
  padding: 2rem 0;
}

@media (min-width: 1024px) {
  .main-steps {
    padding: 4rem 0;
  }
}

.main-steps__title {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.main-steps__content {
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
  max-width: 136rem;
  padding: 0 1.4rem;
  margin: 3rem auto 0;
}

@media (max-width: 1023px) {
  .main-steps__content::before {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-steps__content {
    padding: 0 2.4rem;
    margin: 5.6rem auto 0;
    border-radius: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .main-steps__content {
    padding: 3.2rem 9.6rem;
  }

  .main-steps__flex {
    display: flex;
    align-items: center;
  }
}

.main-steps picture {
  display: block;
  max-width: 52rem;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .main-steps picture {
    margin: 0 auto 1.6rem;
  }
}

@media (min-width: 1024px) {
  .main-steps picture {
    width: 50%;
    margin-right: 6rem;
  }
}

.main-steps__img {
  border-radius: 50%;
}

.main-steps__subtitle {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.main-steps__text {
  line-height: 1.7;
}

.main-steps-slider {
  font-weight: 700;
  color: #395475;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .main-steps-slider {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1440px) {
  .main-steps-slider {
    margin-bottom: 4.8rem;
  }
}

.main-steps-slider .swiper-container {
  margin: 0;
  position: relative;
}

.main-steps-slider .swiper-container::after,
.main-steps-slider .swiper-container::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
}

.main-steps-slider .swiper-container::after {
  z-index: 1;
}

.main-steps-slider .swiper-container::before {
  left: -0.5rem;
  transform: rotateZ(180deg);
  z-index: 2;
}

.main-steps-slider .swiper-container::after {
  right: -0.5rem;
}

.main-steps-slider__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease;
}

.main-steps-slider__item.act,
.main-steps-slider__item:hover {
  color: #57c762;
}

.main-steps-slider__item.act .main-steps-slider__count,
.main-steps-slider__item:hover .main-steps-slider__count {
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  color: #fff;
}

.main-steps-slider__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #57c762;
  margin-right: 1.6rem;
}

.chamber-img-slider .slick-dots li button,
.faq__item.has-open .faq__icon::before,
.main-steps-slider__btn {
  display: none;
}

@media (min-width: 1024px) {
  .main-steps-slider__btn {
    display: block;
  }

  .main-steps-slider__btn.next {
    margin-right: 0;
  }

  .main-steps-slider__btn.prev {
    margin-left: 0;
  }
}

.main-move {
  padding: 2rem 0;
  background: url(../images/content/main/move/bg.png) no-repeat center;
}

@media (min-width: 768px) {
  .main-move {
    padding: 4rem 0;
  }
}

.main-move__subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

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

@media (min-width: 768px) {
  .main-move__content {
    margin-bottom: 2.4rem;
  }
}

.main-move__item {
  padding: 0 1rem;
  margin-bottom: 2.4rem;
  width: 50%;
}

@media (min-width: 768px) {
  .main-move__item {
    width: 25%;
  }

  .main-move__item:not(:last-child) {
    position: relative;
  }

  .main-move__item:not(:last-child)::before {
    content: "";
    display: block;
    background: url(../images/general/arrow-point.svg) no-repeat center/contain;
    width: 25%;
    max-width: 6.8rem;
    height: 1.5rem;
    position: absolute;
    top: 5.6rem;
    right: 0;
    transform: translateY(-50%) translateX(50%);
  }
}

@media (min-width: 1024px) {
  .main-move__item:not(:last-child)::before {
    top: 7rem;
  }
}

@media (min-width: 1440px) {
  .main-move__item:not(:last-child)::before {
    top: 8.4rem;
  }
}

.main-move__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.main-move__icon {
  width: 60%;
  height: 60%;
  fill: #395475;
}

.main-move__icon-wrap {
  width: 11.2rem;
  height: 11.2rem;
  border: 3px solid #57c762;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0 auto 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .main-move__icon-wrap {
    width: 14rem;
    height: 14rem;
  }
}

@media (min-width: 1440px) {
  .main-move__icon-wrap {
    width: 16.8rem;
    height: 16.8rem;
    margin-bottom: 2.4rem;
  }
}

.main-advantages {
  background: url(../images/content/main/advantages/bg.png) no-repeat top center;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .main-advantages {
    padding: 4rem 0;
  }
}

.main-advantages__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0-0.8rem -1.6rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .main-advantages__list {
    margin: 0-1.6rem 0.6rem;
  }
}

.main-advantages__btn {
  display: none;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .main-advantages__btn {
    display: block;
  }
}

.main-advantages__item {
  width: calc(50% - 1.6rem);
  margin: 0 0.8rem 1.6rem;
  background-color: #f3f3f3;
  border-radius: 1.6rem;
  padding: 1.6rem 0.6rem;
}

@media (min-width: 768px) {
  .main-advantages__item {
    padding: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .main-advantages__item {
    width: calc(25% - 3.2rem);
    margin: 0 1.6rem 3.2rem;
  }
}

.main-advantages__icon {
  width: 5.6rem;
  height: 5.6rem;
  display: block;
  margin: 0 auto 2.4rem;
  fill: #57c762;
}

.main-advantages__subtitl {
  font-weight: 700;
  font-size: 1.8rem;
}

.main__hero-about {
  height: 100%;
}

@media (min-width: 1024px) {
  .main__hero-about {
    background: url(../images/content/main/hero-about.png) no-repeat center top/contain;
  }

  .main__steps-info {
    background: url(../images/content/main/steps-info.png) no-repeat center top/contain;
  }
}

.services-hero {
  padding: 2rem 0;
  background: url(../images/content/services/hero/bg.png) no-repeat center;
}

@media (min-width: 768px) {
  .services-hero {
    padding: 4rem 0;
  }
}

@media (min-width: 1024px) {
  .services-hero {
    padding: 5rem 0;
  }
}

.services-hero__title {
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
  text-align: left;
}

@media (min-width: 1024px) {
  .services-hero__title {
    font-size: 4rem;
  }
}

.services-hero__subtitle {
  margin-bottom: 0.8em;
}

@media (min-width: 768px) {
  .services-hero__subtitle {
    text-align: left;
  }
}

.services-hero__descr {
  line-height: 1.7;
  margin-bottom: 2.4rem;
}

.services-hero__text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d1d1d;
}

@media (min-width: 768px) {
  .services-hero__text {
    font-size: 1.8rem;
  }
}

.services-hero__text:not(:last-child) {
  margin-bottom: 1.2rem;
}

.services-hero__phone {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  color: #1d1d1d;
}

@media (max-width: 767px) {
  .services-hero__phone {
    justify-content: center;
  }
}

.services-hero__phone:hover {
  text-decoration: underline;
}

.services-hero__breadcrumb {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .services-hero__breadcrumb {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .services-hero__breadcrumb {
    margin-bottom: 5.6rem;
  }
}

.services-hero__content {
  border: 1px solid #57c762;
  border-radius: 0.8rem;
  padding: 1.6rem 0.6rem;
}

@media (max-width: 767px) {
  .services-hero__content {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .services-hero__content {
    display: flex;
    padding: 2.6rem 3rem;
    border-radius: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .services-hero__content {
    padding: 5.6rem 10rem;
  }
}

.services-hero__col {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .services-hero__col {
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 768px) {
  .services-hero__col {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .services-hero__col {
    padding-right: 3.2rem;
  }
}

.services-hero-card {
  width: 100%;
  max-width: 27rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 767px) {
  .services-hero-card {
    margin: 0 auto;
  }
}

.services-hero-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  padding: 1.6rem 0.8rem;
}

.services-hero-card__content {
  padding: 1rem 1rem 2.8rem;
}

@media (min-width: 1024px) {
  .services-hero-card__content {
    padding: 1.6rem 1.6rem 4rem;
  }
}

.services-hero-card__name {
  font-size: 2rem;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 0.8rem;
  text-align: center;
}

.services-hero-card__descr {
  line-height: 1.7;
  text-align: center;
}

.services-hero-card__img-wrap {
  width: 17.6rem;
  height: 17.6rem;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  overflow: hidden;
}

.services-hero-icon__phone {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  fill: #57c762;
}

.services-hero-form {
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .services-hero-form {
    margin: 0 auto 2.4rem;
  }
}

@media (min-width: 480px) {
  .services-hero-form {
    display: flex;
    background-color: #fff;
    border-radius: 2.4rem;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    padding-left: 2.4rem;
    max-width: 47rem;
  }
}

.services-hero-form__input {
  line-height: 4.8rem;
  flex-grow: 1;
}

@media (max-width: 479px) {
  .services-hero-form__input {
    width: 100%;
    background-color: #fff;
    border-radius: 2.4rem;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    padding: 0 1.6rem;
    max-width: 47rem;
    margin-bottom: 1.6rem;
  }
}

.services-hero-form__btn {
  width: 100%;
  max-width: 20rem;
  flex-shrink: 0;
}

@media (max-width: 479px) {
  .services-hero-form__btn {
    margin: 0 auto;
  }
}

.services-methods {
  text-align: center;
  background: url(../images/content/services/methods/bg.png) no-repeat center/contain;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .services-methods {
    padding: 4rem 0;
  }

  .services-methods__content {
    border: 1px solid #57c762;
    border-radius: 2.4rem;
    overflow: hidden;
  }

  .services-methods__wrap {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .services-methods__wrap {
    padding: 4rem;
  }
}

.services-methods__list .swiper-slide {
  height: auto;
}

@media (min-width: 768px) {
  .services-methods__list .swiper-slide {
    width: calc(100% / 3 - 1.6rem);
    margin: 0 0.8rem;
    max-width: 27rem;
  }
}

@media (min-width: 1024px) {
  .services-methods__list .swiper-slide {
    width: calc(100% / 3 - 3.2rem);
    margin: 0 1.6rem;
  }
}

@media (max-width: 767px) {
  .services-methods__list .swiper-wrapper {
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 768px) {
  .services-methods__list .swiper-wrapper {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .services-methods__list {
    padding: 1.4rem 1.4rem 3.4rem;
    margin: 0-1.4rem;
  }
}

@media (min-width: 768px) {
  .services-methods__list {
    display: flex;
    justify-content: center;
    margin: 0-0.8rem;
  }
}

@media (min-width: 1024px) {
  .services-methods__list {
    margin: 0-1.6rem;
  }
}

.services-methods__item {
  max-width: 27rem;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 2rem;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .services-methods__item {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  }
}

.services-methods__icon {
  width: 5.6rem;
  height: 5.6rem;
  fill: #57c762;
  margin: 0 auto 2.4rem;
}

.services-methods__subtitle {
  margin-bottom: 0.8rem;
}

.services-methods__text {
  line-height: 1.7;
}

.services-methods__bottom {
  font-size: 1.5rem;
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  font-weight: 700;
  color: #fff;
  padding: 0.8rem 1.4rem;
}

@media (max-width: 767px) {
  .services-methods__bottom {
    margin: 0-1.4rem;
  }
}

@media (min-width: 768px) {
  .services-methods__bottom {
    font-size: 1.8rem;
    padding: 2.4rem;
    border-radius: 1.6rem;
  }
}

.services-methods-navigation {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .services-methods-navigation {
    display: none;
  }
}

.services-methods-navigation__btn {
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
}

.services-methods-navigation__btn .swiper__icon {
  fill: #fff;
}

.services-about {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .services-about {
    padding: 4rem 0 2rem;
  }
}

.services-about__img {
  border-radius: 1.6rem;
}

@media (min-width: 768px) {
  .services-about__img {
    border-radius: 2.4rem;
  }
}

.services-about picture {
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .services-about picture {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .services-about picture {
    margin-bottom: 4rem;
  }
}

.services-about__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.services-prices {
  padding: 4rem 0;
  background: url(../images/content/services/prices/bg.png) no-repeat top left;
}

@media (min-width: 768px) {
  .services-prices {
    padding: 7rem 0 5rem;
  }
}

.services-prices__container {
  max-width: calc(calc(77rem + 2 * 2.4rem));
}

.services-prices__content {
  border-radius: 2.4rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}

@media (min-width: 560px) {
  .services-prices__content {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
  }
}

.services-prices__dicsount,
.services-steps__item::before {
  background: linear-gradient(90deg, #26ae34 0, #57c762 100%);
  color: #fff;
  font-weight: 700;
}

.services-prices__dicsount {
  font-size: 1.8rem;
  padding: 1.6rem;
  text-align: center;
}

.services-prices__list {
  padding: 2.4rem;
  background-color: #fff;
}

@media (max-width: 559px) {
  .services-prices__wrap {
    margin-bottom: 1.1rem;
  }

  .services-prices__link {
    text-align: center;
  }
}

@media (min-width: 560px) {
  .services-prices__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.services-prices__link:hover .services-prices__btn {
  color: #57c762;
}

.services-prices__subtitle {
  margin-bottom: 0.4rem;
}

.services-prices__btn {
  width: 100%;
  max-width: 19rem;
  color: #395475;
  transition: color 0.3s ease;
}

@media (max-width: 559px) {
  .services-prices__btn {
    margin: 0 auto;
  }
}

.services-prices__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #57c762;
}

@media (min-width: 768px) {
  .services-prices__price {
    font-size: 1.8rem;
  }
}

.services-prices__item {
  padding: 1.8rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.services-steps {
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .services-steps {
    padding: 7rem 0;
  }
}

.services-steps__container {
  max-width: calc(113rem + 2 * 2.4rem);
}

.services-steps__title {
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .services-steps__title {
    margin-bottom: 6.4rem;
  }
}

.services-steps__list {
  counter-reset: section;
}

@media (min-width: 480px) {
  .services-steps__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0-1rem -3.2rem;
  }
}

@media (max-width: 1439px) {
  .services-steps__list {
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .services-steps__list {
    margin-bottom: -5rem;
  }
}

@media (min-width: 1440px) {
  .services-steps__list {
    margin-bottom: -6.4rem;
  }
}

.services-steps__item {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
  margin-bottom: 3.2rem;
  max-width: 53rem;
  padding: 1rem 1.8rem;
  background-color: #fff;
  color: #395475;
  position: relative;
}

.services-steps__item::before {
  counter-increment: section;
  content: counter(section);
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .services-steps__item::before {
    font-size: 3.2rem;
    width: 7.1rem;
    height: 7.1rem;
  }
}

@media (min-width: 480px) {
  .services-steps__item {
    width: calc(50% - 2rem);
    margin: 0 1rem 3.2rem;
    padding: 2.4rem 2.4rem 2.4rem 4.3rem;
  }
}

@media (min-width: 1024px) {
  .services-steps__item {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1440px) {
  .services-steps__item {
    margin-bottom: 6.4rem;
  }
}

.root-nav,
.text_block ol li:before {
  align-items: center;
  justify-content: center;
}

.root-nav {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.root-nav h1 {
  margin-bottom: 0.6em;
  text-decoration: underline;
}

.root-nav a {
  padding: 0.5em 0;
}

.webp .circles--left::before,
.webp .circles::before,
.webp .main-about picture::before,
.webp .main-steps__content::before,
.webp .services-about picture::before,
.webp .services-about.left picture::before {
  background: url(../images/general/circles-green.webp) no-repeat center/contain;
}

.webp .anonymous-form {
  background: url(../images/general/anonymous-form-bg.webp) no-repeat center/contain;
}

.webp .anonymous-form.get-answer {
  background: url(../images/general/get-answer-bg.webp) no-repeat center/contain;
}

.webp .slider-about {
  background: url(../images/general/slider-about-bg.webp) no-repeat top right/contain;
}

.webp .prices {
  background: url(../images/general/prices/bg.webp) no-repeat top center;
}

.webp .faq {
  background: url(../images/general/faq/bg.webp) no-repeat center top;
}

.webp .main-hero {
  background: url(../images/content/main/hero/bg-mobi.webp) no-repeat center/cover;
}

@media (min-width: 768px) {
  .webp .main-hero {
    background: url(../images/content/main/hero/bg-desktop.webp) no-repeat center right/contain;
  }
}

.webp .main-move {
  background: url(../images/content/main/move/bg.webp) no-repeat center;
}

.webp .main-advantages {
  background: url(../images/content/main/advantages/bg.webp) no-repeat top center;
}

@media (min-width: 1024px) {
  .webp .main__hero-about {
    background: url(../images/content/main/hero-about.webp) no-repeat center top/contain;
  }

  .webp .main__steps-info {
    background: url(../images/content/main/steps-info.webp) no-repeat center top/contain;
  }
}

.webp .services-hero {
  background: url(../images/content/services/hero/bg.webp) no-repeat center;
}

.webp .services-methods {
  background: url(../images/content/services/methods/bg.webp) no-repeat center/contain;
}

.webp .services-prices {
  background: url(../images/content/services/prices/bg.webp) no-repeat top left;
}

.inner_review {
  margin: 20px 0;
}

#map {
  min-height: 400px;
}

.contacts__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  border: 2px #57c762 solid;
  text-align: center;
}

.contacts__item-title {
  text-decoration-line: none;
  color: #1d1d1d;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 8px;
}

.contacts__item-text {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .contacts__item__wrapper {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .header-bottom-nav__arrow {
    width: 2em;
    height: 2em;
  }
}

.inner__page {
  min-height: 450px;
}

.text_block ol {
  counter-reset: myCounter;
  list-style: none;
  padding-left: 15px;
  box-sizing: border-box;
}

.text_block ol li {
  margin: 20px 0;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}

.text_block ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  margin-right: 15px;
  left: 0;
  top: -4px;
  height: 41px;
  width: 41px;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  display: inline-flex;
  border: 1px solid #57c762;
  color: #57c762;
}

.text_block ol,
.text_block ul {
  margin-bottom: 20px;
}

blockquote p {
  margin-bottom: 0 !important;
}

.stati__item_wrapper {
  width: 50%;
}

.flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  float: none;
}

.stati__item {
  border: #26ae34 2px solid;
  background: #fff;
  margin: 20px;
}

.stati__info {
  margin: 10px;
  text-align: center;
}

@media (max-width: 576px) {
  .stati__item_wrapper {
    width: 100%;
  }
}

.stati__item:hover .stati__img {
  opacity: 0.8;
}

.stati__item:hover {
  box-shadow: 10px 10px 30px rgba(87, 199, 98, 0.8);
}

.city__filter {
  outline: 0;
  border-radius: 31.5px;
  border: 2px solid #4dc5c3;
  padding: 5px 20px;
  min-width: 300px;
  font-size: large;
  margin-bottom: 30px;
}

.city__filter,
.inside_filter {
  text-align: center;
}

.subfolder_ul {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 30px;
}

.inside_city {
  list-style-type: none;
  font-size: 14px;
  width: 25%;
}

@media screen and (max-width: 950px) {
  .inside_city {
    width: 33%;
  }
}

@media screen and (max-width: 700px) {
  .inside_city {
    width: 50%;
    padding-left: 25px !important;
  }
}

.hide {
  display: none !important;
}

.branches-link,
.branches-list {
  text-align: center;
  margin-top: 40px;
}

.branches-link a {
  color: #57c762;
  text-decoration: underline;
}

.branches-list {
  margin-top: 35px;
}

.popup-form__container_big {
  max-width: 100rem;
}

.city-list a {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px 10px;
  margin: 0;
  text-decoration: underline;
  position: relative;
}

@media (max-width: 992px) {
  .regions_block {
    font-size: 12px;
  }
}

.regions_block .regions_link {
  margin-right: 5px;
}

.city-list {
  text-align: center;
  margin-top: 20px;
}

.regions_link {
  text-decoration: underline;
}

.main-about-slider__item a,
.regions_link:hover {
  text-decoration: none;
}

.chamber__button.outline-btn:hover a,
.header-top__location .regions_link,
.main-about-slider__item:hover .main-about-slider__btn a {
  color: #fff;
}

.header-contact__location .regions_link {
  color: #57c762;
}

.footer__bottom + .footer__bottom {
  margin-top: 10px;
}

.ph_gal {
  justify-content: space-between;
}

.ph_gal .item {
  margin: 15px auto;
}

.main-move__title,
.reviews__title,
.services-hero__subtitle,
.slider-about__title {
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.25;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 1024px) {
  .services-hero__subtitle {
    font-size: 2.2rem;
  }
}

.covid-info {
  padding: 10px;
  width: 100%;
  background: #dc3527;
  text-align: center;
  color: #fff;
}

.content {
  padding-top: 0;
}

.breadcrumbs {
  position: relative;
  z-index: 0;
}

.header__wp-icon {
  margin-right: 15px;
}

.footer__schedule {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 16px;
}

.breadcrumbs {
  padding: 5px 0;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .services-hero {
    padding-top: 7rem;
  }
}

.faq__item.has-open .faq__icon {
  opacity: 0.5;
}

.doctors {
  margin: 50px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.doctor {
  background-color: #f3f3f3;
  border-radius: 1.6rem;
  padding: 2.4rem 1.6rem;
  max-width: 27rem;
}

.header-bottom-actions__btn {
  margin: 0 auto;
  padding: 15px 25px;
  background: #2bb038;
}

.personal-slider__img {
  border-radius: 0;
  height: auto;
}

.doctor-page {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  padding: 30px 0;
}

.doctor-page__image {
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #eee;
}

.char-block,
.doctor-page__right {
  display: flex;
  flex-direction: column;
}

.char-block {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}

.char-name {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.char-name img {
  margin-right: 10px;
}

.char-value {
  font-size: 18px;
}

.doctor-page-others {
  background: #f3f3f3;
  padding-top: 50px;
}

.doctor-page__image {
  width: 380px;
  height: 380px;
}

.doctor-page__prodoctorov {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doctor-page__prodoctorov-link {
  padding: 15px 40px;
  border: 1px solid #57c762;
  border-radius: 5px;
  margin-top: 15px;
}

.doctor-page__prodoctorov strong {
  font-size: 20px;
  margin-top: 10px;
}

.personal-slider__title a {
  color: #000;
  text-decoration: none;
}

.text-image {
  float: right;
  margin-right: 5px;
  margin-bottom: 5px;
}

.text_block h2 {
  display: inline-block;
  margin-bottom: 40px;
}

.p_title {
  font-weight: 600;
}

.popup-form__title {
  font-weight: 700;
}

.services-hero .modal__title {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 700;
  color: #1d1d1d;
}

.anonymous-form__title {
  text-align: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps-block {
  padding: 30px 0;
}

.step__text {
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1199px) {
  .header-top__location {
    display: none;
  }
}

@media (max-width: 992px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .steps {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main-about-slider__item a {
  text-align: center;
  fill: #57c762;
}

.bottom-menu-toggle {
  align-items: center;
  display: flex;
}

.bottom-menu-toggle img {
  cursor: pointer;
}

.lics-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .header-top__phone.mobi {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .header-top__phone.mobi {
    margin-left: 0;
  }

  .header__mobi .header-bottom-actions__btn {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media (max-width: 992px) {
  .bottom-menu-toggle {
    display: none;
  }

  .lics-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .lics-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .row_contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .contacts__item__wrapper {
    width: 100%;
  }
}

@media (max-width: 510px) {
  .lics-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .row_contacts {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
  }

  .contacts__item__wrapper {
    width: 100% !important;
  }
}

@media (max-width: 376px) {
  .lics-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .row_contacts {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
  }

  .contacts__item__wrapper {
    width: 100% !important;
  }
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: inherit;
}

.chamber__buttons .btn--green.header-bottom-actions__btn,
.lics-list .item img {
  width: 100%;
}

.other-services {
  margin-top: 60px;
}

.row_contacts {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contacts__item__wrapper {
  width: 24%;
  display: inline-block;
}

.contacts__item__wrapper a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.chambers {
  display: flex;
  min-width: 0px;
}

.chambers-block {
  padding: 60px 0;
}

.chamber__strong-text {
  font-weight: 700;
  padding: 15px 0;
}

.chamber__title {
  background: #e8e8e8;
  color: #292929;
  font-size: 24px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 25px;
}

.chamber__top {
  overflow: hidden;
  position: relative;
  margin-top: -160px;
}

.chamber ul.chamber__services-list li {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 0;
  line-height: 1;
  font-size: 12px;
  margin: 10px 0;
  text-align: left;
}

.chamber__services-list li:before {
  margin-right: 1rem !important;
}

.chamber__button.btn--border {
  margin-top: 10px;
}

.chamber-img-slider .slick-dots {
  display: flex;
  position: relative;
  justify-content: center;
  bottom: 35px;
}

.chamber {
  display: flex;
  max-width: 32%;
  min-width: 0px;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 64px rgb(0 0 0/15%);
  border-radius: 15px;
  padding: 15px;
  margin-top: 160px;
  justify-content: space-between;
}

.chamber-img-slider .slick-dots li {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  margin-right: 10px;
  margin-bottom: 0;
  border-radius: 50%;
  position: relative;
}

.chamber-img-slider .slick-dots li.slick-active {
  border: 2px solid #fff;
}

.chamber-img-slider .slick-dots li:before {
  width: 6px;
  content: "";
  height: 6px;
  color: transparent;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 0;
}

.header__mobi-bottom,
.header__mobi-top,
div.chamber .chamber__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__mobi-top__location {
  font-size: 1rem;
}

@media (max-width: 1023px) {
  .header__mobi-top {
    padding: 15px 0 0 0;
  }
}

@media (max-width: 620px) {
  .header__mobi-top__location span {
    display: none;
  }
}

@media (max-width: 374px) {
  .header__mobi-top__location {
    width: 12em;
    font-size: 0.9rem;
  }
}

.header__mobi-bottom {
  padding: 10px;
}

.header__mobi-bottom .header-bottom-actions__btn {
  margin: 0;
}

.header__mobi-top-left {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: end;
  flex-grow: 1;
}

@media (max-width: 380px) {
  .header__mobi-bottom .header-icon__phone {
    margin-right: 15px;
  }

  .header__mobi-bottom .header-top__phone {
    font-size: 16px;
  }

  .header__mobi-bottom .header-bottom-actions__btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.chamber-img-slider .slick-dots li.slick-active:before {
  background: #fff;
}

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

.chamber__links a {
  color: #57c762;
  font-weight: 400;
  display: flex;
  margin: 7px 0;
}

.chamber__links img {
  margin-left: 10px;
}

div.chamber .chamber__price {
  font-size: 40px;
  font-weight: 700;
  justify-content: center;
  margin: 20px 0;
}

div.chamber .chamber__price span {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0 15px;
}

.chamber__button.site-btn.site-btn--br {
  padding: 15px;
  color: #fff;
  cursor: pointer;
}

.chamber__button.site-btn.site-btn--br:hover {
  color: red;
}

.chamber__button {
  max-width: 100%;
}

.chamber__bottom,
.chamber__middle {
  padding: 0 20px;
}

.chamber__button.outline-btn {
  border: 2px solid #6177ff;
  text-align: center;
  color: #6177ff;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.chamber__links a,
a.chamber__button {
  text-decoration: none;
}

.chamber__button.outline-btn a {
  color: #6177ff;
  text-decoration: none;
  display: block;
  padding: 15px;
}

.chamber__button.outline-btn:hover {
  background: #6177ff;
}

.slick-slide img {
  border-radius: 10px;
}

@media (max-width: 991px) {
  .chamber {
    max-width: 49%;
  }
}

@media (max-width: 767px) {
  .chamber .slick-slide img {
    width: 100%;
  }

  .chamber {
    max-width: 100%;
  }
}

.main-hero {
  padding-top: 80px;
}

.consultation {
  box-sizing: border-box;
  padding: 0.5em 1em;
  background-color: #346038;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .page .consultation {
    display: none;
  }
}

.consultation_color {
  background-color: #fff !important;
}

.consultation__text {
  margin: 0;
  color: #fff;
  font-size: 1.1em;
  line-height: 120%;
  text-align: center;
}

.consultation_color .consultation__text {
  color: #1d1d1d;
}

.consultation__text-decor {
  padding: 0 3px;
  border: 1px solid #fff;
  border-radius: 3px;
}

@media (max-width: 575px) {
  .consultation__text {
    font-size: 1em;
  }
}

.header__mobi-top-left .b24-widget-button-social-item {
  margin: 0;
}

.header-top__contacts .b24-widget-button-social-item {
  margin: 0;
}

@media (max-width: 480px) {
  .anonymous-form {
    background: none;
    background-color: #fff;
  }

  .main-move {
    background: none !important;
    background-color: #fff !important;
  }

  .services-hero {
    background: none !important;
    background-color: #fff !important;
  }

  .faq {
    background: none !important;
    background-color: #fff !important;
  }

  .slider-about {
    background: none !important;
    background-color: #fff !important;
  }

  .main-hero {
    padding-top: 70px !important;
  }
}

.pulse {
  position: fixed;
  left: 3%;
  z-index: 5;
  top: 90%;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.phone__error {
  display: none;
  color: red;
}

@media (max-width: 1023px) {
  .header__wrap {
    overflow-y: scroll;
    height: 100%;
  }

  .header-top {
    margin-bottom: 10rem;
  }
}

.consultation {
  padding: 0.5em 1em;
  background-color: #325d36;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  min-height: 50px;
  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;
  /*margin-bottom:2.5rem;*/
}

.consultation__text {
  margin: 0;
  color: #fff;
  font-size: 1.1em;
  line-height: 120%;
  text-align: center;
}

.consultation__text-decor {
  padding: 0 3px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.search-place {
  display: flex;
  width: 90%;
  padding: 0.05rem;
  font-size: 16px;
  border-radius: 76px;
  transition: 0.3s;
  border-width: 0;
  color: #93b1bd;
  background: transparent;
  background-color: #ffffff;
}

.search__but {
  border-radius: 76px;
  transition: 0.3s;
  border-width: 0;
  color: #062656;
  background: transparent;
}

/*блок с рассрочкой*/
.installment {
  margin: 130px 0 50px 0;
}

.installment-services {
  margin: 130px 0 90px 0;
}

.installment__wrap {
  width: 100%;
  padding: 50px 0 60px 60px;
  border-radius: 40px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.installment__block {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 564px;
}

.installment__title {
  color: #1d1d1d;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 20px;
}

.installment__title span {
  color: #2bb038;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.installment__inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.installment__inform-item::before {
  content: "";
  background: url("/build/static/images/svg/inform-icon.svg") no-repeat center/contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -15px;
  margin-top: 6px;
  position: absolute;
}

.installment__inform-item {
  position: relative;
  margin-left: 12px;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.installment__block svg {
  margin-bottom: 20px;
}

.installment__descr {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.7;
  margin-bottom: 15px;
}

.installment__phone {
  color: #1d1d1d;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 35px;
}

.installment__block button {
  padding: 15px 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 50px;
  background: #2bb038;
}

.installment__img {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .installment__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 20px 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
  }

  .installment__block {
    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;
    max-width: 100%;
  }

  .installment__img {
    position: relative;
  }

  .installment__title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 30px;
  }

  .installment__title span {
    font-size: 24px;
  }

  .installment__inform {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 20px 2fr;
    grid-template-columns: repeat(2, 2fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 25px;
  }

  .installment__block svg {
    margin-bottom: 15px;
  }

  .installment__inform-item {
    font-size: 14px;
    white-space: nowrap;
    line-height: 20px;
    opacity: 0.7;
  }

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

  .installment__inform-item::before {
    width: 10px;
    height: 10px;
    margin-left: -15px;
    margin-top: 4px;
  }

  .installment__phone {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .installment__block button {
    width: 100%;
    padding: 15px 50px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
  }

  .installment {
    margin: 60px 0 80px 0;
  }

  .installment-services {
    margin: 60px 0;
  }
}

html {
  opacity: 1 !important;
}

@media (max-width: 560px) {
  .socials__link,
  .socials__link-ok {
    height: 4rem;
  }
}

.socials__link-ok {
  width: 4rem;
  height: 3rem;
}

.socials__link {
  height: 3rem !important;
}

/*
.ui-icon.b24-widget-button-social-item, .ui-icon.connector-icon-45 {
    height: 3rem !important;
}*/

.footer__socials {
  align-items: center;
  column-gap: 5px;
}

.breadcrumbs ul {
  display: flex;
}

@media (max-width: 600px) {
  .breadcrumbs ul {
    display: block;
  }
}

#micro__doc-job,
#micro__doc-img,
.personal-slider__url.personal-slider__url--dop {
  display: none !important;
}

@media (max-width: 800px) {
  .doctors-page .doctors {
    margin: 50px 0;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 555px) {
  .doctors-page .doctors {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.stati__shortInfo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 30px 0 10px 0;
}

.stati__shortInfo-item {
  padding: 12px 16px;
  background: rgba(43, 176, 56, 0.1);
  border-radius: 8px;
  color: #2bb038;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

@media (max-width: 500px) {
  .stati__shortInfo-item span span {
    display: none;
  }

  .stati__shortInfo-item {
    font-size: 14px;
  }
}

.soderjanie {
  background: rgba(43, 176, 56, 0.05);
  width: 50%;
  padding: 44px;
  border: 1px solid rgba(43, 176, 56, 0.1);
  border-radius: 20px;
}

.soderjanie li {
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  line-height: 140%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.soderjanie li:last-child {
  margin-bottom: 0;
}

.soderjanie .dop {
  list-style: none;
  margin-left: 30px;
  display: none;
}

.soderjanie .dop.active {
  display: block;
}

.soderjanie .dop li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #2bb038;
  border-radius: 50%;
}

.soderjanie .dop li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 100%;
  gap: 12px;
  margin-bottom: 12px;
}

.soderjanie .dop li a {
  color: #1d1d1d;
  font-weight: 400;
}

.soderjanie__plus {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.soderjanie__plus div:nth-child(1) {
  width: 100%;
  height: 2px;
  background: #2bb038;
}

.soderjanie__plus div:nth-child(2) {
  width: 100%;
  height: 2px;
  background: #2bb038;
  transform: rotate(90deg);
  position: absolute;
}

.soderjanie li.active .soderjanie__plus div:nth-child(2) {
  display: none;
}

.soderjanieBlock {
  display: flex;
  gap: 20px;
}

.doctorsCards {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.doctorsCards__item {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #2bb038;
}

.doctorsCards__item-dateBlock {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(43, 176, 56, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.doctorsCards__item-key {
  font-size: 16px;
  color: rgba(29, 29, 29, 0.6);
}

.doctorsCards__item-date {
  font-size: 16px;
  color: #1d1d1d;
}

.doctorsCards__item-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.doctorsCards__item-img {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
}

.doctorsCards__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctorsCards__item-doctorName {
  font-size: 22px;
  font-weight: 500;
  color: #1d1d1d;
  margin-bottom: 6px;
}

.doctorsCards__item-dolj {
  color: rgba(29, 29, 29, 0.6);
  font-size: 16px;
}

@media (max-width: 1000px) {
  .soderjanieBlock {
    flex-direction: column;
  }

  .soderjanie {
    width: 100%;
  }

  .doctorsCards {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .doctorsCards__item {
    padding: 20px;
  }

  .doctorsCards__item-doctorName {
    font-size: 18px;
  }

  .doctorsCards__item-dolj {
    font-size: 14px;
  }

  .doctorsCards__item-date {
    font-size: 14px;
  }

  .doctorsCards__item-key {
    font-size: 14px;
  }

  .soderjanie li {
    font-size: 16px;
  }
}

.articles__moreDoctors-item {
  display: block;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.articles__moreDoctors {
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 20px;
}

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

.articles__moreDoctors-bittons {
  display: flex;
  gap: 15px;
}

.articles__moreDoctors-bitton {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d6e8d8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.articles__moreDoctors-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 230px;
  object-fit: cover;
}

.articles__moreDoctors-img {
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}

.articles__moreDoctors-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 0 25px;
}

.articles__moreDoctors-info__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(43, 176, 56, 0.1);
  border-radius: 5px;
}

.articles__moreDoctors-name {
  font-size: 16px;
  color: #1d1d1d;
  padding: 0 25px;
  margin-bottom: 24px;
}

.articles__moreDoctors-more {
  padding: 0 25px;
  color: #2bb038;
  font-size: 16px;
  padding-bottom: 25px;
}

@media (max-width: 749px) {
  .articles__moreDoctors-bittons {
    display: none;
  }
}

@media (max-width: 749px) {
  .doctor-page {
    display: flex;
    flex-direction: column;
  }

  .doctor-page__left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header__socials-tg {
  order: -2;
}

.header__socials-whatsapp {
  order: -1;
}

.header-contact__location-text {
  color: rgba(255, 255, 255, 0.6);
}

.header .icon-brain {
  fill: none;
}

.header__mobi-top-whatsapp {
  position: relative;
  width: 100%;
  max-width: 38px;
  height: 38px;
  border-radius: 5px;
  background: rgba(43, 176, 56, 0.15);
}

.header__mobi-top-icon-whatsapp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__mobi-top-tg {
  position: relative;
  width: 100%;
  max-width: 38px;
  height: 38px;
  border-radius: 5px;
  background: rgba(55, 174, 242, 0.15);
}

.header__mobi-top-icon-tg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__logo-licensy {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: rgba(29, 29, 29, 0.45);
}

@media (max-width: 768px) {
  .header__logo-licensy {
    font-weight: 400;
    font-size: 8px;
    line-height: 130%;
    color: rgba(29, 29, 29, 0.45);
  }
}

.header-top__phone-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.header-top__phone-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  color: #2bb038;
}

@media (max-width: 768px) {
  .header-top__phone-text {
    font-size: 9px;
  }
}

.header-top-icon__phone {
  fill: #2bb038;
}

.footer__location-wrapper {
  display: flex;
  flex-direction: column;
}

.text-gray {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 5px;
  text-align: justify;
}

.footer__phone-wrapper {
  margin: 0;
  gap: 5px;
}

.footer__logo-text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20.6px;
  line-height: 100%;
  color: #ffffff;
}

.footer-nav__wrapper-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 15px;
}

.footer__col-form-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer__col-form-icon-link {
  margin: 0 10px 0 0;
}

.bottom-info__wrapper {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 500;
  color: #f3f3f3;
  font: inherit;
  background-color: #2bb038;
  opacity: 0;
  transition: opacity 300ms;
}

.bottom-info__wrapper.active {
  opacity: 1;
}

.bottom-info__wrapper .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info {
    flex-direction: column;
  }
}

.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
}

.bottom-info__content a {
  color: #000;
  text-decoration: underline;
  transition: color 300ms;
}

.bottom-info__content a:hover {
  color: #f3f3f3;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__content {
    text-align: center;
    margin: 0 30px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__action {
  display: flex;
}

@media screen and (max-width: 639px) {
  .bottom-info__wrapper .bottom-info__action {
    margin: 10px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__button-agree {
  font-size: 0.9em;
  line-height: 2;
  font-weight: 500;
  color: #f3f3f3;
  border-radius: 5px;
  padding: 2px 15px;
  text-transform: uppercase;
  display: block;
  background-color: #2bb038;
  border: none;
  cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
  margin-inline-start: 12px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__button-cross {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.bottom-info__button-cross::after {
  content: "\00D7";
  color: #fff;
  line-height: 1;
  transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
  color: #fff;
}

@media (max-width: 700px) {
    .bottom-info__wrapper {
        display: none !important;
    }
}

.coopolicy__visible {
  z-index: 99999999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 30px;
  background-color: #000000b5;
  color: white;
  border-radius: 20px;
  padding: 10px 15px;
  position: fixed;
  bottom: 11px;
  left: 50%;
  transform: translatex(-50%);
  width: 330px;
  box-sizing: border-box;
}

.coopolicy,
.coopolicy p {
  font-size: 14px;
  margin: 0;
}

.coopolicy__title,
.coopolicy__agreed {
  font-weight: 600;
}

.coopolicy__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.coopolicy__agreed {
  color: #2bb038;
  cursor: pointer;
}

.coopolicy__agreed:hover,
.coopolicy__subtitle:hover {
  color: #57c762;
}

.coopolicy__subtitle {
  cursor: pointer;
  text-decoration: underline;
  opacity: 0.8
}

.coopolicy__hidden {
  border: 1px #2bb038 solid;
  padding: 15px;
  border-radius: 15px;
  background-color: white;
  max-width: 330px;
  position: fixed;
  bottom: 84px;
  left: 50%;
  transform: translate(-50%, 150%);
  box-sizing: border-box;
  width: 330px;
  opacity: 0;
  pointer-events: none;
}

.coopolicy__hidden.active {
  transform: translate(-50%, 0%);
  z-index: 99999999999;
  opacity: 1;
  pointer-events: all;
}

.coopolicy__close {
  background-color: #ebebeb;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.coopolicy__close:hover {
  background-color: #57c762;
}

.coopolicy__close span {
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.coopolicy__inner {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.coopolicy__hidden .coopolicy__agreed {
  background-color: #2bb038;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  margin-top: 10px;
}

.coopolicy__hidden .coopolicy__agreed:hover {
  background: #57c762;
}

.coopolicy>* {
  transition: transform 0.5s ease;
}

.closed.coopolicy {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.coopolicy__text a {
  color: #26ae34;
  text-decoration: underline;
  transition: transform 0.5s ease;
}

.coopolicy__text a:hover {
  color: #57c762;
  text-decoration: none;
}

@media (max-width: 700px) {
  .coopolicy {
  display: none;  
  }
}