

/* Start:/local/templates/InkoCredit/components/bitrix/news.list/mainslider_full_w/style.css?1654254593281*/
.banner-slider{
    transition: .3s;
}.banner-slider:not(.slick-initialized) {opacity: 0;}


 #banner .banner-slider-wrap .slide{
     background: transparent !important;
 }

 @media(max-width: 800px){
     #banner .banner-slider-wrap .container{
         max-width: 94%;
     }
 }
/* End */


/* Start:/local/components/inko/calculator.component/templates/.default/style.css?16541527695833*/
.calculator-component h1 {
    font-weight: 400;
}

.calculator-component__base {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 25px;
    grid-template-areas: ". .";
}

.calculator-component__left {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 35px;
}

.calculator-component__right {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 73px 80px rgba(0, 0, 0, 0.09), 0px 22.0074px 24.1177px rgba(0, 0, 0, 0.058643), 0px 9.14073px 10.0172px rgba(0, 0, 0, 0.045), 0px 3.30602px 3.62304px rgba(0, 0, 0, 0.031357);
    border-radius: 16px;
}

.calculator-component__field {
    margin-bottom: 30px;
}


.calculator-component__left .calculator-component__field:last-child {
    margin-bottom: 0px;
}

.calculator-component__field label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #1B1918;
    margin-bottom: 10px;
    display: block;
}

.calculator-component select {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    width: 100%;
    max-width: 375px;
    padding: 9px 37px 9px 13px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683416 -0.097631 1.31658 -0.097631 1.7071 0.292893L4.99999 3.58579L8.29288 0.292893C8.6834 -0.0976311 9.31657 -0.0976311 9.70709 0.292893C10.0976 0.683417 10.0976 1.31658 9.70709 1.70711L5.7071 5.70711C5.31657 6.09763 4.68341 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976309 1.31658 -0.0976309 0.683417 0.292893 0.292893Z' fill='%236B7280'/%3E%3C/svg%3E") no-repeat 96% center #fff;

}

.range__input input {
    background: #FFFFFF;
    border-radius: 2px;
    width: 100%;
    padding: 16px 20px;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1B1918;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

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

.range__input .range-slider-amount-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.range__input .range-slider-amount-texts p {
    font-weight: 400;
    font-size: 16px;
    color: #6B7280;
}

.range__input .ui-slider-horizontal .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -6px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #F26F47 !important;
}

