#tabbed label.tabs {
  background: #222;
  color: #fff;
}
#tabbed label.tabs:hover, #tabbed label.tabs:focus {
  background: #c91c1c;
}
#tabbed .cell.table.first.blue {
  background: #c91c1c;
}
#tabbed p.framed-quote {
  background: #F44343;
  color: #fff;
}
#tabbed p.quote {
  color: #c91c1c;
}
#tabbed p.framed-quote.arrow-left:before {
  border-color: transparent #F44343 transparent transparent;
}
#tabbed .button.blue {
  background: #F44343;
  color: #fff;
}
#tabbed .button.blue:hover {
  background: #333;
  color: #fff;
}
#tabbed .button.black:hover {
  background: #777;
}
#tabbed .title.large {
  color: #c91c1c;
}
#tabbed a {
  color: #c91c1c;
}
#tabbed input.reset:hover {
  color: #F44343;
}
/**/
#tabbed * {
  margin: 0;
 padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#tabbed label {
  cursor: pointer
}
#tabbed input[type=radio] {
  display: none;
  visibility: hidden;
  opacity: 0
}
#tabbed a {
  text-decoration: none
}
#tabbed {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  -webkit-backface-visibility: hidden
}
#tabbed .wrapper {
  background: #fff;
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  text-align: left
}
#tabbed h3 {
	margin-bottom: 20px
}
#tabbed .wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  padding: 40px;
  float: left
}
#tabbed input#t-1:checked ~ .wrapper .tab-1, #tabbed input#t-2:checked ~ .wrapper .tab-2, #tabbed input#t-3:checked ~ .wrapper .tab-3, #tabbed input#t-4:checked ~ .wrapper .tab-4, #tabbed input#t-5:checked ~ .wrapper .tab-5, #tabbed input#t-6:checked ~ .wrapper .tab-6,  #tabbed input#t-7:checked ~ .wrapper .tab-7,  #tabbed input#t-8:checked ~ .wrapper .tab-8 {
  position: relative;
  float: left;
  z-index: 10;
  opacity: 1;
  visibility: visible
}
#tabbed label.tabs {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 22px;
  width: auto;
  height: 44px;
  line-height: 40px;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px)
}

@media screen and (max-width:1024px) {
#tabbed label.tabs {
  display: inline-block;
  color: #fff;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 22px;
  width: auto;
  height: 34px;
	line-height: 30px;

}	
	
}
#tabbed input:checked + label.tabs {
  background: #fff;
  color: #333
}
#tabbed input:checked + label.tabs, #tabbed label.tabs:focus, #tabbed label.tabs:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
#tabbed label.tabs:before {
  padding-right: 10px
}
#tabbed .row {
  display: block;
  float: none;
  width: 100%;
  clear: both;

}
#tabbed .cell {
  display: inline-block;
  float: none;
  position: relative;
  margin-left: .3%;
	margin-right: .3%
}

#tabbed .cell.w-100 {
  width: 100%
}
#tabbed .cell.w-83 {
  width: 83%
}
#tabbed .cell.w-66 {
  width: 66%
}
#tabbed .cell.w-49 {
  width: 49%
}
#tabbed .cell.w-32 {
  width: 32%
}
#tabbed .cell .ws-25 {
  width: 20%
}
#tabbed .cell.w-15 {
  width: 24%;
  padding-bottom: 20px;
  border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px
}

#tabbed .cell.w-49-noborder {
  width: 49%;
  border: 0px solid rgba(0,0,0,.0);

}
#tabbed .cell.w-49 {
  width: 49%;
  border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
	padding: 20px
}

#tabbed .cell.w-100 {
  width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,.05);
	max-width: 99.2%;
	margin-bottom: 10px;
	margin-top: 40px
}

#tabbed .cell.w-12 {
  width: 32%;

}

@media only screen and (max-width: 768px){
#tabbed .cell.w-12 {
  width: 99%;

}	
}



#tabbed .cell.w-100-2 {
  width: 100%;
  border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
	padding: 20px
}
#tabbed .cell.w-100-2-noborder {
  width: 100%;
  border: 1px solid rgba(0,0,0,.0);
    margin-bottom: 20px;
	
}



#tabbed .cell.w-15-2 {
  width: 24%;
  padding-bottom: 0px;
  border: 0px solid rgba(0,0,0,.1);

}

