/*!
Theme Name: urpaqkg
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: urpaqkg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

urpaqkg is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-textgrey: #777;
  --sun-clr: #f3d05e;
  --dark-clr: hsl(246, 23%, 16%);
  --light-clr: hsl(240, 100%, 98%);
  --clr-foreground: var(--dark-clr); /*hsl(0 0% 0%);*/
  --clr-background: var(--light-clr);
  --color-bgmain: #fff;
}

@media (prefers-color-scheme: dark) {
  :root {
    --clr-background: var(--dark-clr);
    --clr-foreground: var(--light-clr);
  }
}

.theme_switcher .icon_light {
  opacity: 0;
}
:root[data-theme='dark'] .theme_switcher .icon_light {
  opacity: 1;
}
:root[data-theme='dark'] .theme_switcher .icon_dark {
  opacity: 0;
}

/* Пример переменных темы (по желанию) */
:root {
  color-scheme: light dark;
}
:root[data-theme='light'] {
  --bg: #fff;
  --fg: #111;
  --color-textblack: #000;
  --clr-foreground: var(--dark-clr);
  --clr-background: var(--light-clr);
  --color-bgmain: #fff;
  --color-textmain: #404040;
  --color-main: #662d91;
  --color-main-bg: #662d91;
  --color-whiteblack: #fff;
  --color-d6d6d6:#d6d6d6;
  --color-lightblue: #e9ebf8;
  --color-f0f0f0: #f0f0f0;
}
:root[data-theme='dark'] {
  --bg: #0e0e0e;
  --fg: #f2f2f2;
  --color-textblack: #ffffff;
   --clr-background: var(--dark-clr);
  --clr-foreground: var(--light-clr);
  --color-bgmain: #333;
  --color-textmain: #f0f0f0;
  --color-main: #8e5adf;
  --color-main-bg: #8e5adf;
  --color-whiteblack: #0e0e0e;
  --color-d6d6d6:#ffffff;
  --color-lightblue: #1a1c2a;
  --color-f0f0f0: #2f2f33;
}
html,
body {
  background: var(--bg);
  color: var(--fg);
}

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-textmain);
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.hide{
  display:none !important;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.logo {
  width: 180px;
}

.first_screen {
  height: 100vh;
  position: relative;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('images/bg_1.jpg') center center / cover no-repeat;
}
.main_slider {
  width: 100%;
}
.main_slider .swiper-slide {
  height: 100vh;
  max-height: 1080px;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.75);
}
.swiper-button-prev {
  left: 5%;
}
.swiper-button-next {
  right: 5%;
}

.entry-header {
  border-bottom: 1px solid #f0f0f0;
}

.main_slider .slide_image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_slider .slide_image .fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.main_slider .slide_image .mobile {
  display: none;
}

.main_slider .swiper-slide img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
}

.main_slider .swiper-slide.swiper-slide-active img {
  transition: 5s;
  transform: scale(1.08);
}

.main_slider .swiper-slide {
  position: relative;
}

.main_slider .swiper-slide .slide_info {
  position: relative;
  z-index: 2;
  color: #fff;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  transform: translateY(60px);
  opacity: 0;
  transition: 0s;
  justify-content: center;
}

