body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}
table {
  border: 1px solid rgba(66, 49, 39, 0.4);
  border-collapse: collapse;
  margin: 0;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  color: rgba(66, 49, 39, 0.4)!important;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: rgba(66, 49, 39, 0.4);
  border: 1px solid rgba(66, 49, 39, 0.8);
  padding: .35em;
}
table th,
table td {
  padding: 0.65em;
  text-align: center;
}
table th {
  font-size: .75em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(66, 49, 39, 0.4)!important;
}
@media screen and (max-width: 768px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid rgba(66, 49, 39, 0.4);
    display: block;
    font-size: .8em;
    text-align: right;
    color: #002e5b!important;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}



.tablica .ba-btn-transition {
    color: #ffffff!important;
    background-color: rgba(66, 49, 39, 0.4)!important;
    border: 0px solid rgba(66, 49, 39, 0.8)!important;
    border-radius: 0px!important;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15)!important;
    padding-bottom: 10px!important;
    padding-left: 45px!important;
    padding-right: 45px!important;
    padding-top: 10px!important;
    margin: 5px!important;
    font-family: 'Roboto';
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.tablica .ba-btn-transition:hover {
    color: #ffffff!important;
    background-color: rgba(42, 69, 97, 1)!important;
}
.tablica .ba-btn-transition a{
  font-size: 5px!important;
}


   .rowheight {
     min-height: 30px!important;
  background: rgba(66, 49, 39, 0.015)!important;}

.down img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  opacity: 0.65;
}

.down img:hover{
  opacity: 1;
}

#item-15210466510 .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover, #item-15210466510 .main-menu li > span:hover {
      border-color: #423127;
}

p {
  margin-top: 15px!important;
}
.callback {
	bottom: 15px; /*или top:50px; позиции сверху*/
	position: fixed;
	left: 25px; /*или left:50px; позиции слева*/
	width: auto !important;
	z-index: 100;
}

.callback .ba-button-wrapper a:after, 
.callback .ba-button-wrapper a:before {
	background: inherit;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

@-webkit-keyframes pulse {
	to { opacity: 0; transform: scale(1.8);}
}

@keyframes pulse {
	to { opacity: 0; transform: scale(1.8);}
}

.callback .ba-button-wrapper a:after {
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	opacity: .3;
}

.callback .ba-button-wrapper a:before {
	-webkit-animation: pulse 1.25s  .3s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s .3s infinite cubic-bezier(0.66, 0, 0, 1);
	opacity: .6;
}