

/* Start:/bitrix/templates/redesign/components/bitrix/news.list/new-fs/style.css?17610511678609*/
.new-fs img {
    width: 100%;
    height: auto;
}

.new-fs__item-additional:not(.slick-initialized) {
    flex-direction: row;
    overflow: hidden;
    align-items: flex-start;
}

.new-fs__item-additional:not(.slick-initialized)>div {
    flex: 0 0 100%;
}

.new-fs__item {
    position: relative;
}

.new-fs__item-text {
    position: absolute;
    top: calc(295*100vw/1440);
    left: 0;
    right: 0;
    bottom: 0;
}

.new-fs__nav {
    position: absolute;
    bottom: calc(61*100vw/1440);
    right: calc(218*100vw/1440);
    cursor: pointer;
}

ul.slick-dots.header_dots {
    position: static;
}

.new-fs {
    position: relative;
}

.new-fs__item-header {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 89px;
    line-height: 156px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.zvukoizolyatsiya .new-fs__item-header {
    text-transform: none;
}

.new-fs__item-above-header {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.new-fs__item-under-header {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: -18px auto 0;
    max-width: 600px;
}

a.new-fs__item-link {
    display: flex;
    width: 255px;
    height: 52px;
    margin: 30px auto 136px;
    background: #B95900;
    border-radius: 1000px;
    align-items: center;
    justify-content: center;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;

}

.new-fs__nav {
    width: 134px;
    height: 134px;
    border: 0.645324px solid rgb(255 255 255 / 30%);
    border-radius: 50%;
}

.new-fs__nav-arrow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/bitrix/templates/redesign/components/bitrix/news.list/new-fs/../../../../images/main-slider-arrow.svg) center center no-repeat;
}

.new-fs__nav-arrow {
    z-index: 2;
}

