/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --block-top: 7vw;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 130% !important;
  letter-spacing: 0.01vw;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  text-align: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

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

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

body {
  margin: 0px;
  padding: 0px;

  background-color: #dce5ee;
  font-family: "Literal-Regular";
  color: #000000;
  letter-spacing: 0em;
  position: relative;
  font-size: 20px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}

.section {
  margin-top: 50px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
}

.header img {
  width: 100px;
}

.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.cards_item_locate {
  border-radius: 20px;
  background: #f1f7f7;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}

.cards_item_locate_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.cards_item_locate_city span {
  font-size: 26px;
}

.cards_item_locate_city_addr {
  margin-top: 10px;
}

.cards_item_img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}

.cards_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cards_item_info {
  border-radius: 20px;
  background: #f1f7f7;
  padding: 30px;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero .btn_block .btn {
  background: rgba(255, 255, 255, 0.5);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  scale: 0.98;
  opacity: 0.8;
}

.btn_cor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 100px;
  background: #247cf8;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_cor:hover {
  scale: 0.98;
  opacity: 0.8;
}

/* Copy Notification */
.copy-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #247cf8;
  color: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 16px;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-box-shadow: 0 10px 30px rgba(36, 124, 248, 0.3);
  box-shadow: 0 10px 30px rgba(36, 124, 248, 0.3);
}

.copy-notification.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.copy-notification.hide {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.btn img {
  width: 30px;
  height: 30px;
}

.cards_item .btn {
  width: 100%;
  margin-top: 30px;
}

.cards_item_info_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards_item_info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  text-align: center;
}

