.calc {
    margin: 80px 0;
    position: relative;
}
.calc h1 {
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}
.calc h2 {
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #91B130;
    margin-bottom: 20px;
    padding-left: 28px;
}
.calc-row {
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
}
.calc-row__label {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #91B130;
    margin-bottom: 8px;
}
.calc-row::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #91B130;
}
.calc-row::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 11.5px;
    width: 1px;
    height: 60px;
    background-color: #91B130;
}
.calc-inner {
    display: flex;
}
.calc-left {
    width: 50%;
    padding-right: 35px;
}
.calc-right {
    width: 50%;
    padding: 20px 45px;
    border-radius: 8px;
    box-shadow: 0 0 16px 0 rgba(100, 101, 101, .2);
}
.calc-pl {
    border-bottom: 1px solid #91B130;
    margin-bottom: 20px;
}
.calc-pli {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
}
.calc-pli--hidden {
    display: none;
}
.calc-pli::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #91B130;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.calc-pli__name {
    max-width: 285px;
    margin-right: 20px;
}
.calc-pli__name a {
    font-size: 14px;
    line-height: 24px;
    color: #91B130;
    text-decoration: underline;
}
.calc-pli__price {
    margin-left: auto;
    color: #91B130;
    white-space: nowrap;
    padding-left: 5px;
}
.calc-pli__old-price {
    font-size: 14px;
    white-space: nowrap;
    text-decoration: line-through;
}
.calc-prices-wrap {
    display: flex;
    align-items: center;
    padding-right: 45px;
}
.calc__total-price {
    font-size: 28px;
    line-height: 32px;
    color: #91B130;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.delete-program-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
}
.delete-program-wrap button {
    display: flex;
    justify-content: center;
    border: none;
    background-color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 16px 0 rgba(100, 101, 101, .2);
    padding: 0;
    margin-left: auto;
    cursor: pointer;
}
.delete-program-wrap span {
    font-size: 31px;
    color: #91B130;
    transform: rotate(45deg);
}
.calc-form__row {
    margin-bottom: 10px;
}
.calc-form__row .input-text {
    width: 100%;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 16px 0 rgba(100, 101, 101, .2);
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
}
.calc-form__row input[type=checkbox] {
    display: none;
}
.calc-form__row .checkbox-label {
    display: block;
    padding-left: 30px;
    position: relative;
}
.calc-form__row .checkbox-label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 1px;
    box-shadow: 0 0 16px 0 rgba(100, 101, 101, .2);
    position: absolute;
    top: 0;
    left: 0;
}
.calc-form__row input[type=checkbox]:checked ~ .checkbox-label::after {
    content: "";
    width: 12px;
    height: 9px;
    background-image: url("images/icon-checkbox.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
}
.calc-form__row .checkbox-label a {
    color: #91B130;
    text-decoration: underline;
}
.checkbox-wrap {
    max-width: 320px;
    font-size: 12px;
    line-height: 18px;
}
.mega-design {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.mega-design-right {
    display: flex;
}
.mega-design-right .calc__total-price {
    margin-top: auto;
    margin-left: auto;
}
.calc__total-price__old {
    font-size: 17px;
    line-height: 32px;
    white-space: nowrap;
    text-decoration: line-through;
    color: #646565;
    margin-right: 8px;
}
.mega-design-left--special {
    font-size: 14px;
    line-height: 18px;
    color: #646565;
}
.mega-design-left--special > * {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.program-description-link {
    text-decoration: underline;
    color: inherit;
}
.calc-form-submit {
    margin-left: auto;
    margin-bottom: auto;
}
.calc-form-submit:disabled {
    pointer-events: none;
    opacity: .3;
}

.calc .selectize-control {
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(100, 101, 101, .2);
}
.calc .selectize-input {
    border: none;
    padding: 16px 18px;
}
.calc .selectize-input input {
    font-size: 18px;
    line-height: 24px;
}
.calc__compare-btn {
    margin-top: 20px;
}
.calc .selectize-dropdown,
.calc .selectize-input,
.calc .selectize-input input {
    font-size: 17px;
    line-height: 21px;
}
.calc .coupon-msg {
    color: #91B130;
}

@media screen and (max-width: 1200px) {
    .calc-prices-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 900px) {
    .calc {
        margin: 40px 0;
    }
    .calc-inner {
        flex-direction: column;
    }
    .calc-left {
        width: 100%;
        padding-right: 0;
    }
    .calc-right {
        width: 100%;
        padding: 20px;
    }
    .calc-row::before {
        top: 5px;
    }
    .calc-pli::before {
        content: none;
    }
    .calc-pli {
        padding-left: 0;
        position: relative;
        align-items: flex-end;
    }
    .calc-row__label {
        font-size: 18px;
        line-height: 24px;
    }
    .calc-pli__price {
        margin-right: 0;
    }
    .mega-design {
        flex-direction: column;
    }
    .mega-design-right .calc__total-price,
    .calc-form-submit {
        margin-left: 0;
        margin-bottom: 0;
    }
    .mega-design-right {
        flex-direction: column;
    }
}

.calculator-page .hidden {
    display: none !important;
}

#documents {
    display: none;
}

.coupon-wrap {
    margin: 12px 0;
    font-size: 14px;
    line-height: 17px;
}
.coupon-wrap input {
    width: 220px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 16px 0 rgba(100, 101, 101, .2);
    padding: 7px 12px;
}
.coupon-wrap button {
    width: 32px;
    padding: 7px;
    border-radius: 4px;
    margin-left: 4px;
    background-color: white;
    border: none;
    box-shadow: 0 0 16px 0 rgba(100, 101, 101, .2);
    cursor: pointer;
}
.coupon-error {
    color: red;
    margin: 4px 0;
}
.coupon-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.remove-promocode {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}