.main_slider .swiper-slide .slide_info a.more_btn{
  display:inline-flex;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 1.15em;
  padding: 12px 32px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.slide_info a.more_btn img {
  width: 16px;
  height: 16px;
}

.main_slider .swiper-slide.swiper-slide-active .slide_info {
  transform: translateY(0);
  opacity: 1;
  transition: 0.8s ease-in-out;
}

.slide_info a.plan_btn.dark {
  color: #fff;
  margin-top: 32px;
}

.slide_info a.plan_btn.dark svg path {
  stroke: #fff;
}

.slide_info .slide_title {
  font-size: 4.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.slide_info .subtitle,
.slide_info .desc {
  font-size: 1.5em;
}
.first_screen .container {
  position: relative;
  z-index: 3;
}

/* .first_screen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(37, 37, 37, 0.4) 0%, rgba(37, 37, 37, 0.6) 100%);
} */

.first_screen .h1_title {
  margin: 0;
  font-size: 4.25em;
  color: var(--color-white);
  font-weight: 700;
}

.first_screen .short_desc {
  color: var(--color-white);
  font-size: 1.5em;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 300;
  font-family: 'Unbounded', sans-serif;
  padding-left: 8px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}
.first_screen .slide_down {
  position: absolute;
  bottom: 30px;
  right: 50%;
  color: var(--color-white);
  z-index: 11;
}

.slide_down {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  height: 120px;
  overflow: hidden;
}

.slide_down .line {
  position: relative;
  width: 2px;
  height: 80px;
  background-color: transparent;
  margin-bottom: 8px;
  overflow: hidden;
}

.slide_down .line::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: white;
  animation: scrollLine 1.8s ease-in-out infinite;
  border-radius: 2px;
}

@keyframes scrollLine {
  0% {
    top: -30px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    top: 80px;
    opacity: 1;
  }

  100% {
    top: 80px;
    opacity: 0;
  }
}

.slide_down span {
  font-weight: 300;
  opacity: 0.8;
  animation: fadeInText 3s ease-in-out infinite;
}

@keyframes fadeInText {
  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

.main_social_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: fixed;
  left: 30px;
  z-index: 11;
  bottom: 30px;
}

.main_social_block .social_item {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #d1d1d133;
  backdrop-filter: blur(4px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: 0.3s;
}
.main_social_block .social_item:hover {
  background-color: #d1d1d1;
  transition: 0.3s;
}
.social_item.instagram {
  background-image: url('images/icon-instagram.png');
}

.social_item.whatsapp {
  background-image: url('images/icon-whatsapp.png');
}

.social_item.facebook {
  background-image: url('images/icon-facebook.png');
}

.header {
  width: 100%;
  padding: 20px 0;
  background: var(--color-main-bg);
}
.transparent.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  z-index: 10;
}
.header .container {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
}
.h1_title {
  font-size: 3.6em;
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.footer {
  background: #181717;
  color: #fff;
  padding: 60px 0;
}
.ftr_slogan {
  text-align: right;
  font-family: 'Unbounded', sans-serif;
  font-size: 3em;
  margin-bottom: 20px;
  opacity: 0.5;
  font-weight: 200;
}
.ftr_phone a {
  padding: 4px 0;
  text-decoration: none;
  color: #fff;
  font-size: 2em;
}
.ftr_phone a:hover,
.footer .social a:hover {
  color: var(--color-main);
}
.ftr_phone {
  margin: 30px 0;
}

.top_menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top_menu a {
  text-decoration: none;
  color: var(--color-white);
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 16px;
}
.top_phone {
  position: relative;
}

.top_phone .other_phones {
  position: static;
}
.top_phone .other_phones a {
  text-decoration: none;
}
.top_phone a:hover {
  color: var(--color-main);
}
.top_phone a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.15em;
  display:block;
  font-family: 'Unbounded', sans-serif;
  font-weight: bold;
}
.lang_switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lang_switcher {
  position: relative;
}

.transparent.header .top_menu a,
.transparent.header .lang_switcher a {
  color: var(--color-white);
}
.header .menu .sub-menu a {
  color: #101010;
}
.header .top_menu .focused a {
  background: var(--color-main);
  font-weight: 600;
  border-radius: 8px;
  padding-left: 16px;
  margin-left: 16px;
  margin-right: 16px;
  transform: scale(1.15);
  padding-right: 16px;
}

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

.lang_switcher .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  border: 1px solid #fff;
  padding: 10px;
}

.menu .sub-menu {
  flex-direction: column;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  padding: 16px 24px;
  background: #fff;
}

.lang_switcher:hover .sub-menu {
  display: block;
}

