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

html, body {
scrollbar-gutter: stable;
}
.mobile__bg {
	display: none;
}

.mobile__bg {
	z-index: 9998;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}
.mobile__menu {
	z-index: 9999;
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
	width: 100%;
	height: max-content;
	padding: 60px 34px 34px;
	transform: translate(-950%);
	transition: all .4s;
	background: #fff;
	border-radius: 30px;
}
.mobile__menu.active {
	display: flex;
	flex-direction: column;
	transform: translateX(0);
}
.mobile__bg.active {
	display: flex;
}
.mobile__menu-close {
	position: absolute;
	top: 10px;
	right: 20px;
}




.mobile__header {
	display: none;
	background: #fff;
	width: 100%;
	height: 49px;
	padding: 15px 0;
	justify-content: space-between;
	z-index: 5;
    box-sizing: content-box;
}

body {
	font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.descop__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 94%;
	width: 100%;
	z-index: 5;
    transition: all 0.3s ease;
}

.descop__header.is-sticky {
    top: 0;
}

.header__link, .header__box {
	box-shadow: 0px 20px 8px 0px #153E021A;
	border-radius: 20px;
}
.header__link {
	max-width: 18%;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(255, 255, 255, .6);
}
.header__link-img {
	object-fit: contain;
    max-width: 73%;
    width: 100%;
}
.header__box {
	max-width: 74%;
    height: 70px;
    width: 100%;
	background: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
	padding: 0 45px;
	justify-content: space-between;
	box-sizing: content-box;
}
.header__box-btn {
	text-decoration: none;
	transition: all .4s;
	color: #FF6B00;
	border: 1px solid #FF6B00;
	font-size: 20px;
	font-weight: 700;
	padding: 14px 32px;
	border-radius: 26px;
	transition: all .4s;
}
.header__box-btn:hover {
	background: #FF6B00;
	color: #fff;
}

.main__sec {
	margin: 0 0 78px 0;
}
.main__title {
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	font-size: 42px;
	margin: 0 0 60px 0;
}


.main__partners-cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main__partners-card {
	max-width: 48%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border: 1px solid #BDBDBD;
	border-radius: 20px;
	padding: 20px 30px;
	margin: 0 0 30px 0;
}
.main__partners-card.wide {
	max-width: 100%;
	justify-content: flex-start;
	gap: 45px;
	margin: 0;
}

.main__partners-card-img {
	max-width: 210px;
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 20px;
}

.main__partners-card-block {
	display: flex;
	flex-direction: column;
	max-width: 240px;
	width: 100%;
}
.main__partners-card.wide .main__partners-card-block {
	max-width: 725px;
}


.main__partners-card-title {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.main__partners-card-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

.objects__sec .container {
	display: flex;
	flex-direction: column;
	gap: 55px;
}
.main__object-item {
	max-width: 100%;
	width: 100%;
	display: flex;
	padding: 40px 90px;
	border-radius: 20px;
	background: #FAF7F7;
	gap: 120px;
	align-items: center;
}
.main__object-img {
	object-fit: cover;
	max-width: 445px;
	width: 100%;
	height: 300px;
}
.main__object-box {
	display: flex;
	flex-direction: column;
}
.main__object-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.main__object-subtitle {
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
}
.main__object-price {
	font-weight: 900;
	font-size: 36px;
	line-height: 100%;
	color: #FF6B00;
	margin: 20px 0;
}

.main__object-btn {
	text-decoration: none;
	border: 2px solid #FF6B00;
	color: #FF6B00;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	max-width: 262px;
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s;
	margin: 20px 0 0 0;
	border-radius: 26px;
}
.main__object-btn:hover {
	background: #FF6B00;
	color: #fff;
}

.main__contacts-box {
	display: flex;
	justify-content: center;
	gap: 32px;
}
.main__contacts-item {
	display: flex;
	flex-direction: column;
	padding: 30px 50px;
	border: 1px solid #BDBDBD;
	border-radius: 20px;
	max-width: 445px;
	width: 100%;
}
.main__contacts-item-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	margin: 0 0 20px 0;
	border-radius: 20px;
}
.main__contacts-item p, .main__contacts-item span, .main__contacts-item a {
	font-size: 16px;
	font-weight: 400;
}
.main__contacts-item a {
	color: #000000;
	text-decoration: none;
	transition: all .4s;
}
.main__contacts-item a:hover {
	color: #FF6B00;
}
.main__contacts-item .main__contacts-item-mail {
	color: #0062FF;
	transition: all .4s;
	text-decoration: underline;
}
.main__contacts-item .main__contacts-item-mail:hover {
	color: #FF6B00;
}

