.radio-prop__color.radio-prop__color--image {
    background-size: 30px 27px;
    background-position: center;
    background-repeat: no-repeat
}

.param-calculator__content {
    min-height: 100px;
    margin-top: 30px
}

.calculator-result__wrn {
    font-size: 13px;
    color: #000;
    margin-bottom: 20px;
    background-color: #e0e0e0;
    padding: 7px 10px;
    border-left: 2px solid #ffb80f
}

.calculator-result__promocode-field input {
    padding-right: 35px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    height: 48px;
    padding-left: 20px;
    border-radius: 5px;
    transition: .3s ease;
    border-radius: 30px;
    font-size: 14px;
    width: 100%;
}

.calculator-result__promocode-field {
    position: relative;
    padding-bottom: 25px
}

.calculator-result__promocode-field .btn {
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    white-space: nowrap;
    letter-spacing: .05em;
    transition: .3s cubic-bezier(.1, .82, .25, 1);
    width: 36px;
    height: 36px;
    padding: 0;
    min-width: auto;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #ccc;
    pointer-events: none;
    cursor: pointer;
}

.calculator-result__promocode-field .btn::after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PHBhdGggZD0iTTE4LjkgMzUuN0w3LjcgMjQuNWwyLjE1LTIuMTUgOS4wNSA5LjA1IDE5LjItMTkuMiAyLjE1IDIuMTV6Ii8+PC9zdmc+);
    width: 22px;
    height: 22px;
    background-size: contain;
    display: block
}

.calculator-result__promocode-field .btn.btn-complete {
    background-color: #3bd60c;
    pointer-events: all
}

.calculator-result__promocode-field .btn.btn-active {
    background-color: #b161ed;
    pointer-events: all
}

.calculator-result__promocode-field .btn.btn-loading {
    background-color: #b161ed;
    pointer-events: none
}

.calculator-result__promocode-label {
    font-weight: 600;
    font-size: 14px
}

@keyframes loading-rotate-snipet {
    to {
        transform: rotate(360deg)
    }
}

.btn.btn-icon.btn-loading::after {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background-image: none;
    border-radius: 50%;
    border-left-color: transparent;
    animation: loading-rotate-snipet .5s linear infinite
}

.btn.btn-icon.btn-clear {
    background-color: #d41f1f;
    cursor: pointer
}

.btn.btn-icon.btn-clear::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer
}

.calculator-result__promocode-field input.btn-complete {
    pointer-events: none;
    color: #ccc
}

.calculator-result__promocode-field .btn.btn-complete:hover {
    background-color: #d41f1f
}

.calculator-result__promocode-field .btn.btn-complete:hover::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer
}

.calculator-result__desc ul {
    margin: 0;
}

.calculator-result__form .form {
    padding: 0;
}