.js-buy.is-incart .js-buy__add2cart,
.js-buy .js-buy__incart {
  display: none !important; }

.js-buy.is-incart .js-buy__incart {
  display: inline-block !important; }

.js-detail .js-buy.is-incart .js-buy__icart {
  display: block !important; }

/* Quantity */
.btn.btn-quantity,
.btn.btn-quantity[disabled],
.input-quantity {
  border: 1px solid #ebebeb; }

.btn.btn-quantity,
.btn.btn-quantity[disabled] {
  padding: 11.5px 12px !important; }

input.input-quantity {
  text-align: center;
  min-width: 60px; }

.btn.btn-quantity .fa:before,
.btn.btn-quantity[disabled] .fa:before {
  position: relative;
  top: 2px; }

.js-detail .btn.btn-quantity,
.js-detail .btn.btn-quantity[disabled],
.js-detail .input-quantity {
  border-color: transparent; }

.js-detail .btn.btn-quantity .fa:before,
.js-detail .btn.btn-quantity[disabled] .fa:before {
  top: 0; }

.js-detail .btn.btn-quantity {
  background: #ebebeb; }

.js-detail .btn.btn-quantity:hover,
.js-detail .btn.btn-quantity:active,
.js-detail .btn.btn-quantity:focus {
  background: #ebebeb;
  color: #0084c9;
  box-shadow: none; }

.js-detail .input-quantity {
  height: 30px; }

.js-detail .btn.btn-quantity,
.js-detail .btn.btn-quantity[disabled] {
  padding: 4.5px 8.5px !important; }

.fa.fa-minus:before {
  content: "\f068"; }

.fa.fa-plus:before {
  content: "\f067"; }

.service-detail .service-detail__order .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.service-buy {
    margin: auto;
}

.service-buy.is-section {
    display: inline-block;
}

.service-buy.is-cart .service-buy__quantity {
    max-width: 153px;
    margin: 0 auto 10px;
}

.table-basket .image {
    text-align: center;
}

.table-basket .image .img-thumbnail {
    max-height: 80px;
}

@media (min-width: 480px) {
    .service-buy.is-cart  {
        display: table;
    }
    .service-buy.is-cart .service-buy__quantity,
    .service-buy.is-cart .service-buy__btn {
        display: table-cell;
        vertical-align: middle;
    }

    .service-buy.is-cart .service-buy__quantity {
        padding: 0 20px;
        margin-bottom: 0;
    }
    
}

.b-fixed-basket {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #292e30;
  z-index: 9999;
  backface-visibility: hidden;
}

.b-fixed-basket__link {
    color: #fff;
    padding: 10.5px 25px;
    display: inline-block;
    text-decoration: none;
}

.b-fixed-basket__link:hover,
.b-fixed-basket__link:focus {
  background-color: #141617;
  color: #fff;
  text-decoration: none;
}

.b-fixed-basket__icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

.b-fixed-basket__empty + .b-fixed-basket__count {
  display: none;
}





/**/


.cd-tabs {
    position: relative;
    margin: 1em auto;
    margin-bottom: 0;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
position: relative;
    float: none;
    background: transparent;
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
/*    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;*/
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
  }
}

.cd-tabs-navigation {
width: 100%;
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
	float: left;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    margin-right: 3px;
    border-radius: 5px 5px 0 0px;
    border-width: 1px 1px 0px 1px;
}

.cd-tabs-navigation a {
	position: relative;
	display: block;

	text-align: center;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #2a71af;

	font-weight: 400;
	text-decoration: none;

	height: 35px;
	line-height: 35px;
	width: auto;
	text-align: left;
	font-size: 14px;
	padding: 0 .8em;
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;

}
.cd-tabs-navigation a i{
	margin-right: 3px;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
  color: #29324e;
  border-radius: 5px 5px 0 0;
  color: #333;
border-color: transparent;
}
.cd-tabs-navigation a.selected i{
	color: #000;
}

.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/vicons.svg");
  background-repeat: no-repeat;
}



@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: 100%;
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  .cd-tabs-navigation a {
    height: 35px;
    line-height: 35px;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding: 0 .8em;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .cd-tabs-navigation a.selected {
  border-radius: 5px 5px 0 0;
  border-color: transparent;
  
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
    background: #ffffff;
    padding-left: 0;
    margin-bottom: 0;
}
.cd-tabs-content li{
    padding: 2em 0;
    display: none;
    padding-bottom: 0;
}
.cd-tabs-content li ul li{
    display: block;
	padding: 0;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    /*min-height: 480px;*/
  }

}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
    padding-left: 0;
  }

}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.service-detail .service-detail__head{
  border-bottom: 0px !important;
}


.projects-tabs-link .cd-tabs-navigation a {
    position: relative;
    display: block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2a71af;
    font-weight: 400;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding: 0 .8em;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    border-radius: none;
}


.projects-tabs-link .cd-tabs-navigation a {
    border-radius: 0;
    background: transparent;
    border: 1px solid #2a71af;
    color: #2a71af;
    /*text-transform: uppercase;*/
    float: left;
}
.projects-tabs-link .cd-tabs-navigation a.selected {
    background: #2a71af !important;
    color: #fff;
    border-radius: 0!important;
}

.projects-tabs-link .cd-tabs-navigation li {
    float: none;
    display: inline-block;
    border: 0;
    border-radius: 0!important;
}

.projects-tabs-link .cd-tabs-navigation {
    text-align: left;
    margin-bottom: 20px;
    border: 0;
}