/*   
Theme Name: Biostar
Version: 1.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting

*/

.header-contacts-icons a:not(:last-child) {
  margin-right: 0px;
}

.production-info p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 5px;
}

.contacts-form .wpcf7-form-control-wrap:not(:last-of-type) {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-not-valid {
  border: 1px solid #ff2127;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.contacts-form-text a {
  color: #666;
  text-decoration: underline;
}

.request-terms {
  max-width: 600px;
  text-align: left;
}

.request-terms p,
.request-terms ul,
.request-terms ol {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.request-terms a {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

.current-lang a{
    background-color: transparent;
    color: #004f86;    
}

.description {
	background-color: transparent;
	padding-bottom: 0px;
	box-shadow: none;
}
.header-logo, .mnu-logo {
	max-width: 300px;
}
.main-info {
	display: none;
}
.naprav {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 40px;
}
.naprav-item {
	width: 49%;
	margin-bottom: 25px;
}
.naprav-item-title {
	font-size: 20px;
	margin: 20px 0;
    font-weight: 600;
    color: #004f86;
}
.partners-item {
    max-width: 180px;
    padding: 20px;
    border: 1px solid #accbe6;
    display: flex;
}
.quality-item img {
	width: 52px;
	height: auto;
}
article {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.naprav-item {
		width:100%;
	}
}
.assort-link {
	font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    color: #004f86;
}