@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Bold.woff2") format("woff2"), url("fonts/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Black.woff2") format("woff2"), url("fonts/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Regular.woff2") format("woff2"), url("fonts/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-SemiBold.woff2") format("woff2"), url("fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	
	

	
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
  font-family: "Nunito", Montserrat, sans-serif;
  font-size: 28px;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */
@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;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 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;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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), rgba(0, 0, 0, 0));
}

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  scroll-snap-type: x mandatory;
}

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

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

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

/* Bullets */
.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 {
  transform: scale(1);
}

.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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  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: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -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: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

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

/* Progress */
.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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  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;
}

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

.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  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: #fff;
}

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.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 {
  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-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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

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

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

.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.waves {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 129px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 1750px) {
  .waves {
    height: 100px;
  }
}
@media (max-width: 1250px) {
  .waves {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .waves {
    height: 40px;
  }
}
.waves svg {
  height: 100%;
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -1px;
}

.waves--bottom {
  bottom: -2px;
}

.waves--top {
  top: -2px;
}

.waves--big {
  height: 160px;
}

@media (max-width: 1750px) {
  .waves--big {
    height: 129px;
  }
}
@media (max-width: 1250px) {
  .waves--big {
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .waves--big {
    height: 50px;
  }
}
.waves--anim svg {
  -webkit-animation: waves 10s infinite linear;
  animation: waves 10s infinite linear;
}

@media (max-width: 1024px) {
  .waves--anim svg {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes waves {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes waves {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.waves--white svg {
  fill: #FFF;
}

.waves--black svg {
  fill: #1D1C21;
}

.waves--blue svg {
  fill: #0EA5BD;
}

.waves--blue-2 svg {
  fill: #7BD2F1;
}

.waves--yellow svg {
  fill: #F9DFBD;
}

.waves--yellow-2 svg {
  fill: #FFF2E1;
}

.waves--pink svg {
  fill: #F7D0CC;
}

.waves--light-pink svg {
  fill: #F4EBF4;
}

.waves--light-blue svg {
  fill: #EDFBFF;
}

.waves--gray svg {
  fill: #F3F3F3;
}

.waves--green svg {
  fill: #5BBCA9;
}

.waves--gold svg {
  fill: #D6B387;
}

.waves--purple svg {
  fill: #CB9FDF;
}

.waves--transparent {
  display: none;
}

body {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #606060;
  overflow-x: hidden;
}

* {
  outline: 0 !important;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 1480px;
  padding: 0 15px;
  margin: 0 auto;
}

.swiper {
  position: relative;
}

.block-text {
  border-radius: 30px;
  padding: 6px 30px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.block-text.purple {
  background: #DFA6EE;
}
.block-text.white {
  background: #FFFFFF;
  color: #52260D;
  margin-right: 35px;
}

.text {
  font-size: 20px;
  color: #606060;
}

h1 {
  font-family: "Nunito", Montserrat, sans-serif;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  text-shadow: #282828 1px 0 6px;
}

h2 {
  font-weight: 800;
  font-size: 60px;
  color: #606060;
  font-family: "Nunito", Montserrat, sans-serif;
}

.swiper {
  overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev svg, .swiper-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

.swiper-button-prev svg {
  left: 47%;
}

.swiper-button-next svg {
  left: 53%;
}

.classic-btn {
  background: linear-gradient(180deg, #FFE547 0%, #FFB540 100%);
  border-radius: 40px;
  font-family: "Nunito", Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 125%;
  letter-spacing: -0.06em;
  color: #1D1C21;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  padding: 15px 5px;
  transition: 0.3s box-shadow, 0.3s color;
}
.classic-btn.white-btn {
  padding: 15px 40px;
  min-width: auto;
  background: linear-gradient(180deg, #FFFFFF 0%, #DFDFDF 100%);
  box-shadow: none !important;
  color: #1D1C21 !important;
}
.classic-btn:hover {
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
  color: #000000;
}
.classic-btn:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

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

.header-scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: #FFF;
  padding: 5px 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-65px);
  transition: 0.3s transform;
  height: 40px;
}
.header-scroll.active {
  transform: translateY(0);
}
.header-scroll .header-burger {
  display: none;
}
.header-scroll .container {
  display: flex;
  align-items: center;
}
.header-scroll .header-logo {
  max-height: 60px;
  width: auto;
  padding: 0;
  margin-right: 100px;
}
.header-scroll .header-logo svg {
  height: 50px;
  width: auto;
}
.header-scroll .header-logo svg path {
  fill: #606060;
}
.header-scroll .header-menu {
  justify-content: flex-start;
  padding-top: 0;
}
.header-scroll .header-menu ul {
  flex-grow: unset;
  flex-basis: 100%;
  max-width: 640px;
}
.header-scroll .header-menu ul li {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.header-scroll .header-menu ul li:after {
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 100%;
  white-space: nowrap;
}
.header-scroll .header-menu ul li:last-of-type:after {
  content: unset;
}
.header-scroll .header-menu ul li a {
  font-size: 16px;
  color: #000;
}
.header-scroll .header-chat {
  margin-left: 25px;
}
.header-scroll .header-chat svg path {
  fill: #000;
}
.header-scroll a {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-left: 20px;
}

.header {
  height: 1200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.header-logo {
	margin-right: 70px;
    max-width: 390px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.header-logo-main-active{
	max-width:200px!important;
	margin-right: 0px!important;
}
.header-logo img{
	width:100%;
}
.header-top .container {
  display: flex;
	padding-top: 20px;
}
.header-wrap {
  flex-grow: 1;
}
.header-lang {
  margin-right: 0 !important;
  /*border-radius: 100%;*/
  overflow: hidden;
  /*width: 30px;
  height: 30px;*/
}
.header-lang img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}


.tel-header{
	display:blink;
	max-width:35px;
}
.tel-header img{
	max-width:100%;
}
.header-lang .current-lang {
  display: none;
}
.header-block {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.header-block:last-of-type {
  margin-bottom: 0;
}
.header-block > div {
  margin-right: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
}
.header-block > div:last-of-type {
  margin-right: 0;
}
.header-block > div svg {
  margin-right: 15px;
}
.header-block > div svg path {
  transition: 0.3s fill;
}
.header-block > div a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  transition: 0.3s color;
}
.header-block > div a:hover {
  color: #e5e5e5;
}
.header-block > div a:hover svg path {
  fill: #e5e5e5;
}
.header-menu {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.header-menu ul {
  display: flex;
  flex-grow: 1;
  justify-content: end;
}
.header-menu ul li {
  display: flex;
  justify-content: flex-end;
}
.header-menu ul li a {
    font-weight: 600;
    font-size: 18px;
    margin-left: 20px;
    color: #FFFFFF;
    transition: 0.3s color;
}

.active .header-menu ul li a{
	margin-left: 40px;
}



.header-menu ul li a:hover {
  color: #e5e5e5;
}
.header-content {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.header-content h1 {
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.header-content h2 {
  font-family: "Nunito", Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-shadow: #282828 1px 0 3px;
}

.first {
  padding: 60px 0 0;
}
.first-blocks {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first-block {
  width: 50%;
}
.first-block img {
  width: 100%;
}
.first-block h2 {
  margin-bottom: 30px;
  font-family: "Nunito", Montserrat, sans-serif;
}
.first-block .text {
  font-weight: 500;
}
.first-block:nth-of-type(2) {
  width: 40%;
}
.first .block-text {
  margin-bottom: 25px;
}
.first-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.first-item {
  width: calc(25% - 20px);
  margin-right: 20px;
  text-align: center;
}
.first-item:last-of-type {
  margin-right: 0;
}
.first-item__img {
  margin-bottom: 20px;
}
.first-item__img img {
  width: 100%;
}
.first-item .text {
  font-size: 18px;
}
.first .container > .text {
  text-align: center;
}

.happy {
  position: relative;
  padding: 25px 0;
}
.happy .container > h2 {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Nunito", Montserrat, sans-serif;
}
.happy-swiper {
  padding: 120px 0;
  padding-top: 150px;
  position: relative;
  background: linear-gradient(96.88deg, #73DEFF 0%, #009FD1 100%);
}
.happy-swiper .swiper {
  overflow: unset;
}
.happy-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.happy-block h2 {
  font-size: 51px;
}
.happy-block__img {
  width: 35%;
  margin-left: 0;
}
.happy-block__img img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  object-position: center center;
}
.happy-block-wrap {
  width: 60%;
}
.happy-block__title {
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}
.happy-block__title span {
  position: relative;
  z-index: 2;
  font-family: "Nunito", Montserrat, sans-serif;
}
.happy-block__title:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 17px;
  background: #7DDFFF;
  left: 0;
  bottom: 0;
}
.happy-block .wrap {
  margin-bottom: 50px;
}
.happy-block .wrap .white-btn {
  margin-right: 40px;
}
.happy-block .text {
  color: #fff;
  margin-bottom: 30px;
}
.happy .block-text {
  margin-right: 35px;
}

.price {
  position: relative;
  padding: 0 0 80px 0;
}
.price-blocks {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.price-block {
  width: calc(25% - 23px);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.price-block:last-of-type {
  margin-right: 0;
}
.price-block__icon {
  background: #02C589;
  border-radius: 20px;
  align-self: center;
  width: 73px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito", "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.price-block__price {
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Nunito", Montserrat, sans-serif;
}
.price-block__text ul {
  padding-bottom: 30px;
}
.price-block__text ul li {
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}
.price-block__text ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #606060;
  position: absolute;
  top: 16px;
  left: 0;
}
.price-block__btn {
  display: flex;
  justify-content: center;
}
.price-block__btn .classic-btn {
  min-width: 266px;
}
.price-swiper {
  display: none;
}
.price-swiper .price-block {
  width: 100%;
}
.price-swiper .price-block__text {
  text-align: center;
}
.price-swiper .price-block__text ul li:before {
  content: unset;
}

.after {
  position: relative;
  padding: 150px 0 160px;
  background: linear-gradient(103.51deg, #49F55A 0%, #A5FFAE 100%);
  font-family: "Nunito", Montserrat, sans-serif;
}
.after h2 {
  color: #FFFFFF;
}
.after .text {
  color: #fff;
}
.after-slider {
  padding-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}
.after-slider .wrap {
  width: 90%;
}
.after-slider .swiper-button-prev {
  left: -60px;
}
.after-slider .swiper-button-next {
  right: -60px;
}
.after-slider-block img {
  width: 100%;
  border-radius:10px;
}

.gallery {
  padding: 90px 0 120px;
}
.gallery-blocks {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.gallery-blocks .wrap {
  width: 49%;
}
.gallery .wrupper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-block {
  display: flex;
  align-items: center;
  width: 48%;
  margin-bottom: 25px;
  padding-right: 15px;
}
.gallery-slider-block img{
	max-width:100%;
}
.gallery-block__img {
  margin-right: 20px;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
}
.gallery-block__img img {
  width: 100%;
}
.gallery-block__text {
  font-weight: 500;
}
.gallery-block__title {
  font-weight: 500;
  font-size: 40px;
  color: #606060;
  line-height: 1.2;
}
.gallery .classic-btn {
  margin-top: 20px;
  min-width: 266px;
}
.gallery .swiper-button-prev,
.gallery .swiper-button-next {
  border: 3px solid #606060;
  position: relative;
  left: unset;
  right: unset;
  margin: 0;
}
.gallery .swiper-button-prev svg path,
.gallery .swiper-button-next svg path {
  fill: #606060;
}
.gallery .swiper-button-prev {
  margin-right: 80px;
}
.gallery .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.master {
  position: relative;
  padding-top: 150px;
  background: linear-gradient(177.49deg, #F7A4EA 2.1%, #F79AE8 97.9%);
}
.master-slider {
  position: relative;
}
.master-slider .swiper {
  overflow: unset;
}
.master-slider .happy-block__img {
  width: 37%;
  margin: 0;
}
.master-slider .happy-block-wrap {
  width: 58%;
}
.master-slider .happy-block__title {
  line-height: 1;
  margin-bottom: 40px;
}
.master-slider .happy-block__title:after {
  content: unset;
}
.master-slider .happy-block .wrap {
  margin-bottom: 30px;
}

.show {
  padding: 115px 0;
  background: linear-gradient(180deg, #F89BE9 0%, #9BC0F8 100%);
}
.show-slider {
  position: relative;
}
.show-slider .swiper {
  overflow: unset;
}
.show-slider .happy-block__img {
  width: 37%;
  margin: 0;
}
.show-slider .happy-block-wrap {
  width: 58%;
}
.show-slider .happy-block__title {
  line-height: 1;
  margin-bottom: 40px;
}
.show-slider .happy-block__title:after {
  content: unset;
}
.show-slider .happy-block .wrap {
  margin-bottom: 30px;
}

.think {
  position: relative;
  padding: 60px 0 150px;
  background: linear-gradient(180deg, #9BC0F8 0%, #A89BF8 100%);
}
.think h2 {
  color: #fff;
}
.think .text {
  color: #fff;
}
.think-blocks {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.think-block {
  width: calc(25% - 45px);
  margin-right: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.think-block:nth-of-type(4n) {
  margin-right: 0;
}
.think-block__img {
  margin-right: 20px;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
}
.think-block__img img {
  width: 100%;
}

.faq {
  position: relative;
  padding: 60px 0 40px;
}
.faq h2 {
  margin-bottom: 40px;
}
.faq-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.faq .wrap {
  width: 49%;
}
.faq-block {
  width: 100%;
  margin-bottom: 25px;
  background: #FFFFFF;
  border: 1px solid #606060;
  border-radius: 40px;
}
.faq-block__title {
  padding: 30px 50px 25px 30px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
.faq-block__title:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='18' viewBox='0 0 26 18' width='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.25.983398 9.75 9.966702 9.9667-9.966702 3.0333 3.033332-13 12.99997-13-12.99997z' fill='%23606060'/%3E%3C/svg%3E");
  right: 30px;
  top: 51%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s transform;
}
.faq-block__content {
  padding: 0 30px;
  font-size: 22px;
  color: #313131;
  overflow: hidden;
  transition: 0.3s height, 0.3s padding;
}
.faq-block.active .faq-block__title {
  border-bottom: 1px solid #606060;
}
.faq-block.active .faq-block__title:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-block.active .faq-block__content {
  padding: 25px 30px 25px;
}

.lead {
  position: relative;
  padding: 150px 0 35px;
  background: linear-gradient(180deg, #FF4BE2 0%, #F7A4E9 100%);
}
.lead-blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lead h2 {
  color: #fff;
  margin-bottom: 30px;
}
.lead form label {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.lead form label span {
  font-weight: 500;
  color: #fff;
  padding: 0 0 5px 49px;
}
.lead form label input {
  background: #FFFFFF;
  border-radius: 40px;
  color: #313131;
  font-weight: 500;
  font-size: 25px;
  border: none;
  padding: 18px 49px;
}
.lead form label input::placeholder {
  color: #C4C4C4;
}
.lead form button {
  border: none;
}
.lead form button.classic-btn {
  min-width: 266px;
}
.lead-block {
  width: 40%;
}
.lead-block img {
  width: 100%;
}

.footer > .container {
  padding: 30px 15px 40px;
  display: flex;
  justify-content: space-between;
}
.footer > .container > nav, .footer > .container > div {
  padding-top: 90px;
}
.footer-menu ul li {
  margin-bottom: 5px;
}
.footer-menu ul li a {
  color: #606060;
  transition: 0.3s color;
}
.footer-menu ul li a:hover {
  color: #323232;
}
.footer-map {
  padding-top: 0 !important;
}
.footer-map img {
  width: 100%;
}
.footer-links {
  display: flex;
  flex-direction: column;
}
.footer-links a {
  color: #606060;
  margin-bottom: 5px;
  transition: 0.3s color;
}
.footer-links a:hover {
  color: #323232;
}
.footer-wrap {
  display: flex;
  align-items: center;
}
.footer-wrap a {
  transition: 0.3s color;
}
.footer-wrap a:first-of-type {
  margin-right: 10px;
}
.footer-wrap a svg path {
  transition: 0.3s fill;
}
.footer-wrap a:hover {
  color: #323232;
}
.footer-wrap a:hover svg path {
  fill: #323232;
}
.footer-grafic {
  margin-bottom: 5px;
}
.footer-text {
  padding: 5px 0;
  background: #606060;
  color: #FFFFFF;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.popup.active {
  display: block;
}
.popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup-body {
  padding: 30px 35px 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  border-radius: 50px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup__title {
  font-weight: 800;
  font-size: 40px;
  color: #5A5A5A;
  text-align: center;
  margin-bottom: 20px;
}
.popup-form label {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.popup-form label span {
  padding: 0 0 5px 49px;
  color: #5A5A5A;
}
.popup-form label input {
  width: 100%;
  background: #F8F8F8;
  border-radius: 40px;
  font-weight: 500;
  font-size: 25px;
  border: none;
  padding: 18px 49px;
  color: #313131;
}
.popup-form label input::placeholder {
  color: #C4C4C4;
}
.popup-form label input[type=date] {
  color: #C4C4C4;
}
.popup-form label input[type=date].has {
  color: #313131;
}
.popup-form button {
  border: none;
  min-width: 266px;
}

@media screen and (max-width: 1650px) {
  .happy-swiper .swiper,
.show-slider .swiper,
.master-slider .swiper {
    width: 90%;
    margin: 0 auto;
  }

  .text,
.first-item .text {
    font-size: 22px;
  }

  .price-block__text ul li {
    font-size: 21px;
  }

  .happy-block h2 {
    font-size: 45px;
  }

  h2 {
    font-size: 55px;
  }
}



@media screen and (max-width: 1420px){
	.header-logo{
		margin-right: 20px;
        max-width: 270px;
     }
}






@media screen and (max-width: 1400px) {
  .header-menu ul li a {
        font-size: 16px;
    margin-left: 18px;
  }

  .header-block > div {
    font-size: 18px;
  }

  .text, .first-item .text {
    font-size: 18px;
  }

  h2 {
    font-size: 50px;
  }

  .classic-btn {
    font-size: 20px;
  }

  .happy-block h2 {
    font-size: 37px;
  }

  .price-block__text ul li {
    font-size: 18px;
  }

  .gallery-block__title {
    font-size: 35px;
  }

  .show {
    padding: 80px 0;
  }

  .think {
    padding: 30px 0 50px;
  }

  .lead form label input {
    font-size: 18px;
  }

  .popup-form label input {
    font-size: 18px;
  }

  .popup__title {
    font-size: 35px;
  }

  .faq-block__content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {


.header-scroll .header-menu ul li a {
  font-size: 14px;
}
	

  }
  .header-logo svg {
    width: 100%;
    height: auto;
  }

  .header-block > div {
    font-size: 16px;
  }

  .header-menu ul li a {
    font-size: 15px;
  }

  .after-slider .swiper-button-next {
    right: 0;
  }

  .after-slider .swiper-button-prev {
    left: 0;
  }

  .happy .block-text {
    margin-right: 20px;
  }

  .block-text {
    padding: 6px 20px;
    font-size: 16px;
  }



  .classic-btn.white-btn {
    padding: 15px 30px;
  }

  .classic-btn {
    min-width: 266px;
    font-size: 18px;
  }

  .price-block__btn .classic-btn {
    min-width: 220px;
  }


  .gallery-block__img,
.think-block__img {
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
  }

  .gallery-slider-block img {
    width: 100%;
    border-radius: 10px;
  }

  .gallery-block__title {
    font-size: 30px;
	font-family: "Nunito", Montserrat, sans-serif;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 55px;
    height: 55px;
  }

  .lead-block {
    width: 48%;
  }

  .footer-map {
    max-width: 20%;
  }

  .footer > .container > nav, .footer > .container > div {
    padding-top: 40px;
  }

  .show {
    padding: 40px 0;
  }

  .faq-block__content {
    font-size: 16px;
  }
}
.header-burger {
  display: none;
}

.header-mobile {
  display: none;
}

@media screen and (max-width: 1104px){
	.header-logo {
    max-width: 160px;
}
}



@media screen and (max-width: 991px) {
  .header-burger {
    margin-left: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
    transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header-burger.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .header-burger span {
    width: 16px;
    height: 3px;
    background: #1D1C21;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .header-burger span:nth-of-type(2) {
    width: 26px;
    height: 3px;
    border-radius: 4px;
    background: #1D1C21;
    margin: 5px 0;
  }

  .header-top .header-menu {
    display: none;
  }
  .header-top .header-link {
    display: none;
  }
  .header-top .header-address {
    display: none;
  }

  .header-block {
    align-items: center;
  }

  .header-mobile {
    width: 320px;
    height: 100vh;
    position: fixed;
    z-index: 20;
    top: 0;
    flex-direction: column;
    right: -320px;
    display: none;
    padding: 15px 15px 20px 15px;
    background: linear-gradient(to bottom, #1D1C21 20%, rgba(29, 28, 33, 0.95));
    transition: 0.3s right;
  }
  .header-mobile__close {
    position: absolute;
    right: 15px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #B4BEC8;
    -webkit-tap-highlight-color: transparent;
    top: 5px !important;
  }
  .header-mobile__close:before, .header-mobile__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5px;
    margin-left: -9px;
    width: 18px;
    height: 3px;
    background: #B4BEC8;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2px;
  }
  .header-mobile__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-mobile__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-mobile .header-menu {
    border-bottom: 1px solid rgba(245, 245, 245, 0.5);
    flex-grow: unset;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .header-mobile .header-menu ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header-mobile .header-menu ul li {
    flex-grow: unset;
    margin-bottom: 10px;
  }
  .header-mobile .header-menu ul li:last-of-type {
    margin-bottom: 0;
  }
  .header-mobile .header-menu ul li a img {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    padding: 0;
    object-fit: contain;
  }
  .header-mobile .header-logo {
    padding-top: 0;
    display: flex;
    align-self: center;
    margin-right: 0;
    max-width: 80px;
    margin-bottom: 20px;
  }
  .header-mobile .header-phone {
    align-items: center;
    display: flex;
    align-self: center;
    margin-bottom: 20px;
  }
  .header-mobile .header-phone svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .header-mobile .header-phone a {
    font-weight: 900;
    color: #FFF;
    font-size: 24px;
    white-space: nowrap;
  }
  .header-mobile .header-link {
    justify-self: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .header-mobile .header-link svg {
    width: 50px;
    height: 50px;
  }
  .header-mobile .header-address {
    align-items: center;
    display: flex;
    align-self: center;
    color: #fff;
  }
  .header-mobile .header-address svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .header-top .container {
  
	  align-items:center;
  }
.header-block {

    margin-bottom: 0px;

}
  .header {
    height: 720px;
  }

  .header-content {
    padding-top: 30px;
  }

  h2 {
    font-size: 40px;
  }

  .first-item {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .first-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .first-item__img img {
    width: 70%;
  }

  .first-wrap {
    margin-bottom: 50px;
  }

  .happy-block {
    flex-direction: column;
  }

  .happy-block__img {
    width: 90%;
    text-align: center;
    margin-bottom: 20px;
  }
  .happy-block__img img {
    max-width: 300px;
  }

  .happy-block-wrap {
    width: 90%;
  }

  .happy-block h2 {
    font-size: 35px;
  }

  .happy-block .wrap {
    margin-bottom: 35px;
  }

  .happy-block .wrap:last-of-type {
    margin-bottom: 0;
  }

  .happy-block .text {
    margin-bottom: 25px;
  }

  .happy-swiper {
    padding: 80px 0;
  }

  .price-block {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .price-block:nth-of-type(2n) {
    margin-right: 0;
  }

  .classic-btn {
    padding: 12px 5px;
  }

  .price {
    padding-bottom: 30px;
  }

  .after {
    padding: 80px 0 80px;
  }

  .gallery-blocks {
    flex-direction: column;
  }

  .gallery-blocks .wrap {
    width: 100%;
  }
  .gallery-blocks .wrap:nth-of-type(2) {
    order: -1;
  }

  .gallery-slider {
    width: 50%;
    margin: 0 auto;
  }

  .gallery .wrapper {
    margin-top: 25px;
  }

  .gallery-block {
    width: calc(33.3334% - 20px);
    margin-right: 20px;
  }
  .gallery-block:nth-of-type(3n) {
    margin-right: 0;
  }

  .gallery-block__title {
    text-align: center;
  }

  .gallery-blocks .wrap > .gallery-block {
    margin: 20px auto 40px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .master-slider .happy-block-wrap {
    width: 90%;
  }

  .master-slider .happy-block__img {
    width: 90%;
  }

  .happy-block__img img {
    max-height: 300px;
  }

  .show-slider .happy-block-wrap {
    width: 90%;
  }

  .show-slider .happy-block__img {
    width: 90%;
    order: -1;
    margin-bottom: 30px;
  }

  .show {
    padding-top: 60px;
  }

  .think-block {
    flex-direction: column;
    text-align: center;
  }

  .think-block__img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .faq .wrap {
    width: 100%;
  }

  .faq-block__title {
    padding-right: 75px;
  }

  .lead-block:first-of-type {
    width: 50%;
  }
  .lead-block:nth-of-type(2) {
    width: 40%;
  }

  .footer > .container {
    flex-wrap: wrap;
  }

  .footer > .container > nav {
    padding-top: 0;
    text-align: center;
    width: 49%;
  }

  .footer > .container > div {
    text-align: center;
    padding-top: 20px;
    width: 49%;
  }

  .footer-wrap {
    justify-content: center;
  }

  .footer-map {
    padding-top: 20px !important;
    align-self: center;
    width: 100% !important;
    justify-self: center;
    max-width: 100%;
  }
  .footer-map img {
    max-width: 20%;
  }

  .gallery {
    padding: 50px 0 60px;
  }

  .header-scroll {
    background: transparent;
    box-shadow: none;
  }
  .header-scroll .header-burger {
    display: flex;
    align-items: center;
  }
  .header-scroll .container {
    background: transparent;
    justify-content: flex-end;
  }
  .header-scroll .container:first-of-type {
    display: none;
  }

  .master {
    padding-top: 80px;
  }

  .price-blocks {
    display: none;
  }

  .price-swiper {
    padding-top: 60px;
    display: block;
  }
  .price-swiper .swiper-button-prev, .price-swiper .swiper-button-next {
    border: 3px solid #606060;
  }
  .price-swiper .swiper-button-prev svg, .price-swiper .swiper-button-next svg {
    width: 17px;
    height: 17px;
  }
  .price-swiper .swiper-button-prev svg path, .price-swiper .swiper-button-next svg path {
    fill: #606060;
  }
}
@media screen and (max-width: 768px) {
  .header-top .header-phone {
    display: none;
  }

  .first-blocks {
    flex-direction: column;
  }

  .first-block {
    width: 100%;
    text-align: center;
  }

  .first-block:nth-of-type(2) {
    width: 100%;
    order: -1;
    margin-bottom: 25px;
    text-align: center;
  }

  .first-block img {
    max-width: 35%;
  }

  .block-text {
    font-size: 14px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .swiper-button-prev svg, .swiper-button-next svg {
    width: 17px;
    height: 17px;
  }

  .classic-btn {
    min-width: 240px;
  }

  .happy-block .wrap {
    margin-bottom: 20px;
  }

  .gallery .swiper-button-prev {
    margin-right: 40px;
  }

  .gallery-block {
    flex-direction: column;
    text-align: center;
  }

  .gallery-block__img, .think-block__img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .gallery {
    padding: 50px 0 60px;
  }

  .master-slider .happy-block__title,
.show-slider .happy-block__title {
    margin-bottom: 20px;
  }

  .master-slider .happy-block .wrap,
.show-slider .happy-block .wrap {
    margin-bottom: 20px;
  }

  .happy-block .wrap .white-btn {
    margin-right: 20px;
  }

  .think {
    padding-top: 20px;
  }

  .think-block {
    width: calc(33.3334% - 17px);
    margin-right: 25px;
  }
  .think-block:nth-of-type(4n) {
    margin-right: 25px;
  }
  .think-block:nth-of-type(3n) {
    margin-right: 0;
  }

  h2 {
    font-size: 34px;
  }

  .lead-block:nth-of-type(2) {
    display: none;
  }

  .lead-block:first-of-type {
    width: 100%;
  }

  .footer-map img {
    max-width: 30%;
  }

  .footer-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .header-logo {
    margin-right: 10px;
  }

  .first-block img {
    max-width: 50%;
  }

  .popup-body {
    width: 95%;
    padding: 25px 15px 35px;
  }

  .popup__title {
    font-size: 30px;
  }

  .popup-form label input {
    font-size: 16px;
    padding: 16px 40px;
  }

  .popup-form label span {
    padding-left: 40px;
  }

  .first-item {
    width: 100%;
    margin-right: 0;
  }

  .first-wrap {
    margin-bottom: 25px;
  }

  .block-text {
    margin-bottom: 10px;
  }

  .happy .block-text {
    margin-right: 10px;
  }

  .text, .first-item .text {
    font-size: 15px;
  }

  .happy-block-wrap {
    text-align: center;
  }

  .classic-btn.white-btn {
    padding: 15px 20px;
  }

  .happy-block .wrap .white-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .happy-block__title:after {
    left: 50%;
    transform: translateX(-50%);
  }

  h1 {
    font-size: 28px;
  }

  .header-content h1 {
    margin-bottom: 20px;
  }

  .header-content h2 {
    font-size: 18px;
  }

  .happy-block h2 {
    font-size: 33px;
  }

  .price-block {
    width: 100%;
    margin-right: 0;
  }

  h2 {
    font-size: 28px;
  }

  .gallery-slider {
    width: 100%;
  }

  .gallery-block__title {
    font-size: 26px;
  }

  .gallery-block {
    padding-right: 0;
  }

  .gallery-block {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .gallery-block:nth-of-type(2n) {
    margin-right: 0;
  }

  .block-text.white {
    margin-right: 10px;
  }

  .happy-block .text b {
    font-size: 20px;
  }

  .master-slider .happy-block__img {
    margin-bottom: 25px;
  }

  .think-blocks {
    padding-top: 30px;
  }

  .faq-block__content {
    font-size: 15px;
  }
  .faq-block__content p {
    margin-bottom: 0;
  }

  .footer-map img {
    max-width: 35%;
  }

  .lead {
    padding-top: 80px;
  }
	.header-block > div{
		margin-right: 15px;
	}
	.header-burger{
	    margin-left: 15px;
	}
	.header-block > div svg {
    margin-right: 5px;
     }
}

@media screen and (max-width: 420px){
	.header-logo {
    max-width: 120px;
}
}