.range__input .ui-slider-range-min {
    background: #F26F47 !important;
    background: -moz-linear-gradient(left, #F26F47 0%, #F26F47 100%) !important;
    background: -webkit-linear-gradient(left, #F26F47 0%, #F26F47 100%) !important;
    background: linear-gradient(to right, #F26F47 0%, #F26F47 100%) !important;
}

.range__input .ui-slider-horizontal {
    height: 3px !important;
    background: #fff;
}

.calculator-component__right {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 73px 80px rgba(0, 0, 0, 0.09), 0px 22.0074px 24.1177px rgba(0, 0, 0, 0.058643), 0px 9.14073px 10.0172px rgba(0, 0, 0, 0.045), 0px 3.30602px 3.62304px rgba(0, 0, 0, 0.031357);
    border-radius: 16px;
    padding: 32px 30px;
}

.calculator-component__right-fields label {
    font-weight: 600;
    font-size: 16px;
    color: #374151;
    display: block;
    margin-bottom: 4px;
}

.calculator-component__right-fields > div,
.calculator-component__checkbox {
    position: relative;
}

.calculator-component__right-fields .input-border,
.calculator-component__checkbox .input-border{
    bottom:-8px;
    color: red;
    font-size: 13px;
    padding: 5px 0px;
    position: absolute;
    left: 0;
}

.calculator-component__checkbox .input-border{
    bottom: -20px;
}

.calculator-component__right input {
    margin-bottom: 12px;
}


.calculator-component__right-fields {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.calculator-component__right-fields > div:last-child {
    /*grid-column-start: 1;*/
    /*grid-column-end: 3;*/
    /*grid-row-start: 2;*/
    /*grid-row-end: 3;*/
}

.calculator-component__checkbox {
    display: flex;
}

.calculator-component__checkbox label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6B7280;
}

.calculator-component__checkbox input[type=checkbox] {
    margin-right: 10px;
}

.calculator-component [data-btn="nextstep"] {
    display: none;
}

.calculator-component {
    margin-bottom: 2rem;
}

.calculator-component [data-btn="prevstep"] {
    display: none;
}


@media (max-width: 768px) {

    .calculator-component__right-fields > div:last-child{
        /*grid-column-end: 1;*/
    }

    .calculator-component__right-fields{
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
    }

    .calculator-component__left{
        padding: 20px;
    }
    .calculator-component__base {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 5% 5%;
        grid-template-areas:
    "."
    ".";
    }

    .calculator-component__right:not(.show) {
        display: none
    }

    .calculator-component__left.hide {
        display: none
    }

    .calculator-component [data-btn="nextstep"] {
        display: block;
        margin-top: 2rem;
    }

    .calculator-component [data-btn="prevstep"] {
        display: block;
    }
}
/* End */


/* Start:/local/templates/InkoCredit/components/bitrix/news.list/home_products_slider/style.css?16541501981211*/
.crediting .container .crediting-block {
    margin: 10px !important;
}

#crediting_ajax_xontainer {
    position: relative;
}

.crediting-controls {
    position: absolute;
    top: -2rem;
    right: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.crediting-controls button {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    box-shadow: none !important;
    border: 1px solid #F26F47;
    transition: .3s;
}

.crediting-controls button:hover {
    background: #F26F47 !important;
}

.crediting-controls button svg path {
    transition: .3s;
}

.crediting-controls button:hover svg path {
    stroke: #fff;
}

.crediting-controls button:before {
    display: none;
    content: '';
}

.crediting-wrap .slick-track {
    display: flex !important;
}

.crediting-wrap .slick-slide {
    height: auto;
}


.crediting .container .crediting-block {
    max-width: 100% !important;
    border: 1px solid #fff;
}

@media (max-width: 450px) {
    .crediting-controls {
        top: -2.5rem;
    }
}
/* End */


/* Start:/local/templates/InkoCredit/components/bitrix/news.list/home_news_v2/style.css?16541521792770*/

#crediting_ajax_xontainer {
    position: relative;
}

.news-controls {
    position: absolute;

    right: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    top: -45px;
}

.news-controls button {
    position: relative;
    top: auto !important;;
    right: auto !important;;
    left: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    box-shadow: none !important;
    border: 1px solid #F26F47;
    transition: .3s;
}

.news-controls button:hover {
    background: #F26F47 !important;
}

.news-controls button svg path {
    transition: .3s;
}

.news-controls button:hover svg path {
    stroke: #fff;
}

.news-controls button:before {
    display: none;
    content: '';
}

.news-controls .slick-track {
    display: flex !important;
}

.news-controls .slick-slide {
    height: auto;
}


.news-controls {
    max-width: 100% !important;
}

.news-slider-wrap .news-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.news-slider-wrap .news-footer a {
    color: #141414;
}

.news .news-slider-wrap .news-slider .slide {
    border: 1px solid #3C3D41 !important;
    border-radius: 12px !important;
    transition: .3s;
    margin: 10px !important;
}

.news .news-slider-wrap .news-slider .slide:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.news .news-slider-wrap .news-slider .slide h3 {
    font-weight: 500;
    font-size: 18px !important;
    margin-bottom: 21px !important;
    min-height: 50px;
}

.news .container{
    padding: 0 15px !important;
}

.news .news-slider-wrap .news-slider .slick-list{
    margin: initial !important;
}

.news .news-slider-wrap .news-slider .slide .date {
    border: 1px solid #F7F7F7 !important;
    color:black !important;
    /*background: transparent !important;*/
    margin-top: 1rem;
    background: #F7F7F7 !important;
    /*padding: 0 !important;*/
    /*color: #000000 !important;*/
    /*width: auto !important;*/
    /*height: auto !important;*/
    /*border-radius: 0 !important;*/
    /*display: block !important;*/
    /*margin-top: 1rem !important;*/
    /*margin-bottom: 0rem !important;*/
    /*font-size: 12px !important;*/
}

.news-slider-wrap .news-footer a:hover {
    color: #F26F47;
}

.news{
    background: transparent !important;
}

.news-slider.news-slider-activate{
    display: flex;
    justify-content: space-between;
    margin: -12px 0 0 -12px;
}

.news-footer a{
    border: 1px solid #F26F47;
    padding: 0.7rem 1rem;
    border-radius: 5px;
    font-size: 14px;
}

@media (max-width: 450px) {
    .news-controls {
        top: -2.5rem;
    }
}
/* End */
/* /local/templates/InkoCredit/components/bitrix/news.list/mainslider_full_w/style.css?1654254593281 */
/* /local/components/inko/calculator.component/templates/.default/style.css?16541527695833 */
/* /local/templates/InkoCredit/components/bitrix/news.list/home_products_slider/style.css?16541501981211 */
/* /local/templates/InkoCredit/components/bitrix/news.list/home_news_v2/style.css?16541521792770 */
