

/* Start:/local/templates/rsk/html/css/project.css?178066503811058*/
.projectsList {
    padding-bottom: 60px;
    padding-top: 10px;
}
.container {
    overflow: inherit !important;
}
body .about-companyNew {
    background: url(/local/templates/rsk/html/img/intro_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
body .about-companyNew:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(32 ,51 ,68, 0.9);
    top: 0;
    left: 0;
}
.projectsList li {
    list-style: none;
}
.projectsList__container {
    max-width: 1212px;
    margin: 0 auto;
    padding: 0 20px;
}
.projectsList__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
    padding: 0;
}
.projectsList__filter {
    padding: 10px;
    background: #fff;
    color: #000;
    border: 0;
    border-bottom: 1px solid #ff7c08;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1050px) {
    .projectsList__filter {
        padding: 8px;
    }
}
.projectsList__filter:hover {
    background: rgba(255, 124, 8, 0.12);
}
.projectsList__filter--active {
    background: #ff7c08;
    color: #fff;
    border-bottom-color: #ff7c08;
}
.projectsList__filter--active:hover {
    background: #ff7c08;
}
.projectsList__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}
.projectsList__item--hidden {
    display: none;
}
.projectsList__card {
    position: relative;
    display: block;
    height: 300px;
    overflow: hidden;
    background: #d9d9d9;
    color: #fff;
}
.projectsList__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectsList__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background-image: linear-gradient(-2.52deg, #203344 30.345%, rgba(80, 128, 170, 0) 91.768%);
}
.projectsList__title {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.projectsList__arrow {
    flex-shrink: 0;
    width: 27px;
    height: 22px;
}
@media (max-width: 768px) {
    .projectsList {
        padding: 40px 0;
    }
    .projectsList__container {
        padding: 0 8px;
    }
    .projectsList__filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 16px;
        padding-bottom: 4px;
        scrollbar-width: none;
    }
    .projectsList__filters::-webkit-scrollbar {
        display: none;
    }
    .projectsList__filter {
        flex-shrink: 0;
        font-size: 14px;
        white-space: nowrap;
    }
    .projectsList__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.materialsBlock {
    padding: 60px 0;
}
.materialsBlock__container {
    max-width: 1212px;
    margin: 0 auto;
    padding: 0 20px;
}
.materialsBlock__title {
    margin: 0 0 32px;
    font-family: "Montserrat", "Rubik", Arial, sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase;
}
.materialsBlock__slider ul {
    padding: 0;
}
.materialsBlock__slider-wrap {
    position: relative;
}
.materialsBlock__slider.swiper {
    padding: 12px;
    margin: -12px;
    overflow: hidden;
}
.materialsBlock__card.swiper-slide {
    width: 273px;
    height: auto;
}
.materialsBlock__card {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.materialsBlock__image {
    width: 100%;
    height: 200px;
    background: #d9d9d9;
    overflow: hidden;
}
.materialsBlock__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.materialsBlock__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
}
.materialsBlock__name {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}
.materialsBlock__price {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #ff7c08;
}
.materialsBlock__price-sup {
    font-size: 13px;
    vertical-align: baseline;
    top: 0;
}
.materialsBlock__button {
    width: 100%;
    margin-top: auto;
    padding: 20px;
    background: transparent;
    border: 1px solid #ff7c08;
    color: #ff7c08;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
}
.materialsBlock__button:hover {
    background: #ff7c08;
    color: #fff;
}
.materialsBlock__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    background: #b8b8b8;
    border: 0;
    color: #fff;
    transform: translateY(-50%);
    transition: background-color 0.2s ease;
}
.materialsBlock__nav:hover {
    background: #a0a0a0;
}
.materialsBlock__nav svg {
    width: 13px;
    height: 22px;
    opacity: 0.75;
}
.materialsBlock__nav--prev {
    left: -55px;
}
.materialsBlock__nav--next {
    right: -55px;
}
.materialsBlock__nav.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}
.materialsBlock__nav.swiper-button-disabled:hover {
    background: #b8b8b8;
}
@media (max-width: 1024px) {
    .materialsBlock {
        padding: 40px 0;
    }
    .materialsBlock__container {
        padding: 0 8px;
    }
    .materialsBlock__title {
        margin-bottom: 24px;
    }
    .materialsBlock__nav {
        display: none;
    }
}
@media (max-width: 768px) {
    .materialsBlock {
        padding: 30px 0;
    }
    .materialsBlock__title {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.projectBlock {
    padding-top: 10px;
    padding-bottom: 60px;
}
.projectBlock__container {
    max-width: 1212px;
    margin: 0 auto;
    padding: 0 20px;
}
.projectBlock__layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.projectBlock__gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 0 0 675px;
    max-width: 675px;
    min-width: 0;
}
.projectBlock__main {
    width: 100%;
    height: 600px;
    background: #d9d9d9;
    overflow: hidden;
}
.projectBlock__main .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
}
.projectBlock__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectBlock__controls {
    display: flex;
    align-items: center;
    gap: 27px;
    width: 100%;
}
.projectBlock__nav {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    background: #b8b8b8;
    border: 0;
    color: #fff;
    transition: background-color 0.2s ease;
}
.projectBlock__nav svg {
    width: 13px;
    height: 22px;
    opacity: 0.75;
}
.projectBlock__nav:hover {
    background: #a0a0a0;
}
.projectBlock__nav--prev svg {
    margin-right: 1px;
}
.projectBlock__nav--next svg {
    margin-left: 1px;
}
.projectBlock__thumbs {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.projectBlock__thumbs .swiper-wrapper {
    align-items: center;
}
.projectBlock__thumbs .swiper-slide {
    width: 80px;
    height: 80px;
    background: #d9d9d9;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}
.projectBlock__thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.projectBlock__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectBlock__info {
    flex: 0 0 477px;
    max-width: 477px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.projectBlock__description {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.projectBlock__description p {
    margin: 0 0 20px;
}
.projectBlock__description p:last-child {
    margin-bottom: 0;
}
.projectBlock__specs {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}
.projectBlock__specs th,
.projectBlock__specs td {
    padding: 10px;
    font-weight: 400;
    vertical-align: middle;
    border: 1px solid #b6b6b6;
}
.projectBlock__specs tbody th {
    width: 179px;
}
.projectBlock__specs tbody td {
    padding-left: 20px;
}
.projectBlock__specs-head th {
    background: #ff7c08;
    color: #fff;
    border-color: #ff7c08;
}
.projectBlock__specs-head th:first-child {
    width: 179px;
}
.projectBlock__specs-head th:last-child {
    padding-left: 20px;
}
@media (max-width: 1280px) {
    .projectBlock__gallery {
        flex: 1 1 auto;
        max-width: none;
    }
    .projectBlock__main {
        height: auto;
        aspect-ratio: 675/600;
    }
}
@media (max-width: 1024px) {
    .projectBlock {
        padding: 40px 0;
    }
    .projectBlock__layout {
        gap: 10px;
    }
    .projectBlock__gallery {
        flex: 1 1 0;
        min-width: 0;
    }
    .projectBlock__controls {
        gap: 10px;
    }
    .projectBlock__nav {
        display: none;
    }
    .projectBlock__thumbs .swiper-slide {
        width: auto;
        height: auto;
        aspect-ratio: 1/1;
        flex: 1 1 0;
    }
    .projectBlock__info {
        flex: 0 0 420px;
        max-width: 420px;
    }
}
@media (max-width: 768px) {
    .projectBlock {
        padding: 30px 0;
    }
    .projectBlock__container {
        padding: 0;
    }
    .projectBlock__layout {
        flex-direction: column;
        gap: 10px;
    }
    .projectBlock__gallery {
        width: 100%;
    }
    .projectBlock__info {
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
        padding: 0 8px;
    }
    .projectBlock__specs, .projectBlock__specs-head {
        font-size: 14px;
    }
    .projectBlock__specs th,
    .projectBlock__specs td {
        padding: 10px;
    }
    .projectBlock__specs tbody th {
        width: 140px;
    }
    .projectBlock__specs tbody td {
        padding-left: 10px;
    }
    .projectBlock__specs-head th:last-child {
        padding-left: 10px;
    }
}

body .certificates__title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 32px;
}
@media (max-width: 1275px) {
    .materialsBlock__nav {
        display: none;
    }
    body .certificates .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 900px) {
    body .breadcrumbs {
        margin-top: 0px;
    }
    .projectsList {
        padding-top: 5px;
    }
    body .page {
        padding-top: 150px;
    }
}
@media (max-width: 768px) {
    body .certificates__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    body .certificates .slick-arrow {
        display: block !important;
    }
    body .certificates__title {
        text-align: center;
    }
}

/* End */


/* Start:/local/templates/rsk/components/bitrix/news.list/faq_list/style.css?1782373911150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/webnanny/webforms/assets/css/forms.css?1565334212102*/
.modal-order__policy input.error~span, .req-block__form-policy input.error~span{
    color: #b52015;
}
/* End */
/* /local/templates/rsk/html/css/project.css?178066503811058 */
/* /local/templates/rsk/components/bitrix/news.list/faq_list/style.css?1782373911150 */
/* /local/components/webnanny/webforms/assets/css/forms.css?1565334212102 */
