

/* Start:/bitrix/templates/redesign/components/bitrix/news/new-catalog/bitrix/news.detail/.default/style.css?17627608362301*/
.second-screen {
    padding: 80px 0 100px;
}

.second-screen 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 58px;
    text-align: left;
}

.second-screen h2 span {
    display: block;
    margin-left: 235px;
}

.ss__phrase {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #171717;
    margin-bottom: 35px;
}

ul.ss__list {
    padding: 0;
    margin: 0 -15px 60px;
    list-style-type: none;
    display: flex;
    counter-reset: ss;
}

ul.ss__list li {
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
    counter-increment: ss;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #171717;
    display: flex;
    column-gap: 16px;
    padding-top: 9px;
}

ul.ss__list li:before {
    content: '0' counter(ss);
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 39px;
    line-height: 57px;
    text-transform: uppercase;
    color: #B95900;
    margin-top: -9px;
}

.ss__description {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #171717;
}

@media (max-width: 1199px) {
    ul.ss__list {
        justify-content: space-between;
    }
    ul.ss__list li {
        max-width: unset;
    }
}

@media (max-width: 991px) {
    ul.ss__list {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    ul.ss__list li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .second-screen {
        padding-top: 100px;
        padding-bottom: 65px;
    }
    .second-screen h2 {
        font-size: 35px;
        line-height: 51px;
        margin-bottom: 40px;
    }
    .second-screen h2 span {
        margin-left: 130px;
    }
    ul.ss__list li {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
        margin: 0 0 25px;
        column-gap: 20px;
    }
    ul.ss__list {
        margin-bottom: 25px;
    }
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/new-fs/style.css?17879022528843*/
.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: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

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

.new-fs__item-above-header {
    margin-bottom: 9px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 110%;
    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: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: 25px auto 30px;
    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{
    margin-top: 30px;
    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%;
    height: 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{
    object-fit: cover;
    min-height: 720px;
    max-height: 980px;
}
@media (max-width: 1439px) {
    .new-fs__item-text {
        top: calc(200*100vw/1440);
    }
}

@media (max-width: 1199px) {
    .new-fs__item-above-header {
        font-size: 31px;
    }
    .new-fs__item-header {
        font-size: 70px;
    }
    .new-fs__item-under-header {
        margin-top: 10px;
    }
    .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-above-header {
        font-size: 28px;
    }
    .new-fs__item-under-header {
        font-size: 18px;
    }
    .new-fs__item-header {
        font-size: 60px;
    }
    .new-fs__item-additional span:first-child {
        font-size: 18px;
        line-height: 24px;
    }
    a.new-fs__item-link {
        margin-top: 25px;
    }
    .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__item-above-header {
        font-size: 26px;
    }
    .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: 48px;
        max-width: max-content;
        margin: auto;
    }
    .new-fs__item-additional--new > div:not(:last-child)::before{
        content: '';
        bottom: -24px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        top: unset;
		width: 35%;
    }
    .new-fs__item-additional--new > div{
        gap: 4px;
    }
}

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


/* Start:/bitrix/templates/redesign/css/zvukoizolyatsiya-main.css?177280759936057*/
.new-fs__item-header {
    text-transform: none;
}

.benefits-zvukoizolyatsiya {
    background: #303030;
    padding: 90px 0 90px;
}

.benefits-zvukoizolyatsiya h2 {
    margin: 0 0 50px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.benefits-zvukoizolyatsiya h2 span {
    display: block;
    color: #b95900;
}

.benefit-zvukoizolyatsiya {
    text-align: center;
}

.benefit-zvukoizolyatsiya__name {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 127%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
}

.benefit-zvukoizolyatsiya__description {
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
    text-align: center;
    color: #fff;
}

.benefit-zvukoizolyatsiya svg {
    margin-bottom: 20px;
}

.benefits-zvukoizolyatsiya__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 20px;
}

.benefits-zvukoizolyatsiya__item {
    margin: 0 auto;
    display: flex;
}

.benefit-zvukoizolyatsiya--2 .benefit-zvukoizolyatsiya__description,
.benefit-zvukoizolyatsiya--5 .benefit-zvukoizolyatsiya__description {
    text-wrap: balance;
    margin: 0 auto;
}

.benefit-zvukoizolyatsiya {
    width: 100%;
}


@media (max-width:1199px) {
    .zvukoizolyatsiya a.new-fs__item-link {
        margin-bottom: 80px;
    }

    .benefits-zvukoizolyatsiya h2 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .benefits-zvukoizolyatsiya__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 110px;
    }

}

@media (max-width: 767px) {

    .benefits-zvukoizolyatsiya h2 {
        font-size: 37px;
        margin: 0 0 40px;
    }

    .benefits-zvukoizolyatsiya__list {
        grid-template-columns: 1fr;
        gap: 42px 40px;
    }

    .benefit-zvukoizolyatsiya svg {
        margin-bottom: 10px;
    }

    .benefit-zvukoizolyatsiya--2 .benefit-zvukoizolyatsiya__description {
        max-width: 350px;
    }

    .benefit-zvukoizolyatsiya__name {
        margin-bottom: 6px;
    }

}

.certificates-zvukoizolyatsiya {
    padding: 90px 0 90px;
}

.certificates-zvukoizolyatsiya h2 {
    margin: 0 0 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 43px;
    line-height: 117%;
    text-transform: uppercase;
    text-align: center;
    color: #171717;
}

.certificates-zvukoizolyatsiya img {
    max-width: 100%;
}

.certificates-zvukoizolyatsiya__slides .slick-list.draggable {
    margin: 0 15px
}

.certificates-zvukoizolyatsiya__slide {
    padding-right: 15px;
    padding-left: 15px;
}

.certificates-zvukoizolyatsiya__controls {
    display: flex;
    gap: 100px;
    justify-content: center;
    margin-top: 30px;
}

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

.certificates-zvukoizolyatsiya__controls-prev:hover svg path,
.certificates-zvukoizolyatsiya__controls-next:hover svg path {
    fill: #363636;
    fill-opacity: 1;
}


@media (max-width:1199px) {
    .certificates-zvukoizolyatsiya h2 {
        font-size: 44px;
        line-height: 115%;
    }

    .certificates-zvukoizolyatsiya__slide img {
        width: 100%;
        object-fit: contain;
    }
}

@media (max-width:991px) {

    .certificates-zvukoizolyatsiya__slide img {
        height: 285px;
    }
}

@media (max-width: 767px) {
    .certificates-zvukoizolyatsiya h2 {
        font-size: 35px;
        margin: 0 0 40px;
    }

    .certificates-zvukoizolyatsiya__slide img {
        height: auto;
    }
}






.steps {
    background-position: center;
    padding: 80px 0;
    background-image: url(/upload/medialibrary/922/6ve4lpgl2zqx25edqepxd871yhhdiuxd.jpg);
    background-size: cover;
    height: 817px;
}

.steps h2 {
    margin-top: 0;
    margin-bottom: 60px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 117%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-wrap: balance;
}

.steps__container {
    position: relative;
    max-width: 922px;
    margin: 0 auto;
}

.steps__list {
    list-style: none;
    margin: 0;
}

.steps__list-item {
    max-width: 260px;
}

.steps__list-item--1 {
    position: absolute;
    top: -8px;
    left: 160px;
}

.steps__list-item--2 {
    max-width: 310px;
    position: absolute;
    top: -8px;
    left: 541px;
}

.steps__list-item--3 {
    position: absolute;
    bottom: 0;
    left: 95px;
    transform: translateY(calc(100% - 16px));
}

.steps__list-item--4 {
    position: absolute;
    bottom: 0;
    left: 445px;
    transform: translateY(calc(100% - 16px));
}

.steps__list-item--5 {
    position: absolute;
    bottom: 0;
    left: 760px;
    transform: translateY(calc(100% - 16px));
}

.steps__list-item--text {
    max-width: 530px;
    color: #fff;
    position: absolute;
    top: 215px;
    left: 23%;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #fff;
}

.steps__list-item--text p {
    margin: 0;
}

.steps__list {
    display: flex;
}

.step__ellipse {
    display: block;
    margin-bottom: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

.step__number {
    display: block;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 33px;
    line-height: 117%;
    text-transform: uppercase;
    color: #fff;
}

.step__name {
    font-family: 'Pragmatica', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 127%;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    margin: 0;
}

.steps__svg-mobile {
    display: none;
}


@media (max-width: 1199px) {
    .steps h2 {
        font-size: 46px;
    }
}


@media (max-width: 991px) {
    .steps {
        height: 717px;
    }

    .steps__container svg {
        width: 720px;
        height: auto;
    }

    .step__number {
        font-size: 30px;
    }

    .step__name {
        font-size: 17px;
    }

    .steps__list-item--1 {
        position: absolute;
        left: 120px;
    }

    .steps__list-item--2 {
        position: absolute;
        left: 400px;
    }

    .steps__list-item--3 {
        max-width: 170px;
        position: absolute;
        bottom: 0;
        left: 75px;
        transform: translateY(calc(100% - 16px));
    }

    .steps__list-item--4 {
        position: absolute;
        bottom: 0;
        left: 300px;
        transform: translateY(calc(100% - 16px));
    }

    .steps__list-item--5 {
        position: absolute;
        bottom: 0;
        left: 575px;
        transform: translateY(calc(100% - 16px));
    }

    .steps__list-item--text {
        top: 170px;
        left: 100px;
        transform: none;
    }

}

@media (max-width: 768px) {
    .steps__svg-mobile {
        display: block;
    }

    .steps__svg-desktop {
        display: none;
    }

    .steps {
        height: 1150px;
    }

    .steps h2 {
        font-size: 37px;
        margin-bottom: 40px;
    }

    .steps__container {
        max-width: 330px;
    }

    .steps__container svg {
        width: 100%;
        height: 810px;
    }

    .steps__list-item--1 {
        position: absolute;
        top: -8px;
        left: 27%;
    }

    .steps__list-item--2 {
        position: absolute;
        top: calc(162px - 8px);
        left: 27%;
    }

    .steps__list-item--3 {
        max-width: 240px;
        position: absolute;
        top: calc(162px * 3 - 8px);
        left: 27%;
        transform: none;
    }

    .steps__list-item--4 {
        position: absolute;
        top: calc(162px * 4 - 8px);
        left: 27%;
        transform: none;
    }

    .steps__list-item--5 {
        position: absolute;
        top: calc(162px * 5 - 8px);
        left: 27%;
        transform: none;
    }

    .steps__list-item--text {
        width: 100%;
        top: 357px;
        left: 45px;
        font-size: 14px;
        transform: none;
    }

    .steps__list-item--text p {
        max-width: 255px;
    }

}

@media (max-width: 575px) {

    .steps {
        background-image: url(/upload/medialibrary/759/z2g00m6evao4jd0gbqe9uyr344fume67.jpg);
        height: 1200px;
    }

    .steps h2 {
        font-size: 37px;
        margin-bottom: 40px;
    }

    .steps__container {
        max-width: 330px;
    }

    .steps__container svg {
        width: 100%;
        height: 810px;
    }

    .steps__list-item--1 {
        position: absolute;
        top: -8px;
        left: 27%;
    }

    .steps__list-item--2 {
        position: absolute;
        top: calc(162px - 8px);
        left: 27%;
    }

    .steps__list-item--3 {
        max-width: 240px;
        position: absolute;
        top: calc(162px * 3 - 8px);
        left: 27%;
        transform: none;
    }

    .steps__list-item--4 {
        position: absolute;
        top: calc(162px * 4 - 8px);
        left: 27%;
        transform: none;
    }

    .steps__list-item--5 {
        position: absolute;
        top: calc(162px * 5 - 8px);
        left: 27%;
        transform: none;
    }

}







.sales {
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 90px 0;
}

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

.sales__row {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 50px;
}

.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 {
    background: #353535;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 30px 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;
}

.sales-zvukoizolyatsiya_button {
    width: 255px;
    height: 50px;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 176%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #B95900;
    border-radius: 40px;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
}

.want-zvukoizolyatsiya_button {
    width: 255px;
    height: 50px;
    font-family: 'Pragmatica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 176%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #B95900;
    border-radius: 40px;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .sales h2 {
        font-size: 46px;
    }

    .sale-wrapper {
        max-width: 285px;
    }
}


@media (max-width: 991px) {
    .sales__row {
        gap: 0;
        margin-bottom: 10px;
    }

    .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;
    }

    .sale-wrapper {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .sales h2 {
        margin-bottom: 49px;
        font-size: 37px;
    }

    .sale {
        height: 364px;
    }

    .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;
    }

}

@media (max-width: 575px) {
    .sales__row {
        flex-direction: column;
    }

    .sale-wrapper {
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

.how-multiframe {
    padding: 90px 0;
}

.how-multiframe__title {
    margin-bottom: 30px;
    margin-top: 0;
    font-family: "Oswald", sans-serif;
    ;
    font-weight: 300;
    font-size: 50px;
    line-height: 117%;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

.how-multiframe__title span {
    display: block;
    margin-bottom: 5px;
}

.how-multiframe__title svg {
    width: 277px;
    height: 52px;
}

.how-multiframe__content {
    position: relative;
    padding: 30px;
    background: #F6F6F6;
}

.how-multiframe__content .responsive-image {
    display: none;
}

.how-multiframe__container-img {
    position: relative;
    border: 1px solid #D7D7D7;
    max-width: 510px;
}

.how-multiframe__container-img:first-child {
    margin-bottom: 20px;
}

.how-multiframe__name-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 37px;
    border-radius: 60px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #333;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.how-multiframe__img {
    width: 100%;
    object-fit: contain;
}

.how-multiframe__text {
    max-width: 280px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: rgba(51, 51, 51, 0.9);
}

.how-multiframe__text--1 {
    position: absolute;
    top: 117px;
    right: 57px;
}

.how-multiframe__text--2 {
    position: absolute;
    top: 256px;
    right: 57px;
}

.how-multiframe__text--2 span {
    /* position: relative; */
}

.how-multiframe__text--2 span::before {
    position: absolute;
    content: '';
    background: url(/bitrix/templates/redesign/images/multiframe/svg/Group5.svg);
    background-repeat: no-repeat;
    width: 306px;
    height: 391px;
    left: -53px;
    transform: translate(-100%, -100%);
    top: 255px;
}

.how-multiframe__text--3 {
    position: absolute;
    top: 372px;
    right: 57px;
}

.how-multiframe__text--3 span {
    /* position: relative; */
}

.how-multiframe__text--3 span::before {
    position: absolute;
    content: '';
    background: url(/bitrix/templates/redesign/images/multiframe/svg/Group6.svg);
    background-repeat: no-repeat;
    width: 380px;
    height: 240px;
    left: -53px;
    transform: translate(-100%, -100%);
    top: 75px;
}

.how-multiframe__text--1,
.how-multiframe__text--2 {
    margin-bottom: 24px;
}

.how-multiframe__text span {
    color: #b95900;
}

.how-multiframe__svg-1 {
    position: absolute;
    top: 217px;
    left: 382px;
}

.how-multiframe__svg-line-1 {
    position: absolute;
    top: 405px;
    left: 634px;
}


@media (max-width: 1199px) {

    .how-multiframe__text--2 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group51.svg);
        background-repeat: no-repeat;
        width: 125px;
        height: 391px;
        left: -25px;
        transform: translate(-100%, -100%);
        top: 255px;
    }

    .how-multiframe__text--3 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group61.svg);
        background-repeat: no-repeat;
        width: 200px;
        height: 240px;
        left: -25px;
        transform: translate(-100%, -100%);
        top: 74px;
    }

}

