

/* Start:/bitrix/templates/.default/components/bitrix/catalog/cards/bitrix/catalog.section.list/.default/style.css?174841290210692*/
.banner-item{
background:#ffd531;
display:grid;
grid-template-columns:60% 40%;
padding:2rem 7rem;
cursor:pointer
}
.banner-item-image-block-mobile{
	display:none
}
@media (max-width: 991px) {
	.banner-item{
		display:block;
		padding:2rem
	}
	.banner-item .banner-item-title{
		font-size:larger
	}
.banner-item-image-block-mobile{
	display:flex;
	justify-content:center;
	align-items:center
}
	.banner-item-image-block-mobile img{
		width:250px
	}
}
.banner-item .banner-item-text-block{
	width:fit-content;
}
.banner-item .banner-item-subtitle{
	font-size: 20px;
    font-weight: bold;
	margin:0
}
.banner-item .banner-item-subtitle.first{
	border-bottom: 1px solid white
}
.banner-item .banner-item-title{
padding:1rem; 
background:white;
border-radius:10px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
}
.banner-item .banner-item-image-block{
    display: flex;
    justify-content: end;
    background: url('/upload/cards/kids_cards_hands.png') no-repeat;
    background-size: contain;
    background-position-x: center;
	min-width:65%
}

.card_image_currency_block{
	display: flex;
    gap: 16px;
    align-items: center;

}
.card_image_currency_block .cards_currency_type{
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.card_image_currency_block .cards_currency_type span{
	padding:2px;
	background-color:#ffd50f;
	border-radius:5px
}
.header-and-heading.is-cards-list .page-header {
    background: none !important;
    min-height: 50px !important;
}
.main-cards .item-tabs {
  transform: translateY(-73px);
  margin-bottom: -73px;
}
.cards-list {
  margin: 40px 0;
  color: #222222;
}
.cards-list .element-item {
  width: 100%;
}
.cards-list .item {
  margin-bottom: 25px;
  background: #fff;
  min-height: 320px;
  overflow: hidden;
  position: relative;
  -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: 1s;
  transition-property: box-shadow;
  transition-timing-function: ease-in;
 transition: transform 0.62s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.cards-list .item .btn-open {
  border: 0;
  padding: 0;
  margin: 10px 0 0 0;
  background: transparent;
  font-size: 20px;
  text-decoration: none;
  color: #222222;
}
.cards-list .item .btn-open i {
  font-size: 1.5em;
  vertical-align: middle;
}
.cards-list .item .item-area {
  padding: 40px;
}
.cards-list .item .item-bg {
  position: absolute;
  visibility: hidden;
}
.cards-list .item .item-bg img {
  -webkit-transition: transform 0.62s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: transform 0.62s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: transform 0.62s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.cards-list .item .item-picture img {
  transform: translateY(0px);
  -webkit-transition: transform 0.62s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: transform 0.62s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: transform 0.62s cubic-bezier(0.05, 0.2, 0.1, 1);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cards-list .item .desc {
  padding: 0px 100px 0px 0px;
}
.cards-list .item .title {
  padding: 0;
  margin: 0 0 30px 0;
}
.cards-list .item .title a {
  color: #222222;
  font-size: 36px;
  text-decoration: none;
}
.cards-list .item .title a:hover {
  color: #222222;
  text-decoration: none;
}
.cards-list .item .item-props {
  min-height: 85px;
  margin-bottom: 25px;
}
.cards-list .item .item-props .item-prop .item-icon {
	display:inline-block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}
.cards-list .item .item-props .item-prop .item-icon img {
  width: 36px;
  height: 36px;
  margin-top: 4px;
}
.cards-list .item .item-props .item-prop .item-icon img.item-icon-img-2 {
  display: none;
}
.cards-list .item .item-props .item-prop b {
  /*white-space: nowrap;*/
  font-size: 18px;
  display: block;
}
.cards-list .item .item-props .item-prop span {
  font-size: 24px;
  margin-top: 10px;
}
.cards-list .item:hover {
  color: #000;
  background-color: none;
}
.cards-list .item:hover {
  -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);
  transform: translateY(-5px);
}
.cards-list .item:hover .btn-open {
  color: #000;
}
.cards-list .item:hover .item-bg {
  visibility: visible;
}
.cards-list .item:hover .item-bg img {
  transform: scale(1.01);
}
.cards-list .item:hover .item-picture img {
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}
.cards-list .item:hover .title a {
  color:#000;
}
.cards-list .item:hover .title a:hover {
	text-decoration:underline;
  	color: #000;
}
.pc-alert-collapser>div{
	height:fit-content!important;
}
.new-item-props-row{
	display:grid;
	grid-template-columns: 33% 33% 33%;
	gap:10px;
}
.new-item-props-row::before{
    content:"" !important;
    display:none !important;
}
	#allCardsTab{
		display:none;
	}
/*.cards-list .item:hover .item-props .item-prop .item-icon {
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.cards-list .item:hover .item-props .item-prop .item-icon img.item-icon-img-1 {
  display: none;
}
.cards-list .item:hover .item-props .item-prop .item-icon img.item-icon-img-2 {
  display: inline-block !important;
}*/
@media (max-width: 767px) {
		#allCardsTab{
		display:flex;

	}
	#allCardsTab>a{
		font-size:14px;
	}

	#Francisco>.container{
		padding-top:10px;
	}
	.menu.menu--francisco{
	display: grid;
    grid-template-columns: 25% 75%;
    gap: 10px;
	}
	#content .page-content .menu__list{
	  column-count: 2;
      column-gap: 10px;
		min-width:100%;
	}
  .main-cards .item-tabs {
    transform: translateY(0px);
    margin-bottom: 0px;
  }
