

/* Start:/bitrix/templates/.default/components/bitrix/news/crediting/bitrix/news.detail/.default/style.css?1535018147706*/
.credit-detail .detail-social {
  -webkit-box-shadow: inset 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  background: #fff;
}
/*.item-tabs{
  .item-tab{
    min-height: 560px;
    position: relative;
    background-repeat: no-repeat;
    .item-tab-picture{
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-position: left top;
      background-repeat: no-repeat;
    }
    .item-tab-content{
      padding: 60px 0;
      font-size: 18px;
      p{
        font-size: 18px;
      }
    }
  }
  .swiper-pagination{
    display: none;
  }
}*/
.specialversion .credit-detail .detail-social {
  display: none;
}

/* End */


/* Start:/bitrix/components/micros/feedback-form/templates/kapital24/style.css?17068705825676*/
        .main-deposits {
            padding-top: 1px;
        }

        .main-deposits .item-tabs {
            transform: translateY(-73px);
            margin-bottom: -73px;
        }

        .deposits-list {
            color: #222222;
			    margin: 40px 0;
        }

.see_other_deposits_btn{
	display:flex;
	justify-content:center;
	margin-top:25px;

}

.see_other_deposits_btn a{
	padding:15px;
	border:1px solid #fdd420; 
	border-radius:25px;
	font-size:20px;
	transition:background 1s ease;
}
.see_other_deposits_btn a:hover{
	background:#fdd420;
	color:#fff;
}
.download-the-app{
	display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
gap: 15px;
}
.download-the-app-img{
	display:flex;
	justify-content:space-between;
gap:50px;
}

	.pc-alert-collapse{
		overflow:hidden;
		height:58px;
		transition:1s ease;
	}


    .is-inner #content .col-right{
        display:none;
    }
    .feedback_form_body{
        display:flex;
        justify-content:center
}
.feedback_form_container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
        max-width:520px;
}

h1 {
    color: #333;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}
    label[for=agree]{
    font-weight: normal;
        display:flex;
        justify-content:start;
        align-items:start;
        text-align:left;
            cursor:pointer;
}
    label[for=agree]>input{
        margin-right:5px;
        cursor:pointer;
    }
.form-group-input, .form-group-textarea,#phone {
    width: calc(100% - 20px);
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f5f5f5;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
    #phone{
        padding: 10px 10px 10px 50px;
    }
    .product-select-box{
        margin-bottom: 25px;
    }
    .product-select{
        cursor:pointer;
        padding-right:0;
    }
    .addition_deposit{
        margin-bottom: 25px;
        height:0;
        transition: .5s ease;
        overflow:hidden;
    }
.form-group-input:focus, .form-group-textarea:focus {
    outline: none;
    background-color: #e0e0e0;
}

button {
    background-color: #fdd420;
    color: white;
    padding: 12px 30px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: 1s ease;

}

button:hover {
    background-color: #fff;
        color:#000;
        outline:1px solid #fdd420;
}
/** * Extracted from: SweetAlert * Modified by: Istiak Tridip */
.success-checkmark {
     width: 80px;
     height: 115px;
     margin: 0 auto;
}
 .success-checkmark .check-icon {
     width: 80px;
     height: 80px;
     position: relative;
     border-radius: 50%;
     box-sizing: content-box;
     border: 4px solid #4caf50;
}
 .success-checkmark .check-icon::before {
     top: 3px;
     left: -2px;
     width: 30px;
     transform-origin: 100% 50%;
     border-radius: 100px 0 0 100px;
}
 .success-checkmark .check-icon::after {
     top: 0;
     left: 30px;
     width: 60px;
     transform-origin: 0 50%;
     border-radius: 0 100px 100px 0;
     animation: rotate-circle 4.25s ease-in;
}
 .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
     content: '';
     height: 100px;
     position: absolute;
     background: #fff;
     transform: rotate(-45deg);
}
 .success-checkmark .check-icon .icon-line {
     height: 5px;
     background-color: #4caf50;
     display: block;
     border-radius: 2px;
     position: absolute;
     z-index: 10;
}
 .success-checkmark .check-icon .icon-line.line-tip {
     top: 46px;
     left: 14px;
     width: 25px;
     transform: rotate(45deg);
     animation: icon-line-tip 0.75s;
}
 .success-checkmark .check-icon .icon-line.line-long {
     top: 38px;
     right: 8px;
     width: 47px;
     transform: rotate(-45deg);
     animation: icon-line-long 0.75s;
}
 .success-checkmark .check-icon .icon-circle {
     top: -4px;
     left: -4px;
     z-index: 10;
     width: 80px;
     height: 80px;
     border-radius: 50%;
     position: absolute;
     box-sizing: content-box;
     border: 4px solid rgba(76, 175, 80, .5);
}
 .success-checkmark .check-icon .icon-fix {
     top: 8px;
     width: 5px;
     left: 26px;
     z-index: 1;
     height: 85px;
     position: absolute;
     transform: rotate(-45deg);
     background-color: #fff;
}
    .phone_default_val{
        position:absolute;
        left:20px;
        top:37px;
    }
 @keyframes rotate-circle {
     0% {
         transform: rotate(-45deg);
    }
     5% {
         transform: rotate(-45deg);
    }
     12% {
         transform: rotate(-405deg);
    }
     100% {
         transform: rotate(-405deg);
    }
}
 @keyframes icon-line-tip {
     0% {
         width: 0;
         left: 1px;
         top: 19px;
    }
     54% {
         width: 0;
         left: 1px;
         top: 19px;
    }
     70% {
         width: 50px;
         left: -8px;
         top: 37px;
    }
     84% {
         width: 17px;
         left: 21px;
         top: 48px;
    }
     100% {
         width: 25px;
         left: 14px;
         top: 45px;
    }
}
 @keyframes icon-line-long {
     0% {
         width: 0;
         right: 46px;
         top: 54px;
    }
     65% {
         width: 0;
         right: 46px;
         top: 54px;
    }
     84% {
         width: 55px;
         right: 0px;
         top: 35px;
    }
     100% {
         width: 47px;
         right: 8px;
         top: 38px;
    }
}
/* End */


