.product-anons
{
    padding-left: 420px;

    position: relative;
    height: 230px;
}

.product-anons__image-cont
{
    box-sizing: content-box;
    position: absolute;
    left:0;
    right: 0;
    width: 380px;
    height: 230px;
    border: 1px solid #d4d4d4;
    overflow: hidden;
}

.product-anons__content
{
    width:100%;
    position: relative;
    padding-bottom: 130px;
    height:100%;
}

.product-anons__text
{
    font-size:16px;
}
.product-anons__photo-slider
{
    position: absolute;
    height: 110px;
    width:100%;
    bottom:0;
    left:0;

}


.product-detail__table{
    padding-top:40px;
    padding-bottom:140px;
    border-collapse: collapse;
}
.product-table{
    width:100%;
    background-color: #FFFFFF;
}

.product-table_hide{
    display:none;
}

.product-table__th {
    background-color: #ffcd16;
    height:60px;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
}
.product-table__td {
    background-color: #f2f2f2;
    height:60px;
    padding:0 20px;
    border: 1px solid #FFFFFF;
}


.product-line{
    dislpay:block;
    position: relative;
    padding-left:40px;

}
.product-line_simple {
    padding-left:0px;
}

.product-line__box{
    dislpay:block;
    position: absolute;
    left:0;
    top:0;
}

.product-line__box-radio{
    width: 20px;
    height:20px;
}

.product-line__box-checkbox{
    width: 20px;
    height:20px;
}
.product-line__name{

}
@font-face {
    font-family: "bicubikregular";
    src: url("../../../../fonts/bicubik/bicubik-regular.woff2") format("woff2"), url("../../../../fonts/bicubik/bicubik-regular.woff") format("woff"), url("../../../../fonts/bicubik/bicubik-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Ubuntu";
    src: url("../../../../fonts/ubuntu/Ubuntu-Regular.eot");
    src: url("../../../../fonts/ubuntu/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/ubuntu/Ubuntu-Regular.woff") format("woff"), url("../../../../fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Ubuntu";
    src: url("../../../../fonts/ubuntu/Ubuntu-Medium.eot");
    src: url("../../../../fonts/ubuntu/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/ubuntu/Ubuntu-Medium.woff") format("woff"), url("../../../../fonts/ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("../../../../fonts/ubuntu/Ubuntu-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Ubuntu";
    src: url("../../../../fonts/ubuntu/Ubuntu-Bold.eot");
    src: url("../../../../fonts/ubuntu/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/ubuntu/Ubuntu-Bold.woff") format("woff"), url("../../../../fonts/ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("../../../../fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}

.detail-page-container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}
.detail-page-container_sm {
    width: 100%;
    max-width: 1035px;
}
.detail-page-section {
    padding: 20px 0 20px 0;
}

.detail-section-title {
    font-family: "bicubikregular", sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    color: #000000;
}
.detail-section-title_sm {
    font-size: 28px;
}

.detail-section-subtitle {
    font-family: "Ubuntu Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #828282;
}

.product-info {
    display: flex;
}
.product-info__slider-container {
    margin-right: 20px;
    min-width: 152px;
    position: relative;
}
.product-info__slider-item {
    max-width: 152px;
    margin-bottom: 10px;
}
.product-info__slider-img {
    width: 100%;
    max-width: 100%;
}
.product-info__slider {
    padding: 30px 0 20px 0;
}
.product-info__slider .slick-list {
    overflow: hidden;
}
.product-info__slider .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
    width: 24px;
    height: 21px;
    border: none;
    cursor: pointer;
}
.product-info__slider .slick-arrow.slick-prev {
    top: 0;
    background: url("icons/slider-arr-up-grey.svg") 0 0/contain no-repeat;
}
.product-info__slider .slick-arrow.slick-next {
    bottom: 0;
    background: url("icons/slider-arr-down-gold.svg") 0 0/contain no-repeat;
}
.product-info__image-container {
    margin-right: 38px;
    flex-grow: 1;
}
.product-info__img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    height: 100%;
}

.details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.details__detail-section-title {
    margin-bottom: 20px;
    max-width: 550px;
}
.details__price {
    margin-bottom: 20px;
}
.details__price-current {
    font-family: "Ubuntu Regular", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 131%;
    color: #000000;
}
.details__price-old {
    font-family: "Ubuntu Regular", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 175%;
    text-decoration-line: line-through;
    color: #828282;
}
.details__info {
    margin-bottom: 20px;
}
.details__info-item {
    font-family: "Ubuntu Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #000000;
}
.details__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 2px solid #FF9501;
    border-radius: 10px;
    width: 291px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.details__btn:focus, .details__btn:focus-within, .details__btn:focus-visible {
    outline: none;
}
.details__btn:hover {
    background: #FFA72C;
    border: none;
}
.details__btn:hover .details__btn-text {
    color: #fff;
}
.details__btn:hover .details__btn-img {
    color: #fff;
    background: url("icons/calculator-white.svg"), 0 0/contain no-repeat;
}
.details__btn-img {
    width: 34px;
    height: 34px;
    margin-right: 12px;
    background: url("icons/calculator.svg"), 0 0/contain no-repeat;
}
.details__btn-text {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    color: #FF9501;
}

.calculator-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calculator-column__subtitle {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 210%;
    text-transform: lowercase;
    color: #000000;
    display: block;
    margin-bottom: 40px;
}
.calculator-column__detail-section-title {
    max-width: 557px;
}

.calculator__item {
    margin-bottom: 40px;
}
.calculator__item-title {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 233%;
    color: #000000;
    margin-bottom: 10px;
}
.calculator__radio-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.calculator__radio-title {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #000000;
}
.calculator__range {
    border-bottom: 2px solid #D9D9D9;
    display: flex;
    flex-wrap: nowrap;
    max-width: 432px;
    justify-content: space-between;
    align-items: flex-end;
}
.calculator__range-item {
    width: 14px;
    height: 24px;
    cursor: pointer;
    position: relative;
    transition: all 0.1s ease-in-out;
    display: flex;
    align-items: flex-end;
}
.calculator__range-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #D9D9D9;
}
.calculator__range-item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #D9D9D9;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    transform: translate(-6px, 7px);
}
.calculator__range-item_active .calculator__range-item-marker, .calculator__range-item_active::before {
    background: #FF9501;
}
.calculator__range-item_active::before, .calculator__range-item_active::after {
    border: 2px solid #FF9501;
}
.calculator__range-item-num {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    position: absolute;
    top: calc(100% + 10px);
    left: -7px;
    width: -moz-max-content;
    width: max-content;
}
.calculator__range-item-marker {
    width: 2px;
    height: 100%;
    background: #D9D9D9;
}
.calculator__radio {
    width: 100%;
    max-width: 460px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 16px 27px;
    border: 2px solid #F2F2F2;
    transition: all 0.2s ease-in-out;
}
.calculator__radio_active, .calculator__checkbox_active {
    border: 2px solid #FF9501;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
}
.calculator__radio-label, .calculator__checkbox-label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.calculator__radio-input, .calculator__checkbox-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.calculator-section .calculator__radio-img {
    margin-right: 20px;
    margin-left: 0px;
    /*width: 88px;*/
    max-height: 63px;
}