@media (max-width: 991px) {

    .how-multiframe__text--1,
    .how-multiframe__text--2,
    .how-multiframe__text--3 {
        right: 25px;
    }

    .how-multiframe__content {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 30px 20px 30px 20px;
    }

    .how-multiframe__container-img {
        max-width: 350px;
        margin-bottom: 20px;
    }

    .how-multiframe__text--1 {
        order: -1;
    }

    .how-multiframe__text--2 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group52.svg);
        background-repeat: no-repeat;
        width: 97px;
        height: 381px;
        left: -8px;
        transform: translate(-100%, -100%);
        top: 256px;
    }

    .how-multiframe__text--3 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group62.svg);
        background-repeat: no-repeat;
        width: 151px;
        height: 263px;
        left: -8px;
        transform: translate(-100%, -100%);
        top: 80px;
    }

}

@media (max-width: 767px) {
    .how-multiframe__content {
        max-width: 550px;
    }
    .how-multiframe__content .responsive-image {
        display: block;
        width: 100%;
    }
    .how-multiframe__content .responsive-image img {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .how-multiframe__container-img {
        display: none;
    }

    .how-multiframe__text {
        display: none;
    }

    /* .how-multiframe__title {
        font-size: 35px;
    }

    .how-multiframe__title svg {
        width: 240px;
    }

    .how-multiframe__text--1,
    .how-multiframe__text--2,
    .how-multiframe__text--3 {
        position: static;
    } */

    /* .how-multiframe__text--2 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group53.svg);
        background-repeat: no-repeat;
        width: 210px;
        height: 508px;
        left: 270px;
        transform: translate(0%, 0%);
        top: 270px;
    }

    .how-multiframe__text--3 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group63.svg);
        background-repeat: no-repeat;
        width: 190px;
        height: 565px;
        left: 228px;
        transform: translate(0%, 0%);
        top: 331px;
    } */
}

@media (max-width: 575px) {

    /* .how-multiframe__content {
        max-width: 330px;
    } */

    .how-multiframe__content .responsive-image {
        display: block;
        width: 100%;
    }
    .how-multiframe__content .responsive-image img {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .how-multiframe__container-img {
        display: none;
    }

    .how-multiframe__text {
        display: none;
    }

    /* .how-multiframe__container-img {
        max-width: 330px;
    }

    .how-multiframe__text--2 span::before {
        display: none;
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group54.svg);
        background-repeat: no-repeat;
        width: 100px;
        height: 520px;
        left: 225px;
        transform: translate(0%, 0%);
        top: 272px;
    }

    .how-multiframe__text--3 span::before {
        display: none;
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group64.svg);
        background-repeat: no-repeat;
        width: 160px;
        height: 605px;
        left: 160px;
        transform: translate(0%, 0%);
        top: 320px;
    } 

    .how-multiframe__content::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group5464.svg);
        background-repeat: no-repeat;
        width: 163px;
        height: 637px;
        left: 160px;
        transform: translate(0%, 0%);
        top: 275px;
        z-index: 25;
    } */

}



.system-zvukoizolyatsiya {
    padding: 90px 0;
    background: #f1f1f1;
}

.system-zvukoizolyatsiya__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Oswald", sans-serif;
    ;
    font-weight: 300;
    font-size: 50px;
    line-height: 117%;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

.system-zvukoizolyatsiya__content {
    position: relative;
    background: #fff;
}

.system-zvukoizolyatsiya__container-img {
    position: relative;
    max-width: 728px;
}

.system-zvukoizolyatsiya__img {
    width: 100%;
    object-fit: contain;
}

.system-zvukoizolyatsiya__text {
    max-width: 300px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: rgba(51, 51, 51, 0.9);
}

.system-zvukoizolyatsiya__text--1 {
    position: absolute;
    top: 55px;
    right: 80px;
}

.system-zvukoizolyatsiya__text--1 span {
    /* position: relative; */
}

.system-zvukoizolyatsiya__text--1 span::before {
    position: absolute;
    content: '';
    background: url(/bitrix/templates/redesign/images/multiframe/svg/Group1.svg);
    background-repeat: no-repeat;
    width: 164px;
    height: 84px;
    left: -9px;
    transform: translate(-100%, 0%);
    top: 32px;
}

.system-zvukoizolyatsiya__text--2 {
    position: absolute;
    top: 164px;
    right: 80px;
}

.system-zvukoizolyatsiya__text--2 span {
    /* position: relative; */
}

.system-zvukoizolyatsiya__text--2 span::before {
    position: absolute;
    content: '';
    background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
    background-repeat: no-repeat;
    width: 367px;
    height: 13px;
    left: -9px;
    transform: translate(-100%, 0%);
    top: 10px;
}

.system-zvukoizolyatsiya__text--3 {
    position: absolute;
    top: 255px;
    right: 80px;
}

.system-zvukoizolyatsiya__text--3 span {
    /* position: relative; */
}

.system-zvukoizolyatsiya__text--3 span::before {
    position: absolute;
    content: '';
    background: url(/bitrix/templates/redesign/images/multiframe/svg/Group3.svg);
    background-repeat: no-repeat;
    width: 131px;
    height: 35px;
    left: -9px;
    transform: translate(-100%, 0%);
    top: -10px;
}

.system-zvukoizolyatsiya__text--4 {
    position: absolute;
    top: 355px;
    right: 80px;
}

.system-zvukoizolyatsiya__text--4 span {
    /* position: relative; */
}

.system-zvukoizolyatsiya__text--4 span::before {
    position: absolute;
    content: '';
    background: url(/bitrix/templates/redesign/images/multiframe/svg/Group4.svg);
    background-repeat: no-repeat;
    width: 155px;
    height: 13px;
    left: -9px;
    transform: translate(-100%, 0%);
    top: 25px;
}

.system-zvukoizolyatsiya__text--1,
.system-zvukoizolyatsiya__text--2 {
    margin-bottom: 24px;
}

.system-zvukoizolyatsiya__text span {
    color: #b95900;
}


@media (max-width: 1199px) {
    .system-zvukoizolyatsiya__container-img {
        max-width: 560px;
    }

    .system-zvukoizolyatsiya__text--1,
    .system-zvukoizolyatsiya__text--2,
    .system-zvukoizolyatsiya__text--3,
    .system-zvukoizolyatsiya__text--4 {
        right: 25px;
    }

    .system-zvukoizolyatsiya__text--1 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group1.svg);
        background-repeat: no-repeat;
        width: 164px;
        height: 84px;
        left: -9px;
        transform: translate(-100%, 0%);
        top: 45px;
    }


    .system-zvukoizolyatsiya__text--2 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 313px;
        height: 13px;
        left: -9px;
        transform: translate(-100%, 0%);
        top: 25px;
    }

    .system-zvukoizolyatsiya__text--3 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group3.svg);
        background-repeat: no-repeat;
        width: 131px;
        height: 35px;
        left: -9px;
        transform: translate(-100%, 0%);
        top: -10px;
    }


    .system-zvukoizolyatsiya__text--4 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group4.svg);
        background-repeat: no-repeat;
        width: 155px;
        height: 13px;
        left: -9px;
        transform: translate(-100%, 0%);
        top: 0px;
    }
}

