

/* Start:/bitrix/templates/aspro-scorp/components/bitrix/news/catalog/style.css?1771286836619*/
.advantika .subject {
    margin: 15px
}
.link{
    display: flex;
    flex-wrap: wrap;
}
.link-wrapper{
    margin-top: 5px;
    margin-bottom: 15px;
}
.link_filter{
    font-size: 13px;
    padding: 7px;
    border-radius: 3px;
    font-weight: 500;
    background: #e7e7e7;
    border: 1px solid transparent;
    transition:background .2s ease-in-out, border .2s ease-in-out;
    margin-left: 15px;
    line-height: 50px;
}
.link_filter.active{
    color: #fff;
    background: #d5ad2c;
    border: 1px solid #eab90d;
}

.link_filter:hover{
    color: #fff;
    background: #d5ad2c;
    border: 1px solid #eab90d;
}

/* End */


/* Start:/local/templates/aspro-scorp/components/bitrix/news.detail/catalog/style.css?17712868545676*/
.left-menu-md{
    display: none;
}

.main .maxwidth-theme .content-md{
    width: 100%;
}

.calculator{
    padding-bottom: 30px;
}

.btn.btn-default.white.detale{
    color: #000!important;
}

.btn.btn-default.white.detale:hover{
    transition: color .2s ease-in-out;
    color: #fff!important;
}
.btn.btn-default.white.detale .fa{
    margin-right: 7px;
    margin-top: 2px;
    font-size: 14px;
}
.calculator .calculator-block {
    border-radius: 5px;
    /*padding: 25px;*/
    margin-bottom: 20px;
    min-width: 175px;
}
.wrap-calculator{
    display: flex;
    align-items: center;
}
.calculator .calculator-block .title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 26px;
    color: #051e23;
    padding: 20px 20px 20px 20px;
    width: 100%;
    background: #e6e6e6;
    text-align: center;
}

.calculator .calculator-block .title-input {
    margin: 0;
    margin-left: 25px;
    font-size: 18px;
    color: #051e23;
}

.calculator .calculator-block .input {
    border: 1px solid #ecd10e;
    border-radius: 5px;
    height: 40px;
    /*margin-bottom: 5px;
    margin-top: 5px;*/
    overflow: hidden;
    position: relative;
    padding-left: 50px;

    margin: 0 20px;
}

.calculator .calculator-block .input:before {
    content: '';
    background-image: url("/local/templates/aspro-scorp/components/bitrix/news.detail/catalog/images/square.svg");
    width: 24px;
    height: 25px;
    background-size: cover;
    position: absolute;
    top: 7px;
    left: 10px;
}

.calculator .calculator-block .input input {
    height: 38px;
    display: inline-block;
    width: 60%;
    font-size: 20px;
    color: #051e23;
    border-color: transparent;
}

.calculator .calculator-block .input input::-webkit-outer-spin-button,
.calculator .calculator-block .input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calculator .calculator-block .input span {
    background: #f3f3f3;
    height: 40px;
    width: 38px;
    display: inline-block;
    float: right;
    color: #7b7b7b;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    padding-left: 4px;
}

.calculator .calculator-block .result {
    font-size: 18px;
    /*margin-bottom: 20px;*/

    margin: 0px 20px 20px 5px;
}

.calculator .calculator-block .calculator-callback {
    font-family: 'Blogger_Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    border: none;
    padding: 10px;
    background: #d5ad2c;
    width: 150px;
    position: relative;
    transition: all ease 0.3s;
    text-align: center;
    text-transform: uppercase;
}

.calculator .calculator-block .calculator-callback:hover {
    opacity: 0.8;
    transform: translateY(-1px);
}

/*.calculator .calculator-block .calculator-callback:before {*/
/*    position: absolute;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background-size: contain;*/
/*    left: 10px;*/
/*    content: '';*/
/*    background-image: url(/local/templates/aspro-scorp/components/bitrix/news.detail/catalog/images/callback.svg);*/
/*    top: 12px;*/
/*    background-repeat: no-repeat;*/
/*}*/

.delivery{
    background: #eeeeee;

}

.delivery .chars{
    padding: 25px;
}

.char_name.delivery span, .char_value.delivery span{
    background: #eeeeee!important;
}
.delivery .chars .props_table .char_name span{
    font-size: 14px;
}
.delivery .chars .props_table .char_value span{
    font-size: 14px;
}
.delivery-text{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.event{
    display: flex;
    position: absolute;
    left: 30px;
    top: 15px;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}
.events{
    color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    display: block;
    font-size: 14px;
}
.events.new{
    background-image: linear-gradient(to right, #3cc051 0%, #b6d302 50%, #3cc051 100%);
}
.events.hit{
    background-image: linear-gradient(to right, #f01919 0%, #ed945d 51%, #f01919 100%);
}
.galery:hover .events.new,
.galery:hover .events.hit {
    background-position: right center; /* change the direction of the change here */
}

@media (max-width: 980px) and (min-width: 768px) {
    .wrap-calculator{
        flex-direction: column;
    }

    .calculator .calculator-block {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .calculator .calculator-block .title {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 18px;
    }

    .calculator .calculator-block .title-input {
        font-size: 15px;
        line-height: 18px;
        margin: 10px 0 0;
    }

    .calculator .calculator-block .input {
        padding-left: 35px;

        margin: 0;
    }

    .calculator .calculator-block .result {
        font-size: 15px;
        /*margin-bottom: 10px;*/

        margin: 0;
    }

    .calculator .calculator-block .calculator-callback {
        font-size: 12px;
        line-height: 14px;
        padding: 8px;
        height: 40px;
        padding-top: 8px;
        margin: 0;
    }

    .calculator .calculator-block .calculator-callback:before {
        width: 18px;
        height: 18px;
        left: 10px;
        top: 10px;
    }
    .calculator .calculator-block .title-input{
        margin-top: 20px;
    }
    .calculator-callback{
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .wrap-calculator{
        flex-direction: column;
    }
    .col-12{
        width: 100%;
    }
    .calculator .calculator-block .title-input{
        margin-top: 20px;
    }
    .calculator-callback{
        margin-top: 20px;
    }
}


/* End */
/* /bitrix/templates/aspro-scorp/components/bitrix/news/catalog/style.css?1771286836619 */
/* /local/templates/aspro-scorp/components/bitrix/news.detail/catalog/style.css?17712868545676 */