.result-column__container {
    background: #FFFFFF;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 36px 30px 30px 30px;
    min-width: 371px;
}
.result-column__title {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 107%;
    color: #000000;
    margin-bottom: 26px;
}
.result-column__items {
    margin-bottom: 24px;
    padding-right: 30px;
}
.result-column__item {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #828282;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.result-column__item-name {
    max-width: 200px;
    flex-grow: 1;
}
.result-column__item-price {
    font-weight: 700;
}
.result-column__amount {
    margin-bottom: 40px;
}
.result-column__amount-title {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 188%;
    color: #000000;
    margin-bottom: 10px;
}
.result-column__amount-btns {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #000000;
    display: flex;
}
.result-column__amount-btn, .result-column__amount-output {
    width: 50px;
    height: 50px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.result-column__amount-btn:not(:last-child), .result-column__amount-output:not(:last-child) {
    margin-right: 10px;
}
.result-column__amount-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}
.result-column__amount-btn:focus, .result-column__amount-btn:focus-visible {
    outline: none;
}
.result-column__amount-btn_active {
    border: 2px solid #FF9501;
}
.result-column__price {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.result-column__btn {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    color: #FFFFFF;
    background: #FF9501;
    border: 2px solid #FF9501;
    border-radius: 10px;
    padding: 17px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 100%;
    max-width: 311px;
    min-width: 300px;
}
.result-column__btn:hover {
    background: #FFA72C;
}

.docs__item {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.docs__item::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("icons/file-doc.svg") 0 0/contain no-repeat;
}
.docs__link {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #000000;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.docs__link:hover {
    color: #FF9501;
}

.description__subtitle {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #FF9501;
    margin-bottom: 5px;
}
.description__text {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #000000;
    margin-bottom: 25px;
}

.service {
    width: 100%;
    max-width: 100%;
}
.service__detail-section-title {
    margin-bottom: 20px;
    margin-left: 12px;
}
.service__list {
    display: flex;
}
.service__list-item {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
    padding: 37px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.service__list-item:not(:last-child) {
    margin-right: 20px;
}
.service__item-img-container .service__item-img {
    max-width: 82px;
    width: auto;
    margin: 0;
}
.service__item-title {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    max-width: 75%;
}

.form-section {
    background: #F2F2F2;
    border-radius: 20px;
    max-width: 100%;
    padding: 60px 30px 35px 30px;
}
.form-section__subtitle {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 210%;
    text-transform: lowercase;
    color: #828282;
    margin-bottom: 20px;
}
.form-section__input {
    min-width: 330px;
    max-width: 100%;
    height: 54px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 20px;
    border: none;
    margin-right: 21px;
}
.form-section__input::-moz-placeholder {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #BDBDBD;
}
.form-section__input::placeholder {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #BDBDBD;
}
.form-section__btn {
    background: #FF9501;
    border: 2px solid #FF9501;
    border-radius: 10px;
    height: 54px;
    padding: 12px 20px;
    text-align: center;
    min-width: 245px;
    max-width: 100%;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    color: #FFFFFF;
}.form-section__checkbox {
     margin-top: 20px;
 }
.form-section__point-checkbox {
    display: block;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #B1B7BD;
    border-radius: 2px;
    margin-right: 16px;
    position: relative;
}
.form-section__point-checkbox::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("icons/checkbox_tick.svg") center/contain no-repeat;
}
.form-section__input-checkbox {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.form-section__label-checkbox {
    display: flex;
}
.form-section__label-checkbox-text {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #828282;
}
.form-section__label-checkbox-text_colored {
    color: #FF9501;
    /* display: block; */
}

label input:checked ~ .form-section__point-checkbox {
    background: #FF9501;
    border: none;
}

@media screen and (max-width: 1550px) {
    .detail-page-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1400px) {
    .calculator-section {
        flex-wrap: nowrap;
    }
    .calculator-section__calculator-column {
        margin-right: 40px;
    }
    .calculator-section__image-column {
        flex-shrink: 1;
        margin-right: 20px;
    }
    .calculator-section__img {
        max-width: 100%;
    }
}
@media screen and (max-width: 1340px) {
    .details__detail-section-title {
        max-width: 350px;
    }
}
@media screen and (max-width: 1200px) {
    .product-info {
        flex-wrap: wrap;
    }
    .product-info__details {
        margin-top: 24px;
    }
    .details__detail-section-title {
        max-width: 80%;
    }
    .calculator-section__image-column {
        display: none;
    }
}
@media screen and (max-width: 1060px) {
    .form-section__form {
        display: flex;
        flex-direction: column;
    }
    .form-section__input {
        margin-bottom: 20px;
        min-width: 250px;
        max-width: 330px;
        width: 100%;
    }
    .form-section__btn {
        max-width: 330px;
    }
}
@media screen and (max-width: 900px) {
    .product-info {
        flex-direction: column;
    }
    .product-info__slider-container {
        max-width: 100%;
        margin-right: 0;
    }
    .product-info__slider .slick-list {
        max-width: 100%;
        overflow: hidden;
    }
    .product-info__slider .slick-track {
        display: flex;
    }
    .product-info__slider .slick-dots {
        display: flex;
        justify-content: center;
    }
    .product-info__slider .slick-dots li:not(:last-child) {
        margin-right: 8px;
    }
    .product-info__slider .slick-dots .slick-active button {
        background: #FF9501;
    }
    .product-info__slider .slick-dots button {
        width: 12px;
        height: 2px;
        background: #D9D9D9;
        border: none;
        border-radius: 10px;
        font-size: 0;
    }
    .product-info__slider-item {
        margin-bottom: 0;
        margin-right: 10px;
        max-width: 100%;
    }
    .calculator-section {
        flex-wrap: wrap;
    }
    .calculator-section__calculator-column {
        margin-right: 0;
    }
}
@media screen and (max-width: 599px) {
    .product-info__image-container {
        display: none;
    }
    .service__list {
        flex-wrap: wrap;
    }
    .service__list-item {
        margin-bottom: 20px;
    }
    .details__btn {
        display: none;
    }
    .details__detail-section-title {
        max-width: 100%;
    }
    .detail-page__section {
        padding: 0 0 20px 0;
    }
}
@media screen and (max-width: 425px) {
    .product-info__details {
        margin-top: 0;
    }
    .form-section {
        padding: 24px;
    }
    .detail-page__container {
        padding: 0 15px;
    }
    .result-column {
        width: 100%;
    }
    .result-column__container {
        padding: 22px 16px 16px 16px;
        min-width: 300px;
    }
    .result-column__btn {
        min-width: 250px;
    }
}
@media screen and (max-width: 350px) {
    .details__detail-section-title {
        font-size: 30px;
    }
}
.hidden, .product-table_hide{
    display:none;
}
.loading{
    opacity: 0.5;
}

.product-table__td_img {
    width: 100px;
}

.product-img-wrapper {
    max-width: 100%;
}

.product-img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: all .2s ease-in-out;
}

.product-img:hover {
    transform: scale(1.8);
}