.lang_switcher a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.lang_switcher .sub-menu a {
  color: var(--color-text);
}
.menu-item.menu-item-has-children {
  padding-right: 20px;
  cursor: pointer;
  position: relative;
}
.menu-item.menu-item-has-children:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('images/down-white.png') center center / contain no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.ftr_logo {
  width: 320px;
  opacity: 0.8;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.footer {
  margin-top: 120px;
}
.footer .flex {
  justify-content: space-between;
  align-items: center;
}
.copyright {
  color: var(--color-white);
  font-size: 1em;
  font-weight: 300;
  margin-top: 20px;
  opacity: 0.5;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
a.social_item {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 4px 16px;
}
.social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.target_list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 120px auto 60px;
}
.target_item {
  width: calc(25% - 12px);
}
.target_item .icon {
  max-width: 96px;
}
.target_item .title {
  text-transform: uppercase;
  font-size: 1.3em;
  color: var(--color-textblack);
  font-weight: 900;
  margin: 15px 0 10px;
}
.target_item .text {
  color: var(--color-textgrey);
  font-weight: 300;
  padding-right: 15px;
  font-size: 1.3em;
}
.big_text {
  font-size: 7em;
  line-height: 1;
  color: var(--color-d6d6d6);
  font-weight: 300;
  font-weight: 900;
}
.h2_title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
  font-family: 'Unbounded', sans-serif;
}
h1.h2_title {
  font-size: 3em;
}
.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about_us .flex {
  justify-content: space-between;
  align-items: stretch;
}
.about_image {
  width: 35%;
}
.about_text {
  width: 60%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.about_text>*{
  position:relative;
  z-index: 3;
}
.about_text:after {
  content: '';
  z-index: 1;
  position: absolute;
  left: -50%;
  opacity: 0.5;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('images/fav1015.png') center center / contain no-repeat;
}
.about_text .text {
  font-size: 1.5em;
  font-weight: 300;
  color: var(--color-textgrey) l;
}
.object_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.object_item .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.object_item {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--color-f0f0f0);
}
.object_item .image {
  width: 50%;
  position: relative;
}
.object_item a {
  text-decoration: none;
  color: var(--color-textmain);
}
.object_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.object_item .object_info {
  width: 50%;
  padding: 24px;
}
.object_info .status {
  font-size: 0.75em;
  font-weight: 600;
  background: rgba(255, 132, 0, 0.15);
  color: #ff7700;
  border-radius: 8px;
  padding: 4px 16px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.object_info .subtitle {
  font-weight: 300;
  font-size: 1.3em;
}
.object_info .name {
  font-size: 3em;
  font-weight: 900;
  color: var(--color-main);
  margin-bottom: 20px;
}
.object_info .short_desc {
  color: var(--color-textgrey);
  font-weight: 300;
  font-size: 1.15em;
  margin-bottom: 30px;
}
.object_info .attr {
  border: 1px dotted var(--color-f0f0f0);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.object_info .attr_item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 0.875em;
  position: relative;
}
.object_info .attr_item .label {
  color: var(--color-textgrey);
  background: var(--color-whiteblack);
  z-index: 2;
  padding-right: 8px;
}
.object_info .attr_item .value {
  background: var(--color-whiteblack);
  z-index: 2;
  padding-left: 8px;
}
.attr_item::before {
  content: '';
  flex-grow: 1;
  border-bottom: 1px dotted #ccc; /* точки/пунктир */
  position: absolute;
  bottom: 0.4em;
  left: 0;
  right: 0;
  z-index: 0;
}
.object_info .more_btn {
  background: var(--color-main);
  color: var(--color-white);
  font-size: 1.15em;
  padding: 12px 32px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.object_info .more_btn img {
  width: 16px;
  height: 16px;
}
.btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 24px;
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-main);
  font-size: 1.15em;
}
a.btn {
  color: #fff;
}
.btn.btn_transparent {
  background: transparent;
  border: 1px solid var(--color-f0f0f0);
}
.news_list {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}
.news_list .news_item {
  position: relative;
  text-decoration: none;
  color: #fff;
}
.news_item .news_item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px 36px;
}
.news_item .content .name {
  margin-top: auto;
  font-size: 1.3rem;
  line-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 600;
  height: 3.6rem;
}
.news_item-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 1.75rem 0;
}
.news_item svg {
  width: 2.2rem;
  height: 2.2rem;
  color: var(--color-main);
}
.news_item-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.news_item-btn span {
  line-height: 1;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
}

