

/* Start:/local/templates/shop_ska/components/bitrix/catalog.element/certs-detail/style.css?17440130065574*/
.cert-steps-header {
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left!important;
}
.row_price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.good-params {
    margin-bottom: 0!important;
}

.cert-price-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 155px;
    height: 50px;
    border: 2px solid #1F77E2;
    border-radius: 30px;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 30px
}

.cert-price-block__button {
    width: 12px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #727272;
}

.cert-price-block__button:hover {
    color: #000;
    cursor: pointer;
}

.mb30 {
    margin-bottom: 30px;
}

.cert-steps-block {
    display: flex;
    align-items: center;
}

.self_or_friend {
    display: flex;
}

.cert-steps-block__count {
    margin-left: 50px;
    margin-right: 50px;
    font-weight: bold;
    font-size: 20px;
}

.good-prices-info {
    max-width: 450px
}

.good-prices-info textarea {
    resize: none;
    overflow-y: scroll;
}

.cert-info-block input {
    margin-top: 7px!important;
    margin-bottom: 21px!important;
}

.cert-summary-block__info {
    font-size: 16px;
    color: #727272;
    font-weight: 300;
}

.cert-summary-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cert-tab-parent {
    display:flex;
    column-gap: 30px;
}

.cert-tab {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    width: 25%
}

.cert-tabs-header {
    color: #727272;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.cert-tabs-text {
    color: #727272;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.cert-tabs-check-form {
    display: flex;
    align-items: end;
}

.cert-tabs-check-form__block {
    margin-right: 15px;
}

.text-center {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#checkbalance_result {
    font-size: 20px;
    margin-top: 15px;
}

input[type="radio"]:checked+label{
    border-color: #1f77e2;
    color: #fff;
    background-color: #1f77e2;
}

.ui-timepicker-container {
    z-index: 1!important;
    border-color: #1f77e2!important;
    border-radius: 10px!important;
}

.ui-state-hover {
    border-color: #1f77e2!important;
    color: #fff!important;
    background-color: #1f77e2!important;
    border-radius: 10px!important;
}

.datepicker,
.table-condensed {
    width: 220px;
    font-size: x-small;
}

.datepicker .prev, .datepicker .next {
    border: 0!important;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: unset!important;
}

.js-cert-congrat {
    white-space: pre-wrap;
}

.cert_summary_block_header {
    font-weight: bold;
    font-size: 20px;
}

.summary_congrats_block {
    display: none;
}

#friend_info {
    margin-top: 15px;
    width: 100%;
    display: none;
}

#self-summary, #friend-summary {
    display: none;
    flex-direction: column;
    gap: 15px;
}

#time_pick_block {
    display: flex;
    justify-content: space-between;
}

#time_pick_block .date_block {
    width: 48%
}

#congrat_text {
    min-height: 60px;
}

#send_to_friend + label, #choose_time_then + label {
    margin-left: 10px;
}

.error-text {
    position: relative;
    bottom: 19px;
    color: red;
    font-style: italic;
    font-size: 12px;
    display: none;
}

#cert_price, #cert_amount  {
    width: 78px;
    height: 30px;
    font-size: 16px;
    border: 0;
    padding: 0 5px 0 0;
    text-align: center;
}
#cert_price:focus, #cert_amount:focus {
    border: 1px solid #d8d8d8;
}

.cert-flex {
    display: flex;
    align-items: baseline;
}

.cert-price-header {
    font-weight: bold;
    width: 85px;
    font-size: 16px;
}

@media (max-width: 992px){
    .cert-steps-block__count {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
    }
    .cert-tab-parent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cert-tab {
        align-items: center;
        text-align: center;
        padding-top: 20px;
        width: 100%;
    }
    .cert-tab-parent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 639px){
    .cert-steps-content-block, .good-prices {
        display: flex;
        flex-direction: column;
        align-items: center;
        width:100%;
    }
    .cert-steps-header {
        text-align: center!important;
    }
    .cert-summary-block {
        text-align: left;
        width:100%;
    }
    .cert-steps-content-block {
        padding: 15px
    }
    .cert-info-block {
        width: 100%;
    }
    .cert-tabs-check-form {
        flex-direction: column;
        align-items: unset;

    }
    .cert-tabs-check-form button {
        margin-top: 20px;
    }
    #checkbalance_result {
        text-align: center;
        margin-top: 15px;
    }
    .cert-price-block {
        width: 140px;
        height: 40px;
        font-size: 16px;
    }
    .good-prices-info {
        max-width: unset
    }
    .self_or_friend {
        justify-content: center;
    }
}
@media (max-width: 340px){
    #time_pick_block {
        flex-direction: column;
    }
    #time_pick_block .date_block {
        width: 100%
    }
}
/* End */
/* /local/templates/shop_ska/components/bitrix/catalog.element/certs-detail/style.css?17440130065574 */
