.gallery-pagination .swiper-pagination-bullet-active, .gallery-pagination-1 .swiper-pagination-bullet-active {
    transform: scale(1.2);
    width: 5px;
    height: 5px;
}

.gallery-pagination .swiper-pagination-bullet, .gallery-pagination-1 .swiper-pagination-bullet {
    margin-right: 8px;
}

.swiper-button-disabled {
    pointer-events: none;
}

/**/
.page-content {
    color: #4A4F5A;
    font-size: 16px;
    line-height: 140%;
    counter-reset: section;
}

.page-content p {
    line-height: 140%;
    margin: 0 0 16px 0;
}

.page-content * + p {
    margin-top: 16px;
}

.page-content small,
.page-content .uk-text-small {
    display: block;
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}

.page-content .gallery {
    margin-bottom: 16px;
}

.page-content h3 {
    margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
    .page-content .uk-grid img:not([data-svg]) {
        width: 100%;
    }
}

.advantages + .advantages {
    border-top: 1px solid #DBDCE0;
    margin-top: 0;
}

.table-container table {
    width: 100%;
}

.typical .page-side .news__items:after,
.typical .page-side .news__items:before {
    display: none;
}

.img-w-100 img {
    width: 100%;
}

/**/
.advantages__item:not([class*=uk-width]) {
    width: 33.333%;
}

.advantages__item[class*=uk-width]:last-child {
    border-right: unset;
    padding-right: 0;
}

@media screen and (max-width: 959px) {
    .advantages__item[class*=uk-width] {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 959px) {
    .advantages__item[class*=uk-width] {
        border-right: unset;
    }
}

.prod__title:last-child {
    margin-bottom: 0;
}

.page-ctg-row li.uk-active a {
    color: #fff;
    background: #5c8ed1;
}

.header-drop__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (max-width: 959px) {
    .header-drop__left {
        flex-direction: column-reverse;
        gap: 32px;
    }
}

@media screen and (max-width: 959px) {
    .menu__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 959px) {
    .header-drop-phones .form__text-link, .phones-desc {
        font-size: 20px;
    }

    .header-btns .m-btn-small {
        font-size: 14px;
    }
}

.header-drop {
    z-index: 1;
}

.filter-select .custom-select-options ul li {
    padding: 0;
}

.filter-select .custom-select-options ul li label {
    padding: 9px 16px;
}

.filter-select .disabled {
    pointer-events: none;
    opacity: .7;
}

.type .text-content ol {
    counter-reset: section;
}

.m-check span {
    display: block;
    margin-right: 8px;
    min-width: 16px;
    max-width: 16px;
    width: 100%;
    height: 16px;
    position: relative;
    background: #fff;
    border: 1px solid #dbdce0;
    transition: box-shadow .2s, border-color .2s, -webkit-box-shadow .2s;
}

.m-check span svg {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .2s, .2s -webkit-transform;
    transition: opacity .2s, .2s transform;
    transition: opacity .2s, .2s transform, .2s -webkit-transform;
}

.m-check:hover span {
    border: 1px solid #f85456;
    -webkit-box-shadow: 0 0 8px rgba(248, 84, 86, .4);
    box-shadow: 0 0 8px rgba(248, 84, 86, .4);
    border-radius: 2px
}

.m-check input:checked ~ span svg {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}


.prod__img {
    height: 252px;
}

.prod .m-bg-cont {
    -webkit-background-size: contain;
    background-size: contain;
}

.article-content.text-content:not(.article-props) > div > img {
    width: 100%;
}

.not-banner .uk-sticky-fixed .header {
    background-image: unset;
}

.advantages__item img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.gallery__centered .m-bg-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 0;
}