section.gallery {
  max-width: 100%;
}
.gallery_head {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
  color: var(--color-dark);
}
.gallery_head .title_block {
  width: 50%;
  color: var(--color-dark);
}
.gallery_head p {
  margin: 0;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--color-dark);
}
.gallery_arrows {
  display: flex;
  gap: 8px;
}
.gallery_slider {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gallery_arrows div {
  background: var(--color-dark);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
}
.gallery_arrows div:hover {
  background: #e79341;
  transition: 0.3s;
}
.gallery_arrows svg path {
  stroke: var(--color-white);
}

.gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  height: 400px;
  width: auto;
  max-width: 25%;
  transition: 0.3s;
  margin-left: 15px;
  margin-right: 15px;
}
.gallery .swiper-slide-prev,
.gallery .swiper-slide-next {
  transition: 0.3s;
  height: 500px;
  margin-top: -50px;
}

.gallery .swiper-slide-active {
  transition: 0.5s;
  margin-top: -100px;
  z-index: 10;
  height: 600px;
}
.gallery .swiper-slide img {
  display: block;
  object-fit: cover;
  width: auto;
  border-radius: 16px;
  height: 100%;
}
.theme_switcher_wrapper {
  position: relative;
}
.theme_switcher {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--color-main);
  transition: 0.3s linear;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.theme_switcher img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.object_navigation {
  width: 100%;
}
.object_navigation.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--bg);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.6s ease;
}
.object_navigation.fixed .container{
  padding:16px;
  transition: all 0.6s ease;
}
.object_navigation .container {
  display: flex;
  gap: 36px;
  align-items: center;
  backdrop-filter: blur(4px);
  padding: 36px;
  border-radius: 16px;
  justify-content: space-between;
}
.object_navigation .object_btn {
  display: inline-block;
  font-family: 'Unbounded', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.15em;
  text-decoration: none;
  padding: 4px;
  outline: none;
  border-bottom: 3px solid transparent;
}
.object_navigation.fixed .object_btn {
  color: var(--color-dark);
  font-size: 1em;
  transition: all 0.6s ease;
} 
.object_navigation .object_btn.active {
  border-bottom-color: var(--color-main);
}
.about_object {
  padding: 120px 0;
}
.about_object .h2_title {
  font-size: 3em;
}
.about_object .text {
  font-size: 1.5em;
  color: #636363;
}
.object_tag_list {
  margin-bottom: 30px;
  max-width: 800px;
}
.object_tag_list .row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.object_tag_item {
  display: flex;
  flex-flow: row;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px 16px;
  background: rgba(108, 108, 108, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(4px);
  margin-bottom: 8px;
  border: 1px solid #f0f0f041;
  gap: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 300;
  font-family: 'Unbounded', sans-serif;
}
.fond {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  margin-top: 120px;
}
.fond .image {
  width: 45%;
}
.fond_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 55%;
}
.fond .fond_title {
  font-size: 2.4em;
  margin-top: 0;
  font-weight: 700;
  width: 100%;
}
.fond_list .fond_item {
  width: calc(25% - 12px);
}
.fond_item .numb {
  font-size: 3em;

  font-weight: 500;
  color: var(--color-main);
  font-family: 'Unbounded', sans-serif;
}
.fond_item .name {
  color: #636363;
  font-size: 0.875em;
}

