

/* Start:/bitrix/templates/.default/components/bitrix/catalog/deposits/bitrix/catalog.section.list/.default/style.css?17515458857181*/
.main-deposits {
  padding-top: 1px;
}
.main-deposits .item-tabs {
  transform: translateY(-73px);
  margin-bottom: -73px;
}
.deposits-list {
  margin: 40px 0;
  color: #222222;
}
.deposits-list .grid .element-item {
  width: 100%;
}
.deposits-list .item {
  margin-bottom: 25px;
  background: #fff;
  min-height: 320px;
  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: 0.218s;
  transition-property: box-shadow;
  transition-timing-function: ease-in;
  -webkit-transition: transform .62s cubic-bezier(.05,.2,.1,1), box-shadow 0.218s cubic-bezier(.05,.2,.1,1);
  -o-transition: transform .62s cubic-bezier(.05,.2,.1,1), box-shadow 0.218s cubic-bezier(.05,.2,.1,1);
  transition: transform .62s cubic-bezier(.05,.2,.1,1), box-shadow 0.218s cubic-bezier(.05,.2,.1,1);
  transform: translateY(0px);
}
.deposits-list .item .item-picture {
  position: absolute;
  overflow: hidden;
}
.deposits-list .item .item-picture 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);
  transform: scale(1);
}
.deposits-list .item .item-desc {
  padding: 35px 40px 30px 450px;
}
.deposits-list .item .item-desc .item-title {
  padding: 0;
  margin: 0 0 25px 0;
}
.deposits-list .item .item-desc .item-title a {
  color: #333333;
  font-size: 36px;
  text-decoration: none;
}
.deposits-list .item .item-desc .item-title a:hover {
  color: #fbc200;
}
.deposits-list .item .item-desc .item-props {
  min-height: 85px;
  margin-bottom: 25px;
}
.deposits-list .item .item-desc .item-props .new-item-props-row{
display:grid;
grid-template-columns: 25% 25% 25% 25%;
grid-template-rows: 100px;
gap:20px
}
.deposits-list .item .item-desc .item-props .new-item-props-row::before{
	content:"";
	display:none;
}
.deposits-list .item .item-desc .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;
}
.deposits-list .item .item-desc .item-props .item-prop .item-icon img {
  width: 36px;
  height: 36px;
  margin-top: 4px;
}
.deposits-list .item .item-desc .item-props .item-prop b {
	 white-space: nowrap;
  font-size: 18px;
  display: block;
  width:50px;
}
.deposits-list .item .item-desc .item-props .item-prop span {
  font-size: 24px;
  margin-top: 10px;
  white-space: nowrap;
}
.deposits-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);
}
.deposits-list .item:hover .item-picture img {
  transform: scale(1.13);
}
.deposits-list .item:hover .item-desc .item-title a {
  color: #fbc200;
  text-decoration: none;
}
.deposits-list .item:hover .item-desc .item-title a:hover {
  text-decoration: underline;
}
.deposit_instructions_block_container h2{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	margin: 0 0 30px 0
}
	.deposit_instructions_block_container .row{
		display:flex;
		justify-content:center
	}
	.deposit_instructions_block{
		display:grid;
		grid-template-columns: repeat(4, 1fr);
		gap:4rem;
	}
	.deposit_instructions_item{
		  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
		background:rgb(255, 213, 15);
		color:white;
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		padding:30px;
		border-radius:10px;
	}
	.deposit_instructions_item_number{
		font-size:100px;
		font-weight:bold;
	}
	.deposit_instructions_item_title{
		font-size:20px;
		font-weight:bold;
	}