.gallery__centered .m-bg-cont img:nth-child(1) {
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.projects-block-container .gallery__centered .swiper-slide {
    aspect-ratio: 16/8;
}

.project-logo {
    max-width: 200px;
}

.slider__button-static {
    position: static;
    transform: unset;
}

.index-slider-wrap {
    margin-bottom: 48px;
    margin-top: 48px;
}

.hero-section {
    background-color: #141a25;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-section-body {
    min-height: 600px;
    padding-top: 157px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

@media screen and (max-width: 959.98px) {
    .hero-section-body {
        min-height: auto;
        padding-top: 88px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 959.98px) {
    .first__right {
        margin-top: 0;
    }
}

.hero-section-body .swiper {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 959.98px) {
    .hero-section-body .swiper {
        overflow: visible;
    }

    .hero-section-body .swiper-slide {
        height: auto;
    }

    .hero-section-body .first__left {
        align-items: end;
    }

    .hero-section-body .first__container {
        gap: 24px;
        height: 100%;
    }
}

.container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (max-width: 1199.98px) {
    .container {
        max-width: 1000px;
    }
}

.first__container {
    height: auto;
}

.index-slider-controls {
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 14px;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media screen and (max-width: 959.98px) {
    .index-slider-controls {
        position: static;
    }
}

@media screen and (min-width: 959.98px) {
    .index-slider-controls .gallery-pagination-1 {
        justify-content: flex-start;
    }
}

.index-slider-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 959.98px) {
    .index-slider-arrows {
        display: none;
    }
}

@media screen and (max-width: 639.98px) {
    .first__left {
        margin-bottom: 0;
    }
}


.chess__item {
    display: block;
    overflow: hidden;
}

.chess__text {
    background-color: #fff;
}

.chess__img {
    transition: transform .3s;
}

.chess__text p {
    color: #353535;
}

.chess__item[href]:hover .m-link-s {
    color: #FF834E;
}

.chess__item[href]:hover .m-link-s span:before {
    background-color: #FF834E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.chess__item[href]:hover .m-link-s svg {
    fill: #FF834E;
    -webkit-transform: translate(7px);
    transform: translate(7px)
}

.chess__item[href]:hover .chess__img {
    transform: scale(1.08);
}

.today {
    background: url('/local/templates/cult/img/content/today-bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.projects {
    overflow: hidden;
}

.bx-filter .bx-ui-slider-pricebar-v, .bx-filter .bx-ui-slider-handle {
    background: #76A2DD;
}

.bx-filter .bx-ui-slider-handle {
    width: 24px;
    height: 24px;
}

.bx-filter .bx-ui-slider-track {
    background: #eaebee;
    min-width: 200px;
    margin-bottom: 24px;
    height: 6px;
}

.bx-filter .form-label-slider {
    margin-bottom: 16px;
}

@media screen and (max-width: 959.98px) {
    .bx-filter .bx-ui-slider-track {
        margin-bottom: 32px;
    }
	
	.chess__item[href]:hover .chess__img {
		transform: scale(1) !important;
	}
}

.bx-filter .bx-ui-slider-part.p1, .bx-filter .bx-ui-slider-part.p5 {
    width: 24px;
    height: 24px;
}

.bx-filter .bx-ui-slider-part.p1 span, .bx-filter .bx-ui-slider-part.p5 span {
    font-size: 15px;
    bottom: -27px;
}

.bx-filter .bx-ui-slider-part span {
    margin-left: -50px;
}

.bx-filter .bx-ui-slider-part span {
    bottom: -24px;
    font-size: 13px;
}

.gallery__inner img {
    max-width: 75%;
}

.prod__desc {
    font-weight: 400;
    font-size: 16px;
    color: #4A4F5A;
    line-height: 120%;
}

.type .text-content table th {
    padding: 0;
    width: 70%;
}

.hero-section-body {
    padding-bottom: 40px;
}

@media screen and (max-width: 959.98px) {
	.hero-section.hero-section-video {
		
	}
	.hero-section.hero-section-video .container {
		display: flex;
		align-items: flex-end;
		min-height: 600px;
	}
}