@media (max-width: 991px) {


    .system-zvukoizolyatsiya__content {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .system-zvukoizolyatsiya__container-img {
        max-width: 450px;
        margin-bottom: 20px;
    }

    .system-zvukoizolyatsiya__text {
        max-width: 225px;
    }

    .system-zvukoizolyatsiya__text--1 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group1.svg);
        background-repeat: no-repeat;
        width: 150px;
        height: 84px;
        left: -9px;
        transform: translate(-100%, 0%);
        top: 50px;
    }

    .system-zvukoizolyatsiya__text--2 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 225px;
        height: 13px;
        left: -9px;
        transform: translate(-100%, 0%);
        top: 35px;
    }

    .system-zvukoizolyatsiya__text--3 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group3.svg);
        background-repeat: no-repeat;
        width: 80px;
        height: 35px;
        left: -9px;
        transform: translate(-100%, 0%);
        top: -12px;
    }


    .system-zvukoizolyatsiya__text--4 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group3.svg);
        background-repeat: no-repeat;
        width: 100px;
        height: 35px;
        left: -9px;
        transform: translate(-100%, 0%);
        top: -20px;
    }
}

@media (max-width: 767px) {
    .system-zvukoizolyatsiya__content {
        padding: 45px 15px;
    }

    .system-zvukoizolyatsiya__title {
        font-size: 35px;
    }

    .system-zvukoizolyatsiya__content {
        max-width: 550px;
    }

    .system-zvukoizolyatsiya__text--1 {
        top: 20px;
        right: 25px;
    }

    .system-zvukoizolyatsiya__text--2 {
        top: 90px;
        left: 50px;
    }

    .system-zvukoizolyatsiya__text--3 {
        top: 450px;
        right: 25px;
    }

    .system-zvukoizolyatsiya__text--4 {
        top: 415px;
        left: 25px;
    }

    .system-zvukoizolyatsiya__text--1 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 130px;
        height: 84px;
        left: 50px;
        transform: translate(-100%, 0%);
        transform: rotate(-90deg);
        top: 115px;
    }

    .system-zvukoizolyatsiya__text--2 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 135px;
        height: 15px;
        left: 140px;
        transform: translate(-100%, 0%);
        transform: rotate(-90deg);
        top: 95px;
    }

    .system-zvukoizolyatsiya__text--3 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 150px;
        height: 35px;
        left: 19px;
        transform: translate(-100%, 0%);
        transform: rotate(90deg);
        top: -105px;
    }


    .system-zvukoizolyatsiya__text--4 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 60px;
        height: 13px;
        left: 150px;
        transform: translate(-100%, 0%);
        transform: rotate(90deg);
        top: -45px;
    }
}