.main__contacts-item .main__contacts-item-adress {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 30px 0;
	color: #333333;
}
.main__contacts-item .main__contacts-item-name {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 20px 0;
}
.main__contacts-item span.bold {
	font-weight: 700;
}
.main__contacts-item span.upper {
	text-transform: uppercase;
}
.main__contacts-item-line {
	margin: 0 0 20px 0;
	display: flex;
    flex-direction: column;
}
.main__contacts-item-phone_main {
	margin: 0 0 20px 0;
}
.main__contacts-item span.bold {
	margin: 0 0 5px 0;
}
.song__sec .container {
	display: flex;
	align-items: center;
}
.song__video {
	height: 500px;
	max-width: 885px;
	margin: 0 auto;
	border-radius: 20px;
}






.footer {
	padding: 30px 0;
}
.footer .container {
	display: flex;
	gap: 35px;
}
.footer__nav {
	max-width: 310px;
	width: 100%;
}
.footer__menu {
	list-style: none;
}
.footer__menu-link {
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #434343;
	transition: all .4s;
}

.footer__menu-link:hover {
	color: #FF6B00;
}
.footer__social-container {
	display: flex;

}
.footer__social-container {
	display: flex;
	flex-direction: column;
    width: -webkit-fill-available;
}
.footer__social-box {
	display: flex;
	flex-direction: column;
}
.footer__social-sec {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 0 16px 0;
}
.footer__social-box-title {
	color: #434343;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 12px 0;
}

.footer__social-items {
	display: flex;
	gap: 8px;
}
.footer__social-item {
	width: 35px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .4s;
}
.footer__social-item:hover {
	transform: scale(1.1);
}
.footer__social-item.vk {
	background-image: url(/local/templates/new_site/assets/img/vk.svg);
}
.footer__social-item.od {
	background-image: url(/local/templates/new_site/assets/img/od.svg);
}
.footer__social-item.tg {
	background-image: url(/local/templates/new_site/assets/img/tg.svg);
}
.footer__social-item.dzen {
	background-image: url(/local/templates/new_site/assets/img/dzen.svg);
}
.footer__social-item.rt {
	background-image: url(/local/templates/new_site/assets/img/rt.svg);
}
.footer__social-text {
	color: #434343;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
.footer__all-text {
	color:#434343;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
.footer__links {
	display: flex;
	max-width: 100%;
	width: 100%;
	gap: 50px;
	justify-content: flex-end;
	margin: 16px 0 0 0;
}
.footer__link {
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #434343;
	text-decoration: none;
	transition: all .4s;
}
.footer__link:hover {
	color: #FF6B00;
}










@media screen and (max-width: 1450px) {
	.header__box-btn {
		font-size: 18px;
		padding: 10px 25px;
	}
}
@media screen and (max-width: 1280px) {
    .header__box-btn {
        font-size: 16px;
        padding: 10px 16px;
    }
	.header__box {
		padding: 0 30px;
		max-width: 75%;
	}
	.header__link {
		max-width: 16%;
	}
	.header__nav-list {
		gap: 20px;
	}
	.header__nav-text {
		font-size: 13px;
	}
	.main__sec {
		margin: 0 0 50px 0;
	}
	.main__title {
		font-size: 36px;
		margin: 0px 0 50px 0;
	}
	.container {
		max-width: 1000px;
	}
	.main__partners-card {
		max-width: 49%;
		padding: 15px;
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 1000px) {
    html {
        scroll-behavior: auto;
    }
	body {
		background: #fff;
	}
	.mobile__header .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile__header-box {
		display: flex;
		gap: 10px;

	}

	.mobile__header .header__box-btn {
		border: 1px solid #FF6B00;
		border-radius: 10px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 49px;
		height: 34px;
	}
	.mobile__header-btn {
		width: 49px;
		height: 34px;
		background-color: #FF6B00;
		display: flex;
		flex-direction: column;
		border-radius: 10px;
		justify-content: center;
        align-items: center;
		gap: 3px;
	}
	.mobile__header-btn div {
		width: 32px;
		height: 3px;
		background: #fff;
		border-radius: 5px;
	}
	.container {
		max-width: 95%;
	}
	.descop__header {
		display: none;
	}
	.mobile__header {
		display: flex;
	}

	.main__object-item {
		flex-direction: column;
		gap: 46px;
	}
	.main__object-box {
    	align-items: center;
	}
	.main__object-title {
		font-size: 32px;
	}
	.main__contacts-box {
		flex-direction: column;
	}
	.main__contacts-item {
		max-width: 100%;
	}

	.company-items {
		flex-direction: column;
        gap: 35px;
        text-align: center;
		align-items: center;
	}
	.main-page-company {
		margin: 0 0 40px 0;
	}
	.main__title {
        font-size: 30px;
        margin: 0px 0 35px 0;
	}
	.main__sec {
        margin: 0px 0 35px 0;
    }



 /* Стили для контейнера слайдера */
    .partners-mobile-slider-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    
    /* Трек слайдера */
    .partners-mobile-slider-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 20px;
		position: relative;
    }
    
    .partners-mobile-slider-track::-webkit-scrollbar {
        display: none;
    }
    
    /* Отдельный слайд */
    .partners-mobile-slide {
        flex: 0 0 100%;
        scroll-snap-align: start;
        padding: 0;
		height: max-content;
		position: relative;
    }
    
    /* Карточка внутри слайда */
    .partners-mobile-slide .main__partners-card {
        margin-bottom: 0;
        width: 100%;
		max-width: 100%;
		padding: 16px 16px 75px 16px;
		flex-direction: column;
		justify-content: flex-start;
		height: 470px;
    }
    
    /* Стили для широкой карточки в слайдере */
    .partners-mobile-slide .main__partners-card.wide {
        width: 100%;
    }
    
    /* Навигация */
    .partners-mobile-slider-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 100%;
    }
    
    /* Кнопки навигации */
    .partners-mobile-slider-btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #BDBDBD;
        background-color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 0;
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: center center;
		position: absolute;
        bottom: 10px;
    }
    
    .partners-mobile-slider-btn.disabled {
        opacity: 0.3;
        cursor: not-allowed;
        pointer-events: none;
    }
    
    .partners-mobile-next {
        right: 20px;
        background-image: url('/local/templates/new_site/assets/img/arrik1.png');
    }
    
    .partners-mobile-prev {
        right: 65px;
        background-image: url('/local/templates/new_site/assets/img/arrik2.png');
    }
    
    /* Точки навигации */
    .partners-mobile-slider-dots {
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 20px;
    }
    
    .partners-mobile-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ccc;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .partners-mobile-dot.active {
        background: #FF6B00;
        transform: scale(1.2);
    }
	.main__partners-card-img {
		max-width: 100%;
		margin: 0 0 24px 0;
	}
	.main__partners-card-block {
		max-width: 100%;
	}
	.main__partners-card.wide {
		gap: 0;
	}
	.main__partners-card-title {
		text-align: center;
	}

	.main__sec.life__sec {
		margin: 0px 0 60px 0;
	}
	.song__video {
		height: auto;
	}
	#map {
		height: 460px;
	}
	.specials__slider {
		margin: 0px 0 35px 0;
	}
}

