

/* Start:/bitrix/templates/redesign/components/bitrix/news.list/new-fs/style.css?17627608358797*/
.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{
    min-height: 720px;
}
@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/components/bitrix/news.detail/new-online-calc/style.css?17746033286451*/
.new-calc {
    padding: 100px 0 31px!important;
}

.calc__params_desc {
    font-family: 'Pragmatica', sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 19px!important;
    text-transform: uppercase!important;
    color: #171717!important;
}

span.minus {
    display: none!important;
}

span.plus {
    display: none!important;
}

.calc__params input[type=range]::-webkit-slider-runnable-track {
    background: #171717!important;
    height: 1px!important;
}

.calc__params .input-line input[type="range"] {
    width: 100%!important;
}

.calc__params input[type=range]::-webkit-slider-thumb {
    background: #FFFFFF!important;
    border: 1px solid #171717!important;
    margin-top: -7px!important;
}

.calc__params input[type=range] {
    height: 1px!important;
    margin-top: 58px!important;
    margin-bottom: 28px!important;
}

span.range-min {
    font-family: 'Oswald', sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #171717!important;
    left: 0!important;
    top: 25px!important;
}

span.range-max {
    font-family: 'Oswald', sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #171717!important;
    right: 0!important;
    top: 25px!important;
}

label {
    font-weight: 300!important;
}

.calc-inputs select {
    border: 1px solid #B5B5B5!important;
    font-family: 'Pragmatica', sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 17px!important;
    text-transform: uppercase!important;
    color: #171717!important;
    padding: 10px 13px!important;
    margin-top: 25px!important;
}

.calc__total {
    padding: 52px 0 30px!important;
    overflow: hidden!important;
}

.calc__total_title {
    font-family: 'Oswald', sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 20px!important;
    line-height: 29px!important;
    text-transform: uppercase!important;
    color: #171717!important;
    position: relative!important;
    padding-right: 12px!important;
    background: white!important;
    margin-bottom: 18px!important;
}

.calc__total_title:after {
    content: ''!important;
    position: absolute!important;
    border-bottom: 1px dashed #6B6767!important;
    left: 0!important;
    width: 50vw!important;
    top: 100%!important;
    margin-top: -6px!important;
    z-index: -1!important;
}

span#calc-rezult {
    font-family: 'Oswald', sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 25px!important;
    line-height: 44px!important;
    text-transform: uppercase!important;
    color: #B95900!important;
    padding: 0 7px 0 13px!important;
    background: white!important;
}

.calc__total_price {
    font-family: 'Oswald', sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 20px!important;
    line-height: 35px!important;
    text-transform: uppercase!important;
    color: #171717!important;
    background: white!important;
    margin-bottom: 18px!important;
}

.calc__total p {
    clear: both!important;
    font-family: 'Pragmatica', sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 13px!important;
    line-height: 19px!important;
    color: #595959!important;
    margin-bottom: 62px!important;
}

.calc-form-wrapper {
    background: #F7F7F7!important;
    border: 1px solid #BCBCBC!important;
    padding: 53px 65px 28px!important;
}

.calc-form__header {
    font-family: 'Oswald', sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 30px!important;
    line-height: 44px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    color: #171717!important;
    margin-bottom: 40px!important;
}

.calc-form-wrapper span {
    display: block!important;
    font-family: 'Pragmatica', sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 21px!important;
    text-transform: uppercase!important;
    color: #181818!important;
    margin-bottom: 14px!important;
}

.calc__total input {
    margin: 0 0 40px!important;
    font-family: 'Pragmatica', sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 13px!important;
    line-height: 20px!important;
    text-transform: uppercase!important;
    color: #858585!important;
    padding: 14px 30px!important;
}

.calc__total input.button_orange {
    width: 220px!important;
    height: 52px!important;
    background: #B95900!important;
    border-radius: 1000px!important;
    display: block!important;
    margin: 33px auto 17px!important;
    font-family: 'Pragmatica', sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 15px!important;
    line-height: 26px!important;
    text-transform: uppercase!important;
    color: #FFFFFF!important;
}

.calc__total input.button_orange:hover {
    background: hsl(29deg 100% 30%)!important;
}

.calc__total input.button_orange:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.calc__total input.button_orange:disabled:hover {
    background-color: inherit;
    transform: none;
    box-shadow: none;
}

.calc-form-wrapper div:nth-last-child(2) {
    font-family: 'Pragmatica', sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 20px!important;
    text-align: center!important;
    color: #9B9B9B!important;
}

.calc-form-wrapper div:nth-last-child(2) a {
    color: inherit!important;
}

@media (max-width: 991px) {
    .calc-form-wrapper {
        padding: 15px 30px!important;
    }
    .calc__params_desc {
        font-size: 12px!important;
    }
}

@media (max-width: 767px) {
    .calc-form-wrapper {
        padding: 15px!important;
    }
    .calc__total_title:after {
        width: 100vw!important;
    }
    .calc__params input[type=range]::-webkit-slider-thumb {
        transform: scale(1.5);
    }
}
/* End */
/* /bitrix/templates/redesign/components/bitrix/news.list/new-fs/style.css?17627608358797 */
/* /bitrix/templates/redesign/components/bitrix/news.detail/new-online-calc/style.css?17746033286451 */