.new-fs__nav-dots-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.new-fs__nav-dots-count {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11.2164px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

ul.slick-dots.header_dots {
    width: auto;
    margin: 0;
    padding: 0;
}

ul.slick-dots.header_dots li {
    display: none;
    width: auto;
    height: auto;
}

ul.slick-dots.header_dots li.slick-active {
    display: block;
}

ul.slick-dots.header_dots li button::before {
    content: '0';
    color: white;
    position: static;
    font-size: inherit;
}

ul.slick-dots.header_dots li button {
    width: auto;
    height: auto;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
}

a.new-fs__item-link:hover {
    background: white;
    color: #1B1B1B;
    text-decoration: none;
}

.new-fs__item-additional {
    margin-top: 67px;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-fs__item-additional span:first-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.new-fs__item-additional span:last-child {
    margin-top: 6px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.new-fs__item-additional {
    max-width: 591px;
    margin-left: auto;
    margin-right: auto;
}

.new-fs__item-header+.new-fs__item-additional {
    margin-top: 0;
}
.new-fs__item-additional--new{
    display: flex;   
    justify-content: space-between;

}
.new-fs__item-additional--new > div{
    position: relative;
    flex: 0 1 calc(33.333% - 14px);
    gap: 12px;
}
.new-fs__item-additional--new > div:not(:last-child)::before{
    content: '';
    position: absolute;
    right: -5%;
    width: 53px;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    margin: auto;
}
.new-fs__item-additional--new > div:first-child::before{
    right: -3%;
}
.new-fs__item-additional--new > div:last-child::before{
    right: 0;
}
.new-fs__item-additional--new span:first-child{
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.new-fs__item-additional--new span:last-child{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: rgba(255, 255, 255, 0.9); 
}
.new-fs__item-text{
    top: calc(224* 100vw / 1440);
}
.new-fs img{
    min-height: 720px;
}
@media (max-width: 1439px) {
    .new-fs__item-text {
        top: calc(200*100vw/1440);
    }
}

@media (max-width: 1199px) {
    .new-fs__item-header {
        font-size: 70px;
        line-height: 90px;
    }
    .new-fs__item-under-header {
        margin-top: -5px;
    }
    .new-fs__item-additional {
        margin-top: 30px;
    }
    a.new-fs__item-link {
        margin-top: 30px;
    }
    .new-fs__item-header+.new-fs__item-additional {
        margin-top: 0;
    }
    .new-fs__nav {
        width: 100px;
        height: 100px;
        bottom: calc(30*100vw/1440);
        right: calc(150*100vw/1440);
    }
    .new-fs__nav-dots-wrapper {
        bottom: 5px;
    }
    ul.slick-dots.header_dots li button {
        font-size: 20px;
        line-height: 30px;
    }
    .new-fs__item-additional span:last-child {
        margin-top: 0;
    }
    .new-fs__item-additional--new{
        flex-wrap: wrap;
        gap: 40px 0;
        justify-content: center;
    }
    .new-fs__item-additional--new > div:first-child::before {
        right: 0;
    }
    .new-fs__item-additional--new > div:nth-child(2):before {
        content: none;
    }
    .new-fs__item-additional--new > div{
        flex: 0 1 calc(50% - 14px);
    }
}

@media (max-width: 991px) {
    .new-fs__item-under-header {
        font-size: 18px;
        line-height: 24px;
    }
    .new-fs__item-header {
        font-size: 60px;
        line-height: 80px;
    }
    .new-fs__item-additional span:first-child {
        font-size: 18px;
        line-height: 24px;
    }
    a.new-fs__item-link {
        margin-top: 20px;
    }
    .new-fs__item-additional {
        margin-top: 20px;
    }
    .new-fs__item-additional--new > div:first-child::before{
        right: -3%;
    }
}

@media (min-width: 768px) {
    .new-fs__nav-arrow {
        background-image: none;
    }
    .new-fs__nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .new-fs img {
        height: 790px;
        object-fit: cover;
    }
    .new-fs__item-text {
        top: 47%;
        transform: translateY(-50%);
    }
    .new-fs__item-header {
        font-size: 55px!important;
        line-height: 69px;
    }
    .new-fs__item-under-header {
        font-size: 16px;
        line-height: 23px;
        margin-top: 18px;
        padding: 0 60px;
    }
    .new-fs__item-additional {
        margin-top: 18px;
    }
    .new-fs__item-additional span {
        font-size: 16px!important;
        line-height: 23px!important;
    }
    a.new-fs__item-link {
        margin-top: 30px;
        margin-bottom: 90px;
    }
    .new-fs__nav {
        right: 15px;
        bottom: 20px;
        display: none;
    }
    .new-fs__nav-dots-count {
        font-size: 8px;
    }
    ul.slick-dots.header_dots li button {
        font-size: 17px;
    }
    .new-fs__item-additional--new{
        flex-direction: column;
        gap: 40px;
        max-width: max-content;
        margin: auto;
    }
    .new-fs__item-additional--new > div:not(:last-child)::before{
        content: '';
        bottom: -20px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        top: unset;
		width: 66%;
    }
}

@media(max-width:575px){
    .new-fs img{
        height:820px;
    }
    a.new-fs__item-link {
        margin-bottom: 60px;
    }
    .new-fs__item-text{
        top: 44%;
    }
}
@media(max-width:460px){
    /* a.new-fs__item-link {
        margin-bottom: 40px;
    } */
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/sales/style.css?16516596184225*/
.sales {
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 65px 0 69px;
}

.sales h2 {
    margin: 0 0 63px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 88px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.sales__row {
    display: flex;
    margin-bottom: 107px;
}

.sales__note {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: baseline;
    column-gap: 7px;
}

.sales__note span {
    font-size: 30px;
    line-height: 44px;
}

.sale-wrapper:nth-child(2) {
    margin: 0 auto;
}

.sale {
    background: #353535;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 30px;
    position: relative;
}

.sale__description {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}

span.sale__value-numeric {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 62px;
    line-height: 90px;
    text-transform: uppercase;
    color: #FFFFFF;
}

span.sale__value-percent {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 49px;
    line-height: 71px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 12px 0 5px;
}

span.sale__value-text {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.sale__value {
    display: flex;
    align-items: baseline;
    margin-bottom: 154px;
    /*padding-left: 10px;*/
    position: relative;
}

.sale:before {
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.4);
    top: 15px;
    bottom: 15px;
    left: 14px;
    right: 14px;
    z-index: 0;
}

.sale-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 30px;
    background: linear-gradient(to bottom, #353535, #353535 30px, transparent 31px), linear-gradient(to top, #353535, #353535 30px, transparent 31px);
    z-index: 1;
}

.sale-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 31px;
    background: linear-gradient(to bottom, #353535, #353535 30px, transparent 31px), linear-gradient(to top, #353535, #353535 30px, transparent 31px);
    z-index: 1;
}

@media (max-width: 1199px) {
    .sales__row {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .sale__value {
        padding-left: 0;
        margin-bottom: 100px;
    }
    span.sale__value-numeric {
        font-size: 50px;
        line-height: 60px;
    }
    span.sale__value-percent {
        font-size: 30px;
        line-height: 40px;
    }
    .sales h2 {
        margin-bottom: 30px;
    }
    .sales {
        padding: 20px 0 30px;
    }
}

@media (max-width: 767px) {
    .sales__row {
        flex-direction: column;
    }
    .sales {
        padding: 60px 0 50px;
    }
    .sales h2 {
        margin-bottom: 49px;
        line-height: 44px;
        font-size: 35px;
    }
    .sale-wrapper {
        margin-bottom: 40px!important;
        max-width: 285px;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .sale {
        height: 364px;
        padding: 20px 30px 35px;
    }
    .sale__description {
        font-size: 15px;
        line-height: 22px;
    }
    span.sale__value-numeric {
        font-size: 62px;
        line-height: 90px;
        letter-spacing: -0.07em;
        margin-left: 10px;
    }
    span.sale__value-percent {
        font-size: 49px;
        line-height: 71px;
    }
    span.sale__value-text {
        font-size: 24px;
        line-height: 35px;
    }
    .sales__note {
        display: none;
    }
    .sales__row {
        margin-bottom: 0;
    }
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/our-works--on-main/style.css?16523426709992*/
.our-work__description--on-main {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 2;
    padding: 42px 30px;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.our-works--on-main h2 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 88px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 49px 0 16px;
}

.our-work__circle-out--on-main {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 15px;
    margin-bottom: -62px;
    margin-right: -57px;
    cursor: pointer;
    background: url(/bitrix/templates/redesign/components/bitrix/news.list/our-works--on-main/./our-work__circle-out.svg) center center no-repeat;
}

.our-work__circle-in--on-main {
    width: 119px;
    height: 119px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 15px;
    margin-bottom: -11px;
    margin-right: -8px;
    border-radius: 50%;
    cursor: pointer;
    background: url(/bitrix/templates/redesign/components/bitrix/news.list/our-works--on-main/./our-work__circle-in.svg) center center no-repeat;
}

.our-work--on-main img {
    position: relative;
    z-index: 2;
}

button.our-work__button--on-main {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 15px;
    margin-bottom: 32px;
    margin-right: 34px;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: url(/bitrix/templates/redesign/components/bitrix/news.list/our-works--on-main/./our-work__button.svg) center center no-repeat;
}

.our-works--on-main {
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.our-work--on-main {
    margin-bottom: calc(148*100vw/1440);
}

.our-works-list>.our-work--on-main:nth-child(n+4) {
    display: none;
}

img.our-works__lazy-image--on-main {
    max-width: 100%;
}

.our-works--on-main .slick-list {
    overflow: visible;
}

.our-works--on-main .our-work--on-main.slick-slide {
    opacity: 0;
    transition: opacity .3s;
}

.our-works--on-main .our-work--on-main.slick-slide.slick-active {
    opacity: 1;
}

.our-works__arrows--on-main {
    position: absolute;
    bottom: calc(45*100vw/1440);
    width: 100%;
    max-width: 215px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
}

.our-works__arrows--on-main svg {
    cursor: pointer;
}

.our-works__arrows--on-main svg[aria-disabled="false"] path {
    fill-opacity: 1;
}

.our-works__modal-wrapper--on-main {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.modal-bg {
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    position: absolute;
    opacity: 0.9;
    cursor: pointer;
}

.our-works__modal--on-main {
    background: white;
    max-height: 90vh;
    overflow: auto;
    padding: 0 80px 0 160px;
}

.slick-initialized .modal-work-item.slick-slide {
    display: flex;
    column-gap: 65px;
    align-items: center;
    opacity: 0;
    transition: opacity .3s;
}

.slick-initialized .modal-work-item.slick-slide.slick-active {
    opacity: 1;
}

.modal-work-item__name {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 47px;
    text-transform: uppercase;
    color: #171717;
    max-width: 80%;
    margin-bottom: 50px;
}

.modal-work-item__text {
    padding: 0 0 20px;
}

.modal-work-item__description {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #282828;
    margin-bottom: 90px;
    max-width: 245px;
}

.modal-work-item__additional {
    display: flex;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #282828;
    justify-content: space-between;
    align-items: flex-end;
}

.modal-work-item__additional span {
    color: #B95900;
    font-weight: 600;
}

.modal-work-item__additional div {
    flex: 0 0 109px;
}

a.modal-work-item__link {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF!important;
    width: 190px;
    height: 52px;
    background: #B95900;
    border-radius: 1000px;
}

a.modal-work-item__link:hover {
    text-decoration: none;
    background: hsl(29deg 100% 30%);
}

.modal-work-item img {
    flex: 0 0 410px;
}

svg.our-works__modal-arrow--prev {
    position: absolute;
    top: 50%;
    left: 80px;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

svg.our-works__modal-arrow--next {
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

svg.our-works__modal-arrow--prev[aria-disabled="false"] path,
svg.our-works__modal-arrow--next[aria-disabled="false"] path {
    fill: #363636;
    fill-opacity: 1;
}

.our-works__modal-wrapper--on-main.not-loaded:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3) url(/bitrix/templates/redesign/components/bitrix/news.list/our-works--on-main/../../../../images/loading.gif) center center no-repeat;
    backdrop-filter: grayscale(1);
    z-index: 1;
    content: '';
}

.our-works__modal-wrapper--on-main svg:last-child {
    position: absolute;
    top: 24px;
    right: 37px;
    z-index: 1;
    cursor: pointer;
}

.modal-work-item img {
    max-height: 90vh;
    width: auto;
    flex: 0 0 auto;
    align-self: flex-start;
}

.our-work__description--on-main:not(.show-me-full-text) div {
    display: none;
}

@media (max-width: 1439px) {
    .our-works__arrows--on-main {
        bottom: calc(30*100vw/1440);
    }
}

@media (max-width: 1199px) {
    .our-works-list img {
        height: auto;
    }
    .our-work__description--on-main {
        padding: 20px;
    }
    .our-work__circle-in--on-main {
        width: 93px;
        height: 93px;
        background-size: cover;
        margin-bottom: 2px;
        margin-right: 5px;
    }
    .our-work__circle-out--on-main {
        width: 160px;
        height: 160px;
        margin-bottom: -32px;
        margin-right: -27px;
        background-size: cover;
    }
    .our-works__modal--on-main {
        padding: 0 60px;
    }
    svg.our-works__modal-arrow--prev {
        left: 40px;
    }
    .slick-initialized .modal-work-item.slick-slide {
        column-gap: 30px;
    }
    .modal-work-item__name {
        font-size: 24px;
        line-height: 30px;
        max-width: 90%;
    }
    svg.our-works__modal-arrow--next {
        right: 40px;
    }
}

@media (max-width: 991px) {
    .our-work__description--on-main {
        font-size: 14px;
        line-height: 20px;
        padding: 15px;
    }
    .our-works--on-main h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 30px 0;
    }
    .modal-work-item img {
        max-width: 40%!important;
        height: auto;
    }
    .modal-work-item__text {
        padding: 20px 0;
    }
    .modal-work-item__name {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .modal-work-item__description {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .our-works--on-main {
        padding: 60px 0;
        margin-top: 40px;
    }
    .our-works--on-main h2 {
        margin: 0 0 40px;
        font-size: 35px;
        line-height: 61px;
        ;
    }
    .our-works__arrows--on-main {
        position: static;
        transform: none;
        max-width: 360px;
        margin: 0 auto;
    }
    .our-work--on-main {
        margin-bottom: 50px;
    }
    .our-works__arrows--on-main svg {
        width: auto;
        height: 32px;
    }
    .our-work__circle-out--on-main {
        display: none;
    }
    .our-work__circle-in--on-main {
        display: none;
    }
    button.our-work__button--on-main {
        margin: 0;
        right: 50%;
        transform: translateX(50%);
        bottom: 98px;
        width: 64px;
        height: 64px;
        background-size: cover;
    }
    .our-work__description--on-main {
        padding: 30px 30px 170px;
        font-size: 16px;
        line-height: 23px;
        max-width: 360px;
        margin: 0 auto;
    }
    img.our-works__lazy-image--on-main {
        margin: 0 auto;
        display: block!important;
    }
    .our-works__modal--on-main {
        padding: 0;
    }
    .slick-initialized .modal-work-item.slick-slide {
        column-gap: 0;
        flex-direction: column;
    }
    .modal-work-item img {
        max-width: 100%!important;
        width: 100%;
        height: auto;
    }
    .our-works__modal-wrapper--on-main .container {
        max-width: 100%;
    }
    .slick-initialized .modal-work-item.slick-slide {
        padding: 15px;
    }
    .modal-work-item__text {
        padding: 15px 0 0;
    }
    .modal-work-item__name {
        margin-bottom: 15px;
        text-align: center;
    }
    .modal-work-item__description {
        margin-bottom: 15px;
        text-align: center;
    }
    .modal-work-item__additional {
        flex-direction: column;
        align-items: center;
    }
    .modal-work-item img {
        max-height: unset;
    }
    a.modal-work-item__link {
        margin-bottom: 15px;
    }
    .modal-work-item__additional div {
        flex: 0 0 auto;
        max-width: 109px;
    }
    svg.our-works__modal-arrow--prev {
        left: 17px;
    }
    svg.our-works__modal-arrow--next {
        right: 17px;
    }
    .our-works__modal-wrapper--on-main svg:last-child {
        top: 15px;
        right: 30px;
    }
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/catalog-element-on-main/style.css?16509703453041*/
.catalog-element-on-main__name {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 72px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.catalog-element-on-main {
    padding: 38px 0 59px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.catalog-element-on-main__name span {
    margin-right: 12px;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 33px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.catalog-element-on-main__description {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 12px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.catalog-element-on-main__row {
    display: flex;
}

a.catalog-element-on-main__link {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 190px;
    height: 52px;
    background: #B95900;
    border-radius: 1000px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.catalog-element-on-main__link:hover {
    background: white;
    color: #1B1B1B;
    text-decoration: none;
}

.catalog-element-on-main__link-wrapper {
    display: flex;
    align-items: flex-end;
    padding-bottom: 21px;
}

@media (max-width: 1199px) {
    .catalog-element-on-main__name {
        font-size: 40px;
        line-height: 55px;
    }
    .catalog-element-on-main__description {
        padding-bottom: 3px;
    }
    .catalog-element-on-main__link-wrapper {
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .catalog-element-on-main__row {
        display: block;
    }
    .catalog-element-on-main__description {
        font-size: 14px;
        line-height: 22px;
    }
    .catalog-element-on-main__link-wrapper {
        margin-top: 50px;
        padding-bottom: 0;
    }
    .catalog-element-on-main__description {
        padding-top: 6px;
    }
    .catalog-element-on-main {
        padding: 40px 0 50px;
    }
}

@media (max-width: 767px) {
    .catalog-element-on-main {
        margin-top: 40px;
        padding: 36px 0 56px;
    }
    .catalog-element-on-main__name {
        font-size: 40px;
        line-height: 57px;
        margin-bottom: 23px;
    }
    .catalog-element-on-main__name span {
        font-size: 16px;
        line-height: 27px;
        margin-right: 0;
    }
    .catalog-element-on-main__description {
        padding: 0;
        margin: 0 0 42px;
        font-size: 16px;
        line-height: 28px;
    }
    a.catalog-element-on-main__link {
        margin-left: auto;
    }
    .catalog-element-on-main {
        min-height: unset;
        background-size: cover;
        background-position: left 25% center;
    }
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/how-we-work/style.css?16522732426123*/
.how-we-work {
    padding: 83px 0;
    overflow: hidden;
}

.how-we-work h2 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 88px;
    text-transform: uppercase;
    color: #171717;
    margin: 0 0 45px;
}

.how-we-work__item {
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    margin: 22px 0;
    position: relative;
}

.how-we-work__item-wrapper--1 .how-we-work__item,
.how-we-work__item-wrapper--2 .how-we-work__item {
    border-left: 0;
}

.how-we-work__item-description {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #171717;
}

.how-we-work__item-wrapper--0 .how-we-work__item-description {
    padding-left: 25px;
}

.how-we-work__list {
    position: relative;
}

.how-we-work__list:before {
    content: '';
    height: 1px;
    background: #CBCBCB;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.how-we-work__list::after {
    content: '';
    height: 1px;
    background: #CBCBCB;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.how-we-work__item:before {
    content: '';
    width: 50px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -25px;
    background: white;
    margin-top: -30px;
}

.how-we-work__item:after {
    content: '';
    width: 50px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: -25px;
    background: white;
    z-index: 1;
}

.how-we-work__item-wrapper--1 .how-we-work__item:before,
.how-we-work__item-wrapper--1 .how-we-work__item:after {
    transform: translateX(-30px);
}

.how-we-work__item-wrapper--2 .how-we-work__item:before,
.how-we-work__item-wrapper--2 .how-we-work__item:after {
    transform: translateX(-30px);
}

.how-we-work__item-inner {
    position: relative;
}

.how-we-work__item-wrapper--2 .how-we-work__item-inner:before {
    content: '';
    width: 50px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -25px;
    background: white;
    margin-top: -30px;
}

.how-we-work__item-wrapper--2 .how-we-work__item-inner:after {
    content: '';
    width: 50px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-right: -25px;
    background: white;
    z-index: 1;
}

.how-we-work__item-description {
    padding-top: 159px;
    position: relative;
    padding-right: 65px;
}

.how-we-work__list {
    counter-reset: how_we_work;
}

.how-we-work__item-description:before {
    counter-increment: how_we_work;
    content: "0" counter(how_we_work);
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #B95900;
    position: absolute;
    top: 0;
    left: 0;
}

.how-we-work__item-wrapper--0 .how-we-work__item-description:before {
    left: 25px;
}

.how-we-work__item-wrapper--0 .how-we-work__item-description:after,
.how-we-work__item-wrapper--1 .how-we-work__item-description:after {
    content: '';
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: absolute;
    background: url(/bitrix/templates/redesign/components/bitrix/news.list/how-we-work/./how-we-work__arrow.svg) center center no-repeat;
    bottom: 0;
    right: 34px;
}

@media (max-width: 1199px) {
    .how-we-work__item-description {
        padding-top: 100px;
        font-size: 14px;
        line-height: 22px;
    }
    .how-we-work__item-wrapper--0 .how-we-work__item-description:after,
    .how-we-work__item-wrapper--1 .how-we-work__item-description:after {
        right: 20px;
    }
    .how-we-work {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .how-we-work__list:before {
        display: none;
    }
    .how-we-work__item:after {
        display: none;
    }
    .how-we-work__item:before {
        display: none;
    }
    .how-we-work__item-wrapper--0 .how-we-work__item-description {
        padding-left: 0;
    }
    .how-we-work__item-description:before {
        position: static;
    }
    .how-we-work__item {
        border: none;
    }
    .how-we-work__item-description {
        display: flex;
        align-items: center;
        column-gap: 30px;
        padding-top: 0;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .how-we-work__item-wrapper--0 .how-we-work__item-description:after,
    .how-we-work__item-wrapper--1 .how-we-work__item-description:after {
        transform: rotate(90deg) translateX(-50%);
        top: 50%;
        bottom: unset;
    }
    .how-we-work__list::after {
        display: none;
    }
    .how-we-work h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .how-we-work {
        padding: 100px 0;
    }
    .how-we-work h2 {
        font-size: 35px;
        line-height: 44px;
        margin-bottom: 60px;
        text-align: left;
        max-width: 136px;
    }
    .how-we-work__item {
        margin: 0;
        border-top: 1px solid #CBCBCB;
        padding: 22px 0;
    }
    .how-we-work__item-wrapper--2 .how-we-work__item {
        border-bottom: 1px solid #CBCBCB;
    }
    .how-we-work__item-description {
        flex-direction: column;
        align-items: flex-start;
        font-size: 15px;
        line-height: 22px;
        padding-right: calc(100% - 235px);
        max-width: 100%;
    }
    .how-we-work__item-description:before {
        font-size: 40px;
        line-height: 58px;
        margin-bottom: 44px;
    }
    .how-we-work__item-wrapper--0 .how-we-work__item-description:after,
    .how-we-work__item-wrapper--1 .how-we-work__item-description:after {
        top: unset;
        bottom: 6px;
        right: 0;
        transform: rotate(90deg);
    }
    .how-we-work__item-wrapper--2 .how-we-work__item-inner:before {
        display: none;
    }
    .how-we-work__item-wrapper--2 .how-we-work__item-inner:after {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/catalog-elements-list--on-main/style.css?16547638112570*/
.catalog-elements--on-main {
    padding: 43px 0 90px;
}

.catalog-elements--on-main h2 {
    margin: 0 0 45px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 88px;
    text-transform: uppercase;
    color: #171717;
    text-align: left;
}

.catalog-elements__sections {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #171717;
    display: inline-flex;
    column-gap: 101px;
    margin-bottom: 127px;
    border-bottom: 1px solid #BBBABA;
}

.catalog-elements__section {
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    margin-bottom: -1px;
    cursor: pointer;
}

.catalog-elements__section--active {
    border-bottom: 2px solid #B95900;
}

.catalog-elements__item {
    padding: 3px 0 10px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 44px;
    text-transform: uppercase;
    color: #171717;
    margin-bottom: 22px;
    border-bottom: 1px solid #BBBABA;
    position: relative;
}

.catalog-elements__item a {
    color: inherit;
}

.catalog-elements__item:hover a {
    color: #B95900!important;
}

.catalog-elements__item img {
    display: none!important;
}

.catalog-elements__list:not(.touch) .catalog-elements__item:hover img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width:1199px) {
    .catalog-elements__list:not(.touch) .catalog-elements__item:hover img {
        max-width: 50%;
    }
    .catalog-elements--on-main {
        padding: 20px 0 70px;
    }
    .catalog-elements__item {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 36px;
    }
    .catalog-elements__sections {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .catalog-elements--on-main h2 {
        font-size: 35px;
        line-height: 44px;
        max-width: 150px;
        margin-bottom: 50px;
    }
    .catalog-elements__section {
        font-size: 20px;
        line-height: 29px;
        padding-bottom: 10px;
    }
    .catalog-elements__sections {
        column-gap: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 73px;
    }
    .catalog-elements__item {
        padding: 0 0 10px;
        margin: 0 0 25px;
        font-size: 25px;
        line-height: 44px;
    }
    .catalog-elements--on-main {
        padding: 0 0 75px;
    }
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/new-reviews/style.css?17443834965132*/
.watch-all-review:hover,
.watch-all-review:active,
.watch-all-review:focus {
    background: #FFFFFF;
    color: #171717;
    text-decoration: none;
}

.watch-all-review {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #B95900;
    border-radius: 1000px;
    width: 220px;
    height: 52px;
    position: absolute;
    top: 254px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    background: #B95900;
    color: white;
    text-decoration: none!important;
	margin-top:40px;
}

.reviews--new {
    background: #F1F1F1;
    padding-top: 65px;
}

.reviews--new h2 {
    margin: 0 0 103px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 73px;
    text-transform: uppercase;
    color: #171717;
    text-align: left;
    padding-left: 95px;
}

.reviews--new h2::first-letter {
    margin-left: -95px;
}

svg.reviews__quote {
    display: block;
    transform: translateY(-38px) translateX(15px);
    position: relative;
    margin-top: -47px;
}

.review--new {
    background: #FFFFFF;
    padding: 22px 23px 17px;
    position: relative;
}

.review__additional--new {
    position: absolute;
    background: white;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 23px 46px;
}

.reviews--new {
    position: relative;
    z-index: 1;
}

.review--new .review__text {
    height: auto;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    padding-right: 12px;
    clear: both;
}

.row.reviews-list--new {
    display: flex;
    flex-wrap: wrap;
}

.review--new {
    height: 100%;
}

.review__avatar--new {
    border-radius: 50%;
    overflow: hidden;
    width: 77px;
    height: 77px;
    float: left;
    margin-right: 30px;
    margin-bottom: 43px;
}

.review__name--new {
    margin-top: 17px;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    margin-bottom: 2px;
}

.review--new .review__address {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #8A8A8A;
    margin: 0;
    height: auto;
}

.review__read-more--new.collapsed {
    font-size: 0;
}

.longReview .review__read-more--new {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    cursor: pointer;
}

.review__read-more--new.collapsed {
    min-height: 24px;
    margin-top: 17px;
}

.review--new .review__text {
    position: relative;
    max-height: 216px;
    overflow: hidden;
}

.longReview p.review__text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    height: 24px;
}

.review__original-link--new a {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B95900!important;
}

.review__original-link--new {
    margin-bottom: 27px;
    min-height: 24px;
}

.review__gallery--new {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.review--new.longReview.opened .review__read-more--new {
    font-size: 0;
    cursor: auto;
}

.review--new.longReview.opened .review__text {
    max-height: unset;
}

.review--new.longReview.opened .review__text::after {
    display: none;
}

@media (max-width: 1199px) {
    .review--new {
        padding: 22px 15px 17px;
    }
    .review__additional--new {
        padding: 10px 15px 20px;
    }
    .review__gallery--new {
        gap: 10px;
        flex-wrap: wrap;
    }
    .review__original-link--new {
        margin-bottom: 15px;
    }
    .review--new .review__text {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .review__additional--new {
        position: static;
        padding: 0;
        margin-top: 15px;
    }
    .review--new {}
    .row.reviews-list--new>* {
        margin-bottom: 30px;
    }
    .review--new .review__text {
        max-height: unset;
    }
    .review--new .review__text::after {
        display: none!important;
    }
    .review__read-more--new {
        display: none;
    }
    .review__avatar--new {
        margin-bottom: 30px;
    }
    .reviews--new {
        padding-bottom: 30px;
    }
    .review__original-link--new:empty {
        display: none;
    }
}

@media (max-width: 767px) {
    .reviews--new {
        padding-top: 60px;
        padding-bottom: 0;
    }
    .reviews--new h2 {
        font-size: 35px;
        line-height: 51px;
        margin-bottom: 132px;
        padding-left: 65px;
    }
    .reviews--new h2::first-letter {
        margin-left: -65px;
    }
    .row.reviews-list--new>*:last-child {
        margin-bottom: 30px;
    }
}
/* End */
/* /bitrix/templates/redesign/components/bitrix/news.list/new-fs/style.css?17610511678609 */
/* /bitrix/templates/redesign/components/bitrix/news.list/sales/style.css?16516596184225 */
/* /bitrix/templates/redesign/components/bitrix/news.list/our-works--on-main/style.css?16523426709992 */
/* /bitrix/templates/redesign/components/bitrix/news.list/catalog-element-on-main/style.css?16509703453041 */
/* /bitrix/templates/redesign/components/bitrix/news.list/how-we-work/style.css?16522732426123 */
/* /bitrix/templates/redesign/components/bitrix/news.list/catalog-elements-list--on-main/style.css?16547638112570 */
/* /bitrix/templates/redesign/components/bitrix/news.list/new-reviews/style.css?17443834965132 */
