

/* Start:/local/templates/tus/components/bitrix/news.list/mainpage__slider/style.css?17882482063798*/
.hero__slider-button.swiper-button-prev,
.hero__slider-button.swiper-button-next {
	border: 1px solid rgba(255, 255, 255, .3);
	background: transparent;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	bottom: 100px;
	top: auto;
}
.hero__slider-button.swiper-button-prev:after,
.hero__slider-button.swiper-button-next:after {
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19518 16.0675C9.25329 16.0095 9.29939 15.9406 9.33084 15.8647C9.3623 15.7888 9.37849 15.7075 9.37849 15.6253C9.37849 15.5432 9.3623 15.4619 9.33084 15.386C9.29939 15.3101 9.25329 15.2412 9.19518 15.1832L4.63659 10.6253H16.878C17.0438 10.6253 17.2027 10.5595 17.3199 10.4423C17.4371 10.3251 17.503 10.1661 17.503 10.0003C17.503 9.83459 17.4371 9.67562 17.3199 9.55841C17.2027 9.4412 17.0438 9.37535 16.878 9.37535H4.63659L9.19518 4.81753C9.31246 4.70026 9.37834 4.5412 9.37834 4.37535C9.37834 4.2095 9.31246 4.05044 9.19518 3.93316C9.07791 3.81588 8.91885 3.75 8.75299 3.75C8.58714 3.75 8.42808 3.81588 8.31081 3.93316L2.68581 9.55816C2.6277 9.61621 2.5816 9.68514 2.55014 9.76101C2.51869 9.83688 2.5025 9.91821 2.5025 10.0003C2.5025 10.0825 2.51869 10.1638 2.55014 10.2397C2.5816 10.3156 2.6277 10.3845 2.68581 10.4425L8.31081 16.0675C8.36885 16.1256 8.43778 16.1717 8.51366 16.2032C8.58953 16.2347 8.67086 16.2508 8.75299 16.2508C8.83513 16.2508 8.91646 16.2347 8.99233 16.2032C9.06821 16.1717 9.13714 16.1256 9.19518 16.0675Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 0 0 transparent;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	content: "";
}
.hero__slider-button.swiper-button-prev {
	right: 140px;
	left: auto;
}
.hero__slider-button.swiper-button-next {
	right: 70px;
}
.hero__slider-button.swiper-button-next:after {
	transform: rotate(180deg);
}
.hero__slider-button.swiper-button-prev:hover,
.hero__slider-button.swiper-button-next:hover {
	border: 1px solid rgba(255, 255, 255, .8);
}
.hero__thumbs.swiper-thumbs {
	top: 20vh;
}
@media (max-width: 47.9988em) {
	.hero__slider .hero__slider-button{
		display: none;
	}
}

 .hero-item__details-list{
     overflow: visible;
}
 .hero-item__mortgage{
     position: absolute;
     left: 0;
     right: 0;
     bottom: calc(100% + 12px);
     box-sizing: border-box;
     background: #FF6A00;
     border-radius: 1rem;
     padding: 1.5rem;
     color: #fff;
}
 .hero-item__mortgage-title{
     font-size: 1rem;
     line-height: 1.2;
     color: rgba(255,255,255,.7);
     margin-bottom: 6px;
}
 .hero-item__mortgage-body{
     display: flex;
     align-items: flex-end;
     gap: 3px;
}
 .hero-item__mortgage-icon{
     flex: none;
     width: 1rem;
     height: 1rem;
     margin-right:7px;
}
 .hero-item__mortgage-percent{
     font-size: 2rem;
     line-height: 0.95;
}
 .hero-item__mortgage-text{
     font-size: 1rem;
     color: rgba(255,255,255,1);
     line-height: 1;
}
 @media (max-width: 1599px){
     .hero-item__details {
         bottom: 34%;
    }
}
 @media (max-width: 1279px){
     .hero-item__details {
         bottom: 30%;
    }
}
 @media (max-width: 1023px){
.hero__slider-button.swiper-button-prev,
	.hero__slider-button.swiper-button-next{
bottom:250px !important;
}
     .hero-item__mortgage-percent {
         font-weight: 500;
         font-size: 1.25rem;
         line-height: 95%;
         letter-spacing: -0.02em;
    }
     .hero-item__mortgage-body {
         justify-content: center;
    }
     .hero-item__mortgage-title{
         display:none;
    }
     .hero-item__mortgage{
         padding:1rem;
         border-radius:0;
         background: rgba(255, 97, 0, 0.2);
         border-bottom: 1px solid rgba(255, 255, 255, 0.3);
         backdrop-filter: blur(5px);
         bottom:100%;
    }
}

/* End */


/* Start:/local/templates/tus/components/bitrix/news.list/mainpage__ticker/style.css?1778665104598*/
.hero__bottom {
    overflow: hidden;
    width: 100%;
}

.hero__bottom-track {
    display: flex;
    width: max-content;
    animation: hero-marquee 30s linear infinite;
    will-change: transform;
}

.hero__bottom-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 40px;
    white-space: nowrap;
}

.hero__bottom:hover .hero__bottom-track {
    animation-play-state: paused;
}

@keyframes hero-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
/* End */


/* Start:/local/templates/tus/components/tus/empty/filter/style.css?1767016298131*/
[hidden] {
    display: none !important;
}
[readonly] {
    pointer-events: none !important;
    opacity: 0.6 !important;
}

/* End */
/* /local/templates/tus/components/bitrix/news.list/mainpage__slider/style.css?17882482063798 */
/* /local/templates/tus/components/bitrix/news.list/mainpage__ticker/style.css?1778665104598 */
/* /local/templates/tus/components/tus/empty/filter/style.css?1767016298131 */