.cards_item_info_list li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background-image: url("./img/snow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Fixed Header */
.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fixed_header.visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fixed_header_inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 15px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px auto 30px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.fixed_header_logo {
  -ms-grid-column-align: start;
  justify-self: start;
}

.fixed_header_logo img {
  width: 60px;
  height: auto;
}

.fixed_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

.fixed_header_menu a {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fixed_header_menu a:hover {
  color: #247cf8;
}

.fixed_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}

.fixed_header_phone {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

.fixed_header_phone:hover {
  color: #247cf8;
}

.fixed_header_btn {
  padding: 15px 25px;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .fixed_header_menu {
    display: none;
  }

  .fixed_header_inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .fixed_header_inner {
    padding: 10px 15px;
  }

  .fixed_header_logo img {
    width: 50px;
  }

  .fixed_header_phone {
    display: none;
  }

  .fixed_header_btn {
    padding: 12px 20px;
    font-size: 12px;
  }
}

.hero {
  position: relative;
  min-height: 110vh;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(#dce5ee), to(transparent));
  background: -o-linear-gradient(top, #dce5ee 0%, transparent 100%);
  background: linear-gradient(to bottom, #dce5ee 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.hero .container,
.hero .section {
  position: relative;
  z-index: 2;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.sneg_block_item_info .btn_block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

h1.title {
  font-size: 56px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  line-height: 110% !important;
}

h2 {
  font-size: 56px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  line-height: 110% !important;
}

h1.title span {
  color: #247cf8;
  line-height: 110% !important;
}

.footer_content_item_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.footer_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  min-height: 240px;
  background: #f1f7f7;
  padding: 30px;
  border-radius: 20px;
}

.footer_content_item_contact {
  font-size: 28px;
}

.footer_content_item_soc img {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_content_item_soc img:hover {
  scale: 0.98;
  opacity: 0.8;
}

.map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 20px;
}

.footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.footer_info a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_info a:hover {
  color: #247cf8;
}

.year {
  font-size: 14px;
}

.footer img {
  width: 100px;
}

.format {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.format_item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.format_item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.format_item_info {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 53%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.95)), color-stop(60%, rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
  background: -o-linear-gradient(bottom, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.75) 60%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.75) 60%, rgba(255,255,255,0) 100%);
}

.format_item_info h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.format_item_info_text {
  margin-bottom: 30px;
}

.format_item_info .btn {
  width: auto;
  display: inline-block;
}

/* Uslovia */
.uslovia {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.uslovia_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.uslovia_item_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  background: #f1f7f7;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uslovia_item_img img {
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.uslovia_item_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f1f7f7;
  border-radius: 20px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uslovia_item_text {
  font-size: 18px;
}

/* Why */
.why {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.why_item_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
}

.why_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.why_item_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f1f7f7;
  border-radius: 20px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.why_item_content h3 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 100% !important;
}

.why_item_text {
  font-size: 16px;
}

/* Slider Sertificate */
/* Slider Sertificate */
.slider_sertificate {
  overflow: hidden;
  padding-bottom: 50px;
  padding-left: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider_sertificate.swiper-initialized {
  opacity: 1;
}

.slider_sertificate .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
}

.slider_sertificate .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider_sertificate_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider_sertificate_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #247cf8;
  opacity: 0.3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider_sertificate_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Slider Gallery */
.slider_gallery {
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider_gallery.swiper-initialized {
  opacity: 1;
}

.slider_gallery .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
}

.slider_gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider_gallery_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider_gallery_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #247cf8;
  opacity: 0.3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider_gallery_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 650px) {
  .slider_sertificate,
  .slider_gallery {
    padding-left: 15px;
  }
}

/* Video */
.video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Адаптивное видео: десктоп/мобайл */
.video_desktop {
  display: block;
}

.video_mobile {
  display: none;
}

@media screen and (max-width: 650px) {
  .video_desktop {
    display: none;
  }

  .video_mobile {
    display: block;
    aspect-ratio: 9/16;
    margin: 0 auto;
  }
}

.center_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.center_title img {
  width: 40px;
  height: 40px;
}

.descr {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.sert_info {
  text-align: center;
  color: #247cf8;
}

/* Filter Buttons */
.filter_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 30px;
  border-radius: 100px;
  cursor: pointer;
  border: 2px solid #000000;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filter_btn:hover {
  scale: 0.98;
  opacity: 0.8;
}

.filter_btn.active {
  background: #247cf8;
  color: #fff;
  border-color: #247cf8;
}

.sneg_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
}

.sneg_block_item {
  width: calc(33.333% - 20px);
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sneg_block.loading {
  opacity: 0.5;
  pointer-events: none;
}

.sneg_block_item .sneg_block_item_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 1/1;
}

.blue_btn {
  background: #247cf8;
  color: #fff;
  border: none;
}

.btn_icon {
  width: auto;
  aspect-ratio: 1/1;
  padding: 15px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn_icon img {
  width: 24px;
  height: 24px;
}

.sneg_block_item_img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}

.sneg_block_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sneg_info {
  position: absolute;
  z-index: 2;
  top: 20px;
  gap: 10px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sneg_info_price {
  background: #247cf8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
}

.sneg_block_item_info_title {
  font-size: 28px;
}

.sneg_block_item_info_descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  font-size: 16px;
}

.sneg_block_item_info_descr .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.sneg_block_item_info_descr .item::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: #247cf8;
  border-radius: 50%;
  margin-top: 6px;
}

.sneg_block_item_info .btn {
  font-size: 16px;
}

.sneg_info_time {
  background: #fff;
  color: #247cf8;
  padding: 10px 20px;
  border-radius: 100px;
}

.sneg_block_item_info {
  background: #f1f7f7;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Sneg Slider */
.sneg_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sneg_slider .swiper-wrapper {
  height: 100%;
}

.sneg_slider .swiper-slide {
  height: 100%;
}

.sneg_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: static;
}

.sneg_slider_pagination {
  position: absolute !important;
  bottom: 15px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 8px;
  width: auto !important;
}

.sneg_slider_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.sneg_slider_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #247cf8;
}

.sneg_slider_prev,
.sneg_slider_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sneg_slider_prev:hover,
.sneg_slider_next:hover {
  background: #ffffff;
  scale: 1.05;
}

.sneg_slider_prev {
  left: 15px;
}

.sneg_slider_next {
  right: 15px;
}

.sneg_slider_prev::after,
.sneg_slider_next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.sneg_slider_prev::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 3px;
}

.sneg_slider_next::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 3px;
}

.sneg_slider_prev.swiper-button-disabled,
.sneg_slider_next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.sneg_slider_prev.swiper-button-disabled:hover,
.sneg_slider_next.swiper-button-disabled:hover {
  scale: 1;
}

@media screen and (max-width: 650px) {
  .sneg_slider_prev,
  .sneg_slider_next {
    width: 32px;
    height: 32px;
  }

  .sneg_slider_prev::after,
  .sneg_slider_next::after {
    width: 8px;
    height: 8px;
  }

  .sneg_slider_prev {
    left: 10px;
  }

  .sneg_slider_next {
    right: 10px;
  }

  .sneg_slider_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 1440px) {
  .cards_item_locate {
    min-height: 190px;
  }
}

