/* font */
/* colors */
/* animation */
/* sizing */
/* grid */
/* vars */
/* mixins */
/* functions */
/* functions */
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-Light.eot");
  src: url("../fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Bebas/BebasNeue Regular.eot");
  src: url("../fonts/Bebas/BebasNeue Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Bebas/BebasNeue Regular.woff") format("woff"), url("../fonts/Bebas/BebasNeue Regular.ttf") format("truetype");
}
.spacer {
  flex-grow: 1;
  display: block;
}

/* main */
.map__block {
  height: auto !important;
}

#map {
  min-height: 500px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-figure {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

/* includes */
.prices__img {
  border-radius: 15px;
  overflow: hidden;
}
.prices__img img {
  width: 100%;
}
.prices__price {
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0;
}
.prices__block {
  padding: 25px 20px 20px;
}
.prices__block-heading {
  padding-bottom: 20px;
}
.prices__block-info {
  margin-top: 20px;
}
.prices__block-info-left {
  flex-grow: 1;
  width: 100%;
}
.prices__block-info .prices__price div {
  font-size: 20px;
}
.prices__block-info-right {
  width: auto;
  margin-left: 15px;
}
.prices__best-price {
  margin-bottom: 0 !important;
}

.widget__headind {
  position: relative;
  z-index: 2;
}

.wrapper__about-out {
  background: #EFF8FF;
  padding: 40px 0 !important;
}

.wrapper__about:before {
  content: none;
}

.about-slider__js {
  transform: none;
}

footer {
  margin-top: 60px;
}

.wrapper__map-in {
  padding-left: 0;
}
.prices__title {
  max-width: 100%;
}

.wrapper__mobile-header {
  display: none !important;
}

.price-key__block {
  border: 1px solid #eee;
}

@media (min-width: 1230px) {
  .row__prices {
    row-gap: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper__map-in {
    padding-top: 0;
  }
  #map {
    min-height: 300px;
  }
  footer .py-md-4 {
    text-align: center;
    margin-top: 20px;
  }
  footer .footer__bottom-info {
    margin-top: 20px;
  }
  footer .footer__bottom-info + .footer__bottom-info {
    margin-top: 0;
  }
  footer .politic {
    margin-top: 20px;
  }
  .swiper-grid > .swiper-wrapper {
    flex-wrap: nowrap !important;
  }
  .prices__block-heading,
  .prices__block-mobile {
    white-space: normal;
  }
  .prices__block-mobile {
    margin-top: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .price-key__img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 575px) {
  .widget__headind {
    padding-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .price-key__title {
    font-size: 19px;
  }
}

@media (max-width: 375px) {
  .price-key__title {
    font-size: 17px;
  }
  .price-key__img {
    width: 133px;
  }
}