.calc__radio {
    display: block;
}

.calc__radio input {
    display: none;
}

.calc__radio__img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid #e8e8e8;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.calc__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}

.calc__section {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.fpad30 {
    padding-bottom: 30px;
}

.calc__section__header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.calc__section__header__number {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #484848;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.calc__section__header span {
    display: block;
    flex-grow: 1;
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #484848;
    line-height: 1.4;
}

.calc__radio--brand .calc__radio__img {
    height: 90px;
}

.calc__radio input:checked + .calc__radio__img {
    border-color: #484848;
}

.fpad20 {
    padding-bottom: 20px;
}

.calc__radio--brand img {
    display: block;
    max-width: 90px;
    width: auto;
    height: auto;
}

.align-item-center {
    align-items: center;
}

.calc__section__label {
    font-size: 14px;
    font-weight: 500;
    color: #484848;
}

.calc__count {
    display: flex;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #cecece;
    overflow: hidden;
}

.calc__count button {
    border: none;
    height: 44px;
    width: 44px;
    min-width: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    cursor: pointer;
}

.calc__count__minus {
    border-radius: 5px 0 0 5px;
}

.calc__count__plus {
    border-radius: 0 5px 5px 0;
}

.calc__count__value {
    width: 100%;
    flex-grow: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    height: 44px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #231f20;
    min-width: 0;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
/ / Yeah, yeah everybody write about it
}

.calc__section__alert {
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 12px;
    color: #484848;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 486.46 444.7'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpath fill='%23ad2125' d='M243.23,312.5a25,25,0,0,0,0,50c13.1,0,25-11.4,24.4-24.4A24.41,24.41,0,0,0,243.23,312.5Z'/%3E%3Cpath fill='%23ad2125' d='M474.63,401.1a85.37,85.37,0,0,0,.2-86.4L318.23,43.5a86.28,86.28,0,0,0-149.8-.1L11.63,314.9a86.61,86.61,0,0,0,75,129.8h312.8C430.73,444.7,458.83,428.4,474.63,401.1Zm-34-19.6a47.26,47.26,0,0,1-41.3,23.9H86.53A46.61,46.61,0,0,1,45.73,382a47.32,47.32,0,0,1-.1-47.7L202.43,62.9a47.09,47.09,0,0,1,81.8.1l156.7,271.4A46.69,46.69,0,0,1,440.63,381.5Z'/%3E%3Cpath fill='%23ad2125' d='M237,137c-11.9,3.4-19.3,14.2-19.3,27.3.6,7.9,1.1,15.9,1.7,23.8,1.7,30.1,3.4,59.6,5.1,89.7a18.32,18.32,0,0,0,18.7,17.6c10.2,0,18.2-7.9,18.7-18.2,0-6.2,0-11.9.6-18.2,1.1-19.3,2.3-38.6,3.4-57.9.6-12.5,1.7-25,2.3-37.5a30.88,30.88,0,0,0-2.3-12.5A25.06,25.06,0,0,0,237,137Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    min-height: 15px;
    background-size: 16px 15px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.sticky-sidebar {
    position: relative;
    width: 100%;
}

.sticky-sidebar-content {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.calc__radio__img__wrap img {

    display: block;
    margin: 0 auto;
}

.calc__radio--type .calc__radio__img__wrap img {
    width: auto;
    height: 127px;
}

.calc__radio__caption {
    padding-top: 3px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.calc__radio__img__wrap {
    padding: 10px 10px 2px;
}

.calc__res {
    padding: 50px 100px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.calc__res__table__header {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #484848;
    padding-bottom: 25px;
}

.calc__res__table {
    margin-bottom: 30px;
}

.calc__res__table__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;

}

.calc__res__table__wrap > div {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    transition: all 0.2s ease-in-out;
}

.calc__res__table__wrap table {
    width: 100%;
    height: 100%;
    border: 2px solid #bebebe;
    transition: all 0.2s ease-in-out;
    background: #efeff0;
}

.calc__res__table__wrap table td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat;
    transition: all 0.2s ease-in-out;
    color: #484848;
    font-size: 12px;
    min-width: 60px;
    line-height: 1;
}

.calc__res__table__wrap table tr td:not(:first-child) {
    border-left: 2px solid #bebebe;
}

.calc__res__table__wrap table tr:not(:first-child) td {
    border-top: 2px solid #bebebe;
    padding: 5px;
}

.calc__res__table__wrap table td.ldsp {
    background-image: url("../img/bg-td1.jpg");
}

.calc__res__table__wrap table td.glass {
    background-image: -moz-linear-gradient(45deg, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(45deg, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%);
}

.calc__res__table__not {
    display: flex;
    justify-content: center;
}

.calc__section__dropdown {
    position: relative;
    z-index: 10;
}

.calc__section__dropdown__btn {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 22px;
    border-radius: 5px;
    border: 1px solid #cecece;
    background-color: transparent;
    height: 48px;
    color: #484848;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280.99 161.83'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Bold'%3E%3Cpath fill='%23ad2125' d='M21.33,0H259.66a21.34,21.34,0,0,1,15.09,36.42L155.58,155.58a21.34,21.34,0,0,1-30.17,0L6.25,36.42A21.34,21.34,0,0,1,21.33,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
    background-size: 6px 4px;
}

.calc__section__dropdown__list {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cecece;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 11;
    padding: 10px 0;
}

.calc__section__dropdown__list a {
    display: block;
    padding: 10px 22px;
    font-size: 14px;
    line-height: 1.2;
    color: #484848;
}

.calc__section__dropdown__list a.active {
    font-weight: 500;
}

.calc__res__mod-table {
    position: relative;
}

.calc__res__table__position {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}

.calc__res__table__position li {
    height: 4px;
    background: #bebebe;
}

.calc__res__table__position li[data-number='1'],
.calc__res__table__position li[data-number='3'],
.calc__res__table__position li[data-number='5'],
.calc__res__table__position.col_4_dve li[data-number='4'] {
    margin-top: 4px;
}

.calc__res__table__position.col_4_dve li[data-number='3'] {
    margin-top: 0;
}

.calc__section__body__group__title {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #484848;
    padding-bottom: 10px;
}


.slider {
    position: relative;
}

.slider__content {
    overflow: hidden;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 30px;
}

.slider__item {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}


.slider__nav__button {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    background: #fff;
    border: none;
    position: absolute;
    z-index: 20;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-top: -40px;
}

.slider__nav__button--next {
    right: -20px;
}

.slider__nav__button--prev {
    left: -20px;
}

.calc__radio {
    margin: 0;
}

.slider__nav__button--active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.calc__radio__img__color {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.calc__section.calc__section--not-board {
    border-bottom: none !important;
}

.calc__radio__img__title {
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #231f20;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.calc__section__checkbox input {
    display: none;
}

.calc__section__checkbox__val {
    padding-left: 25px;
    font-size: 14px;
    color: #484848;
    line-height: 20px;
    position: relative;
}

.calc__section__checkbox__val::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 9px 7px;
}

.calc__section__checkbox {
    display: inline-block;
    vertical-align: top;
}

.calc__section__checkbox input:checked + .calc__section__checkbox__val::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 417 323.79'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath fill='%23fff' d='M159.68,317.56a21.31,21.31,0,0,1-30.11,0L9.36,197.32a31.92,31.92,0,0,1,0-45.16l15.05-15a31.92,31.92,0,0,1,45.16,0l75.05,75L347.43,9.36a31.92,31.92,0,0,1,45.16,0l15.05,15.05a31.92,31.92,0,0,1,0,45.16Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #ad2125;
}

.fs-12 {
    font-size: 12px;
    line-height: 18px;
}

.link-ico {
    color: #484848;
}

.mr-2 {
    margin-right: 5px;
}

.calc__res__footer {
    padding: 0 30px;
}

.calc__res__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border: none;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #ad2125;
    border-radius: 5px;
}

.calc__res__alert {
    margin-bottom: 40px;
    padding: 10px 20px 10px 50px;
    border-radius: 5px;
    background-color: #fbf4f4;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 486.46 444.7'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpath fill='%23ad2125' d='M243.23,312.5a25,25,0,0,0,0,50c13.1,0,25-11.4,24.4-24.4A24.41,24.41,0,0,0,243.23,312.5Z'/%3E%3Cpath fill='%23ad2125' d='M474.63,401.1a85.37,85.37,0,0,0,.2-86.4L318.23,43.5a86.28,86.28,0,0,0-149.8-.1L11.63,314.9a86.61,86.61,0,0,0,75,129.8h312.8C430.73,444.7,458.83,428.4,474.63,401.1Zm-34-19.6a47.26,47.26,0,0,1-41.3,23.9H86.53A46.61,46.61,0,0,1,45.73,382a47.32,47.32,0,0,1-.1-47.7L202.43,62.9a47.09,47.09,0,0,1,81.8.1l156.7,271.4A46.69,46.69,0,0,1,440.63,381.5Z'/%3E%3Cpath fill='%23ad2125' d='M237,137c-11.9,3.4-19.3,14.2-19.3,27.3.6,7.9,1.1,15.9,1.7,23.8,1.7,30.1,3.4,59.6,5.1,89.7a18.32,18.32,0,0,0,18.7,17.6c10.2,0,18.2-7.9,18.7-18.2,0-6.2,0-11.9.6-18.2,1.1-19.3,2.3-38.6,3.4-57.9.6-12.5,1.7-25,2.3-37.5a30.88,30.88,0,0,0-2.3-12.5A25.06,25.06,0,0,0,237,137Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 24px 22px;
}

.calc__res__submit[disabled] {
    background: #cecece !important;
}

.calc__radio--brand.active .calc__radio__img {
    height: 120px;
}

.calc__radio--brand.active .calc__radio__img img {
    width: auto;
    height: auto;
    max-height: 65px;
    max-width: 90px;
}

.calc h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.mb-40 {
    margin-bottom: 40px;
}

.calc__table-final {
    width: 100%;
}

.calc__table-final td {
    font-size: 14px;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: bottom;
}

.calc__table-final td .link-ico {
    display: inline-flex;
    line-height: 28px;
    margin-left: 10px;
}

.calc__table-final__value {
    text-align: right;
    width: 150px;
}

.calc__table-final tr:not(:last-child) td {
    border-bottom: 1px solid #e8e8e8;
}

.calc__final-maket {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
}

.calc__final-maket td {
    line-height: 1.6 !important;
}

.suitable-products__group__header {
    display: flex;
    align-items: center;
    background: #484848;
    height: 46px;
    color: #fff;
}

.suitable-products__group__header__col3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
}

.suitable-products__group__header__col2 {
    font-size: 12px;
}

.suitable-products__group__header__col3,
.suitable-products__group__caption__col5,
.suitable-products__group__item__col5 {
    width: 270px;
    min-width: 270px;

}

.suitable-products__group__header__col2,
.suitable-products__group__caption__col4,
.suitable-products__group__item__col4 {
    width: 130px;
    min-width: 130px;

}

.suitable-products__group__header__col1 {
    padding-left: 20px;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
}

.suitable-products__group {
    padding-bottom: 30px;
}

.suitable-products__group__caption {
    display: flex;
    height: 36px;
    background-color: #f4f4f4;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
    color: #484848;
}

.suitable-products__group__caption__col1,
.suitable-products__group__item__col1 {
    width: 170px;
    min-width: 170px;
    padding-left: 20px;
}

.suitable-products__group__caption__col3,
.suitable-products__group__item__col3 {
    width: 170px;
    min-width: 170px;
}

.suitable-products__group__caption__col2 {
    flex-grow: 1;
    padding-right: 30px;
}

.suitable-products__group__item {
    display: flex;
    align-items: center;
    min-height: 110px;
    padding: 25px 0;
    border-bottom: 1px solid #f4f4f4;
    color: #484848;
}

.suitable-products__group__item__col1 {
    font-size: 14px;
}

.suitable-products__group__item__col2 {
    flex-grow: 1;
    padding-right: 30px;
    align-items: center;
    display: flex;
}

.suitable-products__group__item__img {
    width: 100px;
    min-width: 100px;
    padding-right: 30px;
}

.suitable-products__group__item__img img {
    max-width: 100%;
    height: auto;
}

.suitable-products__group__item__title {
    flex-grow: 1;

    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.suitable-products__group__item__col3,
.suitable-products__group__item__price {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
}

.suitable-products__group__item__col4 {
    font-size: 14px;
}

.suitable-products__group__item__col5 {
    display: flex;
    align-items: center;
}

.suitable-products__group__item--hidden > div:not(.suitable-products__group__item__col5),
.suitable-products__group__item--hidden > .suitable-products__group__item__price {
    opacity: 0.3;
}

.suitable-products__group__item__btns {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.suitable-products__group__item__toggle-del {
    display: block;
    margin-left: 20px;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    margin-right: 20px;
}

.suitable-products__group__item__toggle-del svg {
    display: block;
}

.suitable-products__group__item__analog-check {
    display: flex;
    align-items: center;
    margin: 0;
}

.suitable-products__group__item__analog-check input {
    display: none;
}

.suitable-products__group__item__analog-check .check {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 5px;
    background-color: #f4f4f4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 9px 7px;
}

.suitable-products__group__item__analog-check input:checked + .check {
    background-color: #ad2125;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 417 323.79'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath fill='%23fff' d='M159.68,317.56a21.31,21.31,0,0,1-30.11,0L9.36,197.32a31.92,31.92,0,0,1,0-45.16l15.05-15a31.92,31.92,0,0,1,45.16,0l75.05,75L347.43,9.36a31.92,31.92,0,0,1,45.16,0l15.05,15.05a31.92,31.92,0,0,1,0,45.16Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.suitable-products__group__item__analog-check .label {
    width: 64px;
    font-size: 12px;
    text-align: right;
}

.suitable-products__group__analog-collapce {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 36px;
    background: #f4f4f4;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}

.suitable-products__group__analog-collapce div {
    color: #ad2125;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.text-underline {
    text-decoration: underline;
}

.suitable-products__group__analog-collapce div svg {
    margin-left: 5px;
}

.suitable-products__result {
    padding-bottom: 60px;
}

.suitable-products__result__row {
    display: flex;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #484848;
}

.suitable-products__result__label {
    width: 45%;
    max-width: 170px;
}

.suitable-products__result__value {
    width: 55%;
    flex-grow: 1;
}

.suitable-products__result__row.suitable-products__result__row--price {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.suitable-products__group__item--hidden .suitable-products__group__item__price {
    opacity: 0.3;
}

.footer-variant__item {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.footer-variant__item__img {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    background: #f4f4f4;
    padding: 5px;
}

.footer-variant__item__img img {
    max-width: 100%;
    height: auto;
}

.footer-variant__item__caption {
    flex-grow: 1;
    padding-left: 30px;
    font-size: 13px;
    color: #484848;
}

.calc-finish-box {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}

.calc-finish-box__wrap {
    display: inline-flex;
    padding: 20px;
    align-items: center;
    border-radius: 20px;
    background: #f4f4f4;
}

.calc-finish-box__wrap a {
    display: flex;
    padding: 0 15px;
    align-items: center;
    text-decoration: none;
    color: #484848;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.calc-finish-box__wrap a span {
    padding-left: 15px;
    white-space: nowrap;
}

.services-link {
    min-height: 220px;
    padding: 30px 170px 30px 30px;
    background-color: #f4f4f4;
    text-decoration: none;
    display: block;
    border-radius: 30px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.services-link__title {
    font-size: 24px;
    font-weight: 500;
    color: #484848;
    min-height: 100px;
    padding-bottom: 15px;
}
.services-link .btn-red {
    border-radius: 5px;
}
.services-link--s1 {
    background-image: url("/calc/img/serv1.jpg");
}
.services-link--s2 {
    background-image: url("/calc/img/serv2.jpg");
}
.fpad60 {
    padding-bottom: 60px;
}
.fpad100 {
    padding-bottom: 100px;
}
.text h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #484848;
}
.text p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #484848;
}

.readmore__footer {
    position: relative;
    padding-top: 5px;
    z-index: 1;
}
.readmore__footer::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    left: 0;
    top: -40px;
    position: absolute;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
}
.link-ico {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
}
.link-ico i {
    display: block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #ad2125;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px 7px;
}
.ico-down {
    background-image: url("data:image/svg+xml,%3Csvg id='_Слой_2' data-name='Слой 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 269.98'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath fill='%23fff' class='cls-1' d='m0,45.38l203.09,202.82c29.19,29.05,76.37,29.05,105.56,0l203.35-203.05L466.75,0l-203.33,203.05c-4.17,4.16-10.92,4.16-15.08,0L45.25.21,0,45.38Z'/%3E%3C/g%3E%3C/svg%3E");
}
.ico-up {
    background-image: url("data:image/svg+xml,%3Csvg id='_Слой_2' data-name='Слой 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 269.98'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath fill='%23fff' class='cls-1' d='m512,224.61L308.91,21.79c-29.19-29.05-76.37-29.05-105.56,0L0,224.84l45.25,45.14L248.58,66.93c4.17-4.16,10.92-4.16,15.08,0l203.09,202.84,45.25-45.16Z'/%3E%3C/g%3E%3C/svg%3E");
}


@media screen and (max-width: 991px) {
    .suitable-products__group__caption {
        display: none;
    }

    .suitable-products__group__item {
        flex-wrap: wrap;
        position: relative;
    }

    .suitable-products__group__item__col2 {
        display: block;
    }

    .suitable-products__group__item__col1 {
        position: absolute;
        z-index: 1;
        top: 40px;
        left: 90px;
        padding-left: 0;
        display: flex;
        align-items: center;
        width: 120px;
    }

    .suitable-products__group__item__img {
        width: 90px;
        min-width: 90px;
        height: 50px;
    }

    .suitable-products__group__item__title {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .suitable-products__group__item__col1::before {
        content: 'Код:';
        margin-right: 5px;
        color: #8a8a8a;
    }

    .suitable-products__group__item__btns {
        position: absolute;
        top: 40px;
        right: 0;
    }

    .suitable-products__group__item__col3 {
        width: 100%;
        padding-bottom: 5px;
        display: flex;
        align-items: center;
    }

    .suitable-products__group__item__col3::before {
        content: 'Цена за единицу: ';
        display: block;
        flex-grow: 1;
        color: #8a8a8a;
        font-weight: 400;
        font-size: 12px;
    }

    .suitable-products__group__item__col4 {
        width: 100%;
        padding-bottom: 5px;
        display: flex;
        align-items: center;
    }

    .suitable-products__group__item__col4::before {
        content: 'Количество: ';
        display: block;
        flex-grow: 1;
        color: #8a8a8a;
        font-weight: 400;
        font-size: 12px;
    }

    .suitable-products__group__item__col5 {
        width: 100%;
    }

    .suitable-products__group__item__price {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .suitable-products__group__item__price::before {
        content: 'Сумма: ';
        display: block;
        flex-grow: 1;
        color: #8a8a8a;
        font-weight: 400;
        font-size: 12px;
    }

    .calc-finish-box__wrap a {
        padding: 0 5px;
    }

}

@media screen and (max-width: 820px) {
    .calc__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .calc-finish-box__wrap {
        display: block;
        width: 100%;
        padding: 10px 20px;
    }

    .calc-finish-box__wrap a {
        padding: 10px 0;
    }
    .calc-finish-box__wrap a span {
        white-space: normal;
    }

    .calc__section__header span {
        padding-left: 10px;
        font-size: 16px;
    }

    .calc .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .calc .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calc .fpad30 {
        padding-bottom: 20px;
    }

    .calc__section {
        margin-bottom: 20px;
    }

    .calc__section__alert {
        margin-top: 5px;
    }

    .calc__section__dropdown__btn {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
    }

    .calc__section__dropdown {
        margin-top: 5px;
    }

    .mob-text-right {
        text-align: right;
    }

    .sticky-sidebar-content {
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 30px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .calc__res {
        padding: 20px;
    }

    .calc h3 {
        font-size: 16px;
    }

    .calc__table-final .d-flex {
        display: block !important;
    }

    .calc__table-final .d-flex .link-ico {
        display: flex;
        margin-left: 0;
        margin-top: 5px;
    }

    .calc__table-final td {
        font-size: 12px;
        line-height: 18px;
    }

    .calc__radio.calc__radio--color .calc__radio__img__wrap {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        padding: 7px;
    }

    .calc__radio.calc__radio--color .calc__radio__img__color {
        margin: 0;
        width: 30px;
        height: 30px;
    }

    .calc__radio.calc__radio--color .calc__radio__caption {
        height: auto;
        padding: 0 0 0 10px;
        text-align: left;
    }

    .color-mob__more-link {
        padding-bottom: 20px;
    }

    .color-mob__more-link__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: #fff;
        padding: 0;
        height: 36px;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        width: 100%;
    }

    .color-mob__more-link__btn svg {
        margin-left: 10px;
    }

    .calc__radio.calc__radio--prof .calc__radio__img__title {
        height: 48px;
    }

    .suitable-products__group {
        padding-bottom: 20px;
    }

    .suitable-products__group__header {
        flex-wrap: wrap;
        margin: 0 -16px;
        padding: 16px;
        height: auto;
    }

    .suitable-products__group__header__col1 {
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
    }

    .suitable-products__group__header__col3 {
        width: calc(100% - 130px);
        text-align: right;
        min-width: calc(100% - 130px);
    }
}

@media screen and (max-width: 574px) {
    .fpad30 {
        padding-bottom: 15px;
    }
    .fpad60 {
        padding-bottom: 30px;
    }
    .fpad100 {
        padding-bottom: 50px;
    }
    .services-link {
        min-height: 186px;
        padding: 35px 110px 35px 20px;
    }
    .services-link--s1 {
        background-image: url(/calc/img/serv1_mob.jpg);
    }
    .services-link--s2 {
        background-image: url(/calc/img/serv2_mob.jpg);
    }
    .services-link__title {
        font-size: 16px;
        line-height: 24px;
        min-height: 80px;
    }
    .text h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .text p {
        font-size: 12px;
    }
}

@media print {
    .header,
    .breadcrumbs,
    .suitable-products__group__analog-collapce,
    .calc-finish-box,
    footer,
    .suitable-products__result__footer,
    .suitable-products__group__item--hidden {
        display: none !important;
    }
}