/* Tablet */
@media screen and (max-width: 1000px) {
  body {
    font-size: 18px;
  }

  h1.title {
    font-size: 32px;
  }

  h2 {
    font-size: 36px;
  }

  .hero {
    min-height: 100vh;
  }

  .menu {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu a {
    font-size: 16px;
  }

  .btn_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .format {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .format_item {
  }

  .format_item_info {
    height: auto;
    padding: 20px;
  }

  .format_item_info h3 {
    font-size: 22px;
  }

  .format_item_info_text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .sneg_block {
    gap: 20px;
  }

  .sneg_block_item {
    width: calc(50% - 10px);
    max-width: none;
  }

  .sneg_block_item_info {
    padding: 20px;
  }

  .sneg_block_item_info_title {
    font-size: 22px;
  }

  .sneg_block_item_info_descr {
    font-size: 14px;
  }

  .sneg_block_item_info .btn_block {
    gap: 30px;
  }

  .sneg_info {
    top: 15px;
    left: 15px;
  }

  .sneg_info_price,
  .sneg_info_time {
    padding: 8px 15px;
    font-size: 14px;
  }

  .filter_btns {
    gap: 10px;
  }

  .filter_btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .cards {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cards_item_locate {
    padding: 20px;
    min-height: auto;
  }

  .cards_item_locate_city span {
    font-size: 22px;
  }

  .cards_item_info {
    padding: 20px;
    min-height: auto;
  }

  .btn {
    padding: 15px 20px;
    font-size: 16px;
  }

  .cards_item .btn {
    margin-top: 20px;
  }

  .uslovia {
    gap: 15px;
  }

  .uslovia_item_img {
    width: 140px;
    height: 140px;
  }

  .uslovia_item_img img {
    max-width: 80px;
    max-height: 80px;
  }

  .uslovia_item_content {
    padding: 20px;
  }

  .uslovia_item_text {
    font-size: 16px;
  }

  .why {
    gap: 15px;
  }

  .why_item_img {
    width: 140px;
    height: 140px;
  }

  .why_item_content {
    padding: 20px;
  }

  .why_item_content h3 {
    font-size: 20px;
  }

  .why_item_text {
    font-size: 14px;
  }

  .footer_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer_content_item {
    min-height: auto;
    padding: 20px;
  }

  .footer_content_item_contact {
    font-size: 22px;
  }

  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .map {
    aspect-ratio: 16/9;
  }

  .center_title h2 {
    font-size: 32px;
  }

  .descr {
    font-size: 16px;
  }
}

/* Mobile */
@media screen and (max-width: 650px) {
  .header img {
    width: 70px;
  }
  body {
    font-size: 16px;
  }

  .header {
    padding: 10px 0px;
  }

  .hero {
    min-height: 90vh;
    background-position: center center;
  }

  .menu {
    display: none;
  }

  .btn_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }

  .btn {
    padding: 15px 25px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
  }

  .btn img {
    width: 24px;
    height: 24px;
  }

  h2 {
    font-size: 26px;
  }

  .format_item_info h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .format_item_info_text {
    font-size: 14px;
    display: none;
  }

  .format_item_info {
    padding: 15px;
  }

  .format_item_info .btn {
    width: auto;
    max-width: none;
    padding: 12px 20px;
  }

  .sneg_block {
    gap: 20px;
  }

  .sneg_block_item {
    width: 100%;
    max-width: none;
  }

  .sneg_block_item_img {
    aspect-ratio: 4/3;
  }

  .sneg_block_item_info {
    padding: 15px;
  }

  .sneg_block_item_info_title {
    font-size: 20px;
  }

  .sneg_block_item_info_descr {
    font-size: 14px;
  }

  .sneg_block_item_info .btn_block {
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sneg_block_item_info .btn {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: none;
  }

  .sneg_block_item_info .btn_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .filter_btns {
    gap: 8px;
    margin-bottom: 25px;
  }

  .filter_btn {
    padding: 10px 15px;
    font-size: 14px;
  }

  .cards_item_img {
    aspect-ratio: 16 / 11;
  }

  .container {
    padding: 0 15px;
  }

  .section {
    margin-top: 30px;
  }

  h1.title {
    font-size: 24px;
  }

  .cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .cards_item_locate {
    padding: 20px;
  }

  .cards_item_locate_city span {
    font-size: 20px;
  }

  .cards_item_info {
    padding: 20px;
  }

  .cards_item_info_list li::before {
    width: 16px;
    height: 16px;
  }

  .uslovia {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .uslovia_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .uslovia_item_img {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
  }

  .uslovia_item_img img {
    max-width: 50px;
    max-height: 50px;
  }

  .uslovia_item_content {
    padding: 12px 15px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    min-height: 120px;
  }

  .uslovia_item_text {
    font-size: 14px;
    text-align: left;
  }

  .why {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .why_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .why_item_img {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
  }

  .why_item_content {
    padding: 12px 15px;
    border-radius: 12px;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .why_item_content h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .why_item_text {
    font-size: 14px;
  }

  .footer_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer_content_item {
    min-height: 140px;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer_content_item_contact {
    font-size: 18px;
  }

  .footer_content_item_soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_content_item_soc img {
    width: 40px;
    height: 40px;
  }

  .btn_cor {
    padding: 12px 20px;
    font-size: 14px;
  }

  .center_title h2 {
    font-size: 24px;
  }

  .center_title img {
    width: 30px;
    height: 30px;
  }

  .descr {
    font-size: 14px;
  }

  .sert_info {
    font-size: 14px;
  }

  .map {
    aspect-ratio: 1/1;
  }

  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
  }

  .footer img {
    width: 70px;
  }

  .video {
    border-radius: 15px;
  }
}

/* Page Template Styles */
.page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.page_logo img {
  width: 80px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page_logo:hover img {
  opacity: 0.8;
  scale: 0.98;
}

.page_title {
  font-size: 36px;
  margin-bottom: 60px !important;
  font-family: "Literal-Bold", sans-serif;
}

.page_content {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Literal-Bold", sans-serif;
}

.page_content h1 {
  font-size: 32px;
}

.page_content h2 {
  font-size: 28px;
}

.page_content h3 {
  font-size: 24px;
}

.page_content h4 {
  font-size: 20px;
}

.page_content p {
  margin-bottom: 15px;
  line-height: 1.7 !important;
}

.page_content a {
  color: #247cf8;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page_content a:hover {
  color: #1a5bb8;
}

.page_content strong,
.page_content b {
  font-family: "Literal-Bold", sans-serif;
}

.page_content em,
.page_content i {
  font-style: italic;
}

.page_content ul,
.page_content ol {
  margin: 20px 0;
  padding-left: 25px;
}

.page_content ul {
  list-style-type: disc;
}

.page_content ol {
  list-style-type: decimal;
}

.page_content li {
  margin-bottom: 10px;
  line-height: 1.6 !important;
}

.page_content blockquote {
  margin: 25px 0;
  padding: 20px 25px;
  background: #f1f7f7;
  border-left: 4px solid #247cf8;
  border-radius: 0 10px 10px 0;
}

.page_content blockquote p {
  margin-bottom: 0;
}

.page_content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}

.page_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.page_content table th,
.page_content table td {
  padding: 12px 15px;
  border: 1px solid #dce5ee;
  text-align: left;
}

.page_content table th {
  background: #f1f7f7;
  font-family: "Literal-Bold", sans-serif;
}

.page_content table tr:nth-child(even) {
  background: #f9fbfc;
}

.page_content hr {
  border: none;
  height: 1px;
  background: #dce5ee;
  margin: 30px 0;
}

.page_content span {
  display: inline;
}

.page_content code {
  background: #f1f7f7;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 14px;
}

.page_content pre {
  background: #f1f7f7;
  padding: 20px;
  border-radius: 10px;
  overflow-x: auto;
  margin: 20px 0;
}

.page_content pre code {
  background: none;
  padding: 0;
}

/* Video Popup */
.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video_popup.active {
  opacity: 1;
  visibility: visible;
}

.video_popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video_popup_content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1100px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.video_popup.active .video_popup_content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.video_popup_close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video_popup_close:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video_popup_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

.video_popup_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.format_item_video {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .video_popup_content {
    width: 95%;
  }

  .video_popup_close {
    top: -45px;
    width: 35px;
    height: 35px;
  }

  .video_popup_video {
    border-radius: 12px;
  }
}

@media screen and (max-width: 768px) {
  .page_logo img {
    width: 60px;
  }

  .page_content {
    padding-bottom: 40px;
  }

  .page_content h1 {
    font-size: 26px;
  }

  .page_content h2 {
    font-size: 22px;
  }

  .page_content h3 {
    font-size: 20px;
  }

  .page_content h4 {
    font-size: 18px;
  }

  .page_content p,
  .page_content li {
    font-size: 16px;
  }
}
