

/* Start:/local/templates/akuvox_template/components/bitrix/news.list/bigslider/style.css?17768641364033*/
.uk-slideshow, .uk-slideshow-items {
    position: relative;
    width: 100%;
}
.uk-slideshow-items {
    height: 680px;
}
.slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
.mit-slider {
    overflow: hidden;
    border-radius: 10px;
}
.slider-item-inner {
    max-width: 1280px;
    height: 100%;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.slider-item-content {
    display: flex;
    flex-direction: column;
}
.slider-preview-text {
    display: flex;
    align-items: center;
    background: rgba(255 255 255 / 50%);
    width: fit-content;
    height: 42px;
    border-radius: 25px;
    padding: 0 10px;
    margin: 20px 0;
    box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
}
.slider-item-content h2 {
    margin-top: 0;
    font-weight: 400;
    font-size: 50px;
    max-width: 70%;
    margin-bottom: 0;
    line-height: 48px;
}
.slide-text {
    margin-top: 10px;
    max-width: 450px;
    opacity: 0.7;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #f6f6f6;
    display: block;
}
 .slider-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: radial-gradient(54.55% 99.17% at 2.16% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), linear-gradient(182.22deg, #E7B765 -14.51%, #B98B57 106.8%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    border: none;
    width: fit-content;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.slider-link:hover {
    background: radial-gradient(111% 180% at 69.5% 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), linear-gradient(182.26deg, #E7B765 -14.46%, #946B45 98.1%);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.custom-nav-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border: none;
    border-radius: 50%;
    top: unset !important;
    bottom: 20px !important;
    margin: 0 40px;
    position: relative;
    background: transparent;
}
.custom-nav-slider:hover::before {
    background: #e7b765;
}
.custom-nav-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 1.5px;
    background: linear-gradient(180deg, #404a51, #151d25);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}
@media (max-width: 1200px) {
    .uk-slideshow-items {
        height: 480px;
    } 
}
@media (max-width: 1000px) {
    .slider-item-inner {
        padding-top: 50px;
    }
    .slider-item-content h2, .slide-text {
        max-width: unset;
    }
}
@media (max-width: 960px) {
    .uk-slideshow-items {
        height: 460px;
    } 
    .slider-item-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 640px) {
    .uk-slideshow-items {
        height: 635px;
    } 
    .slider-item-inner {
        align-items: flex-start;
        text-align: right;
    }
    .slider-item {
        background-position: bottom center;
    }
    .slider-link {
        justify-content: center;
        align-self: flex-end;
    }
}
@media (max-width: 480px) {
    .uk-slideshow-items {
        height: 665px;
    } 
    .slider-item-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .slider-item {
        background-size: auto;
    }
    .slider-preview-text {
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    .uk-slideshow-items {
        height: 610px;
    } 
}
.uk-dotnav {
    justify-content: center;
    margin: 10px 0;
    z-index: 10;
    position: relative;
}
/* End */


/* Start:/local/templates/akuvox_template/components/bitrix/news.list/solutions_list/style.css?17768626031457*/
.news-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
}

.news-item {
	display: flex;
	flex-direction: column;
}

.news-list img.preview_picture {
	width: 100%;
	height: 350px;
	border-radius: 10px;
	margin-bottom: 16px;
	object-fit: cover;
}

.news-date-time {
	color: #486DAA;
}

.news-item-caption {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 15px;
}

.news-list .news-item-caption b {
	color: #F6F6F6;
	font-size: 20px;
	font-weight: 500;
	line-height: 90%;
}

.news-list .news-item-caption span {
	color: #F6F6F6B2;
	font-size: 17px;
}

@media (max-width: 1024px) {
	.news-list {
		margin-top: 80px;
		row-gap: 24px;
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 768px) {
	.news-list img.preview_picture {
		max-height: 185px;
	}
}
.news-item-notes {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	list-style-type: none;
	gap: 10px;
	margin: 0 0 20px 0;
	padding: 0;
}
.news-item-notes .note-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
	opacity: 0.7;
}
.news-item-notes .note-item::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    top: 9px;
    left: 0;
}
.news-item-notes .note-item:first-child::before {
	display: none;
}
/* End */


/* Start:/local/templates/akuvox_template/components/bitrix/catalog.section.list/add_sections/style.css?17762471891065*/
.rent {
    margin-top: 50px;
}
.add-sections-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    gap: 25px;
}
@media (max-width: 1000px) {
    .add-sections-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .rent {
        margin-top: 0;
    }
}
.sections-item {
    position: relative;
    border-radius: 10px;
    border: 1px solid #585353;
    overflow: hidden;
    transition: border-color 0.25s;
}
.sections-item:hover {
    border-color: #adadad;
}
.sections-item img {
    width: 100%;
    height: auto;
}
.sections-item .d-f-c {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    gap: 15px;
    margin-top: 3%;
}
.sections-item-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.category-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    margin: 0 auto;
}
.category-btn svg {
    fill: #fff;
    width: 15px;
    height: 15px;
}
/* End */


/* Start:/local/templates/akuvox_template/components/bitrix/news.list/items_slider/style.css?17762471893872*/
 .goods-slider {
    position: relative;
 }
.goods-intro {
    text-align: center;
    margin-bottom: 50px;
}
.goods-subtitle {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
}
.goods-title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}
 .uk-slider-items {
    gap: 15px;
    box-sizing: border-box;
 }
 .slider-good {
    box-sizing: border-box;
    width: calc(25% - 12px);
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
    border-radius: 10px;
    border: 1px solid #383838;
    box-sizing: border-box;
    text-decoration: none;
    color: #f6f6f6;
 }
