/*
Theme Name: Яр отель
Theme URI: http://example.com/
Description: Тема для сайта "Яр отель"
Version: 1.0
Author: Андрей
Text Domain: yar
*/




:root {
    --welsh-flint: #E4DDCE;
    --suit-blue: #2B3036;
    --yr-orange: #F59221;
    --buttery-white: #F5EEE3;
}

/* Добавьте в CSS: */
img {
    max-width: 100%;
    height: auto;
}

.entry-img, .vertical-item img, .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--suit-blue, #ff6b35);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--suit-blue, #e55a2b);
}

html {
    scrollbar-color: var(--suit-blue, #ff6b35) #f1f1f1;
    scrollbar-width: thin;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--welsh-flint);
    color: var(--suit-blue);
    line-height: 1.6;
	padding: 0;
	margin: 0;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

a {
    text-decoration: none;
}

h2 {
    text-align: center;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
    font-size: clamp(18px, 2.08vw, 40px);
}

h3 {
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    font-size: clamp(16px, 1.39vw, 28px);
}

h5 {
    font-family: Manrope;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-size: clamp(12px, 0.83vw, 16px);
}

h4 {
    font-family: Montserrat;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    font-size: clamp(12px, 0.97vw, 18px);
}

h6 {
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    line-height: 125%;
    letter-spacing: 0%;
    font-size: clamp(10px, 0.69vw, 14px);
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
    width: 100%;
    margin: 0 auto;
    height: auto;

}

body {
	display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
	background-color: var(--welsh-flint);
}

button, .btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    background-color: var(--buttery-white);
    color: var(--suit-blue);
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

input, textarea, select {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 16px;
    border: 1px solid var(--suit-blue);
    border-radius: 4px;
    background-color: var(--buttery-white);
    color: var(--suit-blue);
}

footer {
    background-color: var(--suit-blue);
    color: var(--buttery-white);
    background-image: 
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-10-1.png'),
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-12-1.png'),
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-11-1.png');    
    background-repeat: no-repeat;
    background-position: 
        left bottom,
        right bottom,
        center bottom;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-accent {
    color: var(--yr-orange);
}

.bg-accent {
    background-color: var(--buttery-white);
}

.card {
    background-color: var(--welsh-flint);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/****** ПРИВЕТСВЕННЫЙ БЛОК О НАС *****/

.entry-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
	max-width: 1440px;
}

.entry-block {
	    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	max-width: 1440px;
}

.entr-cont {
    background-image: 
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-7-1.png'),
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-8-2.png');
    margin: 1rem 0 0 0;
    background-repeat: no-repeat;
    background-position: 
        left 0 top 10px,
        right 0 top 10px;
}

.entry-block {
    width: 62.5vw;
    max-width: 1440px;
    margin: 0px 2rem;
}

.entry-row {
    display: flex;
    flex-direction: row;

    gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
	    width: 62.5vw;
    max-width: 1440px;
}

.entry-rows {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
}

.entry-img {
    width: 45%;
    height: auto;
    border-radius: 30px;

}

/** ПРЕИМУЩЕСТВА **/
.advantages {
    box-shadow:
            -2.18px 2.18px 2.18px 0px rgba(255, 255, 255, 0.6) inset,
            2.18px -2.18px 2.18px 0px rgba(206, 123, 28, 0.6) inset,
            -4px 2px 9.5px 0px var(--yr-orange),
            0px 0px 3.5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    width: 69.444vw;
	max-width: 1440px;
    padding: 1rem 0;
	    background: 
        url('https://yar.moscow/uploads/2025/11/Group-8.png') center top no-repeat, transparent;
}

.advantages-list {
    padding: 1.5rem 3rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.advantages-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.advantage-item {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.entry-txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.decorative-bg {
    position: fixed;
    top: 15px;
    width: clamp(80px, 10vw, 200px);
    height: clamp(80px, 10vw, 200px);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.bg-left {
    left: 15px;
    background-image: url('https://yar.moscow/wp-content/uploads/2025/11/Group-7.png');
}

.bg-right {
    right: 15px;
    background-image: url('путь/к/правому-изображению.jpg');
}

/****** ПОДВАЛ *****/

footer {
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: var(--welsh-flint);
    padding: 3rem 2rem 20px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.top-row {
    margin-bottom: 1rem;
}

.footer-logo {
    width: 70px;
    height: 70px;
	transition: transform 0.3s ease;
}

.left-footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
}

.footer-btn {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    gap: 10px;
    angle: 0 deg;
    opacity: 1;
    width: auto;
    border-radius: 30px;
    background: var(--yr-orange, rgba(245, 146, 33, 1));
    box-shadow:
            -4px 2px 9.5px 0px var(--yr-orange),
            0px 0px 3.5px 0px rgba(0, 0, 0, 0.25),
            -2.18px 2.18px 2.18px 0px rgba(255, 255, 255, 0.6) inset,
            2.18px -2.18px 2.18px 0px rgba(206, 123, 28, 0.6) inset;
	transition: all 0.3s ease;
}

.right-foo-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

footer h6 {
    color: var(--suit-blue);
}

.footer-socials-img {
    width: 40px;
    height: 40px;
	transition: all 0.3s 
ease;
}

.footer-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.center-footer {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    position: relative;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.foo-cen-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.foo-cen-txt img {
    width: 12px;
    height: 12px;
}

.right-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
}

.right-foo-top a {
    color: var(--buttery-white);
}

.foo-right-img {
    width: 20px;
    height: 20px;
	transition: all 0.3s ease;
}

/****** КОНТАКТЫ *****/

.contacts-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	max-width: 1440px;
	width: 100%;
	margin: 2rem 0 0 0;
	padding-bottom: 1rem;
}

.contact-cont {
    background: none;
}

@media (min-width: 1025px) {
    .contact-cont {
        background-image: 
            url('https://yar.moscow/wp-content/uploads/2025/11/Group-7-1.png'),
            url('https://yar.moscow/wp-content/uploads/2025/11/Group-8-2.png'),
            url('https://yar.moscow/wp-content/uploads/2025/11/Group-10-2.png');
        
        background-repeat: no-repeat;
        background-position: 
            left 0 top 0,
            right 0 top 0,
            center 60%;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .contact-cont {
        background-image: 
            url('https://yar.moscow/wp-content/uploads/2025/11/Group-7-1.png'),
            url('https://yar.moscow/wp-content/uploads/2025/11/Group-8-2.png');
        
        background-repeat: no-repeat;
        background-position: 
            left 0 top 0,
            right 0 top 0;
    }
}

@media (max-width: 600px) {
    .contact-cont {
        background-image: 
            url('https://yar.moscow/wp-content/uploads/2025/11/Bg-svg-3.png'),
            url('https://yar.moscow/wp-content/uploads/2025/11/Bg-svg-3.png');
        
        background-repeat: no-repeat;
        background-position: 
            top 20px center,
            center 80%;
    }
}

.contacts-section h2  {
    margin: 0 0 2rem 0;
}

.contacts-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 4rem;
    width: 100%;
    max-width: 750px;
}

.contacts-wrap > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

.contacts-wrap h5 {
    color: var(--suit-blue);
}

/*********************** УСЛУГИ *********************/

.section-block {
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url('https://yar.moscow/wp-content/uploads/2025/11/WEBPConverter-Bg-Image-1.webp');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.top-image {
    position: relative;
    width: 100vw;
    height: 80px;
    background-color: var(--welsh-flint);
    border-radius: 0 0 50px 50px;
    z-index: 2;
}

.section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.bottom-image {
        position: relative;
    width: 100vw;
    height: 80px;
    background-color: var(--welsh-flint);
    border-radius: 50px 50px 0 0;
    z-index: 2;
}

.arrows-wrapper {
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
}

.arrows {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
}

.arrow {
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: transform 0.3s;
}

.content-container {
    position: relative;
            width: 96vw;
	margin-left: 4vw;
    overflow: hidden;
    z-index: 2;
}

.slider {
    display: flex;
    width: calc(5 * 620px);
    transition: transform 0.5s ease;
}

.slide {
    display: flex;
    flex-direction: column;
    width: 620px;
    gap: 1rem;
    margin-left: 1rem;
}

.item {
    display: flex;
    width: 100%;
    gap: 10px;
}

.item img {
    width: 400px;
    height: auto;
    border-radius: 30px;

}

.text-box {
    box-shadow:
            -2.18px 2.18px 2.18px 0px rgba(255, 255, 255, 0.6) inset,
            0px 0px 3.5px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    opacity: 1;
    border-radius: 30px;
    background: 
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-11.png') right bottom no-repeat,
        var(--welsh-flint, rgba(228, 221, 206, 1));
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 210px;
}

.services-btn {
box-shadow: 
    -2.18px 2.18px 2.18px 0px #FFFFFF99 inset,
    2.18px -2.18px 2.18px 0px #CE7B1C99 inset,
    -4px 2px 9.5px 0px var(--yr-orange),
    0px 0px 3.5px 0px #00000040;
    background: var(--yr-orange, rgba(245, 146, 33, 1));
    padding: 10px 20px;
    opacity: 1;
    border-radius: 30px;
    text-align: center;
    color: var(--buttery-white);
    transition: all 0.3s ease;
}

.services-btn h5, .footer-btn h5 {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.service-btn-wrapper {
    width: 100%;
    transition: transform 0.3s ease;

}

.text-box h3 {
    font-size: 20px;
}

/*********************** УСЛОВИЯ ВЕРТИКАЛЬНЫЕ *********************/

.vertical-section-block {
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
    margin: 2rem 0 0 0;
}

.vertical-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url('https://yar.moscow/wp-content/uploads/2025/11/WEBPConverter-Bg-Image-1.webp');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.vertical-top-image {
    position: relative;
    width: 100vw;
    height: 80px;
    background-color: var(--welsh-flint);
    border-radius: 0 0 50px 50px;
    z-index: 2;
}

.vertical-section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: white;
    font-weight: 700;
}

.vertical-bottom-image {
    position: relative;
    width: 100vw;
    height: 80px;
    background-color: var(--welsh-flint);
    border-radius: 50px 50px 0 0;
    z-index: 2;
}

.vertical-arrows-wrapper {
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.vertical-arrows {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
}

.vertical-arrow {
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.vertical-arrow:hover, .arrow:hover, .footer-socials-img:hover, .footer-logo:hover, button:hover, .btn:hover, .services-btn:hover, .footer-btn:hover, .vertical-services-btn:hover {
    transform: scale(1.1);
}

.prev-btn:hover,
.next-btn:hover {
    transform: none !important;
}

.vertical-content-container {
    position: relative;
        width: 96vw;
	margin-left: 4vw;
    overflow: hidden;
    z-index: 2;
}

.vertical-slider {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.vertical-slide {
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 1rem;
    margin: 0 10px;
    flex-shrink: 0;
}

.vertical-slide:last-child {
    margin-right: 0;
}

.vertical-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
}

.vertical-item img {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    box-shadow:
        -2.18px 2.18px 2.18px 0px rgba(255, 255, 255, 0.6) inset,
        0px 0px 3.5px 0px rgba(0, 0, 0, 0.25);
}

.vertical-text-box {
    box-shadow:
        -2.18px 2.18px 2.18px 0px rgba(255, 255, 255, 0.6) inset,
        0px 0px 3.5px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    opacity: 1;
    border-radius: 30px;
    background: 
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-11.png') right bottom no-repeat,
        var(--welsh-flint, rgba(228, 221, 206, 1));
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 1rem;
    align-items: center;
    text-align: center;
	min-height: 50px;
}

.top-box {
    background-image: url('https://yar.moscow/wp-content/uploads/2025/11/Group-11-2.png');
    background-position: bottom;
    background-attachment: fixed;
}

.bottom-box {
    background-image: url('https://yar.moscow/wp-content/uploads/2025/11/Group-11-1-1.png');
    background-position: top;
    background-attachment: fixed;
}

.vertical-services-btn {
    box-shadow: 
        -2.18px 2.18px 2.18px 0px rgba(255, 255, 255, 0.6) inset,
        2.18px -2.18px 2.18px 0px rgba(206, 123, 28, 0.6) inset,
        -4px 2px 9.5px 0px var(--yr-orange),
        0px 0px 3.5px 0px rgba(0, 0, 0, 0.25);
    background: var(--yr-orange, rgba(245, 146, 33, 1));
    padding: 10px 20px;
    opacity: 1;
    border-radius: 30px;
    text-align: center;
    color: var(--buttery-white);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.rooms-description {
	font-family: Montserrat;
font-weight: 900;
color: var(--suit-blue);
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
}

.vertical-text-box h4 {
	font-size: 14px;
}

.vertical-services-btn h5, .vertical-footer-btn h5 {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.vertical-service-btn-wrapper {
    width: 60%;
    
}

.vertical-service-btn-wrapper a {
    text-decoration: none;
}

.image-container {
    position: relative;
    width: 100%;
    height: 300px;
}

.image-container img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(43, 48, 54, 0) 25%, #2B3036 100%);
    box-shadow: 0px 0px 3.5px 0px #00000040;
    position: relative;
    z-index: 0;
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    box-shadow: inset -2.18px 2.18px 2.18px 0px #FFFFFF99;
    pointer-events: none;
    z-index: 1;
}

.image-overlay {
    position: absolute;
    color: var(--buttery-white);
    padding: 10px;
    border-radius: 10px;
    width: 95%;
    z-index: 2;
}

.image-overlay.bottom-left {
    bottom: 10px;
    left: 10px;
}

.image-overlay.top-left {
    top: 10px;
    left: 10px;
}

.image-overlay p {
    margin: 0 0 5px 0;
}

.image-overlay p:last-child {
    margin-bottom: 0;
}

/******************* HERO ******************/
.main {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

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

.hero-video {
    z-index: -2;
}
.main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
}

.main::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

@media (min-width: 1024px) {
    .main::before {
        background-image: url('https://yar.moscow/wp-content/uploads/2025/11/shape-Desktop.png');
        height: 50vh;
    }
}

@media (max-width: 1023px) {
    .main::before {
        background-image: url('https://yar.moscow/wp-content/uploads/2025/11/Shape-mobile.png');
        height: 33vh;
    }
}

.logo {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 13.8vw;
    height: auto;
}

.hero-text, .hero-text a {
	 color: var(--buttery-white);
}

.hero-text {
    position: absolute;
    top: 20%;
    right: 5%;
    text-align: right;
    font-family: Arial, sans-serif;
}

.hero-desciption {
    position: absolute;
    top: 55%;
    left: 3%;
	z-index: 9
}

.hero-pros {
	font-family: Montserrat;
    font-weight: 900;
    letter-spacing: 0%;
    padding: 10px 20px;
    opacity: 1;
    border-radius: 30px;
    box-shadow: -2.18px 2.18px 2.18px 0px rgba(255, 255, 255, 0.6) inset;
	background: linear-gradient(180deg, rgba(228, 221, 206, 0.8) 62.31%, #E4DDCE 100%);
	width: auto;
}

.first-pros {
	position: absolute;
    top: 75%;
    right: 5%;
}

.hero-pros-container {
    position: absolute;
    top: 80.5%;
    right: 5%;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    pointer-events: none;
}

.second-pros, .third-pros {
    position: static;
    margin: 0;
}

.hero-text h1 {
    font-family: Montserrat;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    font-size: clamp(28px, 4.3vw, 80px);
}

.hero-text h2 {
    font-family: Montserrat;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    font-size: clamp(18px, 2.08vw, 40px);
}

.main-title {
	    font-family: Montserrat;
    line-height: 100%;
    letter-spacing: 0%;
    font-size: clamp(23px, 2.75vw, 50px);
	margin: 2.5rem 0 5rem 0;
	text-align: center;
	color: var(--suit-blue);
}

@media (max-width: 768px) {
	.main-title {
	margin: 5rem 0 3rem 0;
}
}

.page-text {
    max-width: 1440px;
    width: 100%;
    text-align: left;
    font-size: clamp(12px, 0.85vw, 25px);
    line-height: 1.6;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 80px);
    box-sizing: border-box;
    color: var(--suit-blue);
}

.page-text a {
	text-decoration: none;
	color: var(--suit-blue);
}

.page-text a {
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-text a:hover {
    background-size: 100% 1px;
}

.page-text ul,
.page-text ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.page-text li {
    margin: 0.5rem 0;
    line-height: 1.5;
}

.page-text ul {
    list-style-type: disc;
}

.page-text ol {
    list-style-type: decimal;
}

.page-text ul ul,
.page-text ol ol,
.page-text ul ol,
.page-text ol ul {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.page-text ul ul {
    list-style-type: circle;
}

.page-text ul ul ul {
    list-style-type: square;
}

.page-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.page-text th,
.page-text td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    text-align: left;
}

.page-text th {
    background-color: #f5f5f5;
    font-weight: 600;
}

@media (max-width: 768px) {
    .page-text {
        padding: 0 20px;
        line-height: 1.5;
    }
    
    .page-text ul,
    .page-text ol {
        padding-left: 1.5rem;
    }
}

.hero-text h4 {
    font-family: Montserrat;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    margin: clamp(1rem, 1.4vw, 2rem) 0 clamp(0.25rem, 0.35vw, 0.5rem) 0;
    font-size: clamp(12px, 0.97vw, 16px);
}

.hero-nums {
	margin: clamp(2rem, 2.25vw, 4rem) 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2rem;
}

.hero-num-col {
		display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	text-align: center;
}

.hero-num-col h2 {
	font-family: Montserrat;
font-weight: 900;
line-height: 100%;
letter-spacing: 0%;
}

.hero-adv {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	gap: 1.5rem;
}

.hero-desciption h3 {
	text-align: left;
	font-size: clamp(14px, 1.39vw, 40px);
}

.hero-desciption h4 {
    font-size: clamp(14px, 0.97vw, 30px);
}

.hero-desciption h5 {
    font-size: clamp(12px, 0.83vw, 25px);
}

.hero-btn {
	display: flex;
	justify-content: flex-start;
	margin: clamp(2.5rem, 2.8vw, 4.5rem) 0 0 0;
}

.hero-adv h4 {
	font-family: Montserrat;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
}

.contacts-wrap a[href^="tel"] h5,
.contacts-wrap a[href^="mailto"] h5 {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.contacts-wrap a[href^="tel"] h5::after,
.contacts-wrap a[href^="mailto"] h5::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.address-link h5 {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.address-link h5::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.address-link:hover h5::after {
    width: 100%;
}

.contacts-wrap a[href^="tel"]:hover h5::after,
.contacts-wrap a[href^="mailto"]:hover h5::after {
    width: 100%;
}

.address-link h5 {
	color: var(--suit-blue);
}

.rooms-description {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.rooms-description::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.5px;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.rooms-description:hover::after {
    width: 100%;
}

.room-modal-text a {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
	color: var(--suit-blue);
}

.room-modal-text a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.5px;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.service-modal-text a:hover::after {
    width: 100%;
}

.service-modal-text a {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    color: var(--suit-blue);
}

.service-modal-text a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.5px;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.room-modal-text a:hover::after {
    width: 100%;
}

.foo-cen-txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.foo-cen-txt::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.foo-cen-txt:hover::after {
    width: 100%;
}

.right-footer a[href="https://gspdevelopment.ru/"] {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.right-footer a[href="https://gspdevelopment.ru/"]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.right-footer a[href="https://gspdevelopment.ru/"]:hover::after {
    width: 100%;
}

/* Мобильное изображение */
@media (max-width: 1023px) {
    .hero-video {
        display: none !important;
    }
    
    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://yar.moscow/wp-content/uploads/2025/12/IMG_20251201_164914_064-scaled-3.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -2;
    }
}

/******************* BURGER MENU ******************/
.burger-menu {
    position: fixed;
    top: 3%;
    right: 1%;
    z-index: 1001;
	width: 52px;
    height: 42px;
	border-radius: 30px;
	padding: 10px 15px;
    background: var(--welsh-flint);
    box-shadow: 0px 0px 3.5px 0px #00000040;
    box-shadow: -2.18px 2.18px 2.18px 0px #FFFFFF99 inset;
}

.burger-icon {
	position: fixed;
    top: 3%;
    right: 1%;
    width: 52px;
    height: 42px;
    background: white;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
	padding: 10px 15px;
    background: var(--welsh-flint);
    box-shadow: 0px 0px 3.5px 0px #00000040;
    box-shadow: -2.18px 2.18px 2.18px 0px #FFFFFF99 inset;
}

.burger-icon span {
    width: 20px;
    height: 3px;
    background: #000;
    transition: all 0.3s ease;
}

.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.side-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -20%;
    width: 17.5%;
    height: 100vh;
    background: var(--welsh-flint);
    z-index: 999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    background-image: 
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-8-1.png'),
        url('https://yar.moscow/wp-content/uploads/2025/11/Group-9-1.png');  
    background-repeat: no-repeat;
    background-position: 
        right top,
        right bottom;
}

@media (min-width: 769px) and (max-width: 1051px) {
    .side-menu {
        width: 25%;
        right: -25%;
    }
}

@media (min-width: 769px) {
    .side-menu {
        border-radius: 50px 0 0 50px;
    }
}

.side-menu.active {
    right: 0;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
}

.menu-logo {
    height: 2.7778vw;
	min-height: 40px;
    width: auto;
}

.close-icon {
    width: 49px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
	padding: 10px 15px;
    background: var(--welsh-flint);
    box-shadow: 0px 0px 3.5px 0px #00000040;
    box-shadow: -2.18px 2.18px 2.18px 0px #FFFFFF99 inset;
    z-index: 1002;
}

.close-icon span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    pointer-events: none;
}

.close-icon span:first-child {
    transform: rotate(45deg);
}

.close-icon span:last-child {
    transform: rotate(-45deg);
}

.menu-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    padding: 0;
}

.menu-nav a {
    text-decoration: none;
    color: var(--suit-blue);
    font-family: Montserrat;
    font-weight: 900;
    font-size: clamp(12px, 0.97vw, 18px);
    line-height: 100%;
    letter-spacing: 0%;
	transition: all 0.3s ease;
}

.menu-footer {
    padding: 2rem 2rem 6rem 2rem;
    text-align: center;
}

.menu-phone {
    display: block;
	font-size: clamp(12px, 0.97vw, 18px);
    font-family: Montserrat;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
	transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 1.5rem;
	color: var(--suit-blue);
}

.menu-nav a {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.menu-nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.menu-nav a:hover::after {
    width: 100%;
}

.menu-phone {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.menu-phone::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.menu-phone:hover::after {
    width: 100%;
}

body.menu-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .side-menu {
        width: 60%;
        right: -60%;
        border-radius: 0;
    }
    
    .side-menu.active {
        right: 0;
    }
    
    .menu-logo {
        display: none;
    }
    
    .menu-header {
        justify-content: flex-end;
    }
}

body.menu-open .burger-menu {
    display: none;
}

.burger-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-icon.active span:nth-child(2) {
    opacity: 0;
}

.burger-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

@media (max-width: 768px) {
    footer {
        background-image: url('https://yar.moscow/wp-content/uploads/2025/11/Group-11-1.png');
        background-position: center bottom;
        padding: 0 1rem 20px;
    }
    
    .footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .top-row {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        width: 100%;
    }
    
    .footer-logo {
        width: 50px;
        height: 50px;
    }
    
    .footer-socials {
        gap: 0.5rem;
    }
    
    .footer-socials-img {
        width: 40px;
        height: 40px;
    }
    
    .center-footer {
        order: 3;
        width: 100%;
        gap: 0.5rem;
        margin-top: 1rem;
        align-items: flex-end;
    }
    
    .left-footer {
        justify-content: center;
    }
    
    .top-row .left-footer {
        margin-top: 1rem;
    }
    
    .bottom-row .left-footer {
        margin-top: 0.5rem;
    }
    
    .right-footer {
        display: none;
    }
    
    .bottom-row {
        gap: 0.5rem;
        margin-top: 0.5rem;
    }
    
    .bottom-row .left-footer {
        order: 2;
    }
    
    .bottom-row .center-footer {
        order: 1;
        margin-top: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .bottom-row .right-footer {
        order: 3;
        display: flex;
        align-items: center;
        margin-top: 1rem;
    }
}

.entry-h3-margin {
	margin: 2.5rem 0 0 0;
}

.entry-h5-margin {
	margin: 3.5rem 0;
	text-align: center;
	width: 75%;
}

@media (max-width: 1300px){
	.entry-h3-margin {
	margin: 1.5rem 0 0 0;
    }
	
@media (max-width: 1275px){
	.advantages {
    width: 95%;
    }
}

.entry-h5-margin {
	margin: 2.5rem 0;
    }
}

/**@media (min-width: 1150px) and (max-width: 1275px) {
.entry-row {
    width: 70%;
    }
}

@media (min-width: 1076px) and (max-width: 1151px) {
.entry-row {
    width: 75%;
    }
}

@media (min-width: 990px) and (max-width: 1075px) {
.entry-row {
    width: 80%;
    }
}

@media (min-width: 927px) and (max-width: 990px) {
.entry-row {
    width: 85%;
    }
}

@media (min-width: 875px) and (max-width: 926px) {
.entry-row {
    width: 90%;
    }
}**/

@media (min-width: 769px) and (max-width: 1275px) {
.entry-block, .entry-row {
    width: 95%;
    }
}

@media (min-width: 551px) and (max-width: 660px) {
    .entry-img {
        width: 75%;
        order: -1;
    }
}

@media (min-width: 661px) and (max-width: 768px) {
    .entry-img {
        width: 65%;
        order: -1;
    }
}

@media (max-width: 550px) {
    .entry-img {
        width: 95%;
        order: -1;
    }	
}

.map-h {
	height: 55vh;
}

@media (max-width: 768px) {
    .entry-section {
        gap: 2rem;
    }
	
	.map-h {
	height: 40vh;
}
	
    .entr-cont {
    background-image: 
        url('https://yar.moscow/wp-content/uploads/2025/11/Bg-svg-2.png'),
        url('https://yar.moscow/wp-content/uploads/2025/11/Bg-svg.png'),
        url('https://yar.moscow/wp-content/uploads/2025/11/Bg-svg.png');
    background-repeat: no-repeat;
    background-position: 
        left 0 bottom 65%,
        right 0 top 1rem,
        right 0 bottom 45%;
}
	
	.entry-h5-margin {
    width: 100%;
	margin: 2.5rem 0 2rem 0;
    text-align: left;
}
	
	.adv-title {
		margin: 1.5rem 0 0 0;
	}
	
	.entry-h3-margin {
		margin-top: 2rem;
	}
    
    .entry-block {
        width: 90vw;
        margin: 0px 1rem;
    }
    
    .entry-row {
        flex-direction: column;
        width: 90vw;
        gap: 1rem;
        align-items: center;
    }
    
    .entry-rows {
        gap: 2rem;
    }
    
    .advantages {
        width: 95vw;
        border-radius: 30px;
        padding: 0.5rem 0;
    }
    
    .advantages-list {
        flex-direction: column;
        padding: 1rem 1.5rem;
        gap: 1.5rem;
    }
    
    .advantages-col {
        gap: 1.5rem;
        width: 100%;
    }
    
    .advantage-item{
        justify-content: flex-start;
        width: 100%;
    }

    .entry-row:nth-child(2) .entry-img {
        order: -1;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    .contacts-wrap {
        gap: 0;
    }
}

@media (max-width: 600px) {
    .contacts-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contacts-section h2 {
        margin: 0 0 3rem 0;
    }
}

@media (max-width: 1200px) {
	.hero-desciption {
		top: 63%;
	}
	
	.hero-btn {
		margin: 1.5rem 0 0 0;
	}
	
	.hero-nums {
		margin: 1.5rem 0;
	}
}

.hero-text-h5-mob {
	display: none;
	font-family: Montserrat;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	margin-bottom: 0.75rem;
}

.mobile-hero {
	display: none;
}

.hero-adv-mobile {
	display: none;
}

@media (max-width: 1023px) {
	    .burger-menu {
        width: 49px;
        height: 39px;
		right: 3%;
    }
    
    .burger-icon {
        width: 49px;
        height: 39px;
		right: 3%;
    }
	
	.hero-nums {
        margin: 1.5rem 0 2rem 0;
    }
	
	.logo {
        position: absolute;
        top: 3%;
        right: 3%;
	    width: clamp(40px, 12.5vw, 70px);
        height: auto;
}
    .hero-text {
        top: 35%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 90%;
    }
	
	.hero-text h1, .hero-text h4, .hero-text h2 {
		text-align: center; 
	}
	
	.hero-text h5 {
		display: block;
	}
	.hero-desciption h3, .hero-pros {
		display: none;
	}
	    .footer-btn,
    .foo-right-img {
        display: none;
    }
	
	.mobile-hero, .hero-text a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
	}
	
	.mobile-hero {
		position: absolute;
		top: 25vh;
	}
	
	.hero-desciption {
		width: 100%;
		left: 0;
	}
	
	.hero-nums {
		justify-content: center;
		
	}
	
	.hero-adv {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.hero-adv-pc {
		display: none;
	}
	
	.hero-adv-mobile {
		display: flex;
	}
	
	.hero-num-col h2 {
        font-weight: 900;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
	}
	
	.hero-num-col h5 {
        font-size: 10px;
	}
	
	.hero-desciption {
		top: 67%;
	}
}

@media (max-width: 768px) {
	.vertical-arrows, .arrows {
		display: none;
	}
	.top-image {
		margin-bottom: 2rem;
	}
}

@media (max-width: 400px) {
	.vertical-slide {
		width: 275px;
	}
}

@media (max-width: 768px) {
    .slide {
        display: contents;
    }

    .item {
        flex-direction: column;
        align-items: center; 
        gap: 1rem;
        width: 90vw;
        flex-shrink: 0;
    }

    .item img {
        width: 90%;
        max-width: 400px;
    }

    .text-box {
        width: 90%;
        max-width: 400px;
        text-align: center; 
        align-items: center;
		min-height: 187px;
		gap: 1rem;
    }

    .slider {
        width: calc(9 * 100vw);
        transition: transform 0.5s ease;
    }

    .content-container {
        max-width: 100vw;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
	    .item {
        width: auto;
			max-width: 360px;
			margin: 0 1rem 0 0;
    }

    .item img {
        width: auto;
        width: 280px;
		height: 144px;
    }
}

@media (max-width: 768px) {

    .background-image {
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    
    .top-image {
        height: 60px;
    }
	
	.bottom-image {
		height: 25px;
	}
	
	.section-block {
    margin: 0;
}
}

@media (max-width: 768px) {
    .vertical-background-image {
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    
    .vertical-top-image {
        height: 60px;
    }
	
	.vertical-bottom-image {
height: 25px;
	}
}


.text-box h5, .vertical-services-btn h5, .rooms-description, .hero-text h5 {
    font-size: 12px;
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

.serviced-add-img {
	max-height: 205.7px;
}

.service-modal-text ul {
  padding-left: 30px;
}

.service-modal-text li {
  margin-bottom: 8px; 
}

.footer-socials-img img {
	width: 44px;
	height: 44px;
}

.dop {
	text-align: left;
	margin: 1.5rem 0 0 0;
	align-items: ;
	    justify-content: flex-start;

}

@media (min-width: 2075px) {
	.vertical-content-container {
	margin: 0 auto;
}
	.vertical-slider {
    align-items: center;
		justify-content: center;
}
}