@media screen and (max-width: 1000px) {
    	.footer .container {
		flex-direction: column;
		position: relative;
		gap: 0;
	}
	.footer__social-box {
		position: absolute;
		top: 0;
		right: 0;
	}
	.footer__social-text {
		width: 100%;
		text-align: left;
	}
	.footer__social-text br {
		display: none;
	}
	.footer__all-text {
		text-align: left;
	}
	.footer__links {
		order: -1;
		justify-content: flex-start;
		gap: 0;
		flex-direction: column;
        margin: 10px 0 40px;
	}
	.footer__social-sec {
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.main__title {
		font-size: 22px;
	}
	.main__object-item {
		padding: 18px 10px 30px;
	}
	.main__object-img {
		width: 100%;
		height: 300px;
		border-radius: 20px;
		max-width: 100%;
	}
	.main__object-title {
		font-size: 36px;
	}
	.main__object-price {
		font-size: 48px;
	}
	.objects__sec .container {
		gap: 48px;
	}
	.main__contacts-item {
		padding: 12px 16px 20px;
	}
	.company-items__number {
		font-size: 60px;
	}
	.news__main {
		display: flex;
		flex-direction: column;
	}


    /* Карточка внутри слайда */
    .partners-mobile-slide .main__partners-card {
		height: 520px;
    }

}


@media screen and (max-width: 500px) {
	.mobile__menu {
		padding: 50px 20px 24px;
	}
	.footer__social-item {
	    width: 30px;
	    height: 30px;
	}
}
@media screen and (max-width: 450px) {
    .partners-mobile-slide .main__partners-card {
		height: 560px;
    }
    .footer__social-items{
        gap: 5px;
    }
    .footer__social-item {
	    width: 28px;
	    height: 28px;
	}
}
@media screen and (max-width: 450px) {
    .footer__social-box-title {
        margin: 0 0 4px 0;
    }
}













