/*# sourceMappingURL=/css/frontend/tmp/generate-262524v0t0.map */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
.sprite-remove {
  background-position: 0px 0px;
  width: 31px;
  height: 35px;
  background-image: url("/css/frontend/sprite/default.png");
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
* {
  box-sizing: border-box;
}
a, button, span, div, input, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Poppins", sans-serif;
}
[v-cloak] {
  display: none !important;
}
.hidden-element {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.overflow {
  overflow: hidden;
}
.projectRealization__container, .header__container, .footer__container, .section__container, .search__container, .banner__container {
  max-width: 1300px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
.projectRealization {
  padding-top: 20px;
  padding-bottom: 40px;
}
.projectRealization__container {
  text-align: center;
  font-size: 12px;
  color: #000;
}
.projectRealization__container img {
  position: relative;
  top: 3px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .projectRealization__container img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    position: static;
  }
}
.layoutSettings {
  background: #333;
  padding: 10px 15px;
  position: relative;
  z-index: 999;
}
.layoutSettings a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.layoutSettings a:hover {
  text-decoration: underline;
}
.header {
  padding: 10px 0;
}
.header__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__left {
  width: 100%;
  max-width: 155px;
}
.header__contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .header__contact {
    display: none;
  }
}
.header__text {
  color: #444;
  font-size: 13px;
  position: relative;
  padding-left: 25px;
}
.header__text a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__text a:hover {
  color: #eb008b;
}
.header__text::before {
  position: absolute;
  left: 0;
}
.header__text--marker::before {
  content: url("/media/default/marker.png");
}
.header__text--phone::before {
  content: url("/media/default/phone.png");
}
.header__text--message::before {
  content: url("/media/default/message.png");
}
.header__menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.header__search {
  display: block;
  width: 32px;
  height: 32px;
  background: #eb008b;
  margin-left: 20px;
  position: relative;
}
.header__search::after {
  content: url("/media/default/search.png");
  position: absolute;
  top: 5px;
  left: 5px;
}
.socialMedia {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .socialMedia:not(.socialMedia--footer) {
    margin-right: 60px;
  }
}
.socialMedia--footer {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
  -webkit-filter: invert(1) brightness(100%);
  filter: invert(1) brightness(100%);
}
.socialMedia__icon--fb {
  content: url("/media/default/fb.png");
}
.socialMedia__icon--inst {
  content: url("/media/default/inst.png");
}
.socialMedia__icon--yt {
  content: url("/media/default/yt.png");
}
.footer__top {
  background: #000;
  padding: 35px 0;
}
.footer__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .footer__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__col {
  width: 33.33%;
}
@media (max-width: 991px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col:nth-child(1) {
  max-width: 353px;
}
@media (max-width: 991px) {
  .footer__col:nth-child(1) {
    max-width: 100%;
  }
}
.footer__col:nth-child(2) {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .footer__col:nth-child(2) {
    margin-left: 0;
  }
}
.footer__contact {
  border-bottom: 1px solid #eaeaea;
  max-width: 260px;
}
.footer__text {
  color: #000;
  font-size: 13px;
  margin-bottom: 18px;
}
.footer__text--large {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}
.footer__text--grey {
  color: #444;
}
.footer__text--center {
  text-align: center;
}
.footer__text a {
  color: inherit;
  text-decoration: none;
}
.footer__text a:hover {
  text-decoration: underline;
}
.footer__text--white {
  color: #fff;
}
.footer__text--icon {
  position: relative;
  padding-left: 30px;
}
.footer__text--icon::before {
  position: absolute;
  left: 0;
}
.footer__text--marker::before {
  content: url("/media/default/marker-w.png");
}
.footer__text--phone::before {
  content: url("/media/default/phone-w.png");
}
.footer__text--message::before {
  content: url("/media/default/message-w.png");
}
.footer__bottom {
  padding: 20px 0;
  background: #fff;
}
.footer__opt {
  position: relative;
  top: 4px;
}
.footer__header {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.footer__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__menu li {
  margin: 5px 0;
}
.footer__menu li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.footer__menu li a:hover {
  text-decoration: underline;
}
.footer__logo {
  display: block;
  margin: 0 auto;
}
.cta {
  padding: 40px 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.cta__header {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 120%;
  max-width: 700px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cta__header {
    font-size: 26px;
    max-width: 600px;
  }
}
.cta__text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .cta__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta__text {
    margin-top: 20px;
  }
}
.cta__text span {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .cta__text span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cta__text span {
    display: block;
    font-size: 20px;
  }
}
.cta__text a {
  text-decoration: none;
  color: inherit;
}
.cta__text a:hover {
  text-decoration: underline;
}
.grecaptcha-badge {
  display: none !important;
}
.menu {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    margin-top: 0;
    padding: 100px 20px;
    overflow-y: auto;
    display: none;
  }
}
.menu__home {
  margin-top: -3px;
}
.menu__home span {
  content: url("/media/default/home.png");
}
.menu__home--active span {
  content: url("/media/default/home-active.png");
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 991px) {
  .menu ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.menu ul li {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .menu ul li {
    margin: 8px 0;
    text-align: center;
  }
}
.menu ul li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .menu ul li:hover > a {
    color: #eb008b;
  }
  .menu ul li:hover > a::after {
    border-color: #eb008b !important;
  }
}
.menu ul li.has-children > a {
  padding-right: 15px;
  position: relative;
}
.menu ul li.has-children > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 991px) {
  .menu ul li.has-children > a {
    display: inline-block;
  }
}
.menu ul li.active > a {
  color: #eb008b;
}
.menu ul li.active > a::after {
  border-color: #eb008b !important;
}
.menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.menu ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.2);
  right: -10px;
  min-width: 220px;
  z-index: 2;
}
@media (max-width: 991px) {
  .menu ul li ul {
    opacity: 1;
    visibility: visible;
    position: static;
    max-width: 100%;
    box-shadow: none;
    display: none;
    min-width: auto;
    padding: 10px 0;
  }
}
.menu ul li ul li {
  margin: 0;
  margin-bottom: 10px;
}
.menu ul li ul li:last-child {
  margin-bottom: 0;
}
.menu ul li ul li a {
  display: inline;
  border: 0;
  font-size: 15px;
}
.menuButton {
  display: none !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 35px;
  height: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 101;
  position: absolute;
  right: 15px;
  top: 10px;
}
.menuButton.fixed, .menuButton.active {
  top: 25px;
}
.menuButton.admin {
  top: 55px;
}
.menuButton.active {
  height: 6px;
}
.menuButton.active span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.menuButton.active span:nth-child(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuButton.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.menuButton.active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .menuButton {
    display: block !important;
  }
}
.menuButton span {
  width: 35px;
  height: 5px;
  background: #eb008b;
  display: block;
  margin-bottom: 5px;
  transition: -ms-transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
}
.menuButton span:last-child {
  margin-bottom: 0;
}
.section {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}
.section--offer {
  background: #fff;
  padding: 45px 0;
}
.section--offer:nth-child(odd) {
  background: #eaeaea;
}
.section--about {
  position: relative;
}
.section--about::before {
  content: "";
  display: block;
  background: #eaeaea;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
}
@media (max-width: 991px) {
  .section--about::before {
    display: none;
  }
}
.section__container {
  position: relative;
  z-index: 1;
}
.section__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .section__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__col:first-child {
  width: 40%;
}
@media (max-width: 991px) {
  .section__col:first-child {
    width: 100%;
  }
}
.section__col:last-child {
  width: 60%;
  text-align: right;
}
@media (max-width: 991px) {
  .section__col:last-child {
    width: 100%;
    text-align: center;
  }
}
.section__header {
  color: #222;
  font-size: 33px;
  font-weight: 300;
  padding-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  position: relative;
}
.section__header::after {
  content: "";
  display: block;
  height: 1px;
  width: 99px;
  background: #777;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section__header--center {
  text-align: center;
  display: block;
}
.section__header--center::after {
  right: 0;
  margin: auto;
}
.section__text {
  font-size: 14px;
  color: #212121;
  line-height: 150%;
}
.section__text--center {
  text-align: center;
  color: #444;
  font-size: 15px;
  max-width: 627px;
  margin: auto;
}
.section__button, .banner__button {
  min-width: 250px;
  padding: 10px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background: #eb008b;
  margin-top: 10px;
  cursor: pointer;
  border: 0;
}
.section__centered {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.section__offers {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -12px;
}
.section__item {
  width: 25%;
  padding: 12px;
}
@media (max-width: 1199px) {
  .section__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .section__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .section__item {
    width: 100%;
    max-width: 320px;
    margin: auto;
  }
}
.section__list li {
  margin: 10px 0;
}
.section__list a {
  color: #eb008b;
  text-decoration: none;
  font-weight: 400;
}
.section__list a:hover {
  text-decoration: underline;
}
.search {
  padding: 80px 0 120px 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  box-shadow: 0 5px 5px 0 rgba(150, 150, 150, 0.2);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
@media (max-width: 991px) {
  .search {
    padding-bottom: 80px;
  }
}
.search.show {
  visibility: visible;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.search__container {
  position: relative;
}
.search form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search input {
  font-size: 40px;
  border: 0;
  outline: none;
  width: 90%;
  border-bottom: 2px solid rgba(235, 0, 139, 0.5);
  padding: 10px;
}
@media (max-width: 991px) {
  .search input {
    font-size: 20px;
  }
}
.search input::-ms-input-placeholder {
  font-weight: 500;
  color: #ccc;
}
.search input::-moz-placeholder {
  font-weight: 500;
  color: #ccc;
}
.search input::-webkit-input-placeholder {
  font-weight: 500;
  color: #ccc;
}
.search input::placeholder {
  font-weight: 500;
  color: #ccc;
}
.search button {
  background: #fff;
  border: 0;
  font-size: 30px;
  color: #eb008b;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search button:hover {
  color: #b8006d;
}
.search__close {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search__close:hover {
  color: #eb008b;
}
.offer {
  text-decoration: none;
}
.offer__img {
  display: block;
}
.offer__header {
  color: #444;
  font-size: 16px;
  font-weight: bold;
}
.offer__text {
  color: #444;
  font-size: 14px;
  font-weight: 300;
  line-height: 135%;
}
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
}
.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: -ms-transform, height;
  transition-property: -webkit-transform, height;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: 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.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.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;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms -ms-transform, 200ms top;
  transition: 200ms -webkit-transform, 200ms top;
  transition: 200ms transform, 200ms top;
  -webkit-transition: 200ms -webkit-transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms -ms-transform, 200ms left;
  transition: 200ms -webkit-transform, 200ms left;
  transition: 200ms transform, 200ms left;
  -webkit-transition: 200ms -webkit-transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms -ms-transform, 200ms right;
  transition: 200ms -webkit-transform, 200ms right;
  transition: 200ms transform, 200ms right;
  -webkit-transition: 200ms -webkit-transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: 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;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: -ms-transform, opacity, height;
  transition-property: -webkit-transform, opacity, height;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner__container {
  position: relative;
}
.banner__img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 512px;
}
.banner__container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.28);
  width: 43%;
  padding-left: 80px;
}
@media (max-width: 991px) and (max-width: 991px) {
  .banner__container {
    width: 70%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .banner__container {
    width: 100%;
    padding: 0 50px;
  }
}
.banner__content {
  max-width: 430px;
  width: 100%;
  padding-top: 70px;
}
.banner__header {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: bold;
}
@media (max-width: 991px) {
  .banner__header {
    font-size: 26px;
  }
}
.banner__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 20px 0;
}
.banner__arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 45px;
  z-index: 1;
  font-size: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .banner__arrow {
    font-size: 30px;
  }
}
.banner__arrow:hover {
  opacity: 0.9;
}
.banner__arrow--prev {
  left: 15px;
}
@media (max-width: 767px) {
  .banner__arrow--prev {
    left: 0;
  }
}
.banner__arrow--prev i {
  margin-right: 6px;
}
.banner__arrow--next {
  right: 15px;
}
@media (max-width: 767px) {
  .banner__arrow--next {
    right: 0;
  }
}
.banner__arrow--next i {
  margin-left: 6px;
}
.banner__pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.banner__pagination span {
  outline: none;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 4px;
  display: block;
}
.callbackButton, .callback__icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s, bottom 0.7s;
  transition: opacity 0.3s;
  transition: opacity 0.3s, bottom 0.7s;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
  background: #eb008b;
  box-shadow: 0 0 10px 0 #eb008b;
  position: fixed;
  right: 20px;
  bottom: 80px;
  font-size: 35px;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .callbackButton, .callback__icon {
    position: fixed;
    right: 15px;
  }
}
.callbackButton:before, .callback__icon:before, .callbackButton:after, .callback__icon:after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #fff;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 100%;
  -webkit-animation: pulse-animate 1.5s linear infinite;
  animation: pulse-animate 1.5s linear infinite;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.callbackButton:after, .callback__icon:after {
  animation-delay: 0.5s;
}
@media (max-width: 1199px) {
  .callbackButton, .callback__icon {
    height: 50px;
    width: 50px;
  }
}
.callbackButton:hover, .callback__icon:hover {
  background: #b8006d;
}
.callbackButton img, .callback__icon img {
  display: block;
  max-width: 30px;
}
@-webkit-keyframes pulse-animate {
  0% {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.callback {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  overflow-y: auto;
  padding: 20px 15px;
}
.callback__blur {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.callback__container {
  max-width: 450px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  top: 10%;
}
@media (max-width: 991px) {
  .callback__container {
    top: 5%;
  }
}
.callback__modal {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 60px 20px;
  position: relative;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 767px) {
  .callback__modal {
    padding: 40px 15px;
    padding-bottom: 50px;
  }
}
.callback__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.callback__close:hover {
  color: #333;
}
.callback__logo {
  padding: 10px 15px;
  margin: 0 -20px;
  margin-bottom: 20px;
}
.callback__logo img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.callback__message {
  color: #eb008b;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .callback__message {
    font-size: 16px;
  }
}
.callback__message--marginTop {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .callback__message--marginTop {
    margin-top: 10px;
  }
}
.callback__text {
  color: #333;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .callback__text {
    font-size: 16px;
  }
}
.callback__contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px 10px 20px;
  max-width: 400px;
  background: #f0f0f0;
  border-radius: 50px;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .callback__contact {
    margin-top: 20px;
  }
}
.callback__directional {
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .callback__directional {
    font-size: 24px;
  }
}
.callback__input {
  width: 75px;
  background: none;
  border: 0;
  border-bottom: 2px solid #000;
  font-size: 32px;
  color: #000;
  font-weight: bold;
  text-align: center;
  outline: none;
  margin: 0 5px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .callback__input {
    font-size: 24px;
    width: 50px;
  }
}
.callback__dash {
  font-size: 30px;
  color: #000;
  font-weight: 400;
}
.callback__button {
  border: 0;
  padding: 15px 22px;
  display: block;
  margin: 10px auto;
  max-width: 225px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: background 0.3s;
  transition: color 0.3s, background-color 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  background: #eb008b;
  outline: none;
  border-radius: 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .callback__button {
    font-size: 16px;
  }
}
.callback__button--marginTop {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .callback__button--marginTop {
    margin-top: 30px;
  }
}
.callback__button--comeBack {
  display: none;
}
.callback__button:hover {
  background: #b8006d;
}
.callback__info {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-top: 30px;
}
.callback__info a {
  color: #eb008b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.callback__info a:hover {
  color: #b8006d;
}
@media (max-width: 767px) {
  .callback__info {
    margin-top: 20px;
  }
}
.callback__icon {
  position: absolute;
  position: absolute;
  bottom: 0;
  bottom: -25px;
  right: 0;
  right: 20px;
  cursor: default;
  width: 60px;
  height: 60px;
  font-size: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.callback__icon:hover {
  opacity: 1;
}
.callback__icon:before, .callback__icon:after {
  display: none;
}
/*# sourceMappingURL=/css/frontend/tmp/generate-262524v0t0.map */