section.plans {
  margin-top: 60px;
  margin-bottom: 60px;
}
.filters {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid var(--color-f0f0f0);
  padding: 32px 0 64px;
}
.filter_list {
  display: flex;
  gap: 8px;
}
.filter_item {
  background: var(--color-f0f0f0);
  border-radius: 16px;
  font-weight: 600;
  padding: 12px 16px;
  color: var(--color-textmain);
  min-width: 48px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.filter_item.selected {
  background: var(--color-main);
  color: var(--color-white);
}
.filter_name {
  color: #9b9b9b;
  padding-left: 8px;
  font-size: 1em;
  margin-bottom: 10px;
}
.flat_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.flat_list .flat {
  width: 25%;
  border: 1px solid var(--color-f0f0f0);
  padding: 24px;
  text-align: center;
  margin-right: -1px;
  margin-top: -1px;
  transition: 0.5s;
  transform: scale(1);
}
.flat_list .flat:nth-child(4n + 1) {
  border-left: 1px solid var(--color-f0f0f0);
}
.flat_list .flat:nth-child(n-4) {
  border-bottom: 1px solid var(--color-f0f0f0);
}
.flat_list .flat:hover {
  background: var(--color-main);
  color: #fff;
  z-index: 4;
  cursor: pointer;
  transition: 1s;
  transform: scale(1.05);
}
.flat_list .flat .image {
  padding: 8px;
}
.flat_list .flat .type {
  font-size: 1.3em;
}
.flat_list .flat .size {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}
.flat_list .flat .price {
  font-size: 1.5em;
}
.info_grid {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  display: grid;
  height: 100%;
}
.info_grid .item {
  border-radius: 16px;
  overflow: hidden;
  min-height: 40vh;
  position: relative;
}
.info_grid .item .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 16px 16px 24px 16px;
  height: 60%;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.info_grid.white .item {
  min-height: 25vh;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.info_grid.white .item {
  border: 1px solid var(--color-f0f0f0);
}
.info_grid.white .item.item-1 {
  position: relative;
}
.info_grid.white .item.item-1:before {
  content: '';
  top: 0;
  left: 10%;
  width: 80%;
  height: 50%;
  position: absolute;
  background: url('images/urpaq-resort-logo.png') center center / contain no-repeat;
}
.info_grid.white .item.item-5 {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}
.info_grid.white .item .info {
  color: var(--color-textmain);
  position: static;
  background: none;
}
.infrasctructure {
  margin: 120px 0;
}

.info_grid .item .info .title {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}

.info_grid .item .info .text {
  opacity: 0.8;
  font-weight: 300;
  font-size: 0.875em;
}

.info_grid .item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.info_grid .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: 0.3s;
}
.info_grid .item:hover img {
  transform: scale(1.1);
  transition: 1.5s;
}
.info_grid .item-1 {
  grid-area: 1 / 1 / 3 / 5;
}
.info_grid .item-2 {
  grid-area: 1 / 5 / 2 / 8;
}
.info_grid .item-3 {
  grid-area: 2 / 5 / 3 / 10;
}
.info_grid .item-4 {
  grid-area: 1 / 8 / 2 / 13;
}
.info_grid .item-5 {
  grid-area: 2 / 10 / 3 / 13;
}
.progress .news_item-line {
  margin: 15px 0;
}
.progress .news_item .content .name {
  height: auto;
}
.progress .news_item .image {
  height: 480px;
}
.progress .news_item {
  width: 32%;
  border-radius: 16px;
  overflow: hidden;
}
.progress .news_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video-play-button {
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  margin: 40px auto 20px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  border: 1px solid #f0f0f060;
  box-shadow: 0 0px 30px #662d9127;
}
.video-play-button:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(169, 21, 255, 0.35);

  border-radius: 50%;
  animation: pulse-border 2500ms ease-out infinite;
}
.video-play-button:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  transition: all 200ms;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-play-button:hover:after {
  background: var(--color-main);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-play-button:hover span {
  border-left: 32px solid white;
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  transform: scale(0.8);
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.main_video_wrap {
  color: rgba(255, 255, 255, 0.8);
  padding-right: 10%;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.modal-content {
  position: relative;
}
#close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}
.callback {
  margin: 180px 0;
  background: var(--color-main);
  padding: 60px 0;
}
.callback .logo {
  width: 20%;
}
.callback .callback_text {
  width: 50%;

  color: #fff;
}
.callback .callback_text p {
  font-size: 1.3em;
  line-height: 1.3;
  opacity: 0.8;
}
.callback .image {
  width: 40%;
  margin-bottom: -120px;
  margin-top: -120px;
}
.location {
  padding-bottom: 60px;
}
.tour_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1%;
}
.tour_list .tour_item {
  width: 32%;
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.3em;
  color: var(--color-text);
}
.tour_list .tour_item span {
  margin-top: 15px;
  display: block;
}
.tour_list .tour_item:hover span {
  color: var(--color-main);
  transition: 0.3s;
}
.plan_overlay {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(3px);
  z-index: 100;
  width: 100%;
  transition: 0.5s;
  /* display:none; */
}
.plan_modal {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  background: #fff;
  z-index: 100;
  width: 70%;
  padding-top: 120px;
  padding-bottom: 30px;
  border-left: 1px solid var(--color-f0f0f0);
  transition: 1s;
  /* display:none; */
}
/* .plan_modal.active,.plan_overlay.active{
  display:block;
} */
.plan_modal.active,
.plan_overlay.active {
  right: 0;
  transition: 1s;
}
.plan_overlay.active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.plan_modal:before {
  content: '';
  background: var(--color-lightblue);
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-right: 1px solid var(--color-f0f0f0);
}
.plan_modal .close_btn {
  width: 36px;
  height: 36px;
  background: url('images/close.png') center center / contain no-repeat;
  position: absolute;
  top: 4%;
  left: 4%;
  cursor: pointer;
  z-index: 101;
}
.plan_modal .plan_modal_content {
  padding-right: 10%;
  padding-left: 10%;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.plan_modal_content .info {
  width: 30%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.plan_modal_content .image_wrapper {
  width: 65%;
  text-align: center;
}
.image_wrapper .image_nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  align-items: center;
}
.image_nav_item {
  border-radius: 0;
  border: 1px solid #f0f0f0;
  padding: 12px 36px;
  cursor: pointer;
  color:#2f2f33;
}
.image_nav_item:first-child {
  border-radius: 16px 0 0 16px;
}
.image_nav_item:last-child {
  border-radius: 0 16px 16px 0;
  border: 1px solid #f0f0f0;
  padding: 12px 36px;
  margin-left: -1px;
}
.image_nav_item.active {
  background: var(--color-main);
  border-color: #f0f0f0;
  color: #fff;
  font-weight: 500;
}
.image_wrapper .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_wrapper .image img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 540px;
  border-radius: 16px 0 0 16px;
}
#pmLevelSwitch {
  margin-bottom: 16px;
}
#pmLevelSwitch .level_btn {
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  color:#2f2f33;
  border-radius: 0;
  border: none;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  padding: 4px 8px;
}
#pmLevelSwitch .level_btn.active {
  border-bottom: 2px solid var(--color-main);
  color: var(--color-main);
}
.plan_modal_content .info .room .count::first-letter {
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  font-size: 3em;
  color: var(--color-main);
  margin-right: 8px;
}
.plan_modal_content .info .room {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 1.75em;
  margin-bottom: 30px;
}
.plan_modal_content .info .info_item {
  margin-top: 30px;
}
.plan_modal_content .info .info_item .label {
  opacity: 0.6;
}
.plan_modal_content .info .info_item .value {
  font-size: 1.5em;
  font-weight: 600;
}
.mt-auto {
  margin-top: auto;
}
.mt-30{
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mission {
  position: relative;
  margin-bottom: 120px;
}
.mission .mission_text {
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 60px;
  color: var(--color-textgrey);
}
.mission_info {
  width: 60%;
}
.mission_image {
  width: 35%;
}
.mission:before {
  content: '';
  top: 0;
  left: 0;
  width: 33%;
  height: 32px;
  background: var(--color-main);
  position: absolute;
  border-radius: 0 16px 16px 0;
  opacity: 0.4;
}
.mission:after {
  content: '';
  bottom: 0;
  right: 0;
  width: 33%;
  height: 32px;
  background: var(--color-main);
  position: absolute;
  border-radius: 16px 0 0 16px;
  opacity: 0.4;
}
.h1_title.object_title {
  font-size: 5em;
}
.page_header {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-f0f0f0);
  position: relative;
}
.page_header .page_title {
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 900;
  color: var(--color-textmain);
  position: relative;
  text-align: center;
}
.about_content {
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--color-grey);
}
.values_image {
  width: 40%;
}
.values_list {
  width: 55%;
}
.values_list .value_item {
  margin-bottom: 24px;
}
.values_list .value_item .title {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
}
.values_list .value_item .text {
  color: var(--color-textgrey);
}
.slogan_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
}
.slogan_block .photo {
  max-width: 600px;
  width: 24%;
}
.slogan_block .slogan {
  width: 40%;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 3em;
  margin-bottom: 20px;
  opacity: 0.5;
  font-weight: 200;
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1280px;
  }
  .top_phone a {
    font-size: 1.1em;
  }
  .top_menu a {
    padding: 4px;
  }
  .logo {
    width: 140px;
  }
  .first_screen .h1_title {
    font-size: 3.6em;
  }
  .big_text {
    font-size: 5.4em;
  }
  .mission .mission_text {
    font-size: 1.35em;
  }
  .mission {
    padding: 60px 0;
  }
  .mission:before {
    height: 16px;
  }
  .mission:after {
    height: 16px;
  }
  .gallery .swiper-slide {
    height: 320px;
  }
  .gallery .swiper-slide-active {
    height: 400px;
  }
  .gallery_slider {
    padding-bottom: 60px;
  }
  .main_social_block .social_item {
    width: 36px;
    height: 36px;
    background-size: 16px;
  }
  .h1_title.object_title {
    font-size: 3.6em;
  }
  .first_screen .short_desc {
    font-size: 1.15em;
    margin-top: 4px;
    margin-bottom: 16px;
  }
  .about_object {
    padding: 60px 0;
  }
  .about_object .text {
    font-size: 1.3em;
  }
  .object_navigation .container {
    gap: 24px;
    padding: 12px 16px;
    max-width: 1000px;
  }
  .object_navigation .object_btn {
    font-size: 0.875em;
  }
  .object_tag_item {
    font-size: 0.875em;
  }
  .main_social_block {
    left: 8px;
    bottom: 16px;
  }
  .plan_modal {
    width: 90%;
  }
  .plan_modal_content .info .room .count::first-letter {
    font-size: 2em;
  }
  .plan_modal_content .info .room {
    font-size: 1.3em;
  }
  .flat_list .flat .type {
    font-size: 1em;
  }
  .filters {
    flex-wrap: wrap;
    padding: 16px 32px;
    gap: 16px;
    margin-bottom: 16px;
  }
  .filter_item {
    font-size: 0.875em;
    padding: 4px 10px;
  }
  .filter_name {
    font-size: 0.875em;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1100px;
  }
  .first_screen .short_desc {
    font-size: 1em;
  }
  .first_screen .h1_title {
    font-size: 2.75em;
  }
  .header .container {
    gap: 16px;
  }
  .top_phone a {
    font-size: 0.95em;
  }
  .swiper-button-prev {
    left: 15px;
  }
  .swiper-button-next {
    right: 15px;
  }
  .big_text {
    font-size: 3.6em;
  }
  .ftr_slogan {
    font-size: 2em;
  }
  .ftr_phone a {
    font-size: 1.5em;
  }
  .ftr_logo {
    width: 240px;
  }
  .top_menu a {
    font-size: 0.875em;
  }
}

