#sp-vmtop .container-inner {
  border-bottom: 0px;
}
#sp-vmtop {
  border-bottom: 0px solid #e9ecef;
}
#sp-vmmenu {
  background: #276146;
  margin-bottom: 0px;
}
#sp-vmmenu .sp-column {
  background: transparent;
}
#sp-vmmenu #sp-menu {
  margin-bottom: 0;
}
#sp-vmmenu #sp-menu .sp-megamenu-parent > li:first-child {
  margin-left: 0;
}

#sp-bottom, #sp-footer {
  background: #276146;
}
#sp-bottom {
  padding-top: 0;
  margin-top: 0px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer {
  border-top: 1px solid rgba(255, 255, 255, .0);
}
#sp-footer .container-inner {
  border-top: 0;
}
#sp-bottom .container-inner, #sp-footer .container-inner {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.search-dropdown .dropdown-menu {
    right:0;
    left: auto !important;
}

a.no-link {
    cursor: default !important;
    pointer-events: none !important;
}

/*----------------- Table --------------*/

.button_77 {
    box-shadow: 0.1em 0.1em 5px rgba(122,122,122,0.2);
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    background-color: #fdfdfd;
    color: #000000;
    border: 0px;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 16px; 
    transition: all 0.3s ease;
}
.button_77:hover{
    box-shadow: 0.5em 0.5em 15px rgba(122,122,122,0.2);
    vertical-align: top;
    text-decoration: none; 
    background-color: #f7f7f7;
    color: #000000;
    border: 0px;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 16px; 
}


table.table-1  {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

}
table.table-1 tr {
	background-color: #fff;
}
table.table-1 th, table.table-1 td {
    text-align: left;
    padding: 3px;
    border: 1px solid #cccccc;
}

table.table-1 th {
    font-weight: bold;
}

table.table-2 {
    width: 100%;
}

@media 
  
only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) 
{
	table.table-2 tr {display: block;}
	table.table-2 th {display: block;}
    table.table-2 td {display: block;}
}

/*----------------- Accordion --------------*/


details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;
  border-top: 1px solid black;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
details summary {
  outline: 0;
}
details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}

/*----------------- Button ---------------------*/

.nasimnaya_knopka {
  margin: 0px;
  text-align: center;
}

.stylistics_knopkam {
  width: 200px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  margin: 5px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  text-shadow: 0 0px 0 #f7f1f1;
  border-radius: 0px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.stylistics_knopkam:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.stylistics_knopkam:focus {
  outline: none;
}

.stylistics_knopkam.maiden-1 {
  background-image: linear-gradient(to right,#276146,#347f5c,#347f5c,#276146);
  box-shadow: 0 4px 15px 0 rgba(225, 212, 226, 0.75);
}

.stylistics_knopkam.maiden-2 {
  background-image: linear-gradient(to right, #ecc24d, #e44010, #f3628c, #e45311);
  box-shadow: 0 4px 15px 0 rgba(224, 79, 29, 0.75);
  
/*------------ tab --------------------*/

#tabs {
	margin: 10px 0;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.tabs-nav a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fbfbfb; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #999;
}		
.tabs-nav li:first-child a {
	border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a {
	display: block;
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0; 
}
.tabs-nav a.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}    
.tabs-items {
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
.tabs-item {
	padding: 15px;
}

#tabs {
	margin: 10px 0;
}
.tabs-nav {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tabs-nav li {
	display: table-cell;
	float: none;
	margin: 0;
	padding: 0;
}    
.tabs-nav a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fbfbfb; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #999;
}		
.tabs-nav li:first-child a {
	border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a {
	display: block;
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0; 
}
.tabs-nav a.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}    
.tabs-items {
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #fff;
}
.tabs-item {
	padding: 15px;
}