/* Start:/bitrix/components/micros/universal.calc.credit/templates/autocredit/style.css?17495494813915*/
table tr:nth-child(odd) {
  background-color: white;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}
#content{
	min-height:0!important
}
.row.item-calculator-parent-block{
	display:flex;
	justify-content:space-between;
	gap:20px
}
.container .back-to-list a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.container .back-to-list a i {
  font-size: 1.1em;
}
.container .back-to-list a:hover span {
  text-decoration: underline;
}
.col-sm-3.item-calculator-picture {
	padding:0!important;
}
.col-sm-3.item-calculator-picture > img{
	width:100%
}
.item-calculator-container {
	display: flex;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	background:#fff;
}

.item-calculator-form {
	padding: 30px 36px;
	width: 100%;
}

.item-calculator-form .item-calc-form-label {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-top: 15px;
	margin-bottom: 15px;
}

.item-calculator-form .calculator-input,.calculator-input-readonly  {
	border: none;
	border-bottom:1px solid #d2d2d2;
	height: 47px;
	padding: 9px 0;
	font-size: 20px;
	line-height: 1.3333333;
	max-width: 170px;
}
.item-calculator-form .calculator-input-readonly{
	max-width: none;
	width:100%
}
.item-calculator-form .calculator-input:focus,
.calculator-input-readonly:focus{
	 border-bottom: 2px solid #fbc200;
	 outline: 0;
}
.item-calculator-result {
	width: 296px;
	background: #fff;
	padding: 25px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	max-height: 330px;
	display: flex;
	flex-direction: column;
	gap:30px;
}
.item-calculator-result .item-field{
	text-align:center;
	display: flex;
	flex-direction: column;
	gap:40px;
}
.item-calculator-result .item-field .item-field-value .item-digits.js-monthly-payment{
	font-size:40px;
}
.result-detail-calculation{
	border-top:1px solid #d0d0d0
}
@media all and (max-width: 1200px) {
		.col-sm-3.item-calculator-picture{
		display:none
	}
}
@media all and (max-width: 640px) {
	.row.item-calculator-parent-block{
	flex-direction:column;
	align-items:center;
	}
	.col-sm-3.item-calculator-picture{
		display:none
	}
}

    .calculator-table-modal-open-btn {
      position: fixed;
      top: 10px;
      left: 10px;
      background: blue;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
      z-index: 1001;
    }

    /* calculator-table-modal overlay */
    .calculator-table-modal-overlay {
      display: none;
      /* Hidden by default */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1000;
      overflow-y: auto;
      /* Allows scrolling when calculator-table-modal content exceeds viewport height */
    }

    .calculator-table-modal-overlay.active {
      display: block;
	 animation: fadeIn 0.3s;

      /* Show overlay when active */
    }

    /* calculator-table-modal container */
    .calculator-table-modal-container {
      margin: 50px auto;
      /* Center with margin */
      background: white;
      border-radius: 8px;
      padding: 20px;
      width: 80%;
      max-width: 800px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	animation: slideDown 0.3s;
    }

    .calculator-table-modal-header {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .calculator-table-modal-body {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .calculator-table-modal-close-btn {
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
    }
/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}

/* End */


/* Start:/bitrix/templates/main/css/ion.rangeSlider.css?15269778883428*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* End */


/* Start:/bitrix/templates/main/css/ion.rangeSlider.skinHTML5_mod.css?15350181362341*/
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px;
}
.irs-with-grid {
  height: 75px;
}
.irs-line {
  height: 6px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.irs-line-left {
  height: 6px;
}
.irs-line-mid {
  height: 6px;
}
.irs-line-right {
  height: 6px;
}
.irs-bar {
  height: 6px;
  top: 33px;
  border-top: 1px solid #fbc200;
  border-bottom: 1px solid #fbc200;
  background: #fbc200;
}
.irs-bar-edge {
  height: 6px;
  top: 33px;
  width: 14px;
  border: 1px solid #fbc200;
  border-right: 0;
  background: #fbc200;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
}
.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.irs-slider {
  top: 27px;
  width: 18px;
  height: 18px;
  border: 1px solid #AAA;
  background: #fff;
  border-radius: 9px;
  -moz-border-radius: 9px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #FFF;
}
.irs-min,
.irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #fbc200;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid {
  height: 27px;
}
.irs-grid-pol {
  opacity: 0.5;
  background: #fbc200;
}
.irs-grid-pol.small {
  background: #999;
}
.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/.kb_main_learn_more/style.css?15350181232755*/
.main-learn-more {
  background: #f3f3f3;
  min-height: 160px;
  -webkit-box-shadow: inset 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
}
.main-learn-more .item-heading {
  font-size: 24px;
  padding: 0;
  margin: 50px 0 0 0;
  text-align: right;
}
.main-learn-more .swiper-container {
  cursor: w-resize;
}
.main-learn-more .items .item {
  display: block;
  margin: 25px 0;
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 25px;
  color: #555555;
  font-size: 16px;
  position: relative;
}
.main-learn-more .items .item .item-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fbc200;
}
.main-learn-more .items .item .item-icon i {
  font-size: 1.5em;
}
.main-learn-more .items .item:hover {
  color: #555555;
}
.main-learn-more .pc-swiper-controls {
  display: none;
}
.main-learn-more .pc-swiper-controls > div {
  background-image: none;
  color: #555555;
  margin-top: -30px;
}
.main-learn-more .pc-swiper-controls > div i {
  font-size: 3.5em;
}
.main-learn-more .pc-swiper-controls > div:hover {
  color: #333333;
}
.main-learn-more:hover .pc-swiper-controls {
  display: block;
}
/*@media (max-width: 480px) {

}*/
@media (max-width: 767px) {
  .main-learn-more .item-heading {
    margin: 50px 0 0 15px;
    text-align: left;
  }
}
/*@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {

}

@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {

}

@media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) {

}

@media (min-width: @screen-wd-min) {

}*/
.specialversion .main-learn-more {
  border: 2px solid #000;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.specialversion .main-learn-more .item-heading {
  font-size: 24px;
}
.specialversion .main-learn-more .items .item {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 18px;
}
.specialversion .main-learn-more .items .item .item-icon {
  display: none;
}
.specialversion .main-learn-more .items .item:hover {
  color: #000;
}
.specialversion .main-learn-more .pc-swiper-controls > div {
  color: #000;
}
.specialversion .main-learn-more .pc-swiper-controls > div:hover {
  color: #000;
}
.fs-big .main-learn-more .item-heading {
  font-size: 24px;
}
.fs-big .main-learn-more .items .item {
  padding: 10px;
  font-size: 24px;
}
.color2 .main-learn-more {
  border: 2px solid #ff0;
  background: #000;
}
.color2 .main-learn-more .items .item {
  border: 1px solid #ff0;
  background: #000;
  color: #ff0;
}
.color2 .main-learn-more .items .item:hover {
  color: #ff0;
}
.color2 .main-learn-more .pc-swiper-controls > div {
  color: #ff0;
}
.color2 .main-learn-more .pc-swiper-controls > div:hover {
  color: #ff0;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/options.social.share/style.min.css?1541147444178*/
.social-share{text-align:center;margin:0 0 25px 0;padding-top:25px}.social-share .social-share-title{font-size:24px;color:#555;margin:0 25px}.social-share .social-likes{margin:0}
/* End */


/* Start:/bitrix/templates/main/css/social-likes_flat.min.css?152697788812874*/
/*! Social Likes v3.0.14 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */.social-likes,.social-likes__widget{display:inline-block;padding:0;vertical-align:middle !important;word-spacing:0 !important;text-indent:0 !important;list-style:none !important}.social-likes{opacity:0}.social-likes_visible{opacity:1;transition:opacity .1s ease-in}.social-likes>*{display:inline-block;visibility:hidden}.social-likes_vertical>*{display:block}.social-likes_visible>*{visibility:inherit}.social-likes__widget{display:inline-block;position:relative;white-space:nowrap}.social-likes__widget:before,.social-likes__widget:after{display:none !important}.social-likes_vertical .social-likes__widget{display:block;float:left;clear:left}.social-likes__button,.social-likes__icon,.social-likes__counter{text-decoration:none;text-rendering:optimizeLegibility}.social-likes__button,.social-likes__counter{display:inline-block;margin:0;outline:0}.social-likes__button{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.social-likes__button:before{content:"";display:inline-block}.social-likes__icon{position:absolute}.social-likes__counter{display:none;position:relative}.social-likes_ready .social-likes__counter,.social-likes__counter_single{display:inline-block}.social-likes_ready .social-likes__counter_empty{display:none}.social-likes_vertical .social-likes__widget{display:block}.social-likes_notext .social-likes__button{padding-left:0}.social-likes_single-w{position:relative;display:inline-block}.social-likes_single{position:absolute;text-align:left;z-index:99999;visibility:hidden;opacity:0;transition:visibility 0 .11s,opacity .1s ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden}.social-likes_single.social-likes_opened{visibility:visible;opacity:1;transition:opacity .15s ease-out}.social-likes__button_single{position:relative}@font-face{font-family:"social-likes";src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABLMABAAAAAAHTgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABbAAAABoAAAAccxLCV0dERUYAAAGIAAAAHAAAAB4AJwAST1MvMgAAAaQAAABKAAAAYEDWXUVjbWFwAAAB8AAAAEIAAAFCAA/0tGN2dCAAAAI0AAAAFAAAACL/mAOqZnBnbQAAAkgAAAWnAAALl9gU2/BnYXNwAAAH8AAAAAgAAAAIAAAAEGdseWYAAAf4AAAIHwAACmSgIEBIaGVhZAAAEBgAAAAwAAAANgN69hJoaGVhAAAQSAAAACAAAAAkA/gBzGhtdHgAABBoAAAAKwAAAC4P2AAKbG9jYQAAEJQAAAAaAAAAGg9aDQZtYXhwAAAQsAAAACAAAAAgATUBSW5hbWUAABDQAAABMgAAAknDp9jvcG9zdAAAEgQAAABIAAAAgph9vwlwcmVwAAASTAAAAH0AAACKjIbexHicY2BgYGQAgguneE6B6IsqUcdgNABIsQacAAB4nGNgZGBg4AFiMSBmYmAEQm4gZgHzGAAEFwA6eJxjYGG8zDiBgZWBgdGHMY2BgcEdSn9lkGRoYWBgYmBlZoADAQSTISDNNYXhwEfGj5yMB/4fYNBjPMngABRmRFKiwMAIAF5xDK8AAHicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+R87//4Ek4////ExQlQyMbAwwJgMjE5BgYkAFjAzDHgAARicGtQAAeJxjYMAAPBDIePL/ARAGABbABUN4nK1W+XPTRhSWfCROQo6Sgxb1WLFxmtork1IIBkwIkmUX3MO5WglKK8VOeh/QMsPf4L/mybQz9Df+tH5vZZtAknaGaSaj9+3up333k8lQgoy9wA+FaD0zZrZaNLZzL6DLFq2G0aHo7QWUKcZ/F4yC0enIfcu2yQjJ8GS9b5iGF7kOmYpEdOhQRomuoOdtyq3c66+ak57f8bfvB7a0rV4gqN0ObNoMLUFVRtUwFElKiru0iq3BStAan68x83k7EDCiFwuabAcRdgSfTTJaZ7QeWVEYhhaZ5TCUZLSDgzB0KKsE7skVYxiU99oB5aVLY9KF+SGZkUM5JWGX6Cb5fVfwSaqcnzj3O5Qt2dj3RE/0cHeyli/Cra0galvxdhjIEKebOwGOLHZqoNmhvKJxr9w3MmloxrCUrkSIpRtTZv+QzA7up3zJoXEl2Mgpr/MsZ+wLvoE2o5ApUV0bWVD98SnD892SPQr2hHo5+JPpLWYZJnjwOBJ+T8acCB0pw+JokrBg5NBKyhZlXE9VTJ3yOi3jLcN64drRl84o7VB/ajLrB7Yl7bBkOzStkkzGp25cd2hGgSgEnfHu8usA0g1pmlfbWE1j5dAsrpnTIRGIQAd6acaLRC8SNIOgOTSnWrtBkuvWw2WaPpBPHHpDtbaC1k66adnYn9f7Z1VizHp7QTI7i/zFLs2WuUhRum5yhh/TeJC5hExki+0g4eDBW7eH9LLaki3x2hBb6Tm/gtrnnRCeNGF/E7svp+qUBCaGMS8RLY+Mjb5pmjpX88pIjIy/G9CsdIVPUyjKSSiOXBFB/V9zc6YxY7huL0rOjpXpcdm6gDAtwLf5skOLKjFZLiHOLM+pJMvyTZXkWL6lkjzL8yoZY2mpZJzl2yopsHxHJRMsP1CiQuYDh0oaPHSorMEjh95VBk2XX8PG92Dju7hbwEaWNmxkeQE2spSwkeUybGRZhI0sV2Ajy/dhI8tV2MhSKVHTpeYoqJ2LhMcmeDodaB/F9VZR5JTJQSddRBE3xSmZkHFV8hj7VwZKyaG1UXrMJbpYSvLmoh9gDLGDHx6NzPHjS0pc0fZ+BJ7pH1eCDjtROe8bS38a/FffkNXkkrkIjy7Dfxh8sr0o7Ljq0BVVOVdzaP2/qCjCDuhXkRJjqSgqosnNi1De6fWasoluDzDWMRbR0eumubgA/VVMmSU0CP41hSa88kGvIoWo9XDXtRfHopLeQTncCZagiPt9cyt4mhFZYT3NrGTPhy7PwAKmqdRs2UD3ea+2UsRzKB32GS/qSsp6cRfHGS+2gCOeQa++E8MkDGbZQA4lNDTgF4TWgvtOUCLTaZdDgyP2eRRU/tituJE9Kmoj8GynU+6FLqT8OsdAYCe/MoiBrCE0N/Q2FdA8QjRkk5Vxtmo6ZOzAIKLGblARNXwb2eLBpmBbhiEfK2J15+jXN03USRU8yIzkMr45sMAbpibiz/OrLg5TuaGkqHDUGhjMtbCSVMwFNOCt0Xb76Pbmy+wTObcVVcsnXuoqulbuQTEXC6w9zkFaKlQB1RtV2DC6XFwSpV5Bk6TX1TE0MMNfoxSb/1f1sfk8X2oSI+RIvu1wYKPPwRj632D/bTkIwMCPkctNuLyYNie+7ujD+QpdRi9+fMr+Hcxcc2GergDfVXQVosVR8xFX0cCnbBinTxSXI7UAP1V9zBmAzwBMBp+rvql32gB6Z4s5PsA2cxjsMIfBLnMY7DHnNsAXzGHwJXMYBMxhEDLHA7jHHAb3mcPgK+YweMCcBsDXzGHwDXMYRMxhEDPHBdhnDoMOcxh0mcPgQNH1UZgPeUEbQN9qdAvoO11PWGxi8b2iGyP2D7zQ7B81YvZPGjH1Z0W1EfUXXmjqrxox9TeNmPpQ0c0R9REvNPV3jZj6h0ZMfayeTuQywx9PbpkKB5Rdbj8ZflOcfwArcU1jAAABAAH//wAPeJw9Vltv3MYVnjNDzpBcLi+7JHel5V7EvWpXXmmXe5Gs23olWbIsWbFrZe0oaaEINVw3aB3VidOiTdGkaAskQNsHF3Ca/oKi6HtfIgOFgRbtQ4H8gvYfFO1LAkg9pONiCHKG5AzPfOc730dCiU0IeQqHhBFBmqM6jhgl7JhQAHpIKIW7EvZgnxDBZQlfY7bM3VZoh3Y9tMv2Lx7fuweH57+3IcS5QMjFGVzAGamQ3dF2CiQZdgVQBozCQwUA3lbxHVxIPiESY9KESBK7y4FJbB9Iwc9NT2XdtG3qCU1VOKlAWeNOC7qeazu8Bf1wWO73BsvQr5UDnoeyG7rloNa3e4MQ/qVblv7BWNuzvFm3fmkwHv83ugNntn6+pFvP97up9BbrdxZvPLd1eK7j1jnGe0EJPCNJcov8nPya/JZ8Sr49uj+olW2JM9gllNFTwjg71YALfqqCUMQpURLKKUnoiVOig35KIAlEBnKCO5PkCZFl6YhIsnQA5JOnH3/04U9+/KMf/uD7j995dPKN7a1qxc8JTpKgG7i1alCvDTJedzjwBC9XO71hrY5tsA7dsJvx4jboZgbDuBWhAALDEJ7rxNevWhlXqbehHs/NdJyvJmJbpt3h4GXr9+I3AmFAOZoT4KgcRAtkOr0Bguzw2hB7UQdRBWKYwhCqruLZNC5IM+IC5QqSgwtdtcwpK3wztKY8NcUSVFI48gWkpuB60nLSdrFq52eCXKpSKnkpXed8E7+kmCnNdP1Eq5Xw01bSMhUu5JKa1G1Xk6e4r2o+n5I11zAsUVpJ+alS6axUwusojiUO5enmgsJV065kMB7GFUM3Td3QqYRMhUzFNlWuLGzOlIte1kyriqpQxqiiWo7tecVCetrxEoaaYDJD8smSphoJzyo0qxqXcT5Em8AsK9Vpx/fx8P0cHlGfsIsvLz7Hx38hBtkmO2R9tGICoVcy0aeRKzKRKXlIkM3fIzKWg4yUAEmCCUFckBIgHWxf3RgvzA8qXc4zrWobWhBw1/HC7mDYH0bU7np54N5wDaKMckwVprEAyI+ojzluA2YSM4tY1vp1zBNmLgN36LBOm51evTmgsq4yPQE2T2WdZuPeq6Vam4FRfLqSyohU9vqdSS6nrlw5+NP6FWmU34DWo8nk0dzfmp3Ls61ev5441pK2+KsmePr2d6vlrO1NvxHOzGwPsiJdUjRmL88vvPt+fT473vpH6BUDs3Xn0Z05QqSLc6z9Jaz9FumTVbJGNkdXcjZnqCX/hwaw+t8mXGDBc4YSgJUSSYB8hJUjH7Tnli8PB93OXL/db1Q9X+Feq9qJdioynmMCDyKSCx7MQ623TiOAECdEpwhRAdU7AXe87qBX82JUPEfAgmr5xeVjVWVqVlX61h5eJFXdd4blnCF4zrXmLWu54vq/mq7VerWa/9be3lt7H/whlUk54hhfZqqq9HBavMC+I2Vs100KI2kA5A3x51qvWu3Vnl2Ppl0nNNa/c/iMjMkGeWW0vwQyTwCVV7FmKNslMqdIsocCYWCopogAQVnlJ7HeTiK9PSJI4gNKwk6zUQnctJkUMhnTsRLpYAf3FBUuykMBkDL9XqSDLtb7OgzqNZTGMK5i1MThGu334odeMVKuTBuix+TiwZMnDyqVlEiJirO699r24XFPYzLl9tXF7mK77GQlpovAyUuU+hju1u0nD+CzJ5//JpHzrybTJ3vLkzdX9zymOUI4xe7OsLV0kHe02YKG4CUcWXrXzVQK79948IS80Ncz+DdyokEWyTWySybkDnlv9I6DmCArJG5w6T4xVG6o3yEJUCChYPkQLjF+YmL5UE2mJ0lQddBA1Y7RYBQByokFAg1pghdBjrBHDlaW5mYnrx7e/tqtm68c3Ni/vjleurZyLezMLs4t2tWq27D5VKu6BAX6Ap5+DwUxOr8cLIMoR9AJ7mTqSxGfYnBFBGAax9Gw/vJGCB00HrfcL/fDfuiCSKdTX7+1tRvOTnAFI1xpdfY/bM3O53Pp1CiXttq1XNqca8yHxaasVYKlUZ9cbGzM4PGpnap64fXFRliY4rmUZsF6s1dt5GY7M7Nu2jcvp62Z5k0vXZy9cf6fRikbFCCR7lTaYAQbG8F4TGLOPYObiLFCnMh1I6NGuxVsB2kmRV6LkILEDglwkFCPjrEUqXyINkXvYmFSNHcnnbIt00hGvovrKBHbhn1RH2ZE3R2G9owd7Tfslz8KG4/fa/Qu3z7/4y3/n7nXvuzF4y8+Of879IfPn8fxkFL8D3CJtMnWaDzXbBRRZuVc1rUlJmnwohIk+RR/ASQ0V8pOkf9os1gVsVRGOQVyUPHLdlDnfBqJz4XroGsFdVTKIYrAi8sqeJkoe/EZuY8+ycVgCBeZ/Pjj1+/uKPbO5WCg6YqZrCw4uXnz9k/Z6tylYt3Xg0IBfhm4yZ2fvTEPl6BRokxZqtEELQ2nc/e5rrfWZhS75khJ3A+9OCdPUePPMLLXSWvUmACGuRtHzTBeOJVQ3ci3GDm4sbrSqNkGOWJHPAJxCYJYtFGyUKuWYYjlGAv6GvTrsR9HzoyhF6gBrk8LdA2wmNchxN8CEdMxNnJuUl5vR+8IbkL5C2Vqczq/allMooKxa1wWCcubUoQMijBllUlmx7GEgtGhMWsZK4/I72Uk3uaJ6RxATRfoi1tmWvM9S0V3ShZ/R32/8M1yWZXwfw0kNZ+rTctS1bayCZWBSqnAT9nGTJKmFEORpHxuBQ2fafaamgzSUwDlrJFEHWNJMePwTEJTZKz//wFiHl1QAHicY2BkYGAA4r8pHILx/DZfGeSZGEDgokrUMRj9//f/A0wsjCeBXA4GsDQANl0L+nicY2BkYGA8+f8Agx4Tw//fDAxMLAxAERTADQCAcwTHeJxj2M0gyAACqxgYGP8zMDAxgOj/vxlN//9j/AdkfwLiQIjc/38A+IoM5wAAAAAoACgAKACAAZgCJgKoAzAD4gQqBJQFMgAAAAEAAAAMAJ0ABgAAAAAAAgAiADIAdwAAAIkAeAAAAAB4nI2Pz2rCQBDGv/UftEjpUXqa3hRM2MR68WYVzwXBewjbuKiJbHLx1hdo7z31DfpufYN+iVvwUnBhmN/MfrPzLYA7fEPhfB6x9KzQx5vnFrr49NzGED+eO+irJ89d3KvUc4/9DypV54bVczNVs8IAr55buMW75zZe8OW5g4F68NyFqLnnHvsVFihwxAkOFhm2qCD0k2LEHEMjwhRj8pyKCgYH8hoJZwz1FjmwKI4nZ7NtJcN0JLGOpmOZu8ocZJ0cTWYpKbklpTrBHgHDYsf5khdFapN9sLc7w+riwndWHMy5uM6OC01jK6QxwYzx38Pn24i6ABPG31ewKvJqVbjMSBxqmcmlAZaRDiZB/YWrPW/YdGzbxqlwT70pbHLtEhvjSlvkonUUaq3l2pd/AdsaXukAAHicY2BiAIP/BxgkGbABHiBmZGBiZGJkZmRhZGVkY2Rn5GDkZORiL83LdDM0MITSRlDaGEqbQGlTKG0Gpc2htAWUtgQAymEV0HicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZ2Jw2MTAyaIEYm7mZGDkgLH4GMIvdaRczA1CaE8jmcNrF4ABhMzO4bFRh7AiM2ODQEbGROcVloxqIt4ujgYGRxaEjOSQCpCQSCDbzMjHyaO1g/N+6gaV3IxNQH2uKCwBlrSSbAAAA") format("woff");font-weight:400;font-style:normal}.social-likes__icon_facebook:before{content:"\f101"}.social-likes__icon_github:before{content:"\f102"}.social-likes__icon_mailru:before{content:"\f103"}.social-likes__icon_odnoklassniki:before{content:"\f104"}.social-likes__icon_pinterest:before{content:"\f105"}.social-likes__icon_plusone:before{content:"\f106"}.social-likes__icon_single:before{content:"\f107"}.social-likes__icon_twitter:before{content:"\f108"}.social-likes__icon_vkontakte:before{content:"\f109"}.social-likes{min-height:36px;margin:-.5em;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.social-likes,.social-likes_single-w{line-height:1.5}.social-likes,.social-likes__widget_single{font-size:14px}.social-likes__widget{margin:.5em;line-height:1.5;border:0;text-align:left;cursor:pointer}.social-likes__button,.social-likes__counter{box-sizing:border-box;font-family:"Helvetica Neue",Arial,sans-serif;vertical-align:baseline;color:#fff}.social-likes__button{padding:.04em .7em .18em 1.65em;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-likes__icon{top:0;left:.21em;font-family:"social-likes";font-weight:400;font-style:normal;speak:none;text-transform:none;font-size:1.15em;vertical-align:baseline}.social-likes__counter{padding-right:.5em;font-weight:400;font-size:.85em}.social-likes_vertical .social-likes__widget{min-width:13em}.social-likes_vertical .social-likes__counter{position:absolute;top:0;right:0;margin-top:.3em}.social-likes_light .social-likes__widget{min-width:0;background:0}.social-likes_light .social-likes__button,.social-likes_single-light+.social-likes__button{min-width:0;padding-left:1.35em;font-weight:400;text-decoration:underline;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}.social-likes_light .social-likes__icon{margin-top:-.1em;margin-left:-.25em}.social-likes_light .social-likes__counter,.social-likes_single-light+.social-likes__button+.social-likes__counter{position:static;margin-top:0;color:#999}.social-likes_notext .social-likes__button{width:1.85em}.social-likes_notext .social-likes__icon{margin-left:.1em}.social-likes_notext.social-likes_light,.social-likes_notext.social-likes_light .social-likes__widget,.social-likes_notext.social-likes_light .social-likes__icon{margin:0;left:0}.social-likes_notext.social-likes_light .social-likes__button{width:1.4em;padding-left:0}.social-likes_single{margin-top:-1.2em;padding:.5em;background:#fff;border:1px solid #ddd}.social-likes__widget_single{height:1.7em;margin:0;padding:.1em 0;line-height:1.5;background:#007aff}.social-likes_single-light+.social-likes__widget_single{color:#007aff}.social-likes__icon_single{left:.4em;font-size:1.1em}.social-likes__widget_facebook{background:#3d5b95}.social-likes_light .social-likes__button_facebook{color:#3d5b95}.social-likes__icon_facebook{left:.25em;top:.05em;font-size:1.1em}.social-likes_notext .social-likes__icon_facebook{margin-left:.15em}.social-likes__widget_twitter{background:#24aadd}.social-likes_light .social-likes__button_twitter{color:#24aadd}.social-likes__icon_twitter{top:.1em;left:.25em}.social-likes_light .social-likes__icon_twitter{left:.1em}.social-likes__widget_plusone{background:#d23e30}.social-likes_light .social-likes__button_plusone{color:#d23e30}.social-likes_notext .social-likes__icon_plusone{margin-left:0}.social-likes__icon_plusone{left:.25em}.social-likes_light .social-likes__icon_plusone{margin-top:0}.social-likes__widget_mailru{background:#00468c}.social-likes_light .social-likes__button_mailru{color:#00468c}.social-likes__icon_mailru{left:.25em}.social-likes_light .social-likes__icon_mailru{left:.1em}.social-likes_notext .social-likes__icon_mailru{margin-left:.075em}.social-likes__widget_vkontakte{background:#587e9f}.social-likes_light .social-likes__button_vkontakte{color:#587e9f}.social-likes__icon_vkontakte{top:.2em;left:.25em}.social-likes__widget_odnoklassniki{background:#f59310}.social-likes_light .social-likes__button_odnoklassniki{color:#f59310}.social-likes__icon_odnoklassniki{left:.4em}.social-likes_light .social-likes__icon_odnoklassniki{left:.25em}.social-likes_notext.social-likes_light .social-likes__button_odnoklassniki{width:1em}.social-likes__widget_pinterest{background:#cb132d}.social-likes_light .social-likes__button_pinterest{color:#cb132d}.social-likes_light .social-likes__icon_pinterest{left:.1em}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/.kb_crediting_slider/style.css?15350181425215*/
.inner-crediting-slider {
  min-height: 500px;
  padding-top: 75px;
}
.inner-crediting-slider.is-credits-slider {
  background: url("/bitrix/templates/main/images/kapitalbank/crediting-bg-2.jpg") no-repeat center top;
}
.inner-crediting-slider.is-deposits-slider {
  background: url("/bitrix/templates/main/images/kapitalbank/deposits-bg-dark.jpg") no-repeat center;
}
.inner-crediting-slider.is-cards-slider {
  background: url("/bitrix/templates/main/images/kapitalbank/cards-bg-2.jpg") no-repeat center;
}
.inner-crediting-slider .swiper-container {
  cursor: w-resize;
}
.inner-crediting-slider .swiper-container .swiper-slide {
  width: 470px;
}
.inner-crediting-slider .items .item {
  display: block;
  min-height: 340px;
  padding-top: 1px;
  position: relative;
  text-decoration: none;
  font-size: 24px;
  color: #222222;
}
.inner-crediting-slider .items .item .item-picture {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 35px;
}
.inner-crediting-slider .items .item .item-picture img {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  transition-duration: 0.218s;
  transition-property: box-shadow;
  transition-timing-function: ease-in;
  width: 100%;
}
.inner-crediting-slider .items .item .item-desc {
  display: block;
  background: #fff;
  min-height: 230px;
  position: relative;
  margin-top: 115px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  transition-duration: 0.218s;
  transition-property: box-shadow;
  transition-timing-function: ease-in;
}
.inner-crediting-slider .items .item .item-desc .item-title {
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: block;
  padding: 35px;
}
.inner-crediting-slider .items .item:hover .item-desc {
  -webkit-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.15);
}
.inner-crediting-slider .pc-swiper-controls-DEL {
  position: relative;
  width: 100%;
}
.inner-crediting-slider .pc-swiper-controls-DEL > div {
  background-image: none;
  color: #555555;
  margin-top: 150px;
}
.inner-crediting-slider .pc-swiper-controls-DEL > div i {
  font-size: 3.5em;
}
.inner-crediting-slider .pc-swiper-controls-DEL > div:hover {
  color: #333333;
}
.inner-crediting-slider .pc-swiper-controls-DEL .swiper-button-prev {
  left: -40px;
}
.inner-crediting-slider .pc-swiper-controls-DEL .swiper-button-next {
  right: -50px;
}
.inner-crediting-slider .pc-swiper-controls {
  position: relative;
  width: 100%;
}
.inner-crediting-slider .pc-swiper-controls > div {
  background: #fff;
  color: #fbc200;
  top: 150px;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  transition-duration: 0.218s;
  transition-property: box-shadow;
  transition-timing-function: ease-in;
}
.inner-crediting-slider .pc-swiper-controls > div i {
  font-size: 3.5em;
  margin-top: 15px;
}
.inner-crediting-slider .pc-swiper-controls > div:hover {
  background: #fbc200;
  color: #fff;
}
.inner-crediting-slider .pc-swiper-controls .swiper-button-prev {
  left: -40px;
}
.inner-crediting-slider .pc-swiper-controls .swiper-button-next {
  right: -50px;
}
@media (max-width: 480px) {
  .inner-crediting-slider .swiper-container .swiper-slide {
    width: 360px;
  }
  .inner-crediting-slider .items .item .item-picture {
    padding: 0 15px;
  }
  .inner-crediting-slider .items .item .item-desc .item-title {
    padding: 15px;
  }
}
/*@media (max-width: @screen-xs-max){
  .main-news-type-1{
    .item{
      .pre-desc{
        height: auto;
      }
      .desc{
        height: auto;
      }
    }
  }
}*/
.specialversion .inner-crediting-slider {
  background: #000 !important;
}
.specialversion .inner-crediting-slider .items .item {
  font-size: 24px;
  color: #000;
}
.specialversion .inner-crediting-slider .items .item .item-picture img {
  border: 1px solid #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.specialversion .inner-crediting-slider .items .item .item-desc {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.specialversion .inner-crediting-slider .items .item:hover .item-desc {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.specialversion .inner-crediting-slider .items .item:hover .item-desc .item-title {
  text-decoration: underline;
}
.specialversion .inner-crediting-slider .pc-swiper-controls > div {
  color: #000;
}
.specialversion .inner-crediting-slider .pc-swiper-controls > div:hover {
  color: #000;
}
.color2 .inner-crediting-slider .items .item {
  color: #ff0;
}
.color2 .inner-crediting-slider .items .item .item-picture img {
  border: 1px solid #ff0 !important;
}
.color2 .inner-crediting-slider .items .item .item-desc {
  border: 1px solid #ff0 !important;
  background: #000;
}
.color2 .inner-crediting-slider .pc-swiper-controls > div {
  color: #ff0;
}
.color2 .inner-crediting-slider .pc-swiper-controls > div:hover {
  color: #ff0;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news/crediting/bitrix/news.detail/.default/style.css?1535018147706 */
/* /bitrix/components/micros/feedback-form/templates/kapital24/style.css?17068705825676 */
/* /bitrix/components/micros/universal.calc.credit/templates/autocredit/style.css?17495494813915 */
/* /bitrix/templates/main/css/ion.rangeSlider.css?15269778883428 */
/* /bitrix/templates/main/css/ion.rangeSlider.skinHTML5_mod.css?15350181362341 */
/* /bitrix/templates/.default/components/bitrix/news.list/.kb_main_learn_more/style.css?15350181232755 */
/* /bitrix/templates/.default/components/bitrix/news.list/options.social.share/style.min.css?1541147444178 */
/* /bitrix/templates/main/css/social-likes_flat.min.css?152697788812874 */
/* /bitrix/templates/.default/components/bitrix/news.list/.kb_crediting_slider/style.css?15350181425215 */