#tabbed .cell.table.first {
  padding-left: 10px
}
#tabbed .cell.table.first.black {
  background: #333
}
#tabbed .cell.table.first p {
  color: #fff
}
#tabbed .cell.table.exposed p {
  color: red
}
#tabbed .mt-5 {
  margin-top: 5px
}
#tabbed .mt-10 {
  margin-top: 10px
}
#tabbed .mt-15 {
  margin-top: 15px
}
#tabbed .mt-20 {
  margin-top: 20px
}
#tabbed .mt-30 {
  margin-top: 30px
}
#tabbed .clrfx {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  clear: both;
  content: ""
}
#tabbed .fl-left {
  float: left
}
#tabbed .fl-right {
  float: right
}
#tabbed .title.large {
  font-size: 28px;
  text-transform: uppercase;
  border-bottom: solid 8px #f0f0f0;
  padding-bottom: 16px
}
#tabbed .title.normal {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400
}
#tabbed .title.small {
  font-size: 20px;
  color: #333;
  font-weight: 400
}
#tabbed .title.mini {
  font-size: 16px;
  color: #666;
  font-weight: 400
}
#tabbed .title.inline {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 6px
}
#tabbed .title.table {
  font-size: 14px;
  color: #333;
  padding: 6px 0;
  border-bottom: solid 2px #f0f0f0
}
#tabbed .title.table.headline {
  text-transform: uppercase;
  color: #fff;
  border-bottom: solid 2px #fff
}
#tabbed .title.icon:before {
  padding-right: 10px;
  color: #bbb
}
#tabbed p {
  display: block;
	color:#333;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	text-align: justify
}



#tabbed .styled-list-two {
  position: relative;
  margin-bottom: 20px;
}
#tabbed .styled-list-two li {
  position: relative;
  line-height: 24px;
  margin-bottom: 7px;
  padding-left: 16px;
  font-size: 15px
}
#tabbed .styled-list-two li strong{
font-weight: 700
}
#tabbed .styled-list-two li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  top: 0;
  line-height: 24px;
  color: #c0293f;
  position: absolute
}

#tabbed hr {
border-top: 1px solid rgba(0,0,0,.1);
	margin-bottom: 15px
}

#tabbed h4 {
  display: block;
	color:#333;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px
}