@media (max-width: 575px) {
    .system-zvukoizolyatsiya__content {
        padding: 65px 15px;
    }

    .system-zvukoizolyatsiya__content {
        max-width: 350px;
    }

    .system-zvukoizolyatsiya__text--1 {
        top: 20px;
        right: 5px;
    }

    .system-zvukoizolyatsiya__text--2 {
        top: 140px;
        left: 20px;
    }

    .system-zvukoizolyatsiya__text--3 {
        top: 520px;
        right: 25px;
    }

    .system-zvukoizolyatsiya__text--4 {
        top: 415px;
        left: 25px;
    }

    .system-zvukoizolyatsiya__text--1 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 101px;
        height: 84px;
        left: 50px;
        transform: translate(-100%, 0%);
        transform: rotate(-90deg);
        top: 175px;
    }

    .system-zvukoizolyatsiya__text--2 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 160px;
        height: 15px;
        left: 182px;
        transform: translate(-100%, 0%);
        transform: rotate(-90deg);
        top: 50px;
    }

    .system-zvukoizolyatsiya__text--3 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 210px;
        height: 35px;
        left: 75px;
        transform: translate(-100%, 0%);
        transform: rotate(90deg);
        top: -130px;
    }


    .system-zvukoizolyatsiya__text--4 span::before {
        position: absolute;
        content: '';
        background: url(/bitrix/templates/redesign/images/multiframe/svg/Group2.svg);
        background-repeat: no-repeat;
        width: 60px;
        height: 13px;
        left: 105px;
        transform: translate(-100%, 0%);
        transform: rotate(90deg);
        top: -40px;
    }

}




