

/* Start:/local/templates/contact_adaptive/components/bitrix/form.result.new/outcall-new-2023/style.css?176692368010226*/
.calc-block input::-webkit-outer-spin-button,
.calc-block input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.calc-block input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.switch-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 44px;
}
.switch-btns .switch-telemarketing {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-decoration-line: underline;
    text-underline-position: under;
    color: #999999;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    outline: none;
    padding: 0;
    margin-right: 33px;
    cursor: pointer;
}
.switch-btns .switch-telemarketing:last-child {
    margin-right: 0;
}
.switch-btns .switch-telemarketing svg {
    margin-right: 8px;
}
.switch-btns .switch-telemarketing.active {
    color: #BD3B23;
    text-decoration: none;
}
.switch-btns .switch-telemarketing.active svg path {
    stroke: #BD3B23;
}
.calc-block .input-block {
    border: 1px solid #B4B4B4;
    border-radius: 4px;
    padding: 35px 30px 28px;
    position: relative;
    margin-bottom: 28px;
}
.calc-block .input-block:last-child {
    margin-bottom: 0;
}
.calc-block .input-block .input-title {
    position: absolute;
    padding: 0 15px;
    height: 21px;
    left: 30px;
    top: -9px;
    background: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #212C35;
}
.calc-block .input-block .input-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
}
.calc-block .input-block .input-group:last-child {
    margin-bottom: 0;
}
.calc-block .input-block .input-group label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 37px;
    width: calc(100% - 168px);
    position: relative;
    /*z-index: 9;*/
}
.calc-block .input-block .input-group label span {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #212C35;
}
.calc-block .input-block .input-group input {
    width: 168px;
    height: 37px;
    background: #EBEDEF;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    outline: none;
    box-sizing: border-box;
}
.calc-block .input-block .input-group input[type=checkbox],
.calc-block .input-block .input-group input[type=radio] {
    display: none;
}

.calc-block .input-block .input-group input[type=checkbox] + label:after,
.calc-block .input-block .input-group input[type=radio] + label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 20px;
    height: 20px;
    background: #EBEDEF;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.calc-block .input-block .input-group input[type=radio] + label:after {
    border-radius: 50%;
}
.calc-block .input-block .input-group input[type=radio]:checked + label:before {
    content: '';
    position: absolute;
    right: -5px;
    transform: translate(100%, -50%);
    z-index: 9;
    top: 50%;
    background-color: #BD3B23;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.calc-block .input-block .input-group input[type=checkbox]:checked + label:before {
    content: '';
    position: absolute;
    right: -2px;
    transform: translate(100%, -50%);
    z-index: 9;
    top: 50%;
    background-image: url("/local/templates/contact_adaptive/components/bitrix/form.result.new/outcall-new-2023/./img/checkbox-tick.svg");
    width: 16px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}
.calc-block .outgoing,
.calc-block .ingoing {
    display: none;
}
.calc-block .outgoing.active,
.calc-block .ingoing.active {
    display: block;
}
.calc-block .telemarketing {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.calc-block .left-block {
    width: 448px;
}
.calc-block .right-block {
    display: none;
    width: 281px;
}
.calc-block .right-block.active {
    display: block;
}
.calc-block .right-block .count-block {
    border: 1px solid #B4B4B4;
    border-radius: 4px;
    position: relative;
    padding: 29px 30px 44px;
}
.calc-block .right-block .count-block .count-title {
    position: absolute;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #212C35;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 0 1px;
}
.calc-block .right-block .count-block .price {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #BD3B23;
    margin-bottom: 13px;
    text-align: center;
}
.calc-block .right-block .count-block .help-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #999999;
    margin-bottom: 15px;
}
.calc-block .right-block .count-block .text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #212C35;
    margin-bottom: 10px;
}
.calc-block .right-block .count-block .input-group {
    margin-bottom: 4px;
}
.calc-block .right-block .count-block .input-group:last-of-type {
    margin-bottom: 35px;
}
.calc-block .right-block .count-block .input-group label {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #212C35;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 37px;
}
.calc-block .right-block .count-block .input-group input {
    background-color: #EBEDEF;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    box-sizing: border-box;
    width: 100%;
    height: 37px;
}
.calc-block .right-block .count-block .send-btn {
    width: 100%;
    height: 37px;
    border: none;
    background: #BD3B23;
    box-shadow: 0 4px 0 #A12A14;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}
.calc-block .left-block .help-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    text-align: left;
    max-width: 100%;
    width: 388px;
    margin: 15px auto 0;
}
.calc-block .left-block .calc {
    max-width: 100%;
    width: 388px;
    height: 37px;
    background: #007F92;
    box-shadow: 0 4px 0 #005B69;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    margin: 15px auto 0;
    display: block;
    cursor: pointer;
    outline: none;
}
.calc-block .input-block .input-group .inputs {
    width: 168px;
}
.calc-block .input-block .input-group .inputs label {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 3px;
    cursor: pointer;
    box-sizing: border-box;
}
.calc-block .input-block .input-group.inputs-group label {
    height: 37px
}
.calc-block .input-block .input-group .inputs label:last-of-type {
    margin-bottom: 0;
}
.calc-block .input-block .input-group .inputs input + label:after {
    left: 0;
    transform: translate(0, -50%);
}
.calc-block .input-block .input-group .inputs input:checked + label:before {
    left: 5px;
    transform: translate(0, -50%);
    right: auto;
}
.calc-block .switch-input-block {
    display: none;
}
.calc-block .switch-input-block.active {
    display: block;
}
.calc-block .red {
    color: #EB5757 !important;
}
@media screen and (max-width: 1025px) {
    .calc-block .left-block {
        width: 100%;
        margin-bottom: 45px;
    }
    .calc-block .right-block {
        width: 100%;
    }
    .calc-block .telemarketing {
        flex-wrap: wrap;
    }
    .switch-btns .switch-telemarketing {
        font-size: 16px;
        margin-right: 15px;
    }
    .switch-btns .switch-telemarketing svg {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .switch-btns {
        flex-wrap: wrap;
    }
    .switch-btns .switch-telemarketing {
        font-size: 20px;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .switch-btns .switch-telemarketing:last-child {
        margin-bottom: 0;
    }
    .switch-btns .switch-telemarketing svg {
        width: 30px;
        height: 30px;
    }
    .calc-block .input-block {
        padding: 35px 25px 20px;
    }
    .calc-block .right-block .count-block {
        padding: 40px 25px;
    }
    .calc-block .input-block .input-group input,
    .calc-block .input-block .input-group .inputs {
        width: 140px;
    }
    .calc-block .input-block .input-group label {
        width: calc(100% - 140px);
    }
}
/* End */
/* /local/templates/contact_adaptive/components/bitrix/form.result.new/outcall-new-2023/style.css?176692368010226 */