#tabbed p.large {
  font-size: 18px;
  line-height: 24px;
  color: #555
}
#tabbed p.normal {
  font-size: 14px;
  line-height: 22px;
  color: #999
}
#tabbed p.small {
  font-size: 10px;
  line-height: 16px;
  color: #bbb
}
#tabbed p b {
  color: #555;
  font-weight: inherit
}
#tabbed p.small span.icon {
  padding-right: 8px
}
#tabbed p.normal span.icon {
  padding-right: 10px
}
#tabbed p.large span.icon {
  padding-right: 12px
}
#tabbed p.quote {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  padding-left: 16px;
  border-left: solid 6px #f0f0f0
}
#tabbed p.framed-quote {
  color: #fff;
  font-size: 12px;
  padding: 20px;
  line-height: 18px;
  position: relative
}
#tabbed p.framed-quote:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid
}
#tabbed p.framed-quote.arrow-left:before {
  left: -10px;
  top: 50%;
  margin-top: -14px;
  border-width: 14px 10px 14px 0
}
#tabbed p.framed-quote.arrow-right:before {
  right: -10px;
  top: 50%;
  margin-top: -14px;
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent #6e99e3
}
#tabbed p.framed-quote.arrow-top:before {
  left: 50%;
  top: -10px;
  margin-left: -14px;
  border-width: 0 14px 10px;
  border-color: transparent transparent #6e99e3
}
#tabbed p.framed-quote.arrow-bottom:before {
  left: 50%;
  bottom: -10px;
  margin-left: -14px;
  border-width: 10px 14px 0;
  border-color: #6e99e3 transparent transparent
}
#tabbed p.framed-quote span.icon {
  padding-right: 6px
}
#tabbed a {
  color: #6e98e3
}
#tabbed a:hover {
  color: inherit
}
#tabbed .button {
  color: #fff;
  font-size: 16px;
  padding: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer
}
#tabbed .button:hover {
  color: #fff
}
#tabbed .button:before {
  float: right
}
#tabbed .button.black {
  background: #333
}
#tabbed .button.grey.light {
  background: #bbb
}
#tabbed .button.grey.dark {
  background: #777
}
#tabbed .button.black:hover {
  background: #6e98e3
}
#tabbed .button.grey:hover {
  background: #555
}
#tabbed ul {
  padding-left: 10px
}
#tabbed ul > li {
  font-size: 13px;
  list-style-type: none
}
#tabbed ul li:before {
  display: inline-block;
  margin-right: 6px;
  text-align: left;
  font-family: 'entypo', sans-serif;
  font-weight: 400;
  content: "\e762";
  color: #bbb
}
#tabbed iframe {
  width: 100%;
  height: 480px
}
#tabbed .map {
  width: 90%;
  height: 380px;
  display: inline-block
}
#tabbed .map-wrap {
  padding: 14px;
  width: 260px
}
#tabbed .map-wrap .b-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #FF2424;
  padding-bottom: 4px;
  display: block;
  width: 100%
}
#tabbed .map-wrap p {
  display: block;
  clear: both;
  font-size: 13px;
  color: #999;
  padding-bottom: 4px
}
#tabbed .map-wrap .b-info {
  font-size: 12px;
  color: #333;
  margin-top: 12px
}
#tabbed .map-wrap .b-info span {
  padding-right: 6px
}
#tabbed input, #tabbed select, #tabbed textarea {
  display: inline-block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding: 12px 20px 10px 10px;
  font-size: 16px;
  color: #333
}
#tabbed input:focus, #tabbed input:hover, #tabbed select:focus, #tabbed select:hover, #tabbed textarea:focus, #tabbed textarea:hover {
  border-bottom-color: #333;
  outline: 0
}
#tabbed textarea {
  resize: none;
  overflow: hidden;
  height: 46px
}
#tabbed textarea:focus {
  height: 140px
}
#tabbed input.reset {
  border: 0;
  outline: 0;
  font-size: 12px;
  padding: 0;
  cursor: pointer;
  text-align: right;
  background: #fff
}
#tabbed input.reset:hover {
  color: #6E98E3
}
#tabbed select {
  background: 0 0;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-left: 8px;
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
#tabbed select.grayed {
  color: #999
}
#arrow-select, #arrow-select-svg {
  background: #fff url(img/select.png) no-repeat 0 11px;
  width: 44px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 1px;
  pointer-events: none;
  vertical-align: middle;
  outline: 0;
  border: 0;
  z-index: 3
}
#tabbed select:focus ~ #arrow-select, #tabbed select:focus ~ #arrow-select-svg, #tabbed select:hover ~ #arrow-select, #tabbed select:hover ~ #arrow-select-svg {
  background: #fff url(img/select-focus.png) no-repeat 0 11px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #arrow-select-svg {
    display: none
  }
}
#arrow-select, x:-o-prefocus {
  display: none
}
#tabbed input::-webkit-input-placeholder, #tabbed textarea::-webkit-input-placeholder {
  color: #999
}
#tabbed input:focus::-webkit-input-placeholder, #tabbed textarea:focus::-webkit-input-placeholder {
  color: #ccc
}
#tabbed input:-moz-placeholder, #tabbed textarea:-moz-placeholder {
  color: #999
}
#tabbed input:focus:-moz-placeholder, #tabbed textarea:focus:-moz-placeholder {
  color: #ccc
}
#tabbed input::-moz-placeholder, #tabbed textarea::-moz-placeholder {
  color: #999
}
#tabbed input:focus::-moz-placeholder, #tabbed textarea:focus::-moz-placeholder {
  color: #ccc
}
#tabbed input:-ms-input-placeholder, #tabbed textarea:-ms-input-placeholder {
  color: #999
}
#tabbed input:focus:-ms-input-placeholder, #tabbed textarea:focus:-ms-input-placeholder {
  color: #ccc
}
#tabbed .ie9-placeholder {
  color: #999 !important
}
#tabbed .ie9-placeholder:focus {
  color: #ccc !important
}
#tabbed input:required, #tabbed select:required, #tabbed textarea:required {
  background: #fff url(img/required.png) no-repeat 100% 18px;
  outline: 0;
  box-shadow: none
}
#tabbed input:hover:invalid, #tabbed select:hover:invalid, #tabbed textarea:hover:invalid {
  background: #fff url(img/focused.png) no-repeat 100% 18px;
  outline: 0;
  box-shadow: none
}
#tabbed input:required:valid, #tabbed select:required:valid, #tabbed textarea:required:valid {
  background: #fff url(img/valid.png) no-repeat 100% 18px;
  outline: 0;
  box-shadow: none
}
#tabbed input:focus:invalid, #tabbed select:focus:invalid, #tabbed textarea:focus:invalid {
  background: #fff url(img/invalid.png) no-repeat 100% 18px;
  outline: 0;
  box-shadow: none
}
#tabbed a, #tabbed input, #tabbed input:checked ~ .wrapper > div, #tabbed label.tabs, #tabbed select, #tabbed textarea {
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .2s
}
#tabbed .wrapper.shadow, #tabbed input:checked + label.tabs.shadow {
  -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .3);
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .3)
}
@media screen and (max-width:1024px) {
  #tabbed {
    width: 100%
  }
  #tabbed label.tabs {
    padding: 0 15px
  }
}
@media screen and (max-width:800px) {
  #tabbed .cell.w-15, #tabbed .cell.w-15-2, #tabbed .cell.w-32, #tabbed .cell.w-49, #tabbed .cell.w-66, #tabbed .cell.w-83 {
    width: 100%
  }
  #tabbed .cell {
    margin: 2% 0
  }
  #tabbed p.framed-quote:before {
    display: none
  }
  #tabbed label.tabs {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  #tabbed label.tabs:before {
    display: inline-block;
    padding: 0;
    width: 30px
  }
  #tabbed input:checked + label.tabs.shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
  #tabbed .wrapper.shadow {
    -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, .3);
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, .3)
  }
  #tabbed .fl-right {
    float: left
  }
  #tabbed iframe {
    height: 380px
  }
  #tabbed .map {
    width: 100%
  }
}
/**/
  #tabbed .portfolio-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
  #tabbed .portfolio-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #252638;
  border-radius: 1px;
}
  #tabbed .portfolio-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
  #tabbed .portfolio-block-one .inner-box:hover .image-box img {
  opacity: 0.1;
  transform: scale(1.05);
}
  #tabbed .portfolio-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
  #tabbed .portfolio-block-one .inner-box .content-box .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
  #tabbed .portfolio-block-one .inner-box .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px rgba(228, 30, 47, 0.5);
  transform: scale(0, 0);
}
  #tabbed .portfolio-block-one .inner-box:hover .content-box .link a {
  transform: scale(1, 1);
}
  #tabbed .portfolio-block-one .inner-box .content-box .text {
  position: absolute;
  left: 0px;
  bottom: 22px;
  width: 100%;
  padding: 0px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
  #tabbed .portfolio-block-one .inner-box:hover .content-box .text {
  bottom: 32px;
  opacity: 1;
  visibility: visible;
}
  #tabbed .portfolio-block-one .inner-box .content-box .text p {
  display: block;
  margin-bottom: 0px;
}
  #tabbed .portfolio-block-one .inner-box .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}
  #tabbed .portfolio-block-one h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
  #tabbed .portfolio-block-one h3 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
  #tabbed .portfolio-block-one .inner-box .content-box .text h4 a {
  display: inline-block;
  color: #ffffff;
}
  #tabbed .portfolio-block-one .inner-box .content-box .text h4 a:hover {}

  #tabbed .portfolio-section .sec-title {
  margin-bottom: 34px;
}
  #tabbed .portfolio-block-two .inner-box {
  position: relative;
  display: block;
  margin-bottom: 32px;
}
  #tabbed .portfolio-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 12px;
}
  #tabbed .portfolio-block-two .inner-box .lower-content h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  transition: all 500ms ease;
}
  #tabbed .portfolio-block-two .inner-box:hover .lower-content h4 {
  opacity: 0;
  transform: scale(0, 0);
}
  #tabbed .portfolio-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #252638;
  border-radius: 5px;
}
  #tabbed .portfolio-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}
  #tabbed .portfolio-block-two .inner-box:hover .image-box img {
  opacity: 0.1;
  transform: scale(1.05);
}
  #tabbed .portfolio-block-two .inner-box .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
  #tabbed .portfolio-block-two .inner-box .overlay-content .link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
}
  #tabbed .portfolio-block-two .inner-box .overlay-content .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transform: scale(0, 0);
}
  #tabbed .portfolio-block-two .inner-box:hover .overlay-content .link a {
  transform: scale(1, 1);
}
  #tabbed .portfolio-block-two .inner-box .overlay-content .link a:before {
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  left: -10px;
  top: -10px;
  background: rgba(228, 30, 47, 0.5);
  border-radius: 50%;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%, 0% 0%);
}
  #tabbed .portfolio-block-two .inner-box .overlay-content .text {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
  #tabbed .portfolio-block-two .inner-box:hover .overlay-content .text {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
  #tabbed .portfolio-block-two .inner-box .overlay-content .text p {
  display: block;
  margin-bottom: 0px;
}
  #tabbed .portfolio-block-two .inner-box .overlay-content .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}
  #tabbed .portfolio-block-two .inner-box .overlay-content .text h4 a {
  display: inline-block;
  color: #ffffff;
}
  #tabbed .portfolio-block-two .inner-box .overlay-content .text h4 a:hover {}
  #tabbed .portfolio-section .pagination-wrapper {
  position: relative;
  display: block;
  margin-top: 10px;
}
  #tabbed .portfolio-section.portfolio-3 .portfolio-block-two .inner-box {
  margin-bottom: 30px;
}