@media (max-width: 767px) {
   .deposit_instructions_block{
		display:flex;
	}
  .main-deposits .item-tabs {
    transform: translateY(0px);
    margin-bottom: 0px;
  }
  .deposits-list .item .item-picture {
    display: none;
  }
  .deposits-list .item .item-title {
    margin: 0 0 15px 0;
  }
  .deposits-list .item .item-desc {
    padding: 30px;
  }
  .deposits-list .item .item-desc .item-props {
    min-height: auto;
    margin-bottom: 15px;
  }
  .deposits-list .item .item-desc .item-props .item-prop {
    min-height: 75px;
    margin-bottom: 15px;
  }
  .deposits-list .item .item-desc .item-props .item-prop b {
    font-size: 16px;
  }
  .deposits-list .item .item-desc .item-props .item-prop span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .deposits-list .item .item-picture {
    display: none;
  }
  .deposits-list .item .item-desc {
    padding: 20px;
  }
  .deposits-list .item .item-desc .item-props .item-prop b {
    font-size: 16px;
  }
  .deposits-list .item .item-desc .item-props .item-prop span {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .deposits-list .item .item-picture {
    display: none;
  }
  .deposits-list .item .item-desc {
    padding: 40px;
  }
  .deposits-list .item .item-desc .item-props .item-prop b {
    font-size: 16px;
  }
  .deposits-list .item .item-desc .item-props .item-prop span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1515px) {
  .deposits-list .item .item-desc {
    padding: 40px 40px 40px 390px;
  }
  .deposits-list .item .item-desc .item-props .item-prop b {
    font-size: 16px;
  }
  .deposits-list .item .item-desc .item-props .item-prop span {
    font-size: 18px;
  }
}

.specialversion .main-deposits .item-tabs {
  transform: translateY(0px);
  margin-bottom: 0px;
}
.specialversion .deposits-list {
  color: #000;
}
.specialversion .deposits-list .item {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}
.specialversion .deposits-list .item .item-desc .item-title a {
  color: #000;
  font-size: 36px;
}
.specialversion .deposits-list .item .item-desc .item-title a:hover {
  color: #000;
}
.specialversion .deposits-list .item .item-desc .item-props .item-prop .item-icon {
  border: 2px solid #000;
}
.specialversion .deposits-list .item .item-desc .item-props .item-prop b {
  font-size: 18px;
}
.specialversion .deposits-list .item .item-desc .item-props .item-prop span {
  font-size: 24px;
}
.fs-big .deposits-list .item .item-desc .item-title a {
  font-size: 36px;
}
.fs-big .deposits-list .item .item-desc .item-props .item-prop b {
  font-size: 24px;
}
.fs-big .deposits-list .item .item-desc .item-props .item-prop span {
  font-size: 24px;
}
.color2 .deposits-list {
  color: #ff0;
}
.color2 .deposits-list .item {
  background: #000;
  border: 1px solid #ff0;
}
.color2 .deposits-list .item .item-desc .item-title a {
  color: #ff0;
}
.color2 .deposits-list .item .item-desc .item-title a:hover {
  color: #ff0;
}
.color2 .deposits-list .item .item-desc .item-props .item-prop .item-icon {
  border: 2px solid #ff0;
}
@media (max-width: 767px) {

.deposits-list .item .item-desc .item-props .row{
display:grid;
grid-template-columns: 50% 50%;
grid-template-rows: 100px;
gap:20px;
}
.deposits-list .item .item-desc .item-props .row::before{
	content:"";
	display:none;
}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/.kb_calc_deposit/style.css?17038589016276*/
.calc-deposit {
  margin: 0 150px;
  position: relative;
}
.calc-deposit .item-calc {
margin-top:20px;
  margin-right: 330px;
  margin-bottom: 50px;
  background: #fff;
  min-height: 315px;
  -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;
}
.calc-deposit .item-calc h2 {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: normal;
}
.calc-deposit .item-calc form {
  padding: 25px 30px 10px 30px;
}
.calc-deposit .item-calc .form-group .help-block {
  font-size: 90%;
}
.calc-deposit .item-calc .form-group label {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.calc-deposit .item-calc .form-group.form-group-lg {
  margin: 0;
  padding: 0;
}
.calc-deposit .item-calc .form-group.form-group-lg label {
  font-size: 18px;
  font-weight: normal;
  color: #222222;
  margin-top: 15px;
  margin-bottom: 15px;
}
.calc-deposit .item-calc-result {
  width: 300px;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 25px;
  border: 1px solid #dcdcdc;
  -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;
}
.calc-deposit .item-calc-result h2 {
  color: #222222;
  font-size: 24px;
  padding: 0;
  margin: 0 0 15px 0;
}
.calc-deposit .item-calc-result .item-select {
  margin-bottom: 10px;
}
.calc-deposit .item-calc-result .item-select select {
  margin-bottom: 0 !important;
}
.calc-deposit .item-calc-result .item-field {
  margin-bottom: 10px;
  text-align: center;
}
.calc-deposit .item-calc-result .item-field .item-field-title {
  font-size: 14px;
  color: #222222;
}
.calc-deposit .item-calc-result .item-field .item-field-value {
  font-size: 18px;
  color: #777777;
}
.calc-deposit .item-calc-result .item-field .item-field-value .item-digits {
  font-size: 40px;
  color: #222222;
}
.calc-deposit .item-calc-result .item-field:first-child {
  border-bottom: 1px solid #dcdcdc;
}
.calc-deposit .item-calc-result .item-field:last-child {
  margin-bottom: 0;
}
.calc-deposit .item-calc-result .btn {
  margin-top: 10px;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #333333;
}
.calc-deposit .item-calc-result .btn i {
  margin-left: 15px;
  font-size: 1.5em;
  vertical-align: middle;
}
/*@media (max-width: 480px) {

}*/
@media (max-width: 767px) {
  .calc-deposit {
    margin: 0;
  }
  .calc-deposit .item-calc {
    margin-right: 0;
    margin-bottom: 25px;
    min-height: auto;
  }
  .calc-deposit .item-calc h2 {
    margin: 0;
  }
  .calc-deposit .item-calc-result {
    width: 100%;
    position: relative;
    right: auto;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calc-deposit {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .calc-deposit {
    margin: 0 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1515px) {
  .calc-deposit {
    margin: 0 100px;
  }
}
/*@media (min-width: @screen-wd-min) {

}*/
.specialversion .calc-deposit .item-calc {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}
.specialversion .calc-deposit .item-calc h2 {
  font-size: 24px;
}
.specialversion .calc-deposit .item-calc .form-group .help-block {
  font-size: 90%;
}
.specialversion .calc-deposit .item-calc .form-group label {
  font-size: 18px;
  color: #000;
}
.specialversion .calc-deposit .item-calc .form-group.form-group-lg label {
  font-size: 18px;
  color: #000;
}
.specialversion .calc-deposit .item-calc-result {
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.specialversion .calc-deposit .item-calc-result h2 {
  color: #000;
  font-size: 24px;
}
.specialversion .calc-deposit .item-calc-result .item-field {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.specialversion .calc-deposit .item-calc-result .item-field .item-field-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.specialversion .calc-deposit .item-calc-result .item-field .item-field-value {
  font-size: 18px;
  color: #000;
}
.specialversion .calc-deposit .item-calc-result .item-field .item-field-value .item-digits {
  font-size: 40px;
  color: #000;
}
.specialversion .calc-deposit .item-calc-result .item-field:first-child {
  border-bottom: 1px solid #000;
}
.specialversion .calc-deposit .item-calc-result .item-field:last-child {
  margin-bottom: 0;
}
.specialversion .calc-deposit .item-calc-result .btn {
  font-size: 18px;
  color: #000;
}
.fs-big .calc-deposit .item-calc h2 {
  font-size: 24px;
}
.fs-big .calc-deposit .item-calc .form-group .help-block {
  font-size: 24px;
}
.fs-big .calc-deposit .item-calc .form-group label {
  font-size: 24px;
}
.fs-big .calc-deposit .item-calc .form-group.form-group-lg label {
  font-size: 24px;
}
.fs-big .calc-deposit .item-calc-result h2 {
  font-size: 24px;
}
.fs-big .calc-deposit .item-calc-result .item-field .item-field-title {
  font-size: 24px;
}
.fs-big .calc-deposit .item-calc-result .item-field .item-field-value {
  font-size: 24px;
}
.fs-big .calc-deposit .item-calc-result .item-field .item-field-value .item-digits {
  font-size: 32px;
}
.fs-big .calc-deposit .item-calc-result .btn {
  font-size: 24px;
}
.color2 .calc-deposit .item-calc {
  background: #000;
  border: 1px solid #ff0;
}
.color2 .calc-deposit .item-calc .form-group label {
  color: #ff0;
}
.color2 .calc-deposit .item-calc .form-group.form-group-lg label {
  color: #ff0;
}
.color2 .calc-deposit .item-calc-result {
  background: #000;
  border: 1px solid #ff0;
}
.color2 .calc-deposit .item-calc-result h2 {
  color: #ff0;
}
.color2 .calc-deposit .item-calc-result .item-field .item-field-title {
  color: #ff0;
}
.color2 .calc-deposit .item-calc-result .item-field .item-field-value {
  color: #ff0;
}
.color2 .calc-deposit .item-calc-result .item-field .item-field-value .item-digits {
  color: #ff0;
}
.color2 .calc-deposit .item-calc-result .item-field:first-child {
  border-bottom: 1px solid #ff0;
}
.color2 .calc-deposit .item-calc-result .btn {
  color: #ff0;
}

/* 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/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_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/deposits/bitrix/catalog.section.list/.default/style.css?17515458857181 */
/* /bitrix/templates/.default/components/bitrix/news.list/.kb_calc_deposit/style.css?17038589016276 */
/* /bitrix/templates/main/css/ion.rangeSlider.css?15269778883428 */
/* /bitrix/templates/main/css/ion.rangeSlider.skinHTML5_mod.css?15350181362341 */
/* /bitrix/components/micros/feedback-form/templates/kapital24_list/style.css?17074004955716 */
/* /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 */