@media screen and (max-width: 768px) {
  .plan_modal{
    width:100%;
    padding-top:60px;
  }
  .plan_modal_content .image_wrapper{
    width:100%;
  }
  .plan_modal_content .info{
    width:100%;
    order:2;
  }
  .plan_modal .close_btn{
    width:24px;
    height:24px;
    top:15px;
    left:15px;
  }
  .btn.mt-60{
    margin-top:15px;
  }
  .image_wrapper .image img{
    max-height:40vh;
  }
  .plan_modal_content .info .room{
    margin-bottom:10px;
  }
  .image_wrapper .image_nav{
    margin-bottom:15px;
  }
  .plan_modal_content .info .info_item{
    margin-top:4px;
  }
  
  .plan_modal .plan_modal_content{
    flex-wrap:wrap;
    padding-left:15px;
    padding-right:15px;
  }
  .flat_list .flat .size {
    font-size: 1.15em;
  }
  .header .top_menu {
    display: none;
  }
  .lang_switcher,
  .theme_switcher {
    display: none;
  }
  .main_video_wrap {
    display: none;
  }
  .btn {
    font-size: 1em;
    padding: 8px 16px;
  }
  .first_screen {
    height: 600px;
  }
  .object_navigation {
    overflow: none;
  }
  .object_navigation .container {
    display: none;
  }
  .object_tag_item {
    font-size: 0.5em;
    padding: 4px 8px;
  }
  .about_object .h2_title {
    font-size: 2em;
  }
  .about_object .text {
    font-size: 1.15em;
  }
  .fond {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .fond .image {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  .fond .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .fond_list {
    width: 100%;
    margin-top: 30px;
  }
  .fond .fond_title {
    font-size: 1.5em;
  }
  .fond_item .numb {
    font-size: 2em;
  }
  .about_object {
    padding: 30px 0;
  }
  .info_grid .item .info .title {
    font-size: 1.3em;
  }
  .callback {
    margin: 120px 0 30px;
  }
  .callback .container {
    flex-wrap: wrap;
  }
  .callback .callback_text {
    width: 100%;
    order: 2;
  }
  .callback .image {
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .callback .callback_text p {
    font-size: 1em;
  }
  .gallery_arrows div {
    padding: 8px 16px;
  }
  .gallery_arrows div svg {
    width: 24px;
    height: 16px;
  }
  .progress .news_item .image {
    height: 360px;
  }
  .news_item .news_item-wrap {
    padding: 12px 16px;
  }
  .news_item .content .name {
    font-size: 1.15em;
  }
  .footer .flex {
    flex-wrap: wrap;
  }
  .footer .text-right {
    width: 100%;
    text-align: center;
  }
  .ftr_logo {
    margin: 0 auto 15px;
  }
  .ftr_slogan {
    font-size: 1.5em;
    text-align: center;
  }
  .social {
    justify-content: center;
  }
  .page_header .page_title {
    font-size: 2em;
  }
  .values_image {
    width: 100%;
  }
  .values_list {
    width: 100%;
    margin-top: 15px;
  }
  .slogan_block .photo {
    display: none;
  }
  .slogan_block .slogan {
    width: 100%;
    font-size: 2em;
  }
  .info_grid.white .item.item-1:before {
    display: none;
  }
  .info_grid.white .item {
    min-height: auto;
  }
  h1.h2_title {
    font-size: 2em;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .flat_list .flat {
    width: 50%;
  }
  .info_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .info_grid .item {
    height: auto;
    width: 100%;
    min-height: 240px;
  }
  .fond_list .fond_item {
    width: calc(50% - 16px);
  }
  .filter_list {
    flex-wrap: wrap;
  }
  .filters {
    padding: 12px 0;
  }
  .infrasctructure {
    margin: 30px 0;
  }
  .h2_title {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .tour_list {
    flex-wrap: wrap;
  }
  .tour_list .tour_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .news_list {
    flex-wrap: wrap;
  }
  .progress .news_item {
    width: 100%;
  }
  .progress .news_item .image {
    height: 280px;
  }
  .gallery .swiper-slide {
    max-width: 70%;
  }
  .gallery .swiper-slide-active {
    margin-top: 0;
    height: 320px;
  }
  .gallery .swiper-slide-prev,
  .gallery .swiper-slide-next {
    margin-top: 0;
  }
  .gallery_slider {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .gallery_head {
    align-items: center;
  }
  .gallery_head .h2_title {
    margin: 0;
  }
  .logo {
    width: 120px;
  }
  .home .first_screen {
    height: 100vh;
  }
  .first_screen {
    overflow: hidden;
  }
  .first_screen .h1_title {
    font-size: 2em;
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
  }
  .about_us .flex {
    flex-wrap: wrap;
  }
  .about_text {
    width: 100%;
    margin-bottom: 15px;
  }
  .about_image {
    width: 100%;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .object_item .flex {
    flex-wrap: wrap;
  }
  .object_item .image {
    width: 100%;
  }
  .object_item .object_info {
    width: 100%;
    order: 2;
  }
  .object_info .name {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .object_info .subtitle {
    font-size: 1em;
  }
  .object_info .short_desc {
    font-size: 1em;
  }
  .big_text {
    font-size: 2em;
  }
  .target_item {
    width: 100%;
  }
  .target_list {
    flex-wrap: wrap;
    gap: 8px;
    margin: 30px auto 15px;
  }
  .target_item .text {
    font-size: 1em;
  }
  .target_item .title {
    font-size: 1.15em;
    font-weight: 700;
  }
  .target_item .icon {
    max-width: 64px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .mission_info {
    width: 100%;
  }
  .mission_image {
    width: 100%;
    max-width: 320px;
    margin: 15px auto 0;
  }
}