#tabbed h5{

    font-size: 20px
}

#tabbed .tab-4 h5 {
color:#333;
    font-size: 20px
}
#tabbed .belka h5{
background: #0e0e0e; 
background: -moz-linear-gradient(-45deg,  #343a40 2%, #7d7e7d 100%); 
background: -webkit-linear-gradient(-45deg,  #343a40 2%,#7d7e7d 100%); 
background: linear-gradient(135deg,  #343a40 2%,#7d7e7d 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#7d7e7d',GradientType=1 ); 
padding-top:10px;
padding-left:20px;
padding-bottom: 10px;
margin-bottom: 12px;
    margin-left: 7px;
    margin-right: 7px;
	color:#FFF
}


#tabbed .belka2 h5{
background: #0e0e0e; 
background: -moz-linear-gradient(-45deg,  #343a40 2%, #7d7e7d 100%); 
background: -webkit-linear-gradient(-45deg,  #343a40 2%,#7d7e7d 100%); 
background: linear-gradient(135deg,  #343a40 2%,#7d7e7d 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#7d7e7d',GradientType=1 ); 
padding-top:10px;
padding-left:20px;
padding-bottom: 10px;
margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px
}
/**/
#tabbed .table {
  color: #333;
}

#tabbed .table th,
#tabbed .table td {
  vertical-align: middle;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    text-align: center;
    line-height: 16px !important;

}
@media only screen and (max-width: 768px) {

#tabbed .table td:nth-child(4), #tabbed .table th:nth-child(4),
	#tabbed .table td:nth-child(5), #tabbed .table th:nth-child(5),
	#tabbed .table td:nth-child(2), #tabbed .table th:nth-child(2)
/*#tabbed .table td:nth-child(3), #tabbed .table th:nth-child(3)*/
{
display: none

}
}

@media only screen and (max-width: 1100px) {
#tabbed .table th,
#tabbed .table td {
    padding: 5px;
    font-size: 9px;
    line-height: 16px !important;
}

}

#tabbed .table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}

#tabbed .table tbody + tbody {
  border-top: 1px solid #dee2e6;
}