.cards-list .item .item-props {
  margin-bottom: 0px;
}
	.cards-list .item .item-props .item-prop b {
  display: inline;
}
  .new-item-props-row{
	display:grid!important;
	grid-template-columns: 50% 50% !important;
	   /* grid-template-rows: auto auto auto auto;*/
	gap:10px;

  }
	.menu--francisco .menu__item{
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fdd4207a!important;
	background:#fdd420;
	border-radius:25px;
	overflow:hidden;
	margin-bottom:10px!important;
	white-space: break-spaces;
	}
	.menu--francisco .menu__link{
		display:flex;
		justify-content:center;
		align-items:center
	}
	.menu__item.menu__item--current{
	background: #ffd003!important;
	}
	.cards-list .item .item-props .item-prop .item-icon {
		display:none;
	}
.cards-list .item .item-desc .item-props .row::before{
    content:"";
    display:none;
}


  .cards-list .item .btn-open span {
    display: none;
  }
  .cards-list .item .item-picture {
    margin-bottom: 15px;
    display: inline-block;
  }
  .cards-list .item .title a {
    font-size: 24px;
  }
  .cards-list .item .desc {
    padding: 0px 0px 0px 0px;
  }
  .cards-list .item .item-props .item-prop {
    min-height: 50px;
  }
  .cards-list .item .item-props .item-prop b {
    font-size: 18px;
  }
  .cards-list .item .item-props .item-prop span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards-list .item .btn-open span {
    display: none;
  }
  .cards-list .item .title a {
    font-size: 24px;
  }
  .cards-list .item .desc {
    padding: 0px 0px 0px 0px;
  }
  .cards-list .item .item-props .item-prop b {
    font-size: 14px;
  }
  .cards-list .item .item-props .item-prop span {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cards-list .item .btn-open span {
    display: none;
  }
  .cards-list .item .desc {
    padding: 0px 0px 0px 0px;
  }
  .cards-list .item .item-props .item-prop b {
    font-size: 16px;
  }
  .cards-list .item .item-props .item-prop span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1515px) {
  .cards-list .item .btn-open span {
    display: none;
  }
  .cards-list .item .desc {
    padding: 0px 0px 0px 0px;
  }
  .cards-list .item .item-props .item-prop span {
    font-size: 18px;
  }
}
.specialversion .main-cards .item-tabs {
  transform: translateY(0px);
  margin-bottom: 0px;
}
.specialversion .cards-list {
  color: #000;
}
.specialversion .cards-list .item {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}
.specialversion .cards-list .item .btn-open {
  color: #000;
}
.specialversion .cards-list .item .item-picture img {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.specialversion .cards-list .item .title a {
  color: #000;
  font-size: 36px;
}
.specialversion .cards-list .item .title a:hover {
  color: #000;
  text-decoration: underline;
}
.specialversion .cards-list .item .item-props .item-prop .item-icon {
  border: 2px solid #000;
}
.specialversion .cards-list .item .item-props .item-prop b {
  font-size: 18px;
}
.specialversion .cards-list .item .item-props .item-prop span {
  font-size: 24px;
}
.specialversion .cards-list .item:hover {
  color: #fff;
  background: #000;
}
.specialversion .cards-list .item:hover .btn-open {
  color: #fff;
}
.specialversion .cards-list .item:hover .item-bg {
  display: none;
}
.specialversion .cards-list .item:hover .item-bg img {
  transform: scale(1);
}
.specialversion .cards-list .item:hover .item-picture img {
  transform: translateY(0px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.specialversion .cards-list .item:hover .title a {
  color: #fff;
}
.specialversion .cards-list .item:hover .title a:hover {
  color: #fff;
}
.specialversion .cards-list .item:hover .item-props .item-prop .item-icon {
  border: 2px solid #fff !important;
}
.color2 .cards-list {
  color: #ff0;
}
.color2 .cards-list .item {
  background: #000;
  border: 1px solid #ff0;
}
.color2 .cards-list .item .btn-open {
  color: #ff0;
}
.color2 .cards-list .item .title a {
  color: #ff0;
}
.color2 .cards-list .item .title a:hover {
  color: #ff0;
}
.color2 .cards-list .item .item-props .item-prop .item-icon {
  border: 2px solid #ff0;
}
.color2 .cards-list .item:hover {
  color: #ff0;
  background: #000;
}
.color2 .cards-list .item:hover .btn-open {
  color: #ff0;
}
.color2 .cards-list .item:hover .title a {
  color: #ff0;
}
.color2 .cards-list .item:hover .title a:hover {
  color: #ff0;
}
.color2 .cards-list .item:hover .item-props .item-prop .item-icon {
  border: 2px solid #ff0 !important;
}
.post-title{
	font-size:24px;
}

/* End */


/* Start:/bitrix/components/micros/feedback-form/templates/kapital24_list/style.css?17074004955716*/
#feedback-form-data>p{
	display:none
}

        .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/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/.kb_inner_about/style.css?15350181694790*/
/*.btn-codrops-1e {
  &:after {
    background: @brand-primary;
  }
  &:hover, &:active {
    color: @gray-darker;
  }
}*/
.inner-about-service {
  background: #fff;
  min-height: 440px;
  -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);
}
.inner-about-service .item-heading {
  font-size: 40px;
  color: #222222;
  padding: 30px 0 40px 0;
  margin: 0;
}
.inner-about-service .item-heading a {
  color: #222222;
  text-decoration: none;
}
.inner-about-service .item-heading a:hover {
  text-decoration: underline;
}
.inner-about-service .items .item {
  display: block;
  min-height: 170px;
  margin-bottom: 25px;
}
.inner-about-service .items .item .item-icon {
  position: absolute;
  border: none;
  display: block;
}
.inner-about-service .items .item .item-icon img {
  display: block;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
  transition: all 0.1s linear;
}
.inner-about-service .items .item .item-desc {
  display: block;
}
.inner-about-service .items .item .item-desc .item-title {
  font-size: 24px;
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  color: #000;
}
.inner-about-service .items .item .item-desc .item-title a {
  color: #000;
  text-decoration: none;
}
.inner-about-service .items .item .item-desc .item-title a:hover {
  text-decoration: underline;
}
.inner-about-service .items .item .item-desc .item-text {
  font-size: 16px;
  display: block;
}
.inner-about-service .items .item:hover .item-desc .item-title a {
  color: #fbc200;
}
.inner-about-service .items .item.item-with-picture .item-desc {
  margin-left: 150px;
}
.inner-about-service .btn-open {
  font-size: 20px;
  border: 2px solid #404040;
  margin-bottom: 25px;
  border-radius: 5px;
  text-align: center;
  display: block;
  color: #000000;
  padding: 20px;
  text-decoration: none;
}
.inner-about-service .btn-open:hover {
  text-decoration: none;
}
/*@media (max-width: 480px) {

}*/
@media (max-width: 767px) {
  .inner-about-service {
    padding: 0 15px;
  }
  .inner-about-service .item-heading {
    text-align: center;
    font-size: 24px;
  }
  .inner-about-service .items .item {
    min-height: 150px;
  }
  .inner-about-service .items .item .item-icon img {
    max-width: 50px;
    max-height: 50px;
  }
  .inner-about-service .items .item .item-desc .item-title {
    font-size: 20px;
  }
  .inner-about-service .items .item .item-desc .item-text {
    font-size: 16px;
  }
  .inner-about-service .items .item.item-with-picture .item-desc {
    margin-left: 70px;
  }
}
/*@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 {
  /*.btn-codrops-1e {
    &:after {
      background: #000;
    }
    &:hover, &:active {
      color: fff;
    }
  }*/
}
.specialversion .inner-about-service {
  background: #fff;
  border-bottom: 2px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.specialversion .inner-about-service .item-heading {
  font-size: 40px;
  color: #000;
}
.specialversion .inner-about-service .item-heading a {
  color: #000;
}
.specialversion .inner-about-service .items .item .item-desc .item-title {
  font-size: 24px;
  color: #000;
}
.specialversion .inner-about-service .items .item .item-desc .item-title a {
  color: #000;
}
.specialversion .inner-about-service .items .item .item-desc .item-text {
  font-size: 16px;
}
.specialversion .inner-about-service .items .item:hover .item-desc .item-title {
  color: #000;
}
.specialversion .inner-about-service .items .item:hover .item-desc .item-title a {
  color: #000;
}
.specialversion .inner-about-service .btn-open {
  font-size: 20px;
  border: 2px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000;
}
.fs-big .inner-about-service .items .item .item-desc .item-title {
  font-size: 28px;
}
.fs-big .inner-about-service .items .item .item-desc .item-text {
  font-size: 24px;
}
.color2 .inner-about-service {
  background: #000;
  border-bottom: 2px solid #ff0;
}
.color2 .inner-about-service .item-heading {
  color: #ff0;
}
.color2 .inner-about-service .item-heading a {
  color: #ff0;
}
.color2 .inner-about-service .items .item .item-desc .item-title {
  color: #ff0;
}
.color2 .inner-about-service .items .item .item-desc .item-title a {
  color: #ff0;
}
.color2 .inner-about-service .items .item:hover .item-desc .item-title {
  color: #ff0;
}
.color2 .inner-about-service .items .item:hover .item-desc .item-title a {
  color: #ff0;
}
.color2 .inner-about-service .btn-open {
  border: 2px solid #ff0;
  color: #ff0;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/.kb_inner_about/css/default-mod.min.css?1526977886849*/
.container-btn-codrops>header{margin:0 auto;padding:2em}.container-btn-codrops>header{text-align:center}.container-btn-codrops>header h1{font-size:2.625em;line-height:1.3;margin:0;font-weight:300}.container-btn-codrops>header span{display:block;font-size:60%;opacity:.5;padding:0 0 .6em .1em}.container-btn-codrops{height:100%;position:relative}.container-btn-codrops>section p{position:relative;margin:0;padding:0;z-index:1}.container-btn-codrops .color-2{background:#f06060}.container-btn-codrops .color-3{background:#fcd04b}.container-btn-codrops .color-4{background:#2ecc71}.container-btn-codrops .color-5{background:#9e54bd}.container-btn-codrops .color-6{background:#4593e3}.container-btn-codrops .color-7{background:#2ac56c}.container-btn-codrops .color-8{background:#ecf0f1}.container-btn-codrops .color-8 p.text{color:#aaa;font-weight:bold}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/.kb_inner_about/css/component-mod-2.css?153501817033056*/
/* General button style (reset) */
.btn-codrops {
  /*border: none;*/
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  /*padding: 25px 80px;*/
  display: inline-block;
  /*margin: 15px 30px;*/
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  /*font-weight: 700;*/
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-codrops:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* Pseudo elements for icons */
.btn-codrops:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.icon-envelope:before {
  content: "\e000";
}
.icon-cart:before {
  content: "\e007";
}
.icon-cart-2:before {
  content: "\e008";
}
.icon-heart:before {
  content: "\e009";
}
/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
  content: "\e00a";
}
.icon-star:before {
  content: "\e00b";
}
/* Filled star */
.icon-star:after,
.icon-star-2:before {
  content: "\e00c";
}
.icon-arrow-right:before {
  content: "\e00d";
}
.icon-arrow-left:before {
  content: "\e003";
}
.icon-truck:before {
  content: "\e00e";
}
.icon-remove:before {
  content: "\e00f";
}
.icon-cog:before {
  content: "\e010";
}
.icon-plus:before,
.icon-plus:after {
  content: "\e011";
}
.icon-minus:before {
  content: "\e012";
}
.bh-icon-smiley:before {
  content: "\e001";
}
.bh-icon-sad:before {
  content: "\e002";
}
.icon-file:before {
  content: "\e004";
}
.icon-remove-2:before {
  content: "\e005";
}
/* Button 1 */
.btn-codrops-1 {
  border: 2px solid #404040;
  color: #000;
}
/* Button 1a */
.btn-codrops-1a:hover,
.btn-codrops-1a:active {
  color: #0e83cd;
  background: #fff;
}
/* Button 1b */
.btn-codrops-1b:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
}
.btn-codrops-1b:hover,
.btn-codrops-1b:active {
  color: #0e83cd;
}
.btn-codrops-1b:hover:after,
.btn-codrops-1b:active:after {
  height: 100%;
}
/* Button 1c */
.btn-codrops-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.btn-codrops-1c:hover,
.btn-codrops-1c:active {
  color: #0e83cd;
}
.btn-codrops-1c:hover:after,
.btn-codrops-1c:active:after {
  width: 100%;
}
/* Button 1d */
.btn-codrops-1d {
  overflow: hidden;
}
.btn-codrops-1d:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-codrops-1d:hover,
.btn-codrops-1d:active {
  color: #0e83cd;
}
.btn-codrops-1d:hover:after {
  width: 90%;
  opacity: 1;
}
.btn-codrops-1d:active:after {
  width: 101%;
  opacity: 1;
}
/* Button 1e */
.btn-codrops-1e {
  overflow: hidden;
}
.btn-codrops-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  /*background: #ffe000;*/
  /*#fff;*/
  background: #fbc200;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-70deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-70deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-70deg);
  transform: translateX(-50%) translateY(-50%) rotate(-70deg);
}
.btn-codrops-1e:hover,
.btn-codrops-1e:active {
  color: #000;
  /*#0e83cd;*/
}
.btn-codrops-1e:hover:after {
  height: 575%;
  opacity: 1;
}
.btn-codrops-1e:active:after {
  height: 700%;
  opacity: 1;
}
/* Button 1f */
.btn-codrops-1f {
  overflow: hidden;
}
.btn-codrops-1f:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-codrops-1f:hover,
.btn-codrops-1f:active {
  color: #0e83cd;
}
.btn-codrops-1f:hover:after {
  height: 75%;
  opacity: 1;
}
.btn-codrops-1f:active:after {
  height: 130%;
  opacity: 1;
}
/* Button 2 */
.btn-codrops-2 {
  background: #cb4e4e;
  color: #fff;
  box-shadow: 0 6px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* Button 2a */
.btn-codrops-2a {
  border-radius: 0 0 5px 5px;
}
.btn-codrops-2a:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.btn-codrops-2a:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2b */
.btn-codrops-2b {
  border-radius: 0 0 5px 5px;
}
.btn-codrops-2b:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px;
}
.btn-codrops-2b:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2c */
.btn-codrops-2c {
  border-radius: 5px;
}
.btn-codrops-2c:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.btn-codrops-2c:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2d */
.btn-codrops-2d {
  border-radius: 5px;
}
.btn-codrops-2d:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px;
}
.btn-codrops-2d:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2e */
.btn-codrops-2e {
  border-radius: 5px;
  box-shadow: -6px 0 #ab3c3c;
}
.btn-codrops-2e:hover {
  box-shadow: -4px 0 #ab3c3c;
  left: -2px;
}
.btn-codrops-2e:active {
  box-shadow: 0 0 #ab3c3c;
  left: -6px;
}
/* Button 2f */
.btn-codrops-2f {
  border-radius: 5px;
  box-shadow: 6px 0 #ab3c3c;
}
.btn-codrops-2f:hover {
  box-shadow: 4px 0 #ab3c3c;
  left: 2px;
}
.btn-codrops-2f:active {
  box-shadow: 0 0 #ab3c3c;
  left: 6px;
}
/* Button 2g */
.btn-codrops-2g {
  border-radius: 40px;
}
.btn-codrops-2g:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.btn-codrops-2g:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2h */
.btn-codrops-2h {
  border-radius: 20px;
}
.btn-codrops-2h:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.btn-codrops-2h:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2i */
.btn-codrops-2i {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}
.btn-codrops-2i:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.btn-codrops-2i:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2j */
.btn-codrops-2j {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}
.btn-codrops-2j:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px;
}
.btn-codrops-2j:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 3 */
.btn-codrops-3 {
  background: #fcad26;
  color: #fff;
}
.btn-codrops-3:hover {
  background: #f29e0d;
}
.btn-codrops-3:active {
  background: #f58500;
  top: 2px;
}
.btn-codrops-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}
/* Button 3a */
.btn-codrops-3a {
  padding: 25px 60px 25px 120px;
}
.btn-codrops-3a:before {
  background: rgba(0, 0, 0, 0.05);
}
/* Button 3b */
.btn-codrops-3b {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}
.btn-codrops-3b:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
/* Button 3c */
.btn-codrops-3c {
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 3px #da9622;
}
.btn-codrops-3c:active {
  box-shadow: 0 3px #dc7801;
}
.btn-codrops-3c:before {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #fff;
  color: #f29e0d;
  border-radius: 10px 10px 0 0;
}
.btn-codrops-3c:active:before {
  color: #f58500;
}
/* Button 3d */
.btn-codrops-3d {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}
.btn-codrops-3d:before {
  background: #fff;
  color: #fcad26;
  z-index: 2;
  border-radius: 10px 0 0 10px;
}
.btn-codrops-3d:after {
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  left: 55px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-codrops-3d:active:before {
  color: #f58500;
}
.btn-codrops-3d:active {
  top: 0;
}
.btn-codrops-3d:active:after {
  left: 60px;
}
/* Button 3e */
.btn-codrops-3e {
  padding: 25px 120px 25px 60px;
  overflow: hidden;
}
.btn-codrops-3e:before {
  left: auto;
  right: 10px;
  z-index: 2;
}
.btn-codrops-3e:after {
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}
.btn-codrops-3e:hover:after {
  width: 40%;
}
/* Button 4 */
.btn-codrops-4 {
  border-radius: 50px;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.btn-codrops-4:active {
  border-color: #17954c;
  color: #17954c;
}
.btn-codrops-4:hover {
  background: #24b662;
}
.btn-codrops-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-codrops-4:active:before {
  color: #17954c;
}
/* Button 4a */
.btn-codrops-4a:before {
  left: 130%;
  top: 0;
}
.btn-codrops-4a:hover:before {
  left: 80%;
}
/* Button 4b */
.btn-codrops-4b:before {
  left: -50%;
  top: 0;
}
.btn-codrops-4b:hover:before {
  left: 10%;
}
/* Button 4c */
.btn-codrops-4c:before {
  left: 70%;
  opacity: 0;
  top: 0;
}
.btn-codrops-4c:hover:before {
  left: 80%;
  opacity: 1;
}
/* Button 4d */
.btn-codrops-4d:before {
  left: 30%;
  opacity: 0;
  top: 0;
}
.btn-codrops-4d:hover:before {
  left: 10%;
  opacity: 1;
}
/* Button 5 */
.btn-codrops-5 {
  background: #823aa0;
  color: #fff;
  height: 70px;
  min-width: 260px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-codrops-5:active {
  background: #9053a9;
  top: 2px;
}
.btn-codrops-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.btn-codrops-5:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  font-size: 180%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-codrops-5:active:before {
  color: #703b87;
}
/* Button 5a */
.btn-codrops-5a:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.btn-codrops-5a:before {
  left: 0;
  top: -100%;
}
.btn-codrops-5a:hover:before {
  top: 0;
}
/* Button 5b */
.btn-codrops-5b:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.btn-codrops-5b:before {
  left: -100%;
  top: 0;
}
.btn-codrops-5b:hover:before {
  left: 0;
}
/* Button 6 */
.btn-codrops-6 {
  color: #fff;
  background: #226fbe;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-codrops-6:active {
  top: 2px;
}
/* Button 6a */
.btn-codrops-6a {
  border: 4px solid #226fbe;
}
.btn-codrops-6a:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6b */
.btn-codrops-6b {
  border: 4px solid #226fbe;
  border-radius: 15px;
}
.btn-codrops-6b:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6c */
.btn-codrops-6c {
  border: 4px solid #226fbe;
  border-radius: 60px;
}
.btn-codrops-6c:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6d */
.btn-codrops-6d {
  border: 2px dashed #226fbe;
}
.btn-codrops-6d:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6e */
.btn-codrops-6e {
  border: 2px dashed #226fbe;
  border-radius: 15px;
}
.btn-codrops-6e:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6f */
.btn-codrops-6f {
  border: 2px dashed #226fbe;
  border-radius: 60px;
}
.btn-codrops-6f:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6g */
.btn-codrops-6g {
  border: 2px dotted #226fbe;
}
.btn-codrops-6g:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6h */
.btn-codrops-6h {
  border: 2px dotted #226fbe;
  border-radius: 15px;
}
.btn-codrops-6h:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6i */
.btn-codrops-6i {
  border: 2px dotted #226fbe;
  border-radius: 60px;
}
.btn-codrops-6i:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6j */
.btn-codrops-6j {
  border: 4px double #226fbe;
}
.btn-codrops-6j:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6k */
.btn-codrops-6k {
  border: 4px double #226fbe;
  border-radius: 15px;
}
.btn-codrops-6k:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 6l */
.btn-codrops-6l {
  border: 4px double #226fbe;
  border-radius: 60px;
}
.btn-codrops-6l:hover {
  background: transparent;
  color: #226fbe;
}
/* Button 7 */
.btn-codrops-7 {
  background: #17aa56;
  color: #fff;
  border-radius: 7px;
  box-shadow: 0 5px #119e4d;
  padding: 25px 60px 25px 90px;
}
/* Button 7a */
.btn-codrops-7a {
  overflow: hidden;
}
.btn-codrops-7a:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d;
}
.btn-codrops-7a.btn-codrops-activated {
  -webkit-animation: fadeOutText 0.5s;
  -moz-animation: fadeOutText 0.5s;
  animation: fadeOutText 0.5s;
}
.btn-codrops-7a.btn-codrops-activated:before {
  -webkit-animation: moveToRight 0.5s;
  -moz-animation: moveToRight 0.5s;
  animation: moveToRight 0.5s;
}
@-webkit-keyframes fadeOutText {
  0% {
    color: transparent;
  }
  80% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@-moz-keyframes fadeOutText {
  0% {
    color: transparent;
  }
  80% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes fadeOutText {
  0% {
    color: transparent;
  }
  80% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes moveToRight {
  80% {
    -webkit-transform: translateX(250%);
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(250%);
  }
  82% {
    opacity: 0;
    -webkit-transform: translateX(250%);
  }
  83% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
  }
  84% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveToRight {
  80% {
    -moz-transform: translateX(250%);
  }
  81% {
    opacity: 1;
    -moz-transform: translateX(250%);
  }
  82% {
    opacity: 0;
    -moz-transform: translateX(250%);
  }
  83% {
    opacity: 0;
    -moz-transform: translateX(-50%);
  }
  84% {
    opacity: 1;
    -moz-transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@keyframes moveToRight {
  80% {
    transform: translateX(250%);
  }
  81% {
    opacity: 1;
    transform: translateX(250%);
  }
  82% {
    opacity: 0;
    transform: translateX(250%);
  }
  83% {
    opacity: 0;
    transform: translateX(-50%);
  }
  84% {
    opacity: 1;
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* Button 7b */
.btn-codrops-7b {
  overflow: hidden;
}
.btn-codrops-7b:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d;
}
.btn-codrops-7b.btn-codrops-activated:before {
  -webkit-animation: scaleUp 0.5s;
  -moz-animation: scaleUp 0.5s;
  animation: scaleUp 0.5s;
}
@-webkit-keyframes scaleUp {
  80% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}
@-moz-keyframes scaleUp {
  80% {
    opacity: 0;
    -moz-transform: scale(2);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(2);
  }
}
@keyframes scaleUp {
  80% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/* Icon only style */
.btn-codrops-icon-only {
  font-size: 0;
  padding: 25px 30px;
}
.btn-codrops-icon-only:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 54px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Button 7c */
.btn-codrops-7c {
  overflow: hidden;
}
.btn-codrops-7c:before {
  color: #fff;
  z-index: 1;
}
.btn-codrops-7c:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  width: 0;
  background: #0a833d;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-codrops-7c.btn-codrops-activated:after {
  -webkit-animation: fillToRight 0.7s forwards;
  -moz-animation: fillToRight 0.7s forwards;
  animation: fillToRight 0.7s forwards;
}
@-webkit-keyframes fillToRight {
  to {
    width: 100%;
  }
}
@-moz-keyframes fillToRight {
  to {
    width: 100%;
  }
}
@keyframes fillToRight {
  to {
    width: 100%;
  }
}
/* Button 7d */
.btn-codrops-7d {
  overflow: hidden;
}
.btn-codrops-7d:before {
  color: #fff;
  z-index: 1;
}
.btn-codrops-7d:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 0;
  background: #21bb63;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-codrops-7d.btn-codrops-activated:after {
  -webkit-animation: emptyBottom 0.7s forwards;
  -moz-animation: emptyBottom 0.7s forwards;
  animation: emptyBottom 0.7s forwards;
}
@-webkit-keyframes emptyBottom {
  to {
    height: 100%;
  }
}
@-moz-keyframes emptyBottom {
  to {
    height: 100%;
  }
}
@keyframes emptyBottom {
  to {
    height: 100%;
  }
}
/* Button 7e */
.btn-codrops-7e:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #ea515e;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-codrops-7e.btn-codrops-activated:after {
  -webkit-animation: scaleFade 0.5s forwards;
  -moz-animation: scaleFade 0.5s forwards;
  animation: scaleFade 0.5s forwards;
}
@-webkit-keyframes scaleFade {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes scaleFade {
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@keyframes scaleFade {
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/* Button 7f */
.btn-codrops-7f:before {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.btn-codrops-7f:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #ffe44d;
  visibility: hidden;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffe44d;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-codrops-7f.btn-codrops-activated:after {
  visibility: visible;
  -webkit-animation: dropDown 0.3s forwards;
  -moz-animation: dropDown 0.3s forwards;
  animation: dropDown 0.3s forwards;
}
@-webkit-keyframes dropDown {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dropDown {
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes dropDown {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Button 7g */
.btn-codrops-7g:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #0a833d;
  visibility: hidden;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-codrops-7g.btn-codrops-activated:after {
  visibility: visible;
  -webkit-animation: dropDownFade 0.5s forwards;
  -moz-animation: dropDownFade 0.5s forwards;
  animation: dropDownFade 0.5s forwards;
}
@-webkit-keyframes dropDownFade {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes dropDownFade {
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes dropDownFade {
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* Button 7h */
.btn-codrops-7h span {
  display: inline-block;
  width: 100%;
}
.btn-codrops-7h:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d;
}
/* Success and error */
.btn-codrops-success,
.btn-codrops-error {
  color: transparent;
}
.btn-codrops-success:after,
.btn-codrops-error:after {
  z-index: 1;
  color: #fff;
  left: 40%;
}
.btn-codrops-success:before {
  content: "\e001";
}
.btn-codrops-success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  -moz-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
}
@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes moveUp {
  0% {
    -moz-transform: translateY(50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-codrops-error {
  -webkit-animation: shake 0.5s;
  -moz-animation: shake 0.5s;
  animation: shake 0.5s;
}
/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.btn-codrops-error:before {
  content: "\e002";
}
.btn-codrops-error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  -moz-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
}
@-webkit-keyframes scaleFromUp {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scaleFromUp {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes scaleFromUp {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Special trash effect */
.trash-effect {
  position: relative;
  max-width: 320px;
  margin: 60px auto 0;
}
.trash-effect .icon-file {
  font-size: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(90px) translateY(20px) scale(1);
  -moz-transform: translateX(90px) translateY(20px) scale(1);
  -ms-transform: translateX(90px) translateY(20px) scale(1);
  transform: translateX(90px) translateY(20px) scale(1);
}
.trash-effect .icon-file:nth-child(2) {
  -webkit-transform: translateX(140px) translateY(-10px) scale(1);
  -moz-transform: translateX(140px) translateY(-10px) scale(1);
  -ms-transform: translateX(140px) translateY(-10px) scale(1);
  transform: translateX(140px) translateY(-10px) scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.trash-effect .icon-file:nth-child(3) {
  -webkit-transform: translateX(140px) translateY(50px) scale(1);
  -moz-transform: translateX(140px) translateY(50px) scale(1);
  -ms-transform: translateX(140px) translateY(50px) scale(1);
  transform: translateX(140px) translateY(50px) scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.trash-effect.trash-effect-active .icon-file {
  -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
  -moz-transform: translateX(-100px) translateY(-10px) scale(0);
  -ms-transform: translateX(-100px) translateY(-10px) scale(0);
  transform: translateX(-100px) translateY(-10px) scale(0);
}
/* Button 7i */
.btn-codrops-7i {
  box-shadow: none;
  border-radius: 0 0 7px 7px;
  padding: 27px 33px;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.btn-codrops-7i:before {
  line-height: 45px;
}
.btn-codrops-7i:after {
  height: 11px;
  /* should be 10px but in Chrome Version 34.0.1847.131 there's a gap because of the transform of the button */
  width: 100%;
  background: #17aa56;
  border-radius: 7px 7px 0 0;
  left: 0;
  top: -10px;
  z-index: 1;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.trash-effect-active .btn-codrops-7i:after {
  -webkit-animation: openTrash 0.5s;
  -moz-animation: openTrash 0.5s;
  animation: openTrash 0.5s;
}
@-webkit-keyframes openTrash {
  50% {
    -webkit-transform: rotate(-35deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes openTrash {
  50% {
    -moz-transform: rotate(-35deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@keyframes openTrash {
  50% {
    transform: rotate(-35deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Button 8 */
.perspective {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  display: inline-block;
}
.btn-codrops-8 {
  display: block;
  background: #5cbcf6;
  outline: 1px solid transparent;
  /* FF jagged edges fix */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-codrops-8:active {
  background: #55b7f3;
}
/* Button 8a */
.btn-codrops-8a:after {
  width: 100%;
  height: 42%;
  /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
  left: 0;
  top: -40%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}
.btn-codrops-8a:hover {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}
/* Button 8b */
.btn-codrops-8b:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}
.btn-codrops-8b:hover {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg);
}
/* Button 8c */
.btn-codrops-8c:after {
  width: 21%;
  /* should be 20% but there's a gap in Chrome Version 34.0.1847.131 */
  height: 100%;
  left: -20%;
  top: 0;
  background: #49a7df;
  -webkit-transform-origin: 100% 0%;
  -webkit-transform: rotateY(-90deg);
  -moz-transform-origin: 100% 0%;
  -moz-transform: rotateY(-90deg);
  -ms-transform-origin: 100% 0%;
  -ms-transform: rotateY(-90deg);
  transform-origin: 100% 0%;
  transform: rotateY(-90deg);
}
.btn-codrops-8c:hover {
  -webkit-transform: rotateY(15deg);
  -moz-transform: rotateY(15deg);
  -ms-transform: rotateY(15deg);
  transform: rotateY(15deg);
}
/* Button 8d */
.btn-codrops-8d:after {
  width: 20%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateY(90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateY(90deg);
  transform-origin: 0% 0%;
  transform: rotateY(90deg);
}
.btn-codrops-8d:hover {
  -webkit-transform: rotateY(-15deg);
  -moz-transform: rotateY(-15deg);
  -ms-transform: rotateY(-15deg);
  transform: rotateY(-15deg);
}
/* Button 8e */
.btn-codrops-8e {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}
.btn-codrops-8e:after {
  width: 100%;
  height: 42%;
  /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
  left: 0;
  top: -40%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}
.btn-codrops-8e:active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* Button 8f */
.btn-codrops-8f {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg);
}
.btn-codrops-8f:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}
.btn-codrops-8f:active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* Button 8g */
.btn-codrops-8g {
  background: #fff;
  color: #999;
}
.btn-codrops-8g:active {
  background: #fff;
}
.btn-codrops-8g:after,
.btn-codrops-8g:before {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  line-height: 70px;
}
.btn-codrops-8g:after {
  top: -98%;
  /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
  background: #7aca7c;
  color: #358337;
  content: 'It worked!';
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}
.btn-codrops-8g:before {
  top: 100%;
  background: #e96a6a;
  color: #a33a3a;
  content: 'Error!';
  font-weight: 700;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}
.btn-codrops-8g.btn-codrops-success3d {
  background: #aaa;
  -webkit-transform-origin: 50% 100%;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  -moz-transform-origin: 50% 100%;
  -moz-transform: rotateX(-90deg) translateY(100%);
  -ms-transform-origin: 50% 100%;
  -ms-transform: rotateX(-90deg) translateY(100%);
  transform-origin: 50% 100%;
  transform: rotateX(-90deg) translateY(100%);
}
.btn-codrops-8g.btn-codrops-error3d {
  background: #aaa;
  -webkit-transform-origin: 50% 0%;
  -webkit-transform: rotateX(90deg) translateY(-100%);
  -moz-transform-origin: 50% 0%;
  -moz-transform: rotateX(90deg) translateY(-100%);
  -ms-transform-origin: 50% 0%;
  -ms-transform: rotateX(90deg) translateY(-100%);
  transform-origin: 50% 0%;
  transform: rotateX(90deg) translateY(-100%);
}
.specialversion {
  /* Button 1e */
}
.specialversion .btn-codrops-1e:after {
  /*background: #ffe000;*/
  /*#fff;*/
  background: #000;
}
.specialversion .btn-codrops-1e:hover,
.specialversion .btn-codrops-1e:active {
  color: #fff;
  /*#0e83cd;*/
}
.color2 {
  /* Button 1e */
}
.color2 .btn-codrops-1e:after {
  /*background: #ffe000;*/
  /*#fff;*/
  background: #ff0;
}
.color2 .btn-codrops-1e:hover,
.color2 .btn-codrops-1e:active {
  color: #000;
  /*#0e83cd;*/
}

/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/cards/bitrix/catalog.section.list/.default/style.css?174841290210692 */
/* /bitrix/components/micros/feedback-form/templates/kapital24_list/style.css?17074004955716 */
/* /bitrix/templates/.default/components/bitrix/news.list/.kb_main_learn_more/style.css?15350181232755 */
/* /bitrix/templates/.default/components/bitrix/news.list/.kb_inner_about/style.css?15350181694790 */
/* /bitrix/templates/.default/components/bitrix/news.list/.kb_inner_about/css/default-mod.min.css?1526977886849 */
/* /bitrix/templates/.default/components/bitrix/news.list/.kb_inner_about/css/component-mod-2.css?153501817033056 */