.uk-dotnav {
    display: none !important;
}
.uk-dotnav > * > * { 
    background: #323234 !important;
}
.uk-dotnav > .uk-active > * {
    background-color: rgb(231 183 101) !important;
}
@media (max-width: 1200px) {
     .slider-good {
        width: calc(33.333% - 12px);
     }
}
@media (max-width: 900px) {
     .slider-good {
        width: calc(50% - 12px);
     }
     .goods-intro {
        text-align: left;
     }
     .goods-title h2 {
        font-size: 24px;
     }
}
@media (max-width: 460px) {
     .slider-good {
        width: 100%;
     }
     .uk-dotnav {
        display: flex !important;
        margin: 20px auto 0 !important;
        padding-bottom: 20px !important;
        width: 80%;
     }
     .goods-nav {
        bottom: 0;
        transform: unset !important;
        translate: unset !important;
        top: unset !important; 
        z-index: 10 !important;
     }
}
 .slider-good::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #383839 0%, #161617 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    border-radius: inherit;
}
.slider-good .d-f-c {
    padding: 0 15px;
    margin-bottom: 10px;
}
.slider-good:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.slider-good:hover::before {
    opacity: 1;
}
.slider-good .detail-page-button {
    width: 85%;
    margin: auto auto 0;
    font-size: 18px;
    background: radial-gradient(54.55% 99.17% at 2.16% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), linear-gradient(182.22deg, #E7B765 -14.51%, #B98B57 106.8%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    height: 44px;
    visibility: hidden;
    color: #fff;
}
.slider-good.hover .detail-page-button {
    opacity: 1;
    height: 44px;
    visibility: visible;
    transition: opacity 0.3s ease, height 0.3s ease;
}
.hit-label {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 15px;
    background:#ffb941;
    color: #000;
    display: flex;
    width: fit-content;
    text-align: center;
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 5px;
}
.slider-good-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.slider-good img {
    height: 250px;
    object-fit: cover;
}
.slider-good-name {
    font-size: 17px;
    font-weight: 400;
    color: #f6f6f6;
}
.slider-good-price {
    font-size: 20px;
    color: #e7b765 !important;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 20px;
}
.slider-good-price a {
    color: #e7b765 !important;
}
.goods-nav {
    margin: 0;
    color: #fff !important;
}
.goods-nav svg {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 10px;
}
@media (max-width: 900px) {
     .slider-good .detail-page-button {
        opacity: 1;
        visibility: visible;
     }
}
/* End */


/* Start:/local/templates/akuvox_template/components/bitrix/news.list/main_news/style.css?17762471881845*/
.content {
    padding: 50px 0;
}

.news-block {
    padding: 50px 0px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-block h2,
.news-block a {
    color: #fff !important;
    font-weight: 400;
}

.news-block h2 {
    font-size: 32px;
}

.news-block__link {
    text-decoration: none;
    font-weight: 500;
    color: #ffffffb8;
    transition: color 0.3s ease;
}

.news-block__link:hover {
    color: #fff;
}

.main-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.main-news__item {
    width: calc(50% - 15px);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.main-news__item:hover {
    transform: translateY(-5px);
}

.main-news__image {
    width: 100%;
    height: 354px;
    object-fit: cover;
    border-radius: 10px;
}

.main-news__content {
    padding: 20px 0px;
}

.main-news__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.main-news__text {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffffb8;
}

/* Адаптивность */
@media (max-width: 992px) {
    .main-news__item {
        width: 100%;
    }

    .main-news {
        gap: 20px;
        margin: 40px 0;
        margin-top: 0;
    }

    .main-news__image {
        height: 250px;
    }

    .main-news__title {
        font-size: 20px;
    }

    .main-news__text {
        font-size: 16px;
    }

    .news-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .news-block h2 {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .news-block {
    padding: 50px 0px 40px;
    }
}
/* End */
/* /local/templates/akuvox_template/components/bitrix/news.list/bigslider/style.css?17768641364033 */
/* /local/templates/akuvox_template/components/bitrix/news.list/solutions_list/style.css?17768626031457 */
/* /local/templates/akuvox_template/components/bitrix/catalog.section.list/add_sections/style.css?17762471891065 */
/* /local/templates/akuvox_template/components/bitrix/news.list/items_slider/style.css?17762471893872 */
/* /local/templates/akuvox_template/components/bitrix/news.list/main_news/style.css?17762471881845 */