#tabbed .table-sm th,
#tabbed .table-sm td {
  padding: 0.3rem;
}

#tabbed .table-bordered {
  border: 1px solid #dee2e6;
	width: 100%
}

#tabbed .table-bordered th,
#tabbed .table-bordered td {
  border: 1px solid #dee2e6;
}

#tabbed .table-bordered thead th,
#tabbed .table-bordered thead td {
  border-bottom-width: 1px;
}

#tabbed .table-borderless th,
#tabbed .table-borderless td,
#tabbed .table-borderless thead th,
#tabbed .table-borderless tbody + tbody {
  border: 0;
}

#tabbed .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

#tabbed .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

#tabbed .table-primary,
#tabbed .table-primary > th,
#tabbed .table-primary > td {
  background-color: #b8daff;
}

#tabbed .table-primary th,
#tabbed .table-primary td,
#tabbed .table-primary thead th,
#tabbed .table-primary tbody + tbody {
  border-color: #7abaff;
}

#tabbed .table-hover .table-primary:hover {
  background-color: #9fcdff;
}

#tabbed .table-hover .table-primary:hover > td,
#tabbed .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

#tabbed .table-secondary,
#tabbed .table-secondary > th,
#tabbed .table-secondary > td {
  background-color: #d6d8db;
}

#tabbed .table-secondary th,
#tabbed .table-secondary td,
#tabbed .table-secondary thead th,
#tabbed .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

#tabbed .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

#tabbed .table-hover .table-secondary:hover > td,
#tabbed .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

#tabbed .table-success,
#tabbed .table-success > th,
#tabbed .table-success > td {
  background-color: #c3e6cb;
}

#tabbed .table-success th,
#tabbed .table-success td,
#tabbed .table-success thead th,
#tabbed .table-success tbody + tbody {
  border-color: #8fd19e;
}