.why-choose-multiframe {
    padding: 90px 0;
}

.why-choose-multiframe__title {
    margin-bottom: 30px;
    margin-top: 0;
    font-family: "Oswald", sans-serif;
    ;
    font-weight: 300;
    font-size: 50px;
    line-height: 117%;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

.why-choose-multiframe__title span {
    display: block;
    margin-bottom: 5px;
}

.why-choose-multiframe__title svg {
    width: 277px;
    height: 52px;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .why-choose-multiframe__title {
        font-size: 35px;
    }

    .why-choose-multiframe__title svg {
        width: 240px;
    }
}

@media (max-width: 575px) {}




.why-choose-multiframe__table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.why-choose-multiframe__table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;

    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: rgba(51, 51, 51, 0.9);
}

.why-choose-multiframe__table tr th:first-child,
.why-choose-multiframe__table tr td:first-child {
    width: 26%;
}

.why-choose-multiframe__table tr th:nth-child(2),
.why-choose-multiframe__table tr td:nth-child(2) {
    width: 25%;
}

.why-choose-multiframe__table tr th:nth-child(3),
.why-choose-multiframe__table tr td:nth-child(3) {
    width: 18%;
}

.why-choose-multiframe__table tr th:nth-child(4),
.why-choose-multiframe__table tr td:nth-child(4) {
    width: 18%;
}