#tabbed .table-hover .table-success:hover {
  background-color: #b1dfbb;
}

#tabbed .table-hover .table-success:hover > td,
#tabbed .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

#tabbed .table-info,
#tabbed .table-info > th,
#tabbed .table-info > td {
  background-color: #bee5eb;
}

#tabbed .table-info th,
#tabbed .table-info td,
#tabbed .table-info thead th,
#tabbed .table-info tbody + tbody {
  border-color: #86cfda;
}

#tabbed .table-hover .table-info:hover {
  background-color: #abdde5;
}

#tabbed .table-hover .table-info:hover > td,
#tabbed .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

#tabbed .table-warning,
#tabbed .table-warning > th,
#tabbed .table-warning > td {
  background-color: #ffeeba;
}

#tabbed .table-warning th,
#tabbed .table-warning td,
#tabbed .table-warning thead th,
#tabbed .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

#tabbed .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

#tabbed .table-hover .table-warning:hover > td,
#tabbed .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

#tabbed .table-danger,
#tabbed .table-danger > th,
#tabbed .table-danger > td {
  background-color: #f5c6cb;
}

#tabbed .table-danger th,
#tabbed .table-danger td,
#tabbed .table-danger thead th,
#tabbed .table-danger tbody + tbody {
  border-color: #ed969e;
}

#tabbed .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

#tabbed .table-hover .table-danger:hover > td,
#tabbed .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

#tabbed .table-light,
#tabbed .table-light > th,
#tabbed .table-light > td {
  background-color: #fdfdfe;
}

#tabbed .table-light th,
#tabbed .table-light td,
#tabbed .table-light thead th,
#tabbed .table-light tbody + tbody {
  border-color: #fbfcfc;
}

#tabbed .table-hover .table-light:hover {
  background-color: #ececf6;
}

#tabbed .table-hover .table-light:hover > td,
#tabbed .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

#tabbed .table-dark,
#tabbed .table-dark > th,
#tabbed .table-dark > td {
  background-color: #c6c8ca;
}

#tabbed .table-dark th,
#tabbed .table-dark td,
#tabbed .table-dark thead th,
#tabbed .table-dark tbody + tbody {
  border-color: #95999c;
}

#tabbed .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

#tabbed .table-hover .table-dark:hover > td,
#tabbed .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

#tabbed .table-active,
#tabbed .table-active > th,
#tabbed .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

#tabbed .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

#tabbed .table-hover .table-active:hover > td,
#tabbed .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

#tabbed .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: center
}

@media only screen and (max-width: 1100px) {
#tabbed .table .thead-dark th {
    padding: 10px 1px 10px 1px;
    font-size: 8px;
}

}

#tabbed .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

#tabbed .table-dark {
  color: #fff;
  background-color: #343a40;
}

#tabbed .table-dark th,
#tabbed .table-dark td,
#tabbed .table-dark thead th {
  border-color: #454d55;
    padding: 15px
}

#tabbed .table-dark.table-bordered {
  border: 0;
}

#tabbed .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

#tabbed .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  #tabbed .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #tabbed .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  #tabbed .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
 #tabbed .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  #tabbed .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #tabbed .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  #tabbed .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
 #tabbed  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

#tabbed .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#tabbed .table-responsive > .table-bordered {
  border: 0;
}
#tabbed .pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    font-weight: normal
  }
  50% {
    font-weight: normal;
    color: #e41e2f
  }
  100% {
    font-weight: normal
  }
}

/**/
#tabbed rows {
    display: inline !important
}

#tabbed span:nth-child(1){
	padding: 5px 10px 7px 10px;
	color:#FFF;
	font-size: 12px;
	background-color: #0d9941!important;
	display: inline
}



#tabbed span:nth-child(2){
	padding: 5px 10px 7px 10px;
	color:#000;
	font-size: 12px;
	background-color: #ffbb17 !important;
	display: inline
}
#tabbed span:nth-child(3){
	padding: 5px 10px 7px 10px;
	color:#FFF;
	font-size: 12px;
	background-color: #e41e2f!important;
	display: inline
}
@media only screen and (max-width: 991px) {
#tabbed span:nth-child(1){

	display: block;
	margin-bottom: 5px;
    text-align: center
}
#tabbed span:nth-child(2){

	display: block;
	margin-bottom: 5px;
        text-align: center
}
#tabbed span:nth-child(3){

	background-color: #e41e2f;
	display: block;
        text-align: center
}
}