.why-choose-multiframe__table thead tr {
    height: 74px;
}

.why-choose-multiframe__table thead tr th {
    padding: 0 30px 0 30px;
    align-content: center;
    background-color: #B95900;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
}

.why-choose-multiframe__table td svg {
    width: 210px;
}

.why-choose-multiframe__table td {
    align-content: center;
    border: 1px solid #dcdcdc;
    text-align: left;
}

.why-choose-multiframe__table th {
    align-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
}

.why-choose-multiframe__table tbody td {
    padding: 25px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #333;
}

.why-choose-multiframe__table tbody td small {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(51, 51, 51, 0.9);
}

.why-choose-multiframe__table tr:nth-child(even) {
    background-color: #ececec;
}

.why-choose-multiframe__table tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.why-choose-multiframe__small-text {
    margin-top: 30px;
}

.why-choose-multiframe__small-text p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    text-align: center;
    color: #333;
}

@media (max-width: 991px) {

    .why-choose-multiframe__table td svg {
        width: 160px;
    }

    .why-choose-multiframe__table thead tr th {
        padding: 0 20px 0 20px;
        font-size: 16px;
    }

    .why-choose-multiframe__table tbody td {
        padding: 25px 20px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .why-choose-multiframe__table-container {
        width: 100%;
    }

    .why-choose-multiframe__table {
        min-width: 300px;
    }
}
/* End */
/* /bitrix/templates/redesign/components/bitrix/news/new-catalog/bitrix/news.detail/.default/style.css?17627608362301 */
/* /bitrix/templates/redesign/components/bitrix/news.list/new-fs/style.css?17879022528843 */
/* /bitrix/templates/redesign/css/zvukoizolyatsiya-main.css?177280759